|
@@ -23,9 +23,16 @@ $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;
|
|
|
|
|
|
|
|
|
|
+// Options
|
|
|
|
|
+//
|
|
|
|
|
+// Quickly modify global styling by enabling or disabling optional features.
|
|
|
|
|
+
|
|
|
|
|
+$enable-shadows: true;
|
|
|
|
|
|
|
|
// Grid breakpoints
|
|
// Grid breakpoints
|
|
|
//
|
|
//
|
|
@@ -38,7 +45,7 @@ $grid-breakpoints: (
|
|
|
md: 768px,
|
|
md: 768px,
|
|
|
lg: 992px,
|
|
lg: 992px,
|
|
|
xl: 1200px,
|
|
xl: 1200px,
|
|
|
- 2xl: 1480px
|
|
|
|
|
|
|
+ 2xl: 1480px,
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
// Grid containers
|
|
// Grid containers
|
|
@@ -50,44 +57,45 @@ $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;
|
|
|
|
|
|
|
|
$blockquote-small-color: $gray-500;
|
|
$blockquote-small-color: $gray-500;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
//== Components
|
|
//== Components
|
|
|
//
|
|
//
|
|
|
-$border-radius: .15rem;
|
|
|
|
|
-$border-radius-sm: .1rem;
|
|
|
|
|
-$border-radius-lg: .25rem;
|
|
|
|
|
-$border-radius-xl: .35rem;
|
|
|
|
|
|
|
+$border-radius: 4px;
|
|
|
|
|
+$border-radius-sm: 0;
|
|
|
|
|
+$border-radius-lg: 8px;
|
|
|
|
|
+
|
|
|
|
|
+// Buttons + Forms
|
|
|
|
|
+//
|
|
|
|
|
+// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.
|
|
|
|
|
+
|
|
|
|
|
+$input-btn-focus-box-shadow: none;
|
|
|
|
|
|
|
|
// Buttons
|
|
// Buttons
|
|
|
//
|
|
//
|
|
|
// For each of Bootstrap's buttons, define text, background, and border color.
|
|
// For each of Bootstrap's buttons, define text, background, and border color.
|
|
|
$btn-link-disabled-color: $gray-500;
|
|
$btn-link-disabled-color: $gray-500;
|
|
|
|
|
+$btn-focus-box-shadow: none;
|
|
|
|
|
+$btn-active-box-shadow: none;
|
|
|
|
|
|
|
|
//== Forms
|
|
//== Forms
|
|
|
//
|
|
//
|
|
|
$input-border-color: $gray-300;
|
|
$input-border-color: $gray-300;
|
|
|
|
|
|
|
|
-$input-border-radius: $border-radius-sm;
|
|
|
|
|
-$input-border-radius-sm: $border-radius-sm;
|
|
|
|
|
-$input-border-radius-lg: $border-radius;
|
|
|
|
|
-
|
|
|
|
|
$input-placeholder-color: $gray-500;
|
|
$input-placeholder-color: $gray-500;
|
|
|
|
|
|
|
|
$custom-control-indicator-border-color: $gray-400;
|
|
$custom-control-indicator-border-color: $gray-400;
|
|
@@ -106,9 +114,14 @@ $navbar-brand-padding-y: 0;
|
|
|
$navbar-nav-link-padding-x: 1rem;
|
|
$navbar-nav-link-padding-x: 1rem;
|
|
|
|
|
|
|
|
//== Dropdowns
|
|
//== Dropdowns
|
|
|
-$dropdown-border-radius: $border-radius-sm;
|
|
|
|
|
|
|
+$dropdown-border-radius: $border-radius-lg;
|
|
|
$dropdown-link-disabled-color: $gray-500;
|
|
$dropdown-link-disabled-color: $gray-500;
|
|
|
$dropdown-header-color: $gray-500;
|
|
$dropdown-header-color: $gray-500;
|
|
|
|
|
+$dropdown-box-shadow: 0 0.5rem 0.7rem rgba(black, 0.1);
|
|
|
|
|
+
|
|
|
|
|
+//== Popovers
|
|
|
|
|
+$popover-border-radius: $border-radius;
|
|
|
|
|
+$popover-box-shadow: 0 0.5rem 0.7rem rgba(black, 0.1);
|
|
|
|
|
|
|
|
//== Pagination
|
|
//== Pagination
|
|
|
$pagination-disabled-color: $gray-500;
|
|
$pagination-disabled-color: $gray-500;
|
|
@@ -122,6 +135,7 @@ $toast-header-color: $gray-500;
|
|
|
|
|
|
|
|
//== Modals
|
|
//== Modals
|
|
|
$modal-content-border-width: 0;
|
|
$modal-content-border-width: 0;
|
|
|
|
|
+$modal-content-border-radius: $border-radius-lg;
|
|
|
$modal-header-padding-y: 0.75rem;
|
|
$modal-header-padding-y: 0.75rem;
|
|
|
$modal-header-padding-x: 1rem;
|
|
$modal-header-padding-x: 1rem;
|
|
|
|
|
|
|
@@ -132,7 +146,6 @@ $alert-color-level: -10;
|
|
|
|
|
|
|
|
//== Progress bar
|
|
//== Progress bar
|
|
|
$progress-height: 4px;
|
|
$progress-height: 4px;
|
|
|
-$progress-border-radius: $border-radius-sm;
|
|
|
|
|
$progress-bg: $gray-100;
|
|
$progress-bg: $gray-100;
|
|
|
$progress-box-shadow: none;
|
|
$progress-box-shadow: none;
|
|
|
|
|
|
|
@@ -153,4 +166,3 @@ $pre-color: dummyinvalildcolor; // disable pre color specification with invalid
|
|
|
$custom-checkbox-indicator-border-radius: 0px;
|
|
$custom-checkbox-indicator-border-radius: 0px;
|
|
|
$custom-control-indicator-focus-box-shadow: none;
|
|
$custom-control-indicator-focus-box-shadow: none;
|
|
|
$custom-control-indicator-size: 1.2rem;
|
|
$custom-control-indicator-size: 1.2rem;
|
|
|
-
|
|
|