Production release November 2023 #6

Merged
k.triantafyllou merged 2 commits from develop into master 2023-11-28 09:53:25 +01:00
1 changed files with 8 additions and 0 deletions
Showing only changes of commit b68f375714 - Show all commits

View File

@ -33,6 +33,8 @@
@dashboard-sidebar-toggle-size: @icon-button-small-size;
@dashboard-sidebar-toggle-top: 50%;
@dashboard-logo-width: 30%;
@dashboard-menu-section-font-size: @global-small-font-size;
@dashboard-menu-section-line-height: 1.5 * @global-small-font-size;
@dashboard-menu-section-margin: 10px;
@ -288,6 +290,12 @@
-moz-transition: width @dashboard-transition-delay linear;
-o-transition: width @dashboard-transition-delay linear;
overflow-y: auto;
& #sidebar_logo:extend(.uk-flex):extend(.uk-flex-center) {
& > img {
width: @dashboard-logo-width;
}
}
}
}