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

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

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

html#{$cadmin-selector} {
	.cadmin {
		&.lfr-analytics-reports-panel {
			.sidebar {
				border-left: 1px solid $cadmin-gray-300;
				box-shadow: none;
			}

			.sidebar-header {
				height: 64px;
				line-height: 32px;
			}

			.sidebar-body {
				bottom: 0;
				left: 0;
				padding: 0;
				position: absolute;
				right: 0;
				top: 56px;

				.chart-loading-indicator {
					position: absolute;
					transform: translate(80%, 100%);
					z-index: 1;
				}

				.loading-animation {
					left: 0;
					position: absolute;
					right: 0;
					top: 40%;
				}
			}

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

			.list-group {
				margin-bottom: 8px;
			}
		}

		.dropdown-menu__translation {
			max-height: 295px;
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy