All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.css.components.OrderableTable.scss Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
@import 'atlas-variables';
@import 'cadmin-variables';

html#{$cadmin-selector} .cadmin {
	.orderable-table-sheet {
		margin-top: 1rem;

		.c-empty-state {
			text-align: center;
		}

		.orderable-table.table-autofit {
			td,
			th {
				width: inherit;

				&.actions-cell {
					padding-right: 18px;
					width: 0;
				}

				&.drag-handle-cell {
					width: 0;
				}
			}
		}

		.orderable-table-row.dragging {
			opacity: 0.5;

			td.drag-handle-cell {
				background-color: #528eff !important;
			}
		}

		.sheet-header {
			border-bottom: 1px solid $gray-200;
			margin-bottom: 0;
		}

		.management-bar {
			margin-bottom: 12px;
			min-height: initial;

			> .container-fluid {
				padding: 0;

				> .navbar-nav {
					gap: 16px;
				}
			}

			.nav-btn {
				margin: 0;
			}
		}
	}

	.tab-pane .orderable-table-sheet {
		border-width: 0;
		margin-top: 0;
		padding: 0;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy