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