Merge "Replace fixed value with LESS variable"

This commit is contained in:
jenkins-bot 2019-07-22 19:10:28 +00:00 committed by Gerrit Code Review
commit c0a1342eb5
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
@headerMarginTop: -1px; // used to hide the header border top when a banner is not present
@searchBoxWidth: 375/16em;
@iconSizeTotal: @iconSize + @iconGutterWidth + @iconGutterWidth;
@deviceWidthTabletEms: unit( @width-breakpoint-tablet/16, em );
@deviceWidthTabletEms: unit( @width-breakpoint-tablet / @fontSizeBrowserDefault, em );
@brandingBoxWidth: @deviceWidthTabletEms - ( @iconSizeTotal * 3 ) - @searchBoxWidth;
@titleSectionSpacingTop: 20px;