File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/atlas/src/themesource/atlas_core/web/layouts Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 7272 border-bottom : var (--navtopbar-border-bottom );
7373
7474 // allow secondary color for different type of navbar
75- & .topbar-secondary {
75+ & .topbar-secondary {
7676 background : var (--navtopbar-bg-secondary , --navtopbar-bg );
7777 }
7878
107107 @if $brand-logo != false {
108108 width : 0 ;
109109 height : 0 ;
110- padding : calc (var (--brand-logo-height , $brand-logo-height ) / 2 ) calc (var (--brand-logo-width , $brand-logo-height ) / 2 );
111- background-image : url (var (--brand-logo , #{$brand-logo } ));
110+ padding : calc (var (--brand-logo-height , $brand-logo-height ) / 2 )
111+ calc (var (--brand-logo-width , $brand-logo-width ) / 2 );
112+ background-image : url (#{$brand-logo } );
112113 background-repeat : no-repeat ;
113114 background-position : left center ;
114115 background-size : var (--brand-logo-width );
You can’t perform that action at this time.
0 commit comments