Merge "Remove @min-width-logo, @margin-top-sidebar variables from screen.less"

This commit is contained in:
jenkins-bot 2021-10-05 23:59:41 +00:00 committed by Gerrit Code Review
commit 06475e55e7
1 changed files with 0 additions and 9 deletions

View File

@ -14,15 +14,6 @@
// Menu button
@margin-horizontal-sidebar-button-icon: unit( 12px / @font-size-browser, em); // 0.75em @ 16
// The logo is variable width but typically consists of:
// - a icon (50x50)
// - a wordmark (approx 120px)
@min-width-logo: unit( 180px / @font-size-browser, em ); // 11.25em @ 16
// Sidebar
@margin-top-sidebar: 0.5em;
// Adjust the left position of the sidebar to align it with the sidebar menu button,
// in the header, while ensuring the background gradient still extends to the edge of the screen.
// note: the 1px comes from the transparent border of the sidebar button.