[develop]: Add logo style from sidebar.

This commit is contained in:
Konstantinos Triantafyllou 2023-11-16 14:27:21 +02:00
parent 4f534fc826
commit b68f375714
1 changed files with 8 additions and 0 deletions

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;
}
}
}
}