Browse Source
Merge pull request #5902 from jeremy091/menu_huge_fix
Swap huge and big in menu.variables #5899
pull/4458/merge
Jack Lukic
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
src/themes/default/collections/menu.variables
|
|
@ -443,8 +443,8 @@ |
|
|
|
@tiny: @12px; |
|
|
|
@small: @13px; |
|
|
|
@large: @15px; |
|
|
|
@huge: @16px; |
|
|
|
@big: @17px; |
|
|
|
@big: @16px; |
|
|
|
@huge: @17px; |
|
|
|
@massive: @18px; |
|
|
|
|
|
|
|
/* Sizes */ |
|
|
@ -453,6 +453,6 @@ |
|
|
|
@smallWidth: 13rem; |
|
|
|
@mediumWidth: 15rem; |
|
|
|
@largeWidth: 18rem; |
|
|
|
@hugeWidth: 20rem; |
|
|
|
@bigWidth: 22rem; |
|
|
|
@bigWidth: 20rem; |
|
|
|
@hugeWidth: 22rem; |
|
|
|
@massiveWidth: 25rem; |