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

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

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

html#{$cadmin-selector} {
	.cadmin {
		&.lfr-layout-reports-panel {
			.failing-element {
				&:not(:first-child) {
					margin-top: 8px;
				}

				&:not(:last-child) {
					border-width: 0 0 1px;
				}
			}

			.section-label {
				user-select: none;
			}

			.sidebar {
				border-left: 1px solid $cadmin-gray-300;
				box-shadow: none;
			}

			.sidebar-header {
				.sidenav-back {
					width: 24px;
				}
			}

			.text-truncate-reverse {
				direction: rtl;
			}
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy