diff --git a/less/dashboard.less b/less/dashboard.less index 7161ffa..8fb0f0b 100644 --- a/less/dashboard.less +++ b/less/dashboard.less @@ -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; + } + } } }