Merge "Convert @width-column-start-desktop and @width-column-start-desktop-wide to relative units"

This commit is contained in:
jenkins-bot 2023-01-13 20:29:09 +00:00 committed by Gerrit Code Review
commit ac87bd6c1b

View file

@ -210,5 +210,5 @@
// Grid
@grid-row-gap: 24px;
@grid-column-gap: 36px;
@width-column-start-desktop: 196px; // Total width including gap is 232px
@width-column-start-desktop-wide: 248px; // Total width including gap is 284px
@width-column-start-desktop: unit( 196px / @font-size-browser, em ); // Total width including gap is 232px
@width-column-start-desktop-wide: unit( 248px / @font-size-browser, em ); // Total width including gap is 284px