|
@@ -7,7 +7,6 @@
|
|
|
// // Color system
|
|
// // Color system
|
|
|
// //
|
|
// //
|
|
|
|
|
|
|
|
-// // stylelint-disable
|
|
|
|
|
// $white: #fff !default;
|
|
// $white: #fff !default;
|
|
|
// $gray-100: #f8f9fa !default;
|
|
// $gray-100: #f8f9fa !default;
|
|
|
// $gray-200: #e9ecef !default;
|
|
// $gray-200: #e9ecef !default;
|
|
@@ -21,17 +20,21 @@
|
|
|
// $black: #000 !default;
|
|
// $black: #000 !default;
|
|
|
|
|
|
|
|
// $grays: () !default;
|
|
// $grays: () !default;
|
|
|
-// $grays: map-merge((
|
|
|
|
|
-// "100": $gray-100,
|
|
|
|
|
-// "200": $gray-200,
|
|
|
|
|
-// "300": $gray-300,
|
|
|
|
|
-// "400": $gray-400,
|
|
|
|
|
-// "500": $gray-500,
|
|
|
|
|
-// "600": $gray-600,
|
|
|
|
|
-// "700": $gray-700,
|
|
|
|
|
-// "800": $gray-800,
|
|
|
|
|
-// "900": $gray-900
|
|
|
|
|
-// ), $grays);
|
|
|
|
|
|
|
+// // stylelint-disable-next-line scss/dollar-variable-default
|
|
|
|
|
+// $grays: map-merge(
|
|
|
|
|
+// (
|
|
|
|
|
+// "100": $gray-100,
|
|
|
|
|
+// "200": $gray-200,
|
|
|
|
|
+// "300": $gray-300,
|
|
|
|
|
+// "400": $gray-400,
|
|
|
|
|
+// "500": $gray-500,
|
|
|
|
|
+// "600": $gray-600,
|
|
|
|
|
+// "700": $gray-700,
|
|
|
|
|
+// "800": $gray-800,
|
|
|
|
|
+// "900": $gray-900
|
|
|
|
|
+// ),
|
|
|
|
|
+// $grays
|
|
|
|
|
+// );
|
|
|
|
|
|
|
|
// $blue: #007bff !default;
|
|
// $blue: #007bff !default;
|
|
|
// $indigo: #6610f2 !default;
|
|
// $indigo: #6610f2 !default;
|
|
@@ -45,21 +48,25 @@
|
|
|
// $cyan: #17a2b8 !default;
|
|
// $cyan: #17a2b8 !default;
|
|
|
|
|
|
|
|
// $colors: () !default;
|
|
// $colors: () !default;
|
|
|
-// $colors: map-merge((
|
|
|
|
|
-// "blue": $blue,
|
|
|
|
|
-// "indigo": $indigo,
|
|
|
|
|
-// "purple": $purple,
|
|
|
|
|
-// "pink": $pink,
|
|
|
|
|
-// "red": $red,
|
|
|
|
|
-// "orange": $orange,
|
|
|
|
|
-// "yellow": $yellow,
|
|
|
|
|
-// "green": $green,
|
|
|
|
|
-// "teal": $teal,
|
|
|
|
|
-// "cyan": $cyan,
|
|
|
|
|
-// "white": $white,
|
|
|
|
|
-// "gray": $gray-600,
|
|
|
|
|
-// "gray-dark": $gray-800
|
|
|
|
|
-// ), $colors);
|
|
|
|
|
|
|
+// // stylelint-disable-next-line scss/dollar-variable-default
|
|
|
|
|
+// $colors: map-merge(
|
|
|
|
|
+// (
|
|
|
|
|
+// "blue": $blue,
|
|
|
|
|
+// "indigo": $indigo,
|
|
|
|
|
+// "purple": $purple,
|
|
|
|
|
+// "pink": $pink,
|
|
|
|
|
+// "red": $red,
|
|
|
|
|
+// "orange": $orange,
|
|
|
|
|
+// "yellow": $yellow,
|
|
|
|
|
+// "green": $green,
|
|
|
|
|
+// "teal": $teal,
|
|
|
|
|
+// "cyan": $cyan,
|
|
|
|
|
+// "white": $white,
|
|
|
|
|
+// "gray": $gray-600,
|
|
|
|
|
+// "gray-dark": $gray-800
|
|
|
|
|
+// ),
|
|
|
|
|
+// $colors
|
|
|
|
|
+// );
|
|
|
|
|
|
|
|
// $primary: $blue !default;
|
|
// $primary: $blue !default;
|
|
|
// $secondary: $gray-600 !default;
|
|
// $secondary: $gray-600 !default;
|
|
@@ -71,27 +78,30 @@
|
|
|
// $dark: $gray-800 !default;
|
|
// $dark: $gray-800 !default;
|
|
|
|
|
|
|
|
// $theme-colors: () !default;
|
|
// $theme-colors: () !default;
|
|
|
-// $theme-colors: map-merge((
|
|
|
|
|
-// "primary": $primary,
|
|
|
|
|
-// "secondary": $secondary,
|
|
|
|
|
-// "success": $success,
|
|
|
|
|
-// "info": $info,
|
|
|
|
|
-// "warning": $warning,
|
|
|
|
|
-// "danger": $danger,
|
|
|
|
|
-// "light": $light,
|
|
|
|
|
-// "dark": $dark
|
|
|
|
|
-// ), $theme-colors);
|
|
|
|
|
-// // stylelint-enable
|
|
|
|
|
|
|
+// // stylelint-disable-next-line scss/dollar-variable-default
|
|
|
|
|
+// $theme-colors: map-merge(
|
|
|
|
|
+// (
|
|
|
|
|
+// "primary": $primary,
|
|
|
|
|
+// "secondary": $secondary,
|
|
|
|
|
+// "success": $success,
|
|
|
|
|
+// "info": $info,
|
|
|
|
|
+// "warning": $warning,
|
|
|
|
|
+// "danger": $danger,
|
|
|
|
|
+// "light": $light,
|
|
|
|
|
+// "dark": $dark
|
|
|
|
|
+// ),
|
|
|
|
|
+// $theme-colors
|
|
|
|
|
+// );
|
|
|
|
|
|
|
|
// // Set a specific jump point for requesting color jumps
|
|
// // Set a specific jump point for requesting color jumps
|
|
|
// $theme-color-interval: 8% !default;
|
|
// $theme-color-interval: 8% !default;
|
|
|
|
|
|
|
|
// // The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255.
|
|
// // The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255.
|
|
|
-// $yiq-contrasted-threshold: 150 !default;
|
|
|
|
|
|
|
+// $yiq-contrasted-threshold: 150 !default;
|
|
|
|
|
|
|
|
// // Customize the light and dark text colors for use in our YIQ color contrast function.
|
|
// // Customize the light and dark text colors for use in our YIQ color contrast function.
|
|
|
-// $yiq-text-dark: $gray-900 !default;
|
|
|
|
|
-// $yiq-text-light: $white !default;
|
|
|
|
|
|
|
+// $yiq-text-dark: $gray-900 !default;
|
|
|
|
|
+// $yiq-text-light: $white !default;
|
|
|
|
|
|
|
|
// // Options
|
|
// // Options
|
|
|
// //
|
|
// //
|
|
@@ -112,27 +122,42 @@
|
|
|
// variables. Mostly focused on spacing.
|
|
// variables. Mostly focused on spacing.
|
|
|
// You can add more entries to the $spacers map, should you need more variation.
|
|
// You can add more entries to the $spacers map, should you need more variation.
|
|
|
|
|
|
|
|
-// stylelint-disable
|
|
|
|
|
$spacer: 1rem !default;
|
|
$spacer: 1rem !default;
|
|
|
$spacers: () !default;
|
|
$spacers: () !default;
|
|
|
-$spacers: map-merge((
|
|
|
|
|
- 0: 0,
|
|
|
|
|
- 1: ($spacer * .25),
|
|
|
|
|
- 2: ($spacer * .5),
|
|
|
|
|
- 3: $spacer,
|
|
|
|
|
- 4: ($spacer * 1.5),
|
|
|
|
|
- 5: ($spacer * 3)
|
|
|
|
|
-), $spacers);
|
|
|
|
|
|
|
+// stylelint-disable-next-line scss/dollar-variable-default
|
|
|
|
|
+$spacers: map-merge(
|
|
|
|
|
+ (
|
|
|
|
|
+ 0: 0,
|
|
|
|
|
+ 1: (
|
|
|
|
|
+ $spacer * 0.25,
|
|
|
|
|
+ ),
|
|
|
|
|
+ 2: (
|
|
|
|
|
+ $spacer * 0.5,
|
|
|
|
|
+ ),
|
|
|
|
|
+ 3: $spacer,
|
|
|
|
|
+ 4: (
|
|
|
|
|
+ $spacer * 1.5,
|
|
|
|
|
+ ),
|
|
|
|
|
+ 5: (
|
|
|
|
|
+ $spacer * 3,
|
|
|
|
|
+ ),
|
|
|
|
|
+ ),
|
|
|
|
|
+ $spacers
|
|
|
|
|
+);
|
|
|
|
|
|
|
|
// // This variable affects the `.h-*` and `.w-*` classes.
|
|
// // This variable affects the `.h-*` and `.w-*` classes.
|
|
|
// $sizes: () !default;
|
|
// $sizes: () !default;
|
|
|
-// $sizes: map-merge((
|
|
|
|
|
-// 25: 25%,
|
|
|
|
|
-// 50: 50%,
|
|
|
|
|
-// 75: 75%,
|
|
|
|
|
-// 100: 100%
|
|
|
|
|
-// ), $sizes);
|
|
|
|
|
-// // stylelint-enable
|
|
|
|
|
|
|
+// // stylelint-disable-next-line scss/dollar-variable-default
|
|
|
|
|
+// $sizes: map-merge(
|
|
|
|
|
+// (
|
|
|
|
|
+// 25: 25%,
|
|
|
|
|
+// 50: 50%,
|
|
|
|
|
+// 75: 75%,
|
|
|
|
|
+// 100: 100%,
|
|
|
|
|
+// auto: auto
|
|
|
|
|
+// ),
|
|
|
|
|
+// $sizes
|
|
|
|
|
+// );
|
|
|
|
|
|
|
|
// // Body
|
|
// // Body
|
|
|
// //
|
|
// //
|
|
@@ -166,10 +191,10 @@ $grid-breakpoints: (
|
|
|
sm: 576px,
|
|
sm: 576px,
|
|
|
md: 768px,
|
|
md: 768px,
|
|
|
lg: 992px,
|
|
lg: 992px,
|
|
|
- xl: 1200px
|
|
|
|
|
|
|
+ xl: 1200px,
|
|
|
) !default;
|
|
) !default;
|
|
|
|
|
|
|
|
-@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
|
|
|
|
|
|
|
+@include _assert-ascending($grid-breakpoints, '$grid-breakpoints');
|
|
|
@include _assert-starts-at-zero($grid-breakpoints);
|
|
@include _assert-starts-at-zero($grid-breakpoints);
|
|
|
|
|
|
|
|
// // Grid containers
|
|
// // Grid containers
|
|
@@ -185,7 +210,6 @@ $grid-breakpoints: (
|
|
|
|
|
|
|
|
// @include _assert-ascending($container-max-widths, "$container-max-widths");
|
|
// @include _assert-ascending($container-max-widths, "$container-max-widths");
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Grid columns
|
|
// // Grid columns
|
|
|
// //
|
|
// //
|
|
|
// // Set the number of columns and specify the width of the gutters.
|
|
// // Set the number of columns and specify the width of the gutters.
|
|
@@ -207,6 +231,10 @@ $grid-breakpoints: (
|
|
|
// $border-radius-lg: .3rem !default;
|
|
// $border-radius-lg: .3rem !default;
|
|
|
// $border-radius-sm: .2rem !default;
|
|
// $border-radius-sm: .2rem !default;
|
|
|
|
|
|
|
|
|
|
+// $box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;
|
|
|
|
|
+// $box-shadow: 0 .5rem 1rem rgba($black, .15) !default;
|
|
|
|
|
+// $box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;
|
|
|
|
|
+
|
|
|
// $component-active-color: $white !default;
|
|
// $component-active-color: $white !default;
|
|
|
// $component-active-bg: theme-color("primary") !default;
|
|
// $component-active-bg: theme-color("primary") !default;
|
|
|
|
|
|
|
@@ -216,13 +244,12 @@ $grid-breakpoints: (
|
|
|
// $transition-fade: opacity .15s linear !default;
|
|
// $transition-fade: opacity .15s linear !default;
|
|
|
// $transition-collapse: height .35s ease !default;
|
|
// $transition-collapse: height .35s ease !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Fonts
|
|
// // Fonts
|
|
|
// //
|
|
// //
|
|
|
// // Font, line-height, and color for body text, headings, and more.
|
|
// // Font, line-height, and color for body text, headings, and more.
|
|
|
|
|
|
|
|
// // stylelint-disable value-keyword-case
|
|
// // stylelint-disable value-keyword-case
|
|
|
-// $font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
|
|
|
|
|
|
|
+// $font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
|
|
|
// $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
|
|
// $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
|
|
|
// $font-family-base: $font-family-sans-serif !default;
|
|
// $font-family-base: $font-family-sans-serif !default;
|
|
|
// // stylelint-enable value-keyword-case
|
|
// // stylelint-enable value-keyword-case
|
|
@@ -231,9 +258,9 @@ $grid-breakpoints: (
|
|
|
// $font-size-lg: ($font-size-base * 1.25) !default;
|
|
// $font-size-lg: ($font-size-base * 1.25) !default;
|
|
|
// $font-size-sm: ($font-size-base * .875) !default;
|
|
// $font-size-sm: ($font-size-base * .875) !default;
|
|
|
|
|
|
|
|
-$font-weight-light: 300 !default;
|
|
|
|
|
-$font-weight-normal: 400 !default;
|
|
|
|
|
-$font-weight-bold: 700 !default;
|
|
|
|
|
|
|
+$font-weight-light: 300 !default;
|
|
|
|
|
+$font-weight-normal: 400 !default;
|
|
|
|
|
+$font-weight-bold: 700 !default;
|
|
|
|
|
|
|
|
// $font-weight-base: $font-weight-normal !default;
|
|
// $font-weight-base: $font-weight-normal !default;
|
|
|
// $line-height-base: 1.5 !default;
|
|
// $line-height-base: 1.5 !default;
|
|
@@ -288,7 +315,6 @@ $font-weight-bold: 700 !default;
|
|
|
|
|
|
|
|
// $hr-margin-y: $spacer !default;
|
|
// $hr-margin-y: $spacer !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Tables
|
|
// // Tables
|
|
|
// //
|
|
// //
|
|
|
// // Customizes the `.table` component with basic values, each used across all table variations.
|
|
// // Customizes the `.table` component with basic values, each used across all table variations.
|
|
@@ -313,6 +339,9 @@ $font-weight-bold: 700 !default;
|
|
|
// $table-dark-border-color: lighten($gray-900, 7.5%) !default;
|
|
// $table-dark-border-color: lighten($gray-900, 7.5%) !default;
|
|
|
// $table-dark-color: $body-bg !default;
|
|
// $table-dark-color: $body-bg !default;
|
|
|
|
|
|
|
|
|
|
+// $table-striped-order: odd !default;
|
|
|
|
|
+
|
|
|
|
|
+// $table-caption-color: $text-muted !default;
|
|
|
|
|
|
|
|
// // Buttons + Forms
|
|
// // Buttons + Forms
|
|
|
// //
|
|
// //
|
|
@@ -336,7 +365,6 @@ $font-weight-bold: 700 !default;
|
|
|
|
|
|
|
|
// $input-btn-border-width: $border-width !default;
|
|
// $input-btn-border-width: $border-width !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // 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.
|
|
@@ -373,9 +401,10 @@ $font-weight-bold: 700 !default;
|
|
|
|
|
|
|
|
// $btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
|
|
// $btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Forms
|
|
// // Forms
|
|
|
|
|
|
|
|
|
|
+// $label-margin-bottom: .5rem !default;
|
|
|
|
|
+
|
|
|
// $input-padding-y: $input-btn-padding-y !default;
|
|
// $input-padding-y: $input-btn-padding-y !default;
|
|
|
// $input-padding-x: $input-btn-padding-x !default;
|
|
// $input-padding-x: $input-btn-padding-x !default;
|
|
|
// $input-line-height: $input-btn-line-height !default;
|
|
// $input-line-height: $input-btn-line-height !default;
|
|
@@ -407,6 +436,7 @@ $font-weight-bold: 700 !default;
|
|
|
// $input-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
// $input-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
|
|
|
|
|
|
// $input-placeholder-color: $gray-600 !default;
|
|
// $input-placeholder-color: $gray-600 !default;
|
|
|
|
|
+// $input-plaintext-color: $body-color !default;
|
|
|
|
|
|
|
|
// $input-height-border: $input-border-width * 2 !default;
|
|
// $input-height-border: $input-border-width * 2 !default;
|
|
|
|
|
|
|
@@ -436,6 +466,8 @@ $font-weight-bold: 700 !default;
|
|
|
// $input-group-addon-bg: $gray-200 !default;
|
|
// $input-group-addon-bg: $gray-200 !default;
|
|
|
// $input-group-addon-border-color: $input-border-color !default;
|
|
// $input-group-addon-border-color: $input-border-color !default;
|
|
|
|
|
|
|
|
|
|
+// $custom-forms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
|
|
|
|
|
+
|
|
|
// $custom-control-gutter: 1.5rem !default;
|
|
// $custom-control-gutter: 1.5rem !default;
|
|
|
// $custom-control-spacer-x: 1rem !default;
|
|
// $custom-control-spacer-x: 1rem !default;
|
|
|
|
|
|
|
@@ -445,7 +477,7 @@ $font-weight-bold: 700 !default;
|
|
|
// $custom-control-indicator-box-shadow: inset 0 .25rem .25rem rgba($black, .1) !default;
|
|
// $custom-control-indicator-box-shadow: inset 0 .25rem .25rem rgba($black, .1) !default;
|
|
|
|
|
|
|
|
// $custom-control-indicator-disabled-bg: $gray-200 !default;
|
|
// $custom-control-indicator-disabled-bg: $gray-200 !default;
|
|
|
-// $custom-control-label-disabled-color: $gray-600 !default;
|
|
|
|
|
|
|
+// $custom-control-label-disabled-color: $gray-600 !default;
|
|
|
|
|
|
|
|
// $custom-control-indicator-checked-color: $component-active-color !default;
|
|
// $custom-control-indicator-checked-color: $component-active-color !default;
|
|
|
// $custom-control-indicator-checked-bg: $component-active-bg !default;
|
|
// $custom-control-indicator-checked-bg: $component-active-bg !default;
|
|
@@ -461,22 +493,22 @@ $font-weight-bold: 700 !default;
|
|
|
// $custom-checkbox-indicator-border-radius: $border-radius !default;
|
|
// $custom-checkbox-indicator-border-radius: $border-radius !default;
|
|
|
// $custom-checkbox-indicator-icon-checked: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#{$custom-control-indicator-checked-color}' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
// $custom-checkbox-indicator-icon-checked: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#{$custom-control-indicator-checked-color}' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
|
|
|
|
|
|
-// $custom-checkbox-indicator-indeterminate-bg: $component-active-bg !default;
|
|
|
|
|
-// $custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color !default;
|
|
|
|
|
-// $custom-checkbox-indicator-icon-indeterminate: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#{$custom-checkbox-indicator-indeterminate-color}' d='M0 2h4'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
|
|
|
-// $custom-checkbox-indicator-indeterminate-box-shadow: none !default;
|
|
|
|
|
|
|
+// $custom-checkbox-indicator-indeterminate-bg: $component-active-bg !default;
|
|
|
|
|
+// $custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color !default;
|
|
|
|
|
+// $custom-checkbox-indicator-icon-indeterminate: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#{$custom-checkbox-indicator-indeterminate-color}' d='M0 2h4'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
|
|
|
+// $custom-checkbox-indicator-indeterminate-box-shadow: none !default;
|
|
|
|
|
|
|
|
// $custom-radio-indicator-border-radius: 50% !default;
|
|
// $custom-radio-indicator-border-radius: 50% !default;
|
|
|
// $custom-radio-indicator-icon-checked: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#{$custom-control-indicator-checked-color}'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
// $custom-radio-indicator-icon-checked: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#{$custom-control-indicator-checked-color}'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
|
|
|
|
|
|
// $custom-select-padding-y: .375rem !default;
|
|
// $custom-select-padding-y: .375rem !default;
|
|
|
-// $custom-select-padding-x: .75rem !default;
|
|
|
|
|
|
|
+// $custom-select-padding-x: .75rem !default;
|
|
|
// $custom-select-height: $input-height !default;
|
|
// $custom-select-height: $input-height !default;
|
|
|
// $custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator
|
|
// $custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator
|
|
|
// $custom-select-line-height: $input-btn-line-height !default;
|
|
// $custom-select-line-height: $input-btn-line-height !default;
|
|
|
// $custom-select-color: $input-color !default;
|
|
// $custom-select-color: $input-color !default;
|
|
|
// $custom-select-disabled-color: $gray-600 !default;
|
|
// $custom-select-disabled-color: $gray-600 !default;
|
|
|
-// $custom-select-bg: $white !default;
|
|
|
|
|
|
|
+// $custom-select-bg: $input-bg !default;
|
|
|
// $custom-select-disabled-bg: $gray-200 !default;
|
|
// $custom-select-disabled-bg: $gray-200 !default;
|
|
|
// $custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions
|
|
// $custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions
|
|
|
// $custom-select-indicator-color: $gray-800 !default;
|
|
// $custom-select-indicator-color: $gray-800 !default;
|
|
@@ -484,9 +516,11 @@ $font-weight-bold: 700 !default;
|
|
|
// $custom-select-border-width: $input-btn-border-width !default;
|
|
// $custom-select-border-width: $input-btn-border-width !default;
|
|
|
// $custom-select-border-color: $input-border-color !default;
|
|
// $custom-select-border-color: $input-border-color !default;
|
|
|
// $custom-select-border-radius: $border-radius !default;
|
|
// $custom-select-border-radius: $border-radius !default;
|
|
|
|
|
+// $custom-select-box-shadow: inset 0 1px 2px rgba($black, .075) !default;
|
|
|
|
|
|
|
|
// $custom-select-focus-border-color: $input-focus-border-color !default;
|
|
// $custom-select-focus-border-color: $input-focus-border-color !default;
|
|
|
-// $custom-select-focus-box-shadow: inset 0 1px 2px rgba($black, .075), 0 0 5px rgba($custom-select-focus-border-color, .5) !default;
|
|
|
|
|
|
|
+// $custom-select-focus-width: $input-btn-focus-width !default;
|
|
|
|
|
+// $custom-select-focus-box-shadow: 0 0 0 $custom-select-focus-width rgba($custom-select-focus-border-color, .5) !default;
|
|
|
|
|
|
|
|
// $custom-select-font-size-sm: 75% !default;
|
|
// $custom-select-font-size-sm: 75% !default;
|
|
|
// $custom-select-height-sm: $input-height-sm !default;
|
|
// $custom-select-height-sm: $input-height-sm !default;
|
|
@@ -494,9 +528,28 @@ $font-weight-bold: 700 !default;
|
|
|
// $custom-select-font-size-lg: 125% !default;
|
|
// $custom-select-font-size-lg: 125% !default;
|
|
|
// $custom-select-height-lg: $input-height-lg !default;
|
|
// $custom-select-height-lg: $input-height-lg !default;
|
|
|
|
|
|
|
|
|
|
+// $custom-range-track-width: 100% !default;
|
|
|
|
|
+// $custom-range-track-height: .5rem !default;
|
|
|
|
|
+// $custom-range-track-cursor: pointer !default;
|
|
|
|
|
+// $custom-range-track-bg: $gray-300 !default;
|
|
|
|
|
+// $custom-range-track-border-radius: 1rem !default;
|
|
|
|
|
+// $custom-range-track-box-shadow: inset 0 .25rem .25rem rgba($black, .1) !default;
|
|
|
|
|
+
|
|
|
|
|
+// $custom-range-thumb-width: 1rem !default;
|
|
|
|
|
+// $custom-range-thumb-height: $custom-range-thumb-width !default;
|
|
|
|
|
+// $custom-range-thumb-bg: $component-active-bg !default;
|
|
|
|
|
+// $custom-range-thumb-border: 0 !default;
|
|
|
|
|
+// $custom-range-thumb-border-radius: 1rem !default;
|
|
|
|
|
+// $custom-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;
|
|
|
|
|
+// $custom-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-btn-focus-box-shadow !default;
|
|
|
|
|
+// $custom-range-thumb-focus-box-shadow-width: $input-btn-focus-width !default; // For focus box shadow issue in IE/Edge
|
|
|
|
|
+// $custom-range-thumb-active-bg: lighten($component-active-bg, 35%) !default;
|
|
|
|
|
+
|
|
|
// $custom-file-height: $input-height !default;
|
|
// $custom-file-height: $input-height !default;
|
|
|
|
|
+// $custom-file-height-inner: $input-height-inner !default;
|
|
|
// $custom-file-focus-border-color: $input-focus-border-color !default;
|
|
// $custom-file-focus-border-color: $input-focus-border-color !default;
|
|
|
// $custom-file-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
// $custom-file-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
|
|
|
+// $custom-file-disabled-bg: $input-disabled-bg !default;
|
|
|
|
|
|
|
|
// $custom-file-padding-y: $input-btn-padding-y !default;
|
|
// $custom-file-padding-y: $input-btn-padding-y !default;
|
|
|
// $custom-file-padding-x: $input-btn-padding-x !default;
|
|
// $custom-file-padding-x: $input-btn-padding-x !default;
|
|
@@ -513,14 +566,12 @@ $font-weight-bold: 700 !default;
|
|
|
// en: "Browse"
|
|
// en: "Browse"
|
|
|
// ) !default;
|
|
// ) !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Form validation
|
|
// // Form validation
|
|
|
// $form-feedback-margin-top: $form-text-margin-top !default;
|
|
// $form-feedback-margin-top: $form-text-margin-top !default;
|
|
|
// $form-feedback-font-size: $small-font-size !default;
|
|
// $form-feedback-font-size: $small-font-size !default;
|
|
|
// $form-feedback-valid-color: theme-color("success") !default;
|
|
// $form-feedback-valid-color: theme-color("success") !default;
|
|
|
// $form-feedback-invalid-color: theme-color("danger") !default;
|
|
// $form-feedback-invalid-color: theme-color("danger") !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Dropdowns
|
|
// // Dropdowns
|
|
|
// //
|
|
// //
|
|
|
// // Dropdown menu container and contents.
|
|
// // Dropdown menu container and contents.
|
|
@@ -549,7 +600,6 @@ $font-weight-bold: 700 !default;
|
|
|
|
|
|
|
|
// $dropdown-header-color: $gray-600 !default;
|
|
// $dropdown-header-color: $gray-600 !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Z-index master list
|
|
// // Z-index master list
|
|
|
// //
|
|
// //
|
|
|
// // Warning: Avoid customizing these values. They're used for a bird's eye view
|
|
// // Warning: Avoid customizing these values. They're used for a bird's eye view
|
|
@@ -581,6 +631,9 @@ $font-weight-bold: 700 !default;
|
|
|
// $nav-pills-link-active-color: $component-active-color !default;
|
|
// $nav-pills-link-active-color: $component-active-color !default;
|
|
|
// $nav-pills-link-active-bg: $component-active-bg !default;
|
|
// $nav-pills-link-active-bg: $component-active-bg !default;
|
|
|
|
|
|
|
|
|
|
+// $nav-divider-color: $gray-200 !default;
|
|
|
|
|
+// $nav-divider-margin-y: ($spacer / 2) !default;
|
|
|
|
|
+
|
|
|
// // Navbar
|
|
// // Navbar
|
|
|
|
|
|
|
|
// $navbar-padding-y: ($spacer / 2) !default;
|
|
// $navbar-padding-y: ($spacer / 2) !default;
|
|
@@ -629,6 +682,7 @@ $font-weight-bold: 700 !default;
|
|
|
// $pagination-border-color: $gray-300 !default;
|
|
// $pagination-border-color: $gray-300 !default;
|
|
|
|
|
|
|
|
// $pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
// $pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
|
|
|
+// $pagination-focus-outline: 0 !default;
|
|
|
|
|
|
|
|
// $pagination-hover-color: $link-hover-color !default;
|
|
// $pagination-hover-color: $link-hover-color !default;
|
|
|
// $pagination-hover-bg: $gray-200 !default;
|
|
// $pagination-hover-bg: $gray-200 !default;
|
|
@@ -642,13 +696,11 @@ $font-weight-bold: 700 !default;
|
|
|
// $pagination-disabled-bg: $white !default;
|
|
// $pagination-disabled-bg: $white !default;
|
|
|
// $pagination-disabled-border-color: $gray-300 !default;
|
|
// $pagination-disabled-border-color: $gray-300 !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Jumbotron
|
|
// // Jumbotron
|
|
|
|
|
|
|
|
// $jumbotron-padding: 2rem !default;
|
|
// $jumbotron-padding: 2rem !default;
|
|
|
// $jumbotron-bg: $gray-200 !default;
|
|
// $jumbotron-bg: $gray-200 !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Cards
|
|
// // Cards
|
|
|
|
|
|
|
|
// $card-spacer-y: .75rem !default;
|
|
// $card-spacer-y: .75rem !default;
|
|
@@ -669,23 +721,21 @@ $font-weight-bold: 700 !default;
|
|
|
// $card-columns-gap: 1.25rem !default;
|
|
// $card-columns-gap: 1.25rem !default;
|
|
|
// $card-columns-margin: $card-spacer-y !default;
|
|
// $card-columns-margin: $card-spacer-y !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Tooltips
|
|
// // Tooltips
|
|
|
|
|
|
|
|
-// $tooltip-font-size: $font-size-sm !default;
|
|
|
|
|
-// $tooltip-max-width: 200px !default;
|
|
|
|
|
-// $tooltip-color: $white !default;
|
|
|
|
|
-// $tooltip-bg: $black !default;
|
|
|
|
|
-// $tooltip-border-radius: $border-radius !default;
|
|
|
|
|
-// $tooltip-opacity: .9 !default;
|
|
|
|
|
-// $tooltip-padding-y: .25rem !default;
|
|
|
|
|
-// $tooltip-padding-x: .5rem !default;
|
|
|
|
|
-// $tooltip-margin: 0 !default;
|
|
|
|
|
-
|
|
|
|
|
-// $tooltip-arrow-width: .8rem !default;
|
|
|
|
|
-// $tooltip-arrow-height: .4rem !default;
|
|
|
|
|
-// $tooltip-arrow-color: $tooltip-bg !default;
|
|
|
|
|
|
|
+// $tooltip-font-size: $font-size-sm !default;
|
|
|
|
|
+// $tooltip-max-width: 200px !default;
|
|
|
|
|
+// $tooltip-color: $white !default;
|
|
|
|
|
+// $tooltip-bg: $black !default;
|
|
|
|
|
+// $tooltip-border-radius: $border-radius !default;
|
|
|
|
|
+// $tooltip-opacity: .9 !default;
|
|
|
|
|
+// $tooltip-padding-y: .25rem !default;
|
|
|
|
|
+// $tooltip-padding-x: .5rem !default;
|
|
|
|
|
+// $tooltip-margin: 0 !default;
|
|
|
|
|
|
|
|
|
|
+// $tooltip-arrow-width: .8rem !default;
|
|
|
|
|
+// $tooltip-arrow-height: .4rem !default;
|
|
|
|
|
+// $tooltip-arrow-color: $tooltip-bg !default;
|
|
|
|
|
|
|
|
// // Popovers
|
|
// // Popovers
|
|
|
|
|
|
|
@@ -712,7 +762,6 @@ $font-weight-bold: 700 !default;
|
|
|
|
|
|
|
|
// $popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;
|
|
// $popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Badges
|
|
// // Badges
|
|
|
|
|
|
|
|
// $badge-font-size: 75% !default;
|
|
// $badge-font-size: 75% !default;
|
|
@@ -726,30 +775,30 @@ $font-weight-bold: 700 !default;
|
|
|
// // customizing padding or font-size on labels.
|
|
// // customizing padding or font-size on labels.
|
|
|
// $badge-pill-border-radius: 10rem !default;
|
|
// $badge-pill-border-radius: 10rem !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Modals
|
|
// // Modals
|
|
|
|
|
|
|
|
// // Padding applied to the modal body
|
|
// // Padding applied to the modal body
|
|
|
-// $modal-inner-padding: 1rem !default;
|
|
|
|
|
|
|
+// $modal-inner-padding: 1rem !default;
|
|
|
|
|
|
|
|
-// $modal-dialog-margin: .5rem !default;
|
|
|
|
|
-// $modal-dialog-margin-y-sm-up: 1.75rem !default;
|
|
|
|
|
|
|
+// $modal-dialog-margin: .5rem !default;
|
|
|
|
|
+// $modal-dialog-margin-y-sm-up: 1.75rem !default;
|
|
|
|
|
|
|
|
// $modal-title-line-height: $line-height-base !default;
|
|
// $modal-title-line-height: $line-height-base !default;
|
|
|
|
|
|
|
|
-// $modal-content-bg: $white !default;
|
|
|
|
|
-// $modal-content-border-color: rgba($black, .2) !default;
|
|
|
|
|
-// $modal-content-border-width: $border-width !default;
|
|
|
|
|
-// $modal-content-box-shadow-xs: 0 .25rem .5rem rgba($black, .5) !default;
|
|
|
|
|
-// $modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba($black, .5) !default;
|
|
|
|
|
-
|
|
|
|
|
-// $modal-backdrop-bg: $black !default;
|
|
|
|
|
-// $modal-backdrop-opacity: .5 !default;
|
|
|
|
|
-// $modal-header-border-color: $gray-200 !default;
|
|
|
|
|
-// $modal-footer-border-color: $modal-header-border-color !default;
|
|
|
|
|
-// $modal-header-border-width: $modal-content-border-width !default;
|
|
|
|
|
-// $modal-footer-border-width: $modal-header-border-width !default;
|
|
|
|
|
-// $modal-header-padding: 1rem !default;
|
|
|
|
|
|
|
+// $modal-content-bg: $white !default;
|
|
|
|
|
+// $modal-content-border-color: rgba($black, .2) !default;
|
|
|
|
|
+// $modal-content-border-width: $border-width !default;
|
|
|
|
|
+// $modal-content-border-radius: $border-radius-lg !default;
|
|
|
|
|
+// $modal-content-box-shadow-xs: 0 .25rem .5rem rgba($black, .5) !default;
|
|
|
|
|
+// $modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba($black, .5) !default;
|
|
|
|
|
+
|
|
|
|
|
+// $modal-backdrop-bg: $black !default;
|
|
|
|
|
+// $modal-backdrop-opacity: .5 !default;
|
|
|
|
|
+// $modal-header-border-color: $gray-200 !default;
|
|
|
|
|
+// $modal-footer-border-color: $modal-header-border-color !default;
|
|
|
|
|
+// $modal-header-border-width: $modal-content-border-width !default;
|
|
|
|
|
+// $modal-footer-border-width: $modal-header-border-width !default;
|
|
|
|
|
+// $modal-header-padding: 1rem !default;
|
|
|
|
|
|
|
|
// $modal-lg: 800px !default;
|
|
// $modal-lg: 800px !default;
|
|
|
// $modal-md: 500px !default;
|
|
// $modal-md: 500px !default;
|
|
@@ -757,7 +806,6 @@ $font-weight-bold: 700 !default;
|
|
|
|
|
|
|
|
// $modal-transition: transform .3s ease-out !default;
|
|
// $modal-transition: transform .3s ease-out !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Alerts
|
|
// // Alerts
|
|
|
// //
|
|
// //
|
|
|
// // Define alert colors, border radius, and padding.
|
|
// // Define alert colors, border radius, and padding.
|
|
@@ -773,7 +821,6 @@ $font-weight-bold: 700 !default;
|
|
|
// $alert-border-level: -9 !default;
|
|
// $alert-border-level: -9 !default;
|
|
|
// $alert-color-level: 6 !default;
|
|
// $alert-color-level: 6 !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Progress bars
|
|
// // Progress bars
|
|
|
|
|
|
|
|
// $progress-height: 1rem !default;
|
|
// $progress-height: 1rem !default;
|
|
@@ -810,7 +857,6 @@ $font-weight-bold: 700 !default;
|
|
|
// $list-group-action-active-color: $body-color !default;
|
|
// $list-group-action-active-color: $body-color !default;
|
|
|
// $list-group-action-active-bg: $gray-200 !default;
|
|
// $list-group-action-active-bg: $gray-200 !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Image thumbnails
|
|
// // Image thumbnails
|
|
|
|
|
|
|
|
// $thumbnail-padding: .25rem !default;
|
|
// $thumbnail-padding: .25rem !default;
|
|
@@ -820,13 +866,11 @@ $font-weight-bold: 700 !default;
|
|
|
// $thumbnail-border-radius: $border-radius !default;
|
|
// $thumbnail-border-radius: $border-radius !default;
|
|
|
// $thumbnail-box-shadow: 0 1px 2px rgba($black, .075) !default;
|
|
// $thumbnail-box-shadow: 0 1px 2px rgba($black, .075) !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Figures
|
|
// // Figures
|
|
|
|
|
|
|
|
// $figure-caption-font-size: 90% !default;
|
|
// $figure-caption-font-size: 90% !default;
|
|
|
// $figure-caption-color: $gray-600 !default;
|
|
// $figure-caption-color: $gray-600 !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Breadcrumbs
|
|
// // Breadcrumbs
|
|
|
|
|
|
|
|
// $breadcrumb-padding-y: .75rem !default;
|
|
// $breadcrumb-padding-y: .75rem !default;
|
|
@@ -838,8 +882,9 @@ $font-weight-bold: 700 !default;
|
|
|
// $breadcrumb-bg: $gray-200 !default;
|
|
// $breadcrumb-bg: $gray-200 !default;
|
|
|
// $breadcrumb-divider-color: $gray-600 !default;
|
|
// $breadcrumb-divider-color: $gray-600 !default;
|
|
|
// $breadcrumb-active-color: $gray-600 !default;
|
|
// $breadcrumb-active-color: $gray-600 !default;
|
|
|
-// $breadcrumb-divider: "/" !default;
|
|
|
|
|
|
|
+// $breadcrumb-divider: quote("/") !default;
|
|
|
|
|
|
|
|
|
|
+// $breadcrumb-border-radius: $border-radius !default;
|
|
|
|
|
|
|
|
// // Carousel
|
|
// // Carousel
|
|
|
|
|
|
|
@@ -860,8 +905,7 @@ $font-weight-bold: 700 !default;
|
|
|
// $carousel-control-prev-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
// $carousel-control-prev-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
|
// $carousel-control-next-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
// $carousel-control-next-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
|
|
|
|
|
|
-// $carousel-transition: transform .6s ease !default;
|
|
|
|
|
-
|
|
|
|
|
|
|
+// $carousel-transition: transform .6s ease !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)
|
|
|
|
|
|
|
|
// // Close
|
|
// // Close
|
|
|
|
|
|
|
@@ -884,7 +928,6 @@ $font-weight-bold: 700 !default;
|
|
|
// $pre-color: $gray-900 !default;
|
|
// $pre-color: $gray-900 !default;
|
|
|
// $pre-scrollable-max-height: 340px !default;
|
|
// $pre-scrollable-max-height: 340px !default;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// // Printing
|
|
// // Printing
|
|
|
// $print-page-size: a3 !default;
|
|
// $print-page-size: a3 !default;
|
|
|
// $print-body-min-width: map-get($grid-breakpoints, "lg") !default;
|
|
// $print-body-min-width: map-get($grid-breakpoints, "lg") !default;
|