|
@@ -22,7 +22,9 @@ $gray-600: lighten($dark, 10%) !default;
|
|
|
$gray-700: lighten($dark, 5%) !default;
|
|
$gray-700: lighten($dark, 5%) !default;
|
|
|
$gray-800: $dark !default;
|
|
$gray-800: $dark !default;
|
|
|
$gray-900: darken($dark, 5%) !default;
|
|
$gray-900: darken($dark, 5%) !default;
|
|
|
-$grays: ("50": $gray-50) !default;
|
|
|
|
|
|
|
+$grays: (
|
|
|
|
|
+ '50': $gray-50,
|
|
|
|
|
+) !default;
|
|
|
$red: #ff0a54 !default;
|
|
$red: #ff0a54 !default;
|
|
|
|
|
|
|
|
|
|
|
|
@@ -37,7 +39,7 @@ $grid-breakpoints: (
|
|
|
md: 768px,
|
|
md: 768px,
|
|
|
lg: 992px,
|
|
lg: 992px,
|
|
|
xl: 1200px,
|
|
xl: 1200px,
|
|
|
- 2xl: 1480px
|
|
|
|
|
|
|
+ 2xl: 1480px,
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
// Grid containers
|
|
// Grid containers
|
|
@@ -49,17 +51,16 @@ $container-max-widths: (
|
|
|
md: 720px,
|
|
md: 720px,
|
|
|
lg: 960px,
|
|
lg: 960px,
|
|
|
xl: 1140px,
|
|
xl: 1140px,
|
|
|
- 2xl: 1320px
|
|
|
|
|
|
|
+ 2xl: 1320px,
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
-
|
|
|
|
|
//== Typography
|
|
//== Typography
|
|
|
//
|
|
//
|
|
|
//## Font, line-height, and color for body text, headings, and more.
|
|
//## Font, line-height, and color for body text, headings, and more.
|
|
|
-$font-family-sans-serif: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
|
|
|
|
|
-$font-family-serif: Georgia, "Times New Roman", Times, serif;
|
|
|
|
|
|
|
+$font-family-sans-serif: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
|
|
|
|
|
+$font-family-serif: Georgia, 'Times New Roman', Times, serif;
|
|
|
$font-family-monospace: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
|
|
$font-family-monospace: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
|
|
|
-$font-family-base: $font-family-sans-serif;
|
|
|
|
|
|
|
+$font-family-base: $font-family-sans-serif;
|
|
|
|
|
|
|
|
$font-size-root: 14px;
|
|
$font-size-root: 14px;
|
|
|
$line-height-base: 1.42857;
|
|
$line-height-base: 1.42857;
|