META-INF.resources.css.main.scss Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.analytics.reports.web
Show all versions of com.liferay.analytics.reports.web
Liferay Analytics Reports Web
@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;
}
}
}