|
@@ -13,6 +13,14 @@ $input-height: 28px !default; |
|
|
--text-2xl: 20px; |
|
|
--text-2xl: 20px; |
|
|
--text-3xl: 22px; |
|
|
--text-3xl: 22px; |
|
|
|
|
|
|
|
|
|
|
|
// breakpoints |
|
|
|
|
|
--xxl-width: map-get($grid-breakpoints, '2xl'); |
|
|
|
|
|
--xl-width: map-get($grid-breakpoints, 'xl'); |
|
|
|
|
|
--lg-width: map-get($grid-breakpoints, 'lg'); |
|
|
|
|
|
--md-width: map-get($grid-breakpoints, 'md'); |
|
|
|
|
|
--sm-width: map-get($grid-breakpoints, 'sm'); |
|
|
|
|
|
--xs-width: map-get($grid-breakpoints, 'xs'); |
|
|
|
|
|
|
|
|
--text-bold: 500; |
|
|
--text-bold: 500; |
|
|
|
|
|
|
|
|
--navbar-height: 60px; |
|
|
--navbar-height: 60px; |
|
|