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

META-INF.resources.css.DataSets.scss Maven / Gradle / Ivy

The newest version!
@import 'atlas-variables';
@import 'cadmin-variables';

html#{$cadmin-selector} .cadmin {
	.dropdown-menu.fds-entries-dropdown-menu {
		max-height: 500px;
		max-width: 550px;
		width: 100%;
	}

	.select-system-data-set-modal-body {
		.container-fluid {
			padding: 0;
		}

		.list-sheet {
			border-width: 0;
			padding: 0;
		}

		.list-group-item.selectable {
			border-radius: 4px;
			margin-bottom: 12px;

			&.disabled {
				background-color: #f7f7f7;

				.list-group-text,
				.list-group-title,
				.sticker {
					background-color: #f7f7f7;
					color: #757575;
				}
			}

			&.selected {
				background-color: #f0f5ff;
				border-color: #80acff;
				box-shadow: 0 2px 4px rgba(39, 40, 51, 0.12);
			}

			.created-label {
				margin: 0.5rem 0;
			}

			.selection-control {
				display: none;
			}
		}
	}
}

html#{$cadmin-selector} .data-set-content-wrapper th.cell-active {
	min-width: 150px;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy