// Variable overrides | |
// Variables | |
// | |
// Variables should follow the `$component-state-property-size` formula for | |
// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs. | |
// Color system | |
// $white: #fff; | |
// $gray-base: #3c4b64; | |
// $gray-100: #ebedef; | |
// $gray-200: #d8dbe0; | |
// $gray-300: #c4c9d0; | |
// $gray-400: #b1b7c1; | |
// $gray-500: #9da5b1; | |
// $gray-600: #8a93a2; | |
// $gray-700: #768192; | |
// $gray-800: #636f83; | |
// $gray-900: #4f5d73; | |
// $black: #000015; | |
// fusv-disable | |
// $grays: ( | |
// "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 | |
// ); | |
// fusv-enable | |
// $blue: #0d6efd; | |
// $indigo: #6610f2; | |
// $purple: #6f42c1; | |
// $pink: #d63384; | |
// $red: #dc3545; | |
// $orange: #fd7e14; | |
// $yellow: #ffc107; | |
// $green: #198754; | |
// $teal: #20c997; | |
// $cyan: #0dcaf0; | |
// scss-docs-start colors-map | |
// $colors: ( | |
// "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 | |
// ); | |
// scss-docs-end colors-map | |
// $primary-dark: #1f1498; | |
// $primary: #321fdb; | |
// $primary-50: #988fed; | |
// $primary-25: #ccc7f6; | |
// $secondary-dark: #212233; | |
// $secondary: #9da5b1; | |
// $secondary-50: #9da5b1; | |
// $secondary-25: #ced2d8; | |
// $success-dark: #1b9e3e; | |
// $success: #2eb85c; | |
// $success-50: #96dbad; | |
// $success-25: #cbedd6; | |
// $info-dark: #2982cc; | |
// $info: #39f; | |
// $info-50: #80c6ff; | |
// $info-25: #c0e6ff; | |
// $warning-dark: #f6960b; | |
// $warning: #f9b115; | |
// $warning-50: #fcd88a; | |
// $warning-25: #feecc5; | |
// $danger-dark: #d93737; | |
// $danger: #e55353; | |
// $danger-50: #f2a9a9; | |
// $danger-25: #f9d4d4; | |
// $light-dark: $gray-100; | |
// $light: $gray-100; | |
// $light-50: shift-color($light, -70); | |
// $light-25: shift-color($light, -80); | |
// $dark-dark: $gray-900; | |
// $dark: $gray-900; | |
// $dark-50: shift-color($dark, -70); | |
// $dark-25: shift-color($dark, -80); | |
// scss-docs-start theme-colors-map | |
// $theme-colors: ( | |
// "primary": $primary, | |
// "secondary": $secondary, | |
// "success": $success, | |
// "info": $info, | |
// "warning": $warning, | |
// "danger": $danger, | |
// "light": $light, | |
// "dark": $dark | |
// ); | |
// scss-docs-end theme-colors-map | |
// Text colors | |
// $high-emphasis-dark: rgba(shift-color($gray-base, +26), .87); | |
// $medium-emphasis-dark: rgba(shift-color($gray-base, +26), .6); | |
// $disabled-dark: rgba(shift-color($gray-base, +26), .38); | |
// $high-emphasis-light: rgba($white, .87); | |
// $medium-emphasis-light: rgba($white, .6); | |
// $disabled-light: rgba($white, .38); | |
// The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.0 are 3, 4.5 and 7. | |
// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast | |
// $min-contrast-ratio: 4.5; | |
// Customize the light and dark text colors for use in our color contrast function. | |
// $color-contrast-dark: $high-emphasis-dark; | |
// $color-contrast-light: $high-emphasis-light; | |
// fusv-disable | |
// $blue-100: tint-color($blue, 80%); | |
// $blue-200: tint-color($blue, 60%); | |
// $blue-300: tint-color($blue, 40%); | |
// $blue-400: tint-color($blue, 20%); | |
// $blue-500: $blue; | |
// $blue-600: shade-color($blue, 20%); | |
// $blue-700: shade-color($blue, 40%); | |
// $blue-800: shade-color($blue, 60%); | |
// $blue-900: shade-color($blue, 80%); | |
// $indigo-100: tint-color($indigo, 80%); | |
// $indigo-200: tint-color($indigo, 60%); | |
// $indigo-300: tint-color($indigo, 40%); | |
// $indigo-400: tint-color($indigo, 20%); | |
// $indigo-500: $indigo; | |
// $indigo-600: shade-color($indigo, 20%); | |
// $indigo-700: shade-color($indigo, 40%); | |
// $indigo-800: shade-color($indigo, 60%); | |
// $indigo-900: shade-color($indigo, 80%); | |
// $purple-100: tint-color($purple, 80%); | |
// $purple-200: tint-color($purple, 60%); | |
// $purple-300: tint-color($purple, 40%); | |
// $purple-400: tint-color($purple, 20%); | |
// $purple-500: $purple; | |
// $purple-600: shade-color($purple, 20%); | |
// $purple-700: shade-color($purple, 40%); | |
// $purple-800: shade-color($purple, 60%); | |
// $purple-900: shade-color($purple, 80%); | |
// $pink-100: tint-color($pink, 80%); | |
// $pink-200: tint-color($pink, 60%); | |
// $pink-300: tint-color($pink, 40%); | |
// $pink-400: tint-color($pink, 20%); | |
// $pink-500: $pink; | |
// $pink-600: shade-color($pink, 20%); | |
// $pink-700: shade-color($pink, 40%); | |
// $pink-800: shade-color($pink, 60%); | |
// $pink-900: shade-color($pink, 80%); | |
// $red-100: tint-color($red, 80%); | |
// $red-200: tint-color($red, 60%); | |
// $red-300: tint-color($red, 40%); | |
// $red-400: tint-color($red, 20%); | |
// $red-500: $red; | |
// $red-600: shade-color($red, 20%); | |
// $red-700: shade-color($red, 40%); | |
// $red-800: shade-color($red, 60%); | |
// $red-900: shade-color($red, 80%); | |
// $orange-100: tint-color($orange, 80%); | |
// $orange-200: tint-color($orange, 60%); | |
// $orange-300: tint-color($orange, 40%); | |
// $orange-400: tint-color($orange, 20%); | |
// $orange-500: $orange; | |
// $orange-600: shade-color($orange, 20%); | |
// $orange-700: shade-color($orange, 40%); | |
// $orange-800: shade-color($orange, 60%); | |
// $orange-900: shade-color($orange, 80%); | |
// $yellow-100: tint-color($yellow, 80%); | |
// $yellow-200: tint-color($yellow, 60%); | |
// $yellow-300: tint-color($yellow, 40%); | |
// $yellow-400: tint-color($yellow, 20%); | |
// $yellow-500: $yellow; | |
// $yellow-600: shade-color($yellow, 20%); | |
// $yellow-700: shade-color($yellow, 40%); | |
// $yellow-800: shade-color($yellow, 60%); | |
// $yellow-900: shade-color($yellow, 80%); | |
// $green-100: tint-color($green, 80%); | |
// $green-200: tint-color($green, 60%); | |
// $green-300: tint-color($green, 40%); | |
// $green-400: tint-color($green, 20%); | |
// $green-500: $green; | |
// $green-600: shade-color($green, 20%); | |
// $green-700: shade-color($green, 40%); | |
// $green-800: shade-color($green, 60%); | |
// $green-900: shade-color($green, 80%); | |
// $teal-100: tint-color($teal, 80%); | |
// $teal-200: tint-color($teal, 60%); | |
// $teal-300: tint-color($teal, 40%); | |
// $teal-400: tint-color($teal, 20%); | |
// $teal-500: $teal; | |
// $teal-600: shade-color($teal, 20%); | |
// $teal-700: shade-color($teal, 40%); | |
// $teal-800: shade-color($teal, 60%); | |
// $teal-900: shade-color($teal, 80%); | |
// $cyan-100: tint-color($cyan, 80%); | |
// $cyan-200: tint-color($cyan, 60%); | |
// $cyan-300: tint-color($cyan, 40%); | |
// $cyan-400: tint-color($cyan, 20%); | |
// $cyan-500: $cyan; | |
// $cyan-600: shade-color($cyan, 20%); | |
// $cyan-700: shade-color($cyan, 40%); | |
// $cyan-800: shade-color($cyan, 60%); | |
// $cyan-900: shade-color($cyan, 80%); | |
// fusv-enable | |
// Characters which are escaped by the escape-svg function | |
// $escaped-characters: ( | |
// ("<", "%3c"), | |
// (">", "%3e"), | |
// ("#", "%23"), | |
// ("(", "%28"), | |
// (")", "%29"), | |
// ); | |
// Options | |
// | |
// Quickly modify global styling by enabling or disabling optional features. | |
// $enable-caret: true; | |
// $enable-rounded: true; | |
// $enable-shadows: false; | |
// $enable-gradients: false; | |
// $enable-transitions: true; | |
// $enable-reduced-motion: true; | |
// $enable-smooth-scroll: true; | |
// $enable-grid-classes: true; | |
// $enable-button-pointers: true; | |
// $enable-rfs: true; | |
// $enable-validation-icons: true; | |
// $enable-negative-margins: false; | |
// $enable-deprecation-messages: true; | |
// $enable-important-utilities: true; | |
// Set mobile breakpoint | |
// $mobile-breakpoint: lg; | |
// Prefix for :root CSS variables | |
// $variable-prefix: cui-; | |
// Gradient | |
// | |
// The gradient which is added to components if `$enable-gradients` is `true` | |
// This gradient is also added to elements with `.bg-gradient` | |
// $gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0)); | |
// Spacing | |
// | |
// Control the default styling of most Bootstrap elements by modifying these | |
// variables. Mostly focused on spacing. | |
// You can add more entries to the $spacers map, should you need more variation. | |
// $spacer: 1rem; | |
// $spacers: ( | |
// 0: 0, | |
// 1: $spacer / 4, | |
// 2: $spacer / 2, | |
// 3: $spacer, | |
// 4: $spacer * 1.5, | |
// 5: $spacer * 3, | |
// ); | |
// $negative-spacers: if($enable-negative-margins, negativify-map($spacers), null); | |
// Position | |
// | |
// Define the edge positioning anchors of the position utilities. | |
// $position-values: ( | |
// 0: 0, | |
// 50: 50%, | |
// 100: 100% | |
// ); | |
// Body | |
// | |
// Settings for the `<body>` element. | |
// $body-bg: $white; | |
// $body-color: $high-emphasis-dark; | |
// $body-text-align: null; | |
// Links | |
// | |
// Style anchor elements. | |
// $link-color: $primary; | |
// $link-decoration: underline; | |
// $link-shade-percentage: 20%; | |
// $link-hover-color: shift-color($link-color, $link-shade-percentage); | |
// $link-hover-decoration: null; | |
// $stretched-link-pseudo-element: after; | |
// $stretched-link-z-index: 1; | |
// Paragraphs | |
// | |
// Style p element. | |
// $paragraph-margin-bottom: 1rem; | |
// Grid breakpoints | |
// | |
// Define the minimum dimensions at which your layout will change, | |
// adapting to different screen sizes, for use in media queries. | |
// scss-docs-start grid-breakpoints | |
// $grid-breakpoints: ( | |
// xs: 0, | |
// sm: 576px, | |
// md: 768px, | |
// lg: 992px, | |
// xl: 1200px, | |
// xxl: 1400px | |
// ); | |
// scss-docs-end grid-breakpoints | |
// @include _assert-ascending($grid-breakpoints, "$grid-breakpoints"); | |
// @include _assert-starts-at-zero($grid-breakpoints, "$grid-breakpoints"); | |
// Grid containers | |
// | |
// Define the maximum width of `.container` for different screen sizes. | |
// scss-docs-start container-max-widths | |
// $container-max-widths: ( | |
// sm: 540px, | |
// md: 720px, | |
// lg: 960px, | |
// xl: 1140px, | |
// xxl: 1320px | |
// ); | |
// scss-docs-end container-max-widths | |
// @include _assert-ascending($container-max-widths, "$container-max-widths"); | |
// Grid columns | |
// | |
// Set the number of columns and specify the width of the gutters. | |
// $grid-columns: 12; | |
// $grid-gutter-width: 1.5rem; | |
// $grid-row-columns: 6; | |
// $gutters: $spacers; | |
// Container padding | |
// $container-padding-x: $grid-gutter-width / 2; | |
// Components | |
// | |
// Define common padding and border radius sizes and more. | |
// $border-width: 1px; | |
// $border-widths: ( | |
// 0: 0, | |
// 1: 1px, | |
// 2: 2px, | |
// 3: 3px, | |
// 4: 4px, | |
// 5: 5px | |
// ); | |
// $border-color: $gray-200; | |
// $border-radius: .25rem; | |
// $border-radius-sm: .2rem; | |
// $border-radius-lg: .3rem; | |
// $border-radius-pill: 50rem; | |
// $box-shadow: 0 .5rem 1rem rgba($black, .15); | |
// $box-shadow-sm: 0 .125rem .25rem rgba($black, .075); | |
// $box-shadow-lg: 0 1rem 3rem rgba($black, .175); | |
// $box-shadow-inset: inset 0 1px 2px rgba($black, .075); | |
// $component-active-color: $high-emphasis-light; | |
// $component-active-bg: $primary; | |
// $caret-width: .3em; | |
// $caret-vertical-align: $caret-width * .85; | |
// $caret-spacing: $caret-width * .85; | |
// $transition-base: all .2s ease-in-out; | |
// $transition-fade: opacity .15s linear; | |
// $transition-collapse: height .35s ease; | |
// stylelint-disable function-disallowed-list | |
// scss-docs-start aspect-ratios | |
// $aspect-ratios: ( | |
// "1x1": 100%, | |
// "4x3": calc(3 / 4 * 100%), | |
// "16x9": calc(9 / 16 * 100%), | |
// "21x9": calc(9 / 21 * 100%) | |
// ); | |
// scss-docs-end aspect-ratios | |
// stylelint-enable function-disallowed-list | |
// Typography | |
// | |
// Font, line-height, and color for body text, headings, and more. | |
// stylelint-disable value-keyword-case | |
// $font-family-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | |
// $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; | |
// stylelint-enable value-keyword-case | |
// $font-family-base: var(--#{$variable-prefix}font-sans-serif); | |
// $font-family-code: var(--#{$variable-prefix}font-monospace); | |
// $font-size-root effects the value of `rem`, which is used for as well font sizes, paddings and margins | |
// $font-size-base effects the font size of the body text | |
// $font-size-root: null; | |
// $font-size-base: 1rem; // Assumes the browser default, typically `16px` | |
// $font-size-sm: $font-size-base * .875; | |
// $font-size-lg: $font-size-base * 1.25; | |
// $font-weight-lighter: lighter; | |
// $font-weight-light: 300; | |
// $font-weight-normal: 400; | |
// $font-weight-medium: 500; | |
// $font-weight-semibold: 600; | |
// $font-weight-bold: 700; | |
// $font-weight-bolder: bolder; | |
// $font-weight-base: $font-weight-normal; | |
// $line-height-base: 1.5; | |
// $line-height-sm: 1.25; | |
// $line-height-lg: 2; | |
// $h1-font-size: $font-size-base * 2.5; | |
// $h2-font-size: $font-size-base * 2; | |
// $h3-font-size: $font-size-base * 1.75; | |
// $h4-font-size: $font-size-base * 1.5; | |
// $h5-font-size: $font-size-base * 1.25; | |
// $h6-font-size: $font-size-base; | |
// scss-docs-start font-sizes | |
// $font-sizes: ( | |
// 1: $h1-font-size, | |
// 2: $h2-font-size, | |
// 3: $h3-font-size, | |
// 4: $h4-font-size, | |
// 5: $h5-font-size, | |
// 6: $h6-font-size | |
// ); | |
// scss-docs-end font-sizes | |
// $headings-margin-bottom: $spacer / 2; | |
// $headings-font-family: null; | |
// $headings-font-style: null; | |
// $headings-font-weight: 500; | |
// $headings-line-height: 1.2; | |
// $headings-color: unset; | |
// scss-docs-start display-headings | |
// $display-font-sizes: ( | |
// 1: 5rem, | |
// 2: 4.5rem, | |
// 3: 4rem, | |
// 4: 3.5rem, | |
// 5: 3rem, | |
// 6: 2.5rem | |
// ); | |
// $display-font-weight: 300; | |
// $display-line-height: $headings-line-height; | |
// scss-docs-end display-headings | |
// $lead-font-size: $font-size-base * 1.25; | |
// $lead-font-weight: 300; | |
// $small-font-size: .875em; | |
// $sub-sup-font-size: .75em; | |
// $text-muted: $disabled-dark; | |
// $initialism-font-size: $small-font-size; | |
// $blockquote-margin-y: $spacer; | |
// $blockquote-font-size: $font-size-base * 1.25; | |
// $blockquote-footer-color: $gray-600; | |
// $blockquote-footer-font-size: $small-font-size; | |
// $hr-margin-y: $spacer; | |
// $hr-color: inherit; | |
// $hr-height: $border-width; | |
// $hr-opacity: .25; | |
// $vr-color: inherit; | |
// $vr-width: $border-width; | |
// $vr-opacity: .25; | |
// $legend-margin-bottom: .5rem; | |
// $legend-font-size: 1.5rem; | |
// $legend-font-weight: null; | |
// $mark-padding: .2em; | |
// $dt-font-weight: $font-weight-bold; | |
// $nested-kbd-font-weight: $font-weight-bold; | |
// $list-inline-padding: .5rem; | |
// $mark-bg: #fcf8e3; | |
// Icons | |
// $icon-size-base: 1rem; | |
// $icon-size-sm: $icon-size-base * .875; | |
// $icon-size-lg: $icon-size-base * 1.25; | |
// $icon-size-xl: $icon-size-base * 1.5; | |
// Tables | |
// | |
// Customizes the `.table` component with basic values, each used across all table variations. | |
// scss-docs-start table-variables | |
// $table-cell-padding-y: .5rem; | |
// $table-cell-padding-x: .5rem; | |
// $table-cell-padding-y-sm: .25rem; | |
// $table-cell-padding-x-sm: .25rem; | |
// $table-cell-vertical-align: top; | |
// $table-color: $body-color; | |
// $table-bg: transparent; | |
// $table-th-font-weight: 600; | |
// $table-striped-color: $table-color; | |
// $table-striped-bg-factor: .05; | |
// $table-striped-bg: rgba($black, $table-striped-bg-factor); | |
// $table-active-color: $table-color; | |
// $table-active-bg-factor: .1; | |
// $table-active-bg: rgba($black, $table-active-bg-factor); | |
// $table-hover-color: $table-color; | |
// $table-hover-bg-factor: .075; | |
// $table-hover-bg: rgba($black, $table-hover-bg-factor); | |
// $table-border-factor: .1; | |
// $table-border-width: $border-width; | |
// $table-border-color: $border-color; | |
// $table-striped-order: odd; | |
// $table-group-separator-color: currentColor; | |
// $table-caption-color: $text-muted; | |
// $table-bg-scale: -80%; | |
// $table-variants: ( | |
// "primary": shift-color($primary, $table-bg-scale), | |
// "secondary": shift-color($secondary, $table-bg-scale), | |
// "success": shift-color($success, $table-bg-scale), | |
// "info": shift-color($info, $table-bg-scale), | |
// "warning": shift-color($warning, $table-bg-scale), | |
// "danger": shift-color($danger, $table-bg-scale), | |
// "light": $light, | |
// "dark": $dark, | |
// ); | |
// scss-docs-end table-variables | |
// Buttons + Forms | |
// | |
// Shared variables that are reassigned to `$input-` and `$btn-` specific variables. | |
// scss-docs-start button-form-variables | |
// $input-btn-padding-y: .375rem; | |
// $input-btn-padding-x: .75rem; | |
// $input-btn-font-family: null; | |
// $input-btn-font-size: $font-size-base; | |
// $input-btn-line-height: $line-height-base; | |
// $input-btn-focus-width: .25rem; | |
// $input-btn-focus-color-opacity: .25; | |
// $input-btn-focus-color: rgba($component-active-bg, $input-btn-focus-color-opacity); | |
// $input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color; | |
// $input-btn-padding-y-sm: .25rem; | |
// $input-btn-padding-x-sm: .5rem; | |
// $input-btn-font-size-sm: $font-size-sm; | |
// $input-btn-padding-y-lg: .5rem; | |
// $input-btn-padding-x-lg: 1rem; | |
// $input-btn-font-size-lg: $font-size-lg; | |
// $input-btn-border-width: $border-width; | |
// scss-docs-end button-form-variables | |
// Buttons | |
// | |
// For each of Bootstrap's buttons, define text, background, and border color. | |
// scss-docs-start button-variables | |
// $btn-padding-y: $input-btn-padding-y; | |
// $btn-padding-x: $input-btn-padding-x; | |
// $btn-font-family: $input-btn-font-family; | |
// $btn-font-size: $input-btn-font-size; | |
// $btn-line-height: $input-btn-line-height; | |
// $btn-white-space: null; // Set to `nowrap` to prevent text wrapping | |
// $btn-padding-y-sm: $input-btn-padding-y-sm; | |
// $btn-padding-x-sm: $input-btn-padding-x-sm; | |
// $btn-font-size-sm: $input-btn-font-size-sm; | |
// $btn-padding-y-lg: $input-btn-padding-y-lg; | |
// $btn-padding-x-lg: $input-btn-padding-x-lg; | |
// $btn-font-size-lg: $input-btn-font-size-lg; | |
// $btn-border-width: $input-btn-border-width; | |
// $btn-font-weight: $font-weight-normal; | |
// $btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075); | |
// $btn-focus-width: $input-btn-focus-width; | |
// $btn-focus-box-shadow: $input-btn-focus-box-shadow; | |
// $btn-disabled-opacity: .65; | |
// $btn-active-box-shadow: inset 0 3px 5px rgba($black, .125); | |
// $btn-link-color: $link-color; | |
// $btn-link-hover-color: $link-hover-color; | |
// $btn-link-disabled-color: $gray-600; | |
// Allows for customizing button radius independently from global border radius | |
// $btn-border-radius: $border-radius; | |
// $btn-border-radius-sm: $border-radius-sm; | |
// $btn-border-radius-lg: $border-radius-lg; | |
// $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; | |
// $button-variants: ( | |
// "primary": btn-color-map($primary, $primary), | |
// "secondary": btn-color-map($secondary, $secondary), | |
// "success": btn-color-map($success, $success), | |
// "danger": btn-color-map($danger, $danger), | |
// "warning": btn-color-map($warning, $warning), | |
// "info": btn-color-map($info, $info), | |
// "light": btn-color-map($light, $light), | |
// "dark": btn-color-map($dark, $dark) | |
// ); | |
// scss-docs-end button-variables | |
// Forms | |
// scss-docs-start form-variables | |
// scss-docs-start form-control-variables | |
// $form-text-margin-top: .25rem; | |
// $form-text-font-size: $small-font-size; | |
// $form-text-font-style: null; | |
// $form-text-font-weight: null; | |
// $form-text-color: $text-muted; | |
// $form-label-margin-bottom: .5rem; | |
// $form-label-font-size: null; | |
// $form-label-font-style: null; | |
// $form-label-font-weight: null; | |
// $form-label-color: inherit; | |
// $input-padding-y: $input-btn-padding-y; | |
// $input-padding-x: $input-btn-padding-x; | |
// $input-font-family: $input-btn-font-family; | |
// $input-font-size: $input-btn-font-size; | |
// $input-font-weight: $font-weight-base; | |
// $input-line-height: $input-btn-line-height; | |
// $input-padding-y-sm: $input-btn-padding-y-sm; | |
// $input-padding-x-sm: $input-btn-padding-x-sm; | |
// $input-font-size-sm: $input-btn-font-size-sm; | |
// $input-padding-y-lg: $input-btn-padding-y-lg; | |
// $input-padding-x-lg: $input-btn-padding-x-lg; | |
// $input-font-size-lg: $input-btn-font-size-lg; | |
// $input-bg: $white; | |
// $input-disabled-bg: $gray-200; | |
// $input-disabled-border-color: $gray-400; | |
// $input-color: $body-color; | |
// $input-border-color: $gray-400; | |
// $input-border-width: $input-btn-border-width; | |
// $input-box-shadow: $box-shadow-inset; | |
// $input-border-radius: $border-radius; | |
// $input-border-radius-sm: $border-radius-sm; | |
// $input-border-radius-lg: $border-radius-lg; | |
// $input-focus-bg: $input-bg; | |
// $input-focus-border-color: tint-color($component-active-bg, 50%); | |
// $input-focus-color: $input-color; | |
// $input-focus-width: $input-btn-focus-width; | |
// $input-focus-box-shadow: $input-btn-focus-box-shadow; | |
// $input-placeholder-color: $gray-600; | |
// $input-plaintext-color: $body-color; | |
// $input-height-border: $input-border-width * 2; | |
// $input-height-inner: add($input-line-height * 1em, $input-padding-y * 2); | |
// $input-height-inner-half: add($input-line-height * .5em, $input-padding-y); | |
// $input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y / 2); | |
// $input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)); | |
// $input-height-sm: add($input-line-height * 1em, add($input-padding-y-sm * 2, $input-height-border, false)); | |
// $input-height-lg: add($input-line-height * 1em, add($input-padding-y-lg * 2, $input-height-border, false)); | |
// $input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; | |
// scss-docs-end form-control-variables | |
// scss-docs-start form-check-variables | |
// $form-check-input-width: 1em; | |
// $form-check-min-height: $font-size-base * $line-height-base; | |
// $form-check-padding-start: .375em; | |
// $form-check-margin-bottom: .125rem; | |
// $form-check-label-color: unset; | |
// $form-check-label-cursor: null; | |
// $form-check-transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; | |
// $form-check-input-active-filter: brightness(90%); | |
// $form-check-input-bg: $body-bg; | |
// $form-check-input-border: 1px solid rgba(0, 0, 0, .25); | |
// $form-check-input-border-radius: .25em; | |
// $form-check-radio-border-radius: 50%; | |
// $form-check-input-focus-border: $input-focus-border-color; | |
// $form-check-input-focus-box-shadow: $input-btn-focus-box-shadow; | |
// $form-check-input-checked-color: $component-active-color; | |
// $form-check-input-checked-bg-color: $component-active-bg; | |
// $form-check-input-checked-border-color: $form-check-input-checked-bg-color; | |
// $form-check-input-checked-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{$form-check-input-checked-color}' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>"); | |
// $form-check-radio-checked-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='#{$form-check-input-checked-color}'/></svg>"); | |
// $form-check-input-indeterminate-color: $component-active-color; | |
// $form-check-input-indeterminate-bg-color: $component-active-bg; | |
// $form-check-input-indeterminate-border-color: $form-check-input-indeterminate-bg-color; | |
// $form-check-input-indeterminate-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{$form-check-input-indeterminate-color}' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/></svg>"); | |
// $form-check-input-disabled-opacity: .5; | |
// $form-check-label-disabled-opacity: $form-check-input-disabled-opacity; | |
// $form-check-btn-check-disabled-opacity: $btn-disabled-opacity; | |
// scss-docs-end form-check-variables | |
// scss-docs-start form-switch-variables | |
// $form-switch-color: rgba(0, 0, 0, .25); | |
// $form-switch-width: 1.5em; | |
// $form-switch-padding-start: .375em; | |
// $form-switch-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#{$form-switch-color}'/></svg>"); | |
// $form-switch-border-radius: $form-switch-width; | |
// $form-switch-focus-color: $input-focus-border-color; | |
// $form-switch-focus-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#{$form-switch-focus-color}'/></svg>"); | |
// $form-switch-checked-color: $component-active-color; | |
// $form-switch-checked-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#{$form-switch-checked-color}'/></svg>"); | |
// $form-switch-checked-bg-position: right center; | |
// $form-switch-widths: ( | |
// lg: 2em, | |
// xl: 2.5em | |
// ); | |
// scss-docs-end form-switch-variables | |
// $form-check-inline-margin-end: 1rem; | |
// scss-docs-start input-group-variables | |
// $input-group-addon-padding-y: $input-padding-y; | |
// $input-group-addon-padding-x: $input-padding-x; | |
// $input-group-addon-font-weight: $input-font-weight; | |
// $input-group-addon-color: $input-color; | |
// $input-group-addon-bg: $gray-200; | |
// $input-group-addon-border-color: $input-border-color; | |
// scss-docs-end input-group-variables | |
// scss-docs-start form-select-variables | |
// $form-select-padding-y: $input-padding-y; | |
// $form-select-padding-x: $input-padding-x; | |
// $form-select-font-family: $input-font-family; | |
// $form-select-font-size: $input-font-size; | |
// $form-select-indicator-padding: 1rem; // Extra padding to account for the presence of the background-image based indicator | |
// $form-select-font-weight: $input-font-weight; | |
// $form-select-line-height: $input-line-height; | |
// $form-select-color: $input-color; | |
// $form-select-disabled-color: $gray-600; | |
// $form-select-bg: $input-bg; | |
// $form-select-disabled-bg: $gray-200; | |
// $form-select-disabled-border-color: $input-disabled-border-color; | |
// $form-select-bg-position: right $form-select-padding-x center; | |
// $form-select-bg-size: 16px 12px; // In pixels because image dimensions | |
// $form-select-indicator-color: $gray-800; | |
// $form-select-indicator: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$form-select-indicator-color}' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>"); | |
// $form-select-feedback-icon-padding-end: add(1em * .75, (2 * $form-select-padding-y * .75) + $form-select-padding-x + $form-select-indicator-padding); | |
// $form-select-feedback-icon-position: center right ($form-select-padding-x + $form-select-indicator-padding); | |
// $form-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half; | |
// $form-select-border-width: $input-border-width; | |
// $form-select-border-color: $input-border-color; | |
// $form-select-border-radius: $border-radius; | |
// $form-select-box-shadow: $box-shadow-inset; | |
// $form-select-focus-border-color: $input-focus-border-color; | |
// $form-select-focus-width: $input-focus-width; | |
// $form-select-focus-box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color; | |
// $form-select-padding-y-sm: $input-padding-y-sm; | |
// $form-select-padding-x-sm: $input-padding-x-sm; | |
// $form-select-font-size-sm: $input-font-size-sm; | |
// $form-select-padding-y-lg: $input-padding-y-lg; | |
// $form-select-padding-x-lg: $input-padding-x-lg; | |
// $form-select-font-size-lg: $input-font-size-lg; | |
// scss-docs-end form-select-variables | |
// scss-docs-start form-range-variables | |
// $form-range-track-width: 100%; | |
// $form-range-track-height: .5rem; | |
// $form-range-track-cursor: pointer; | |
// $form-range-track-bg: $gray-300; | |
// $form-range-track-border-radius: 1rem; | |
// $form-range-track-box-shadow: $box-shadow-inset; | |
// $form-range-thumb-width: 1rem; | |
// $form-range-thumb-height: $form-range-thumb-width; | |
// $form-range-thumb-bg: $component-active-bg; | |
// $form-range-thumb-border: 0; | |
// $form-range-thumb-border-radius: 1rem; | |
// $form-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1); | |
// $form-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow; | |
// $form-range-thumb-focus-box-shadow-width: $input-focus-width; // For focus box shadow issue in Edge | |
// $form-range-thumb-active-bg: tint-color($component-active-bg, 70%); | |
// $form-range-thumb-disabled-bg: $gray-500; | |
// $form-range-thumb-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; | |
// scss-docs-end form-range-variables | |
// scss-docs-start form-file-variables | |
// $form-file-button-color: $input-color; | |
// $form-file-button-bg: $input-group-addon-bg; | |
// $form-file-button-hover-bg: shade-color($form-file-button-bg, 5%); | |
// scss-docs-end form-file-variables | |
// scss-docs-start form-floating-variables | |
// $form-floating-height: add(3.5rem, $input-height-border); | |
// $form-floating-padding-x: $input-padding-x; | |
// $form-floating-padding-y: 1rem; | |
// $form-floating-input-padding-t: 1.625rem; | |
// $form-floating-input-padding-b: .625rem; | |
// $form-floating-label-opacity: .65; | |
// $form-floating-label-transform: scale(.85) translateY(-.5rem) translateX(.15rem); | |
// $form-floating-transition: opacity .1s ease-in-out, transform .1s ease-in-out; | |
// scss-docs-end form-floating-variables | |
// Form validation | |
// $form-feedback-margin-top: $form-text-margin-top; | |
// $form-feedback-font-size: $form-text-font-size; | |
// $form-feedback-font-style: $form-text-font-style; | |
// $form-feedback-valid-color: $success; | |
// $form-feedback-invalid-color: $danger; | |
// $form-feedback-icon-valid-color: $form-feedback-valid-color; | |
// $form-feedback-icon-valid: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='#{$form-feedback-icon-valid-color}' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>"); | |
// $form-feedback-icon-invalid-color: $form-feedback-invalid-color; | |
// $form-feedback-icon-invalid: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='#{$form-feedback-icon-invalid-color}'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#{$form-feedback-icon-invalid-color}' stroke='none'/></svg>"); | |
// scss-docs-start form-validation-states | |
// $form-validation-states: ( | |
// "valid": ( | |
// "color": $form-feedback-valid-color, | |
// "icon": $form-feedback-icon-valid | |
// ), | |
// "invalid": ( | |
// "color": $form-feedback-invalid-color, | |
// "icon": $form-feedback-icon-invalid | |
// ) | |
// ); | |
// scss-docs-end form-validation-states | |
// scss-docs-end form-variables | |
// Z-index master list | |
// | |
// Warning: Avoid customizing these values. They're used for a bird's eye view | |
// of components dependent on the z-axis and are designed to all work together. | |
// scss-docs-start zindex-stack | |
// $zindex-dropdown: 1000; | |
// $zindex-sticky: 1020; | |
// $zindex-fixed: 1030; | |
// $zindex-modal-backdrop: 1040; | |
// $zindex-modal: 1050; | |
// $zindex-popover: 1060; | |
// $zindex-tooltip: 1070; | |
// scss-docs-end zindex-stack | |
// Navs | |
// scss-docs-start nav-variables | |
// $nav-link-padding-y: .5rem; | |
// $nav-link-padding-x: 1rem; | |
// $nav-link-font-size: null; | |
// $nav-link-font-weight: null; | |
// $nav-link-color: $link-color; | |
// $nav-link-hover-color: $link-hover-color; | |
// $nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; | |
// $nav-link-disabled-color: $gray-600; | |
// $nav-tabs-border-color: $gray-300; | |
// $nav-tabs-border-width: $border-width; | |
// $nav-tabs-border-radius: $border-radius; | |
// $nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color; | |
// $nav-tabs-link-active-color: $gray-700; | |
// $nav-tabs-link-active-bg: $body-bg; | |
// $nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg; | |
// $nav-pills-border-radius: $border-radius; | |
// $nav-pills-link-active-color: $component-active-color; | |
// $nav-pills-link-active-bg: $component-active-bg; | |
// scss-docs-end nav-variables | |
// Navbar | |
// scss-docs-start navbar-variables | |
// $navbar-padding-y: $spacer / 2; | |
// $navbar-padding-x: null; | |
// $navbar-nav-link-padding-x: .5rem; | |
// $navbar-brand-font-size: $font-size-lg; | |
// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link | |
// $nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2; | |
// $navbar-brand-height: $navbar-brand-font-size * $line-height-base; | |
// $navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2; | |
// $navbar-brand-margin-end: 1rem; | |
// $navbar-toggler-padding-y: .25rem; | |
// $navbar-toggler-padding-x: .75rem; | |
// $navbar-toggler-font-size: $font-size-lg; | |
// $navbar-toggler-border-radius: $btn-border-radius; | |
// $navbar-toggler-focus-width: $btn-focus-width; | |
// $navbar-toggler-transition: box-shadow .15s ease-in-out; | |
// $navbar-dark-color: $medium-emphasis-light; | |
// $navbar-dark-hover-color: $high-emphasis-light; | |
// $navbar-dark-active-color: $high-emphasis-light; | |
// $navbar-dark-disabled-color: $disabled-light; | |
// $navbar-dark-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$navbar-dark-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>"); | |
// $navbar-dark-toggler-border-color: rgba($white, .1); | |
// $navbar-light-color: $medium-emphasis-dark; | |
// $navbar-light-hover-color: $high-emphasis-dark; | |
// $navbar-light-active-color: $high-emphasis-dark; | |
// $navbar-light-disabled-color: $disabled-dark; | |
// $navbar-light-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$navbar-light-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>"); | |
// $navbar-light-toggler-border-color: rgba($black, .1); | |
// $navbar-light-brand-color: $navbar-light-active-color; | |
// $navbar-light-brand-hover-color: $navbar-light-active-color; | |
// $navbar-dark-brand-color: $navbar-dark-active-color; | |
// $navbar-dark-brand-hover-color: $navbar-dark-active-color; | |
// scss-docs-end navbar-variables | |
// Dropdowns | |
// | |
// Dropdown menu container and contents. | |
// scss-docs-start dropdown-variables | |
// $dropdown-min-width: 10rem; | |
// $dropdown-padding-x: 0; | |
// $dropdown-padding-y: .5rem; | |
// $dropdown-spacer: .125rem; | |
// $dropdown-font-size: $font-size-base; | |
// $dropdown-color: $body-color; | |
// $dropdown-bg: $white; | |
// $dropdown-border-color: rgba($black, .15); | |
// $dropdown-border-radius: $border-radius; | |
// $dropdown-border-width: $border-width; | |
// $dropdown-inner-border-radius: subtract($dropdown-border-radius, $dropdown-border-width); | |
// $dropdown-divider-bg: $dropdown-border-color; | |
// $dropdown-divider-margin-y: $spacer / 2; | |
// $dropdown-box-shadow: $box-shadow; | |
// $dropdown-link-color: $gray-900; | |
// $dropdown-link-hover-color: shade-color($gray-900, 10%); | |
// $dropdown-link-hover-bg: $gray-100; | |
// $dropdown-link-active-color: $component-active-color; | |
// $dropdown-link-active-bg: $component-active-bg; | |
// $dropdown-link-disabled-color: $gray-600; | |
// $dropdown-item-padding-y: $spacer / 4; | |
// $dropdown-item-padding-x: $spacer; | |
// $dropdown-header-color: $gray-600; | |
// $dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x; | |
// $dropdown-dark-color: $gray-300; | |
// $dropdown-dark-bg: $gray-800; | |
// $dropdown-dark-border-color: $dropdown-border-color; | |
// $dropdown-dark-divider-bg: $dropdown-divider-bg; | |
// $dropdown-dark-box-shadow: null; | |
// $dropdown-dark-link-color: $dropdown-dark-color; | |
// $dropdown-dark-link-hover-color: $high-emphasis-light; | |
// $dropdown-dark-link-hover-bg: rgba($white, .15); | |
// $dropdown-dark-link-active-color: $dropdown-link-active-color; | |
// $dropdown-dark-link-active-bg: $dropdown-link-active-bg; | |
// $dropdown-dark-link-disabled-color: $gray-500; | |
// $dropdown-dark-header-color: $gray-500; | |
// scss-docs-end dropdown-variables | |
// Pagination | |
// scss-docs-start pagination-variables | |
// $pagination-padding-y: .375rem; | |
// $pagination-padding-x: .75rem; | |
// $pagination-padding-y-sm: .25rem; | |
// $pagination-padding-x-sm: .5rem; | |
// $pagination-padding-y-lg: .75rem; | |
// $pagination-padding-x-lg: 1.5rem; | |
// $pagination-color: $link-color; | |
// $pagination-bg: $white; | |
// $pagination-border-width: $border-width; | |
// $pagination-border-radius: $border-radius; | |
// $pagination-margin-start: -$pagination-border-width; | |
// $pagination-border-color: $gray-300; | |
// $pagination-focus-color: $link-hover-color; | |
// $pagination-focus-bg: $gray-200; | |
// $pagination-focus-box-shadow: $input-btn-focus-box-shadow; | |
// $pagination-focus-outline: 0; | |
// $pagination-hover-color: $link-hover-color; | |
// $pagination-hover-bg: $gray-200; | |
// $pagination-hover-border-color: $gray-300; | |
// $pagination-active-color: $component-active-color; | |
// $pagination-active-bg: $component-active-bg; | |
// $pagination-active-border-color: $pagination-active-bg; | |
// $pagination-disabled-color: $gray-600; | |
// $pagination-disabled-bg: $white; | |
// $pagination-disabled-border-color: $gray-300; | |
// $pagination-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; | |
// scss-docs-end pagination-variables | |
// Cards | |
// scss-docs-start card-variables | |
// $card-spacer-y: $spacer; | |
// $card-spacer-x: $spacer; | |
// $card-title-spacer-y: $spacer / 2; | |
// $card-border-width: $border-width; | |
// $card-border-radius: $border-radius; | |
// $card-border-color: rgba($black, .125); | |
// $card-inner-border-radius: subtract($card-border-radius, $card-border-width); | |
// $card-cap-padding-y: $card-spacer-y / 2; | |
// $card-cap-padding-x: $card-spacer-x; | |
// $card-cap-bg: rgba($black, .03); | |
// $card-cap-color: unset; | |
// $card-height: null; | |
// $card-color: unset; | |
// $card-bg: $white; | |
// $card-img-overlay-padding: $spacer; | |
// $card-group-margin: $grid-gutter-width / 2; | |
// scss-docs-end card-variables | |
// Accordion | |
// scss-docs-start accordion-variables | |
// $accordion-padding-y: 1rem; | |
// $accordion-padding-x: 1.25rem; | |
// $accordion-color: $body-color; | |
// $accordion-bg: transparent; | |
// $accordion-border-width: $border-width; | |
// $accordion-border-color: rgba($black, .125); | |
// $accordion-border-radius: $border-radius; | |
// $accordion-body-padding-y: $accordion-padding-y; | |
// $accordion-body-padding-x: $accordion-padding-x; | |
// $accordion-button-padding-y: $accordion-padding-y; | |
// $accordion-button-padding-x: $accordion-padding-x; | |
// $accordion-button-color: $accordion-color; | |
// $accordion-button-bg: $accordion-bg; | |
// $accordion-transition: $btn-transition, border-radius .15s ease; | |
// $accordion-button-active-bg: tint-color($component-active-bg, 90%); | |
// $accordion-button-active-color: shade-color($primary, 10%); | |
// $accordion-button-focus-border-color: $input-focus-border-color; | |
// $accordion-button-focus-box-shadow: $btn-focus-box-shadow; | |
// $accordion-icon-width: 1.25rem; | |
// $accordion-icon-color: $accordion-color; | |
// $accordion-icon-active-color: $accordion-button-active-color; | |
// $accordion-icon-transition: transform .2s ease-in-out; | |
// $accordion-icon-transform: rotate(180deg); | |
// $accordion-button-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$accordion-icon-color}'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>"); | |
// $accordion-button-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$accordion-icon-active-color}'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>"); | |
// scss-docs-end accordion-variables | |
// Tooltips | |
// scss-docs-start tooltip-variables | |
// $tooltip-font-size: $font-size-sm; | |
// $tooltip-max-width: 200px; | |
// $tooltip-color: $high-emphasis-light; | |
// $tooltip-bg: $black; | |
// $tooltip-border-radius: $border-radius; | |
// $tooltip-opacity: .9; | |
// $tooltip-padding-y: $spacer / 4; | |
// $tooltip-padding-x: $spacer / 2; | |
// $tooltip-margin: 0; | |
// $tooltip-arrow-width: .8rem; | |
// $tooltip-arrow-height: .4rem; | |
// $tooltip-arrow-color: $tooltip-bg; | |
// scss-docs-end tooltip-variables | |
// Form tooltips must come after regular tooltips | |
// $form-feedback-tooltip-padding-y: $tooltip-padding-y; | |
// $form-feedback-tooltip-padding-x: $tooltip-padding-x; | |
// $form-feedback-tooltip-font-size: $tooltip-font-size; | |
// $form-feedback-tooltip-line-height: null; | |
// $form-feedback-tooltip-opacity: $tooltip-opacity; | |
// $form-feedback-tooltip-border-radius: $tooltip-border-radius; | |
// Popovers | |
// scss-docs-start popover-variables | |
// $popover-font-size: $font-size-sm; | |
// $popover-bg: $white; | |
// $popover-max-width: 276px; | |
// $popover-border-width: $border-width; | |
// $popover-border-color: rgba($black, .2); | |
// $popover-border-radius: $border-radius-lg; | |
// $popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width); | |
// $popover-box-shadow: $box-shadow; | |
// $popover-header-bg: shade-color($popover-bg, 6%); | |
// $popover-header-color: $headings-color; | |
// $popover-header-padding-y: .5rem; | |
// $popover-header-padding-x: $spacer; | |
// $popover-body-color: $body-color; | |
// $popover-body-padding-y: $spacer; | |
// $popover-body-padding-x: $spacer; | |
// $popover-arrow-width: 1rem; | |
// $popover-arrow-height: .5rem; | |
// $popover-arrow-color: $popover-bg; | |
// $popover-arrow-outer-color: fade-in($popover-border-color, .05); | |
// scss-docs-end popover-variables | |
// Toasts | |
// scss-docs-start toast-variables | |
// $toast-max-width: 350px; | |
// $toast-padding-x: .75rem; | |
// $toast-padding-y: .5rem; | |
// $toast-font-size: .875rem; | |
// $toast-color: unset; | |
// $toast-background-color: rgba($white, .85); | |
// $toast-border-width: 1px; | |
// $toast-border-color: rgba(0, 0, 0, .1); | |
// $toast-border-radius: $border-radius; | |
// $toast-box-shadow: $box-shadow; | |
// $toast-spacing: $container-padding-x; | |
// $toast-header-color: $gray-600; | |
// $toast-header-background-color: rgba($white, .85); | |
// $toast-header-border-color: rgba(0, 0, 0, .05); | |
// scss-docs-end toast-variables | |
// Badges | |
// scss-docs-start badge-variables | |
// $badge-font-size: .75em; | |
// $badge-font-weight: $font-weight-bold; | |
// $badge-color: $high-emphasis-light; | |
// $badge-padding-y: .35em; | |
// $badge-padding-x: .65em; | |
// $badge-border-radius: $border-radius; | |
// $badge-font-size-sm: .65em; | |
// $badge-padding-y-sm: .3em; | |
// $badge-padding-x-sm: .5em; | |
// scss-docs-end badge-variables | |
// Modals | |
// scss-docs-start modal-variables | |
// Padding applied to the modal body | |
// $modal-inner-padding: $spacer; | |
// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding | |
// $modal-footer-margin-between: .5rem; | |
// $modal-dialog-margin: .5rem; | |
// $modal-dialog-margin-y-sm-up: 1.75rem; | |
// $modal-title-line-height: $line-height-base; | |
// $modal-content-color: unset; | |
// $modal-content-bg: $white; | |
// $modal-content-border-color: rgba($black, .2); | |
// $modal-content-border-width: $border-width; | |
// $modal-content-border-radius: $border-radius-lg; | |
// $modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width); | |
// $modal-content-box-shadow-xs: $box-shadow-sm; | |
// $modal-content-box-shadow-sm-up: $box-shadow; | |
// $modal-backdrop-bg: $black; | |
// $modal-backdrop-opacity: .5; | |
// $modal-header-border-color: $border-color; | |
// $modal-footer-border-color: $modal-header-border-color; | |
// $modal-header-border-width: $modal-content-border-width; | |
// $modal-footer-border-width: $modal-header-border-width; | |
// $modal-header-padding-y: $modal-inner-padding; | |
// $modal-header-padding-x: $modal-inner-padding; | |
// $modal-header-padding: $modal-header-padding-y $modal-header-padding-x; // Keep this for backwards compatibility | |
// $modal-sm: 300px; | |
// $modal-md: 500px; | |
// $modal-lg: 800px; | |
// $modal-xl: 1140px; | |
// $modal-fade-transform: translate(0, -50px); | |
// $modal-show-transform: none; | |
// $modal-transition: transform .3s ease-out; | |
// $modal-scale-transform: scale(1.02); | |
// scss-docs-end modal-variables | |
// Avatars | |
// scss-docs-start avatar-variables | |
// $avatar-width: 2rem; | |
// $avatar-widths: ( | |
// sm: 1.5rem, | |
// lg: 3rem, | |
// xl: 4rem | |
// ); | |
// $avatar-transition: margin .15s; | |
// scss-docs-end avatar-variables | |
// Alerts | |
// | |
// Define alert colors, border radius, and padding. | |
// scss-docs-start alert-variables | |
// $alert-padding-y: $spacer; | |
// $alert-padding-x: $spacer; | |
// $alert-margin-bottom: 1rem; | |
// $alert-border-radius: $border-radius; | |
// $alert-link-font-weight: $font-weight-bold; | |
// $alert-border-width: $border-width; | |
// $alert-bg-scale: -80%; | |
// $alert-border-scale: -70%; | |
// $alert-color-scale: 40%; | |
// $alert-dismissible-padding-r: $alert-padding-x * 3; // 3x covers width of x plus default padding on either side | |
// $alert-variants: ( | |
// "primary": alert-color-map($primary), | |
// "secondary": alert-color-map($secondary), | |
// "success": alert-color-map($success), | |
// "danger": alert-color-map($danger), | |
// "warning": alert-color-map($warning), | |
// "info": alert-color-map($info), | |
// "light": alert-color-map($light), | |
// "dark": alert-color-map($dark) | |
// ); | |
// scss-docs-end alert-variables | |
// Callouts | |
// scss-docs-start callout-variables | |
// $callout-padding-y: $spacer; | |
// $callout-padding-x: $spacer; | |
// $callout-margin-y: $spacer; | |
// $callout-margin-x: 0; | |
// $callout-border-radius: $border-radius; | |
// $callout-border-width: $border-width; | |
// $callout-border-color: $border-color; | |
// $callout-border-left-width: (4 * $callout-border-width); | |
// $callout-variants: ( | |
// "primary": $primary, | |
// "secondary": $secondary, | |
// "success": $success, | |
// "danger": $danger, | |
// "warning": $warning, | |
// "info": $info, | |
// "light": $light, | |
// "dark": $dark | |
// ); | |
// scss-docs-end callout-variables | |
// Progress bars | |
// scss-docs-start progress-variables | |
// $progress-height: 1rem; | |
// $progress-font-size: $font-size-base * .75; | |
// $progress-bg: $gray-200; | |
// $progress-border-radius: $border-radius; | |
// $progress-box-shadow: $box-shadow-inset; | |
// $progress-bar-color: $high-emphasis-light; | |
// $progress-bar-bg: $primary; | |
// $progress-bar-animation-timing: 1s linear infinite; | |
// $progress-bar-transition: width .6s ease; | |
// scss-docs-end progress-variables | |
// List group | |
// scss-docs-start list-group-variables | |
// $list-group-color: unset; | |
// $list-group-bg: $white; | |
// $list-group-border-color: rgba($black, .125); | |
// $list-group-border-width: $border-width; | |
// $list-group-border-radius: $border-radius; | |
// $list-group-item-padding-y: $spacer / 2; | |
// $list-group-item-padding-x: $spacer; | |
// $list-group-item-bg-scale: -80%; | |
// $list-group-item-color-scale: 40%; | |
// $list-group-hover-bg: $gray-100; | |
// $list-group-active-color: $component-active-color; | |
// $list-group-active-bg: $component-active-bg; | |
// $list-group-active-border-color: $list-group-active-bg; | |
// $list-group-disabled-color: $gray-600; | |
// $list-group-disabled-bg: $list-group-bg; | |
// $list-group-action-color: $gray-700; | |
// $list-group-action-hover-color: $list-group-action-color; | |
// $list-group-action-active-color: $body-color; | |
// $list-group-action-active-bg: $gray-200; | |
// $list-group-variants: ( | |
// "primary": list-group-color-map($primary), | |
// "secondary": list-group-color-map($secondary), | |
// "success": list-group-color-map($success), | |
// "danger": list-group-color-map($danger), | |
// "warning": list-group-color-map($warning), | |
// "info": list-group-color-map($info), | |
// "light": list-group-color-map($light), | |
// "dark": list-group-color-map($dark) | |
// ); | |
// scss-docs-end list-group-variables | |
// Header | |
// scss-docs-start header-variables | |
// $header-min-height: 4rem; | |
// $header-padding-y: $spacer / 2; | |
// $header-padding-x: $spacer / 2; | |
// $header-brand-font-size: $font-size-lg; | |
// $header-color: $medium-emphasis-dark; | |
// $header-bg: $white; | |
// $header-border-color: $border-color; | |
// $header-border-width: 1px; | |
// $header-hover-color: $high-emphasis-dark; | |
// $header-active-color: $high-emphasis-dark; | |
// $header-disabled-color: $disabled-dark; | |
// Compute the header-brand padding-y so the header-brand will have the same height as header-text and nav-link | |
// $nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2; | |
// $header-brand-height: $header-brand-font-size * $line-height-base; | |
// $header-brand-padding-y: ($nav-link-height - $header-brand-height) / 2; | |
// $header-brand-margin-end: 1rem; | |
// $header-brand-font-size: $font-size-lg; | |
// $header-brand-color: $gray-900; | |
// $header-brand-hover-color: shade-color($gray-900, 10%); | |
// $header-toggler-padding-y: .25rem; | |
// $header-toggler-padding-x: .75rem; | |
// $header-toggler-font-size: $font-size-lg; | |
// $header-toggler-bg: transparent; | |
// $header-toggler-border: 0; | |
// $header-toggler-border-radius: $btn-border-radius; | |
// $header-toggler-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$header-color}' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23"); | |
// $header-toggler-hover-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$header-hover-color}' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23"); | |
// $header-toggler-border-color: rgba($black, .1); | |
// $header-nav-link-padding-x: .5rem; | |
// $header-divider-border-width: 1px; | |
// $header-divider-border-color: $header-border-color; | |
// scss-docs-end header-variables | |
// Subheader | |
// scss-docs-start subheader-variables | |
// $subheader-min-height: 3rem; | |
// $subheader-padding-y: $spacer / 2; | |
// $subheader-padding-x: $spacer; | |
// $subheader-border-color: $border-color; | |
// $subheader-border-width: 1px; | |
// $subheader-nav-link-padding-x: .5rem; | |
// scss-docs-end subheader-variables | |
// Default theme | |
// scss-docs-start subheader-default-themes | |
// $subheader-bg: $white; | |
// $subheader-color: $medium-emphasis-dark; | |
// $subheader-hover-color: $high-emphasis-dark; | |
// $subheader-active-color: $high-emphasis-dark; | |
// $subheader-disabled-color: $disabled-dark; | |
// scss-docs-end subheader-default-themes | |
// Image thumbnails | |
// $thumbnail-padding: .25rem; | |
// $thumbnail-bg: $body-bg; | |
// $thumbnail-border-width: $border-width; | |
// $thumbnail-border-color: $gray-300; | |
// $thumbnail-border-radius: $border-radius; | |
// $thumbnail-box-shadow: $box-shadow-sm; | |
// Figures | |
// $figure-caption-font-size: $small-font-size; | |
// $figure-caption-color: $gray-600; | |
// Breadcrumbs | |
// scss-docs-start breadcrumb-variables | |
// $breadcrumb-font-size: null; | |
// $breadcrumb-padding-y: 0; | |
// $breadcrumb-padding-x: 0; | |
// $breadcrumb-item-padding-x: .5rem; | |
// $breadcrumb-margin-bottom: 1rem; | |
// $breadcrumb-bg: unset; | |
// $breadcrumb-divider-color: $gray-600; | |
// $breadcrumb-active-color: $gray-600; | |
// $breadcrumb-divider: quote("/"); | |
// $breadcrumb-divider-flipped: $breadcrumb-divider; | |
// $breadcrumb-border-radius: null; | |
// scss-docs-end breadcrumb-variables | |
// Carousel | |
// scss-docs-start carousel-variables | |
// $carousel-control-color: $high-emphasis-light; | |
// $carousel-control-width: 15%; | |
// $carousel-control-opacity: .5; | |
// $carousel-control-hover-opacity: .9; | |
// $carousel-control-transition: opacity .15s ease; | |
// $carousel-indicator-width: 30px; | |
// $carousel-indicator-height: 3px; | |
// $carousel-indicator-hit-area-height: 10px; | |
// $carousel-indicator-spacer: 3px; | |
// $carousel-indicator-opacity: .5; | |
// $carousel-indicator-active-bg: $white; | |
// $carousel-indicator-active-opacity: 1; | |
// $carousel-indicator-transition: opacity .6s ease; | |
// $carousel-caption-width: 70%; | |
// $carousel-caption-color: $high-emphasis-light; | |
// $carousel-caption-padding-y: 1.25rem; | |
// $carousel-caption-spacer: 1.25rem; | |
// $carousel-control-icon-width: 2rem; | |
// $carousel-control-prev-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$carousel-control-color}'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>"); | |
// $carousel-control-next-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$carousel-control-color}'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>"); | |
// $carousel-transition-duration: .6s; | |
// $carousel-transition: transform $carousel-transition-duration ease-in-out; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`) | |
// $carousel-dark-indicator-active-bg: $black; | |
// $carousel-dark-caption-color: $high-emphasis-dark; | |
// $carousel-dark-control-icon-filter: invert(1) grayscale(100); | |
// scss-docs-end carousel-variables | |
// scss-docs-start sidebar-variables | |
// $sidebar-width: 16rem; | |
// $sidebar-widths: ( | |
// sm: 12rem, | |
// lg: 20rem, | |
// xl: 24rem | |
// ); | |
// $sidebar-padding-y: 0; | |
// $sidebar-padding-x: 0; | |
// $sidebar-color: $high-emphasis-light; | |
// $sidebar-bg: $gray-base; | |
// $sidebar-border-width: 0; | |
// $sidebar-border-color: transparent; | |
// $sidebar-transition: margin-left .15s, margin-right .15s, box-shadow .075s, transform .15s, width .15s, z-index 0s ease .15s; | |
// $sidebar-reliant-transition: width .15s; | |
// $sidebar-brand-height: 4rem; | |
// $sidebar-brand-color: $high-emphasis-light; | |
// $sidebar-brand-bg: rgba($black, .2); | |
// $sidebar-header-height: 4rem; | |
// $sidebar-header-padding-y: .75rem; | |
// $sidebar-header-padding-x: 1rem; | |
// $sidebar-header-bg: rgba($black, .2); | |
// $sidebar-header-height-transition: height .15s, padding .15s; | |
// $sidebar-narrow-width: 4rem; | |
// $sidebar-backdrop-bg: $black; | |
// $sidebar-backdrop-opacity: .5; | |
// $sidebar-backdrop-transition: opacity .15s linear; | |
// $sidebar-nav-title-padding-y: .75rem; | |
// $sidebar-nav-title-padding-x: 1rem; | |
// $sidebar-nav-title-margin-top: 1rem; | |
// $sidebar-nav-title-color: $medium-emphasis-light; | |
// $sidebar-nav-title-transition: height .15s, margin .15s; | |
// $sidebar-nav-link-padding-y: .8445rem; | |
// $sidebar-nav-link-padding-x: 1rem; | |
// $sidebar-nav-link-color: $medium-emphasis-light; | |
// $sidebar-nav-link-bg: transparent; | |
// $sidebar-nav-link-transition: background .15s ease, color .15s ease; | |
// $sidebar-nav-link-icon-color: $medium-emphasis-light; | |
// $sidebar-nav-link-hover-color: $high-emphasis-light; | |
// $sidebar-nav-link-hover-bg: rgba($white, .05); | |
// $sidebar-nav-link-hover-icon-color: $high-emphasis-light; | |
// $sidebar-nav-link-active-color: $high-emphasis-light; | |
// $sidebar-nav-link-active-bg: rgba($white, .05); | |
// $sidebar-nav-link-active-icon-color: $high-emphasis-light; | |
// $sidebar-nav-link-disabled-color: $disabled-light; | |
// $sidebar-nav-link-disabled-icon-color: $sidebar-nav-link-icon-color; | |
// $sidebar-nav-icon-width: 4rem; | |
// $sidebar-nav-icon-height: 1.25rem; | |
// $sidebar-nav-icon-font-size: $sidebar-nav-icon-height; | |
// $sidebar-nav-group-bg: rgba(0, 0, 0, .2); | |
// $sidebar-nav-group-transition: background .15s ease-in-out; | |
// $sidebar-nav-group-items-transition: height .15s ease; | |
// $sidebar-nav-group-toggle-show-color: $sidebar-nav-link-color; | |
// $sidebar-nav-group-indicator-color: $medium-emphasis-light; | |
// $sidebar-nav-group-indicator: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='#{$sidebar-nav-group-indicator-color}' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E"), "#", "%23"); | |
// $sidebar-nav-group-indicator-hover-color: $sidebar-nav-link-hover-color; | |
// $sidebar-nav-group-indicator-hover: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='#{$sidebar-nav-group-indicator-hover-color}' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E"), "#", "%23"); | |
// $sidebar-nav-group-indicator-transition: transform .15s; | |
// $sidebar-footer-height: auto; | |
// $sidebar-footer-padding-y: .75rem; | |
// $sidebar-footer-padding-x: 1rem; | |
// $sidebar-footer-bg: rgba($black, .2); | |
// $sidebar-footer-height-transition: height .15s, padding .15s; | |
// $sidebar-toggler-height: 3rem; | |
// $sidebar-toggler-bg: rgba($black, .2); | |
// $sidebar-toggler-transition: transform .15s; | |
// $sidebar-toggler-indicator-width: 4rem; | |
// $sidebar-toggler-indicator-height: 3rem; | |
// $sidebar-toggler-indicator-color: $gray-600; | |
// $sidebar-toggler-indicator: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='#{$sidebar-toggler-indicator-color}' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E"), "#", "%23"); | |
// $sidebar-toggler-hover-bg: rgba(0, 0, 0, .3); | |
// $sidebar-toggler-hover-indicator-color: $sidebar-nav-link-hover-color; | |
// $sidebar-toggler-hover-indicator: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='#{$sidebar-toggler-hover-indicator-color}' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E"), "#", "%23"); | |
// scss-docs-end sidebar-variables | |
// Footer | |
// scss-docs-start footer-variables | |
// $footer-min-height: 3rem; | |
// $footer-padding-y: $spacer / 2; | |
// $footer-padding-x: $spacer; | |
// $footer-bg: $gray-100; | |
// $footer-color: $body-color; | |
// $footer-border-width: 1px; | |
// $footer-border-color: $border-color; | |
// scss-docs-end footer-variables | |
// Spinners | |
// scss-docs-start spinner-variables | |
// $spinner-width: 2rem; | |
// $spinner-height: $spinner-width; | |
// $spinner-border-width: .25em; | |
// $spinner-animation-speed: .75s; | |
// $spinner-width-sm: 1rem; | |
// $spinner-height-sm: $spinner-width-sm; | |
// $spinner-border-width-sm: .2em; | |
// scss-docs-end spinner-variables | |
// Close | |
// scss-docs-start close-variables | |
// $btn-close-width: 1em; | |
// $btn-close-height: $btn-close-width; | |
// $btn-close-padding-x: .25em; | |
// $btn-close-padding-y: $btn-close-padding-x; | |
// $btn-close-color: $high-emphasis-dark; | |
// $btn-close-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$btn-close-color}'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>"); | |
// $btn-close-focus-shadow: $input-btn-focus-box-shadow; | |
// $btn-close-opacity: .5; | |
// $btn-close-hover-opacity: .75; | |
// $btn-close-focus-opacity: 1; | |
// $btn-close-disabled-opacity: .25; | |
// $btn-close-white-filter: invert(1) grayscale(100%) brightness(200%); | |
// scss-docs-end close-variables | |
// Code | |
// $code-font-size: $small-font-size; | |
// $code-color: $pink; | |
// $kbd-padding-y: .2rem; | |
// $kbd-padding-x: .4rem; | |
// $kbd-font-size: $code-font-size; | |
// $kbd-color: $high-emphasis-light; | |
// $kbd-bg: $gray-900; | |
// $pre-color: unset; | |