bootstrap 4.4.1 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +13 -2
- data/README.md +7 -4
- data/assets/javascripts/bootstrap-global-this-define.js +6 -0
- data/assets/javascripts/bootstrap-global-this-undefine.js +2 -0
- data/assets/javascripts/bootstrap-sprockets.js +15 -8
- data/assets/javascripts/bootstrap.js +3244 -2770
- data/assets/javascripts/bootstrap.min.js +4 -4
- data/assets/javascripts/bootstrap/alert.js +130 -124
- data/assets/javascripts/bootstrap/base-component.js +168 -0
- data/assets/javascripts/bootstrap/button.js +85 -179
- data/assets/javascripts/bootstrap/carousel.js +430 -405
- data/assets/javascripts/bootstrap/collapse.js +325 -264
- data/assets/javascripts/bootstrap/dom/data.js +68 -0
- data/assets/javascripts/bootstrap/dom/event-handler.js +315 -0
- data/assets/javascripts/bootstrap/dom/manipulator.js +88 -0
- data/assets/javascripts/bootstrap/dom/selector-engine.js +85 -0
- data/assets/javascripts/bootstrap/dropdown.js +464 -400
- data/assets/javascripts/bootstrap/modal.js +604 -464
- data/assets/javascripts/bootstrap/offcanvas.js +671 -0
- data/assets/javascripts/bootstrap/popover.js +119 -192
- data/assets/javascripts/bootstrap/scrollspy.js +250 -238
- data/assets/javascripts/bootstrap/tab.js +189 -151
- data/assets/javascripts/bootstrap/toast.js +215 -192
- data/assets/javascripts/bootstrap/tooltip.js +604 -544
- data/assets/stylesheets/_bootstrap-grid.scss +54 -18
- data/assets/stylesheets/_bootstrap-reboot.scss +7 -4
- data/assets/stylesheets/_bootstrap.scss +19 -11
- data/assets/stylesheets/bootstrap/_accordion.scss +118 -0
- data/assets/stylesheets/bootstrap/_alert.scss +15 -9
- data/assets/stylesheets/bootstrap/_badge.scss +2 -27
- data/assets/stylesheets/bootstrap/_breadcrumb.scss +4 -18
- data/assets/stylesheets/bootstrap/_button-group.scss +21 -45
- data/assets/stylesheets/bootstrap/_buttons.scss +27 -55
- data/assets/stylesheets/bootstrap/_card.scss +43 -106
- data/assets/stylesheets/bootstrap/_carousel.scss +65 -33
- data/assets/stylesheets/bootstrap/_close.scss +30 -31
- data/assets/stylesheets/bootstrap/_containers.scss +41 -0
- data/assets/stylesheets/bootstrap/_dropdown.scss +87 -38
- data/assets/stylesheets/bootstrap/_forms.scss +9 -338
- data/assets/stylesheets/bootstrap/_functions.scss +99 -28
- data/assets/stylesheets/bootstrap/_grid.scss +3 -50
- data/assets/stylesheets/bootstrap/_helpers.scss +7 -0
- data/assets/stylesheets/bootstrap/_list-group.scss +38 -22
- data/assets/stylesheets/bootstrap/_mixins.scss +8 -13
- data/assets/stylesheets/bootstrap/_modal.scss +45 -65
- data/assets/stylesheets/bootstrap/_nav.scss +28 -9
- data/assets/stylesheets/bootstrap/_navbar.scss +51 -69
- data/assets/stylesheets/bootstrap/_offcanvas.scss +77 -0
- data/assets/stylesheets/bootstrap/_pagination.scss +11 -20
- data/assets/stylesheets/bootstrap/_popover.scss +15 -27
- data/assets/stylesheets/bootstrap/_progress.scss +6 -4
- data/assets/stylesheets/bootstrap/_reboot.scss +339 -200
- data/assets/stylesheets/bootstrap/_root.scss +5 -9
- data/assets/stylesheets/bootstrap/_spinners.scss +21 -7
- data/assets/stylesheets/bootstrap/_tables.scss +80 -114
- data/assets/stylesheets/bootstrap/_toasts.scss +21 -14
- data/assets/stylesheets/bootstrap/_tooltip.scss +17 -17
- data/assets/stylesheets/bootstrap/_transitions.scss +2 -1
- data/assets/stylesheets/bootstrap/_type.scss +38 -59
- data/assets/stylesheets/bootstrap/_utilities.scss +594 -17
- data/assets/stylesheets/bootstrap/_variables.scss +810 -489
- data/assets/stylesheets/bootstrap/bootstrap-utilities.scss +18 -0
- data/assets/stylesheets/bootstrap/forms/_floating-labels.scss +61 -0
- data/assets/stylesheets/bootstrap/forms/_form-check.scss +152 -0
- data/assets/stylesheets/bootstrap/forms/_form-control.scss +219 -0
- data/assets/stylesheets/bootstrap/forms/_form-range.scss +91 -0
- data/assets/stylesheets/bootstrap/forms/_form-select.scss +67 -0
- data/assets/stylesheets/bootstrap/forms/_form-text.scss +11 -0
- data/assets/stylesheets/bootstrap/forms/_input-group.scss +121 -0
- data/assets/stylesheets/bootstrap/forms/_labels.scss +36 -0
- data/assets/stylesheets/bootstrap/forms/_validation.scss +12 -0
- data/assets/stylesheets/bootstrap/{utilities → helpers}/_clearfix.scss +0 -0
- data/assets/stylesheets/bootstrap/helpers/_colored-links.scss +12 -0
- data/assets/stylesheets/bootstrap/helpers/_position.scss +30 -0
- data/assets/stylesheets/bootstrap/helpers/_ratio.scss +26 -0
- data/assets/stylesheets/bootstrap/helpers/_stretched-link.scss +15 -0
- data/assets/stylesheets/bootstrap/helpers/_text-truncation.scss +7 -0
- data/assets/stylesheets/bootstrap/helpers/_visually-hidden.scss +8 -0
- data/assets/stylesheets/bootstrap/mixins/_alert.scss +3 -5
- data/assets/stylesheets/bootstrap/mixins/_border-radius.scss +37 -22
- data/assets/stylesheets/bootstrap/mixins/_box-shadow.scss +7 -9
- data/assets/stylesheets/bootstrap/mixins/_breakpoints.scss +14 -10
- data/assets/stylesheets/bootstrap/mixins/_buttons.scss +75 -52
- data/assets/stylesheets/bootstrap/mixins/_caret.scss +10 -8
- data/assets/stylesheets/bootstrap/mixins/_clearfix.scss +2 -0
- data/assets/stylesheets/bootstrap/mixins/_color-scheme.scss +7 -0
- data/assets/stylesheets/bootstrap/mixins/_container.scss +9 -0
- data/assets/stylesheets/bootstrap/mixins/_forms.scss +42 -75
- data/assets/stylesheets/bootstrap/mixins/_gradients.scss +13 -11
- data/assets/stylesheets/bootstrap/mixins/_grid.scss +90 -34
- data/assets/stylesheets/bootstrap/mixins/_image.scss +1 -21
- data/assets/stylesheets/bootstrap/mixins/_list-group.scss +5 -2
- data/assets/stylesheets/bootstrap/mixins/_lists.scss +1 -1
- data/assets/stylesheets/bootstrap/mixins/_pagination.scss +17 -8
- data/assets/stylesheets/bootstrap/mixins/_reset-text.scss +2 -2
- data/assets/stylesheets/bootstrap/mixins/_table-variants.scss +21 -0
- data/assets/stylesheets/bootstrap/mixins/_transition.scss +18 -8
- data/assets/stylesheets/bootstrap/mixins/_utilities.scss +68 -0
- data/assets/stylesheets/bootstrap/mixins/_visually-hidden.scss +29 -0
- data/assets/stylesheets/bootstrap/utilities/_api.scss +47 -0
- data/assets/stylesheets/bootstrap/vendor/_rfs.scss +234 -126
- data/bootstrap.gemspec +1 -3
- data/lib/bootstrap/version.rb +2 -2
- data/tasks/updater/js.rb +20 -5
- data/tasks/updater/network.rb +8 -2
- data/test/dummy_rails/app/assets/javascripts/application.js +4 -3
- data/test/dummy_rails/app/views/layouts/application.html.erb +3 -1
- data/test/dummy_rails/app/views/pages/root.html +89 -0
- data/test/dummy_rails/config/application.rb +0 -3
- data/test/gemfiles/rails_6_0.gemfile +7 -0
- data/test/gemfiles/rails_6_1.gemfile +7 -0
- metadata +48 -73
- data/assets/javascripts/bootstrap/util.js +0 -188
- data/assets/stylesheets/bootstrap/_code.scss +0 -48
- data/assets/stylesheets/bootstrap/_custom-forms.scss +0 -521
- data/assets/stylesheets/bootstrap/_input-group.scss +0 -191
- data/assets/stylesheets/bootstrap/_jumbotron.scss +0 -17
- data/assets/stylesheets/bootstrap/_media.scss +0 -8
- data/assets/stylesheets/bootstrap/_print.scss +0 -141
- data/assets/stylesheets/bootstrap/mixins/_background-variant.scss +0 -22
- data/assets/stylesheets/bootstrap/mixins/_badge.scss +0 -17
- data/assets/stylesheets/bootstrap/mixins/_float.scss +0 -14
- data/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +0 -71
- data/assets/stylesheets/bootstrap/mixins/_hover.scss +0 -37
- data/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +0 -11
- data/assets/stylesheets/bootstrap/mixins/_screen-reader.scss +0 -34
- data/assets/stylesheets/bootstrap/mixins/_size.scss +0 -7
- data/assets/stylesheets/bootstrap/mixins/_table-row.scss +0 -39
- data/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +0 -17
- data/assets/stylesheets/bootstrap/mixins/_text-hide.scss +0 -11
- data/assets/stylesheets/bootstrap/mixins/_visibility.scss +0 -8
- data/assets/stylesheets/bootstrap/utilities/_align.scss +0 -8
- data/assets/stylesheets/bootstrap/utilities/_background.scss +0 -19
- data/assets/stylesheets/bootstrap/utilities/_borders.scss +0 -75
- data/assets/stylesheets/bootstrap/utilities/_display.scss +0 -26
- data/assets/stylesheets/bootstrap/utilities/_embed.scss +0 -39
- data/assets/stylesheets/bootstrap/utilities/_flex.scss +0 -51
- data/assets/stylesheets/bootstrap/utilities/_float.scss +0 -11
- data/assets/stylesheets/bootstrap/utilities/_overflow.scss +0 -5
- data/assets/stylesheets/bootstrap/utilities/_position.scss +0 -32
- data/assets/stylesheets/bootstrap/utilities/_screenreaders.scss +0 -11
- data/assets/stylesheets/bootstrap/utilities/_shadows.scss +0 -6
- data/assets/stylesheets/bootstrap/utilities/_sizing.scss +0 -20
- data/assets/stylesheets/bootstrap/utilities/_spacing.scss +0 -73
- data/assets/stylesheets/bootstrap/utilities/_stretched-link.scss +0 -19
- data/assets/stylesheets/bootstrap/utilities/_text.scss +0 -72
- data/assets/stylesheets/bootstrap/utilities/_visibility.scss +0 -13
- data/test/dummy_rails/app/views/pages/root.html.slim +0 -58
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
// Color system
|
|
7
7
|
|
|
8
|
+
// scss-docs-start gray-color-variables
|
|
8
9
|
$white: #fff !default;
|
|
9
10
|
$gray-100: #f8f9fa !default;
|
|
10
11
|
$gray-200: #e9ecef !default;
|
|
@@ -16,56 +17,56 @@ $gray-700: #495057 !default;
|
|
|
16
17
|
$gray-800: #343a40 !default;
|
|
17
18
|
$gray-900: #212529 !default;
|
|
18
19
|
$black: #000 !default;
|
|
20
|
+
// scss-docs-end gray-color-variables
|
|
21
|
+
|
|
22
|
+
// fusv-disable
|
|
23
|
+
// scss-docs-start gray-colors-map
|
|
24
|
+
$grays: (
|
|
25
|
+
"100": $gray-100,
|
|
26
|
+
"200": $gray-200,
|
|
27
|
+
"300": $gray-300,
|
|
28
|
+
"400": $gray-400,
|
|
29
|
+
"500": $gray-500,
|
|
30
|
+
"600": $gray-600,
|
|
31
|
+
"700": $gray-700,
|
|
32
|
+
"800": $gray-800,
|
|
33
|
+
"900": $gray-900
|
|
34
|
+
) !default;
|
|
35
|
+
// scss-docs-end gray-colors-map
|
|
36
|
+
// fusv-enable
|
|
19
37
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
$grays: map-merge(
|
|
23
|
-
(
|
|
24
|
-
"100": $gray-100,
|
|
25
|
-
"200": $gray-200,
|
|
26
|
-
"300": $gray-300,
|
|
27
|
-
"400": $gray-400,
|
|
28
|
-
"500": $gray-500,
|
|
29
|
-
"600": $gray-600,
|
|
30
|
-
"700": $gray-700,
|
|
31
|
-
"800": $gray-800,
|
|
32
|
-
"900": $gray-900
|
|
33
|
-
),
|
|
34
|
-
$grays
|
|
35
|
-
);
|
|
36
|
-
|
|
37
|
-
$blue: #007bff !default;
|
|
38
|
+
// scss-docs-start color-variables
|
|
39
|
+
$blue: #0d6efd !default;
|
|
38
40
|
$indigo: #6610f2 !default;
|
|
39
41
|
$purple: #6f42c1 !default;
|
|
40
|
-
$pink: #
|
|
42
|
+
$pink: #d63384 !default;
|
|
41
43
|
$red: #dc3545 !default;
|
|
42
44
|
$orange: #fd7e14 !default;
|
|
43
45
|
$yellow: #ffc107 !default;
|
|
44
|
-
$green: #
|
|
46
|
+
$green: #198754 !default;
|
|
45
47
|
$teal: #20c997 !default;
|
|
46
|
-
$cyan: #
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
//
|
|
50
|
-
$colors:
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
$colors
|
|
67
|
-
);
|
|
48
|
+
$cyan: #0dcaf0 !default;
|
|
49
|
+
// scss-docs-end color-variables
|
|
50
|
+
|
|
51
|
+
// scss-docs-start colors-map
|
|
52
|
+
$colors: (
|
|
53
|
+
"blue": $blue,
|
|
54
|
+
"indigo": $indigo,
|
|
55
|
+
"purple": $purple,
|
|
56
|
+
"pink": $pink,
|
|
57
|
+
"red": $red,
|
|
58
|
+
"orange": $orange,
|
|
59
|
+
"yellow": $yellow,
|
|
60
|
+
"green": $green,
|
|
61
|
+
"teal": $teal,
|
|
62
|
+
"cyan": $cyan,
|
|
63
|
+
"white": $white,
|
|
64
|
+
"gray": $gray-600,
|
|
65
|
+
"gray-dark": $gray-800
|
|
66
|
+
) !default;
|
|
67
|
+
// scss-docs-end colors-map
|
|
68
68
|
|
|
69
|
+
// scss-docs-start theme-color-variables
|
|
69
70
|
$primary: $blue !default;
|
|
70
71
|
$secondary: $gray-600 !default;
|
|
71
72
|
$success: $green !default;
|
|
@@ -73,60 +74,171 @@ $info: $cyan !default;
|
|
|
73
74
|
$warning: $yellow !default;
|
|
74
75
|
$danger: $red !default;
|
|
75
76
|
$light: $gray-100 !default;
|
|
76
|
-
$dark: $gray-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
//
|
|
80
|
-
$theme-colors:
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
$
|
|
99
|
-
|
|
100
|
-
//
|
|
101
|
-
$
|
|
102
|
-
$
|
|
77
|
+
$dark: $gray-900 !default;
|
|
78
|
+
// scss-docs-end theme-color-variables
|
|
79
|
+
|
|
80
|
+
// scss-docs-start theme-colors-map
|
|
81
|
+
$theme-colors: (
|
|
82
|
+
"primary": $primary,
|
|
83
|
+
"secondary": $secondary,
|
|
84
|
+
"success": $success,
|
|
85
|
+
"info": $info,
|
|
86
|
+
"warning": $warning,
|
|
87
|
+
"danger": $danger,
|
|
88
|
+
"light": $light,
|
|
89
|
+
"dark": $dark
|
|
90
|
+
) !default;
|
|
91
|
+
// scss-docs-end theme-colors-map
|
|
92
|
+
|
|
93
|
+
// 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.
|
|
94
|
+
// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast
|
|
95
|
+
$min-contrast-ratio: 4.5 !default;
|
|
96
|
+
|
|
97
|
+
// Customize the light and dark text colors for use in our color contrast function.
|
|
98
|
+
$color-contrast-dark: $black !default;
|
|
99
|
+
$color-contrast-light: $white !default;
|
|
100
|
+
|
|
101
|
+
// fusv-disable
|
|
102
|
+
$blue-100: tint-color($blue, 80%) !default;
|
|
103
|
+
$blue-200: tint-color($blue, 60%) !default;
|
|
104
|
+
$blue-300: tint-color($blue, 40%) !default;
|
|
105
|
+
$blue-400: tint-color($blue, 20%) !default;
|
|
106
|
+
$blue-500: $blue !default;
|
|
107
|
+
$blue-600: shade-color($blue, 20%) !default;
|
|
108
|
+
$blue-700: shade-color($blue, 40%) !default;
|
|
109
|
+
$blue-800: shade-color($blue, 60%) !default;
|
|
110
|
+
$blue-900: shade-color($blue, 80%) !default;
|
|
111
|
+
|
|
112
|
+
$indigo-100: tint-color($indigo, 80%) !default;
|
|
113
|
+
$indigo-200: tint-color($indigo, 60%) !default;
|
|
114
|
+
$indigo-300: tint-color($indigo, 40%) !default;
|
|
115
|
+
$indigo-400: tint-color($indigo, 20%) !default;
|
|
116
|
+
$indigo-500: $indigo !default;
|
|
117
|
+
$indigo-600: shade-color($indigo, 20%) !default;
|
|
118
|
+
$indigo-700: shade-color($indigo, 40%) !default;
|
|
119
|
+
$indigo-800: shade-color($indigo, 60%) !default;
|
|
120
|
+
$indigo-900: shade-color($indigo, 80%) !default;
|
|
121
|
+
|
|
122
|
+
$purple-100: tint-color($purple, 80%) !default;
|
|
123
|
+
$purple-200: tint-color($purple, 60%) !default;
|
|
124
|
+
$purple-300: tint-color($purple, 40%) !default;
|
|
125
|
+
$purple-400: tint-color($purple, 20%) !default;
|
|
126
|
+
$purple-500: $purple !default;
|
|
127
|
+
$purple-600: shade-color($purple, 20%) !default;
|
|
128
|
+
$purple-700: shade-color($purple, 40%) !default;
|
|
129
|
+
$purple-800: shade-color($purple, 60%) !default;
|
|
130
|
+
$purple-900: shade-color($purple, 80%) !default;
|
|
131
|
+
|
|
132
|
+
$pink-100: tint-color($pink, 80%) !default;
|
|
133
|
+
$pink-200: tint-color($pink, 60%) !default;
|
|
134
|
+
$pink-300: tint-color($pink, 40%) !default;
|
|
135
|
+
$pink-400: tint-color($pink, 20%) !default;
|
|
136
|
+
$pink-500: $pink !default;
|
|
137
|
+
$pink-600: shade-color($pink, 20%) !default;
|
|
138
|
+
$pink-700: shade-color($pink, 40%) !default;
|
|
139
|
+
$pink-800: shade-color($pink, 60%) !default;
|
|
140
|
+
$pink-900: shade-color($pink, 80%) !default;
|
|
141
|
+
|
|
142
|
+
$red-100: tint-color($red, 80%) !default;
|
|
143
|
+
$red-200: tint-color($red, 60%) !default;
|
|
144
|
+
$red-300: tint-color($red, 40%) !default;
|
|
145
|
+
$red-400: tint-color($red, 20%) !default;
|
|
146
|
+
$red-500: $red !default;
|
|
147
|
+
$red-600: shade-color($red, 20%) !default;
|
|
148
|
+
$red-700: shade-color($red, 40%) !default;
|
|
149
|
+
$red-800: shade-color($red, 60%) !default;
|
|
150
|
+
$red-900: shade-color($red, 80%) !default;
|
|
151
|
+
|
|
152
|
+
$orange-100: tint-color($orange, 80%) !default;
|
|
153
|
+
$orange-200: tint-color($orange, 60%) !default;
|
|
154
|
+
$orange-300: tint-color($orange, 40%) !default;
|
|
155
|
+
$orange-400: tint-color($orange, 20%) !default;
|
|
156
|
+
$orange-500: $orange !default;
|
|
157
|
+
$orange-600: shade-color($orange, 20%) !default;
|
|
158
|
+
$orange-700: shade-color($orange, 40%) !default;
|
|
159
|
+
$orange-800: shade-color($orange, 60%) !default;
|
|
160
|
+
$orange-900: shade-color($orange, 80%) !default;
|
|
161
|
+
|
|
162
|
+
$yellow-100: tint-color($yellow, 80%) !default;
|
|
163
|
+
$yellow-200: tint-color($yellow, 60%) !default;
|
|
164
|
+
$yellow-300: tint-color($yellow, 40%) !default;
|
|
165
|
+
$yellow-400: tint-color($yellow, 20%) !default;
|
|
166
|
+
$yellow-500: $yellow !default;
|
|
167
|
+
$yellow-600: shade-color($yellow, 20%) !default;
|
|
168
|
+
$yellow-700: shade-color($yellow, 40%) !default;
|
|
169
|
+
$yellow-800: shade-color($yellow, 60%) !default;
|
|
170
|
+
$yellow-900: shade-color($yellow, 80%) !default;
|
|
171
|
+
|
|
172
|
+
$green-100: tint-color($green, 80%) !default;
|
|
173
|
+
$green-200: tint-color($green, 60%) !default;
|
|
174
|
+
$green-300: tint-color($green, 40%) !default;
|
|
175
|
+
$green-400: tint-color($green, 20%) !default;
|
|
176
|
+
$green-500: $green !default;
|
|
177
|
+
$green-600: shade-color($green, 20%) !default;
|
|
178
|
+
$green-700: shade-color($green, 40%) !default;
|
|
179
|
+
$green-800: shade-color($green, 60%) !default;
|
|
180
|
+
$green-900: shade-color($green, 80%) !default;
|
|
181
|
+
|
|
182
|
+
$teal-100: tint-color($teal, 80%) !default;
|
|
183
|
+
$teal-200: tint-color($teal, 60%) !default;
|
|
184
|
+
$teal-300: tint-color($teal, 40%) !default;
|
|
185
|
+
$teal-400: tint-color($teal, 20%) !default;
|
|
186
|
+
$teal-500: $teal !default;
|
|
187
|
+
$teal-600: shade-color($teal, 20%) !default;
|
|
188
|
+
$teal-700: shade-color($teal, 40%) !default;
|
|
189
|
+
$teal-800: shade-color($teal, 60%) !default;
|
|
190
|
+
$teal-900: shade-color($teal, 80%) !default;
|
|
191
|
+
|
|
192
|
+
$cyan-100: tint-color($cyan, 80%) !default;
|
|
193
|
+
$cyan-200: tint-color($cyan, 60%) !default;
|
|
194
|
+
$cyan-300: tint-color($cyan, 40%) !default;
|
|
195
|
+
$cyan-400: tint-color($cyan, 20%) !default;
|
|
196
|
+
$cyan-500: $cyan !default;
|
|
197
|
+
$cyan-600: shade-color($cyan, 20%) !default;
|
|
198
|
+
$cyan-700: shade-color($cyan, 40%) !default;
|
|
199
|
+
$cyan-800: shade-color($cyan, 60%) !default;
|
|
200
|
+
$cyan-900: shade-color($cyan, 80%) !default;
|
|
201
|
+
// fusv-enable
|
|
103
202
|
|
|
104
203
|
// Characters which are escaped by the escape-svg function
|
|
105
204
|
$escaped-characters: (
|
|
106
|
-
("<","%3c"),
|
|
107
|
-
(">","%3e"),
|
|
108
|
-
("#","%23"),
|
|
205
|
+
("<", "%3c"),
|
|
206
|
+
(">", "%3e"),
|
|
207
|
+
("#", "%23"),
|
|
208
|
+
("(", "%28"),
|
|
209
|
+
(")", "%29"),
|
|
109
210
|
) !default;
|
|
110
211
|
|
|
111
|
-
|
|
112
212
|
// Options
|
|
113
213
|
//
|
|
114
214
|
// Quickly modify global styling by enabling or disabling optional features.
|
|
115
215
|
|
|
116
|
-
$enable-caret:
|
|
117
|
-
$enable-rounded:
|
|
118
|
-
$enable-shadows:
|
|
119
|
-
$enable-gradients:
|
|
120
|
-
$enable-transitions:
|
|
121
|
-
$enable-
|
|
122
|
-
$enable-
|
|
123
|
-
$enable-grid-classes:
|
|
124
|
-
$enable-
|
|
125
|
-
$enable-
|
|
126
|
-
$enable-
|
|
127
|
-
$enable-
|
|
128
|
-
$enable-deprecation-messages:
|
|
129
|
-
|
|
216
|
+
$enable-caret: true !default;
|
|
217
|
+
$enable-rounded: true !default;
|
|
218
|
+
$enable-shadows: false !default;
|
|
219
|
+
$enable-gradients: false !default;
|
|
220
|
+
$enable-transitions: true !default;
|
|
221
|
+
$enable-reduced-motion: true !default;
|
|
222
|
+
$enable-smooth-scroll: true !default;
|
|
223
|
+
$enable-grid-classes: true !default;
|
|
224
|
+
$enable-button-pointers: true !default;
|
|
225
|
+
$enable-rfs: true !default;
|
|
226
|
+
$enable-validation-icons: true !default;
|
|
227
|
+
$enable-negative-margins: false !default;
|
|
228
|
+
$enable-deprecation-messages: true !default;
|
|
229
|
+
$enable-important-utilities: true !default;
|
|
230
|
+
|
|
231
|
+
// Prefix for :root CSS variables
|
|
232
|
+
|
|
233
|
+
$variable-prefix: bs- !default;
|
|
234
|
+
|
|
235
|
+
// Gradient
|
|
236
|
+
//
|
|
237
|
+
// The gradient which is added to components if `$enable-gradients` is `true`
|
|
238
|
+
// This gradient is also added to elements with `.bg-gradient`
|
|
239
|
+
// scss-docs-start variable-gradient
|
|
240
|
+
$gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0)) !default;
|
|
241
|
+
// scss-docs-end variable-gradient
|
|
130
242
|
|
|
131
243
|
// Spacing
|
|
132
244
|
//
|
|
@@ -134,35 +246,31 @@ $enable-deprecation-messages: true !default;
|
|
|
134
246
|
// variables. Mostly focused on spacing.
|
|
135
247
|
// You can add more entries to the $spacers map, should you need more variation.
|
|
136
248
|
|
|
249
|
+
// scss-docs-start spacer-variables-maps
|
|
137
250
|
$spacer: 1rem !default;
|
|
138
|
-
$spacers: (
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
$spacers
|
|
150
|
-
);
|
|
151
|
-
|
|
152
|
-
// This variable affects the `.h-*` and `.w-*` classes.
|
|
153
|
-
$sizes: () !default;
|
|
154
|
-
// stylelint-disable-next-line scss/dollar-variable-default
|
|
155
|
-
$sizes: map-merge(
|
|
156
|
-
(
|
|
157
|
-
25: 25%,
|
|
158
|
-
50: 50%,
|
|
159
|
-
75: 75%,
|
|
160
|
-
100: 100%,
|
|
161
|
-
auto: auto
|
|
162
|
-
),
|
|
163
|
-
$sizes
|
|
164
|
-
);
|
|
251
|
+
$spacers: (
|
|
252
|
+
0: 0,
|
|
253
|
+
1: $spacer / 4,
|
|
254
|
+
2: $spacer / 2,
|
|
255
|
+
3: $spacer,
|
|
256
|
+
4: $spacer * 1.5,
|
|
257
|
+
5: $spacer * 3,
|
|
258
|
+
) !default;
|
|
259
|
+
|
|
260
|
+
$negative-spacers: if($enable-negative-margins, negativify-map($spacers), null) !default;
|
|
261
|
+
// scss-docs-end spacer-variables-maps
|
|
165
262
|
|
|
263
|
+
// Position
|
|
264
|
+
//
|
|
265
|
+
// Define the edge positioning anchors of the position utilities.
|
|
266
|
+
|
|
267
|
+
// scss-docs-start position-map
|
|
268
|
+
$position-values: (
|
|
269
|
+
0: 0,
|
|
270
|
+
50: 50%,
|
|
271
|
+
100: 100%
|
|
272
|
+
) !default;
|
|
273
|
+
// scss-docs-end position-map
|
|
166
274
|
|
|
167
275
|
// Body
|
|
168
276
|
//
|
|
@@ -170,18 +278,21 @@ $sizes: map-merge(
|
|
|
170
278
|
|
|
171
279
|
$body-bg: $white !default;
|
|
172
280
|
$body-color: $gray-900 !default;
|
|
281
|
+
$body-text-align: null !default;
|
|
173
282
|
|
|
174
283
|
|
|
175
284
|
// Links
|
|
176
285
|
//
|
|
177
286
|
// Style anchor elements.
|
|
178
287
|
|
|
179
|
-
$link-color:
|
|
180
|
-
$link-decoration:
|
|
181
|
-
$link-
|
|
182
|
-
$link-hover-
|
|
183
|
-
|
|
184
|
-
|
|
288
|
+
$link-color: $primary !default;
|
|
289
|
+
$link-decoration: underline !default;
|
|
290
|
+
$link-shade-percentage: 20% !default;
|
|
291
|
+
$link-hover-color: shift-color($link-color, $link-shade-percentage) !default;
|
|
292
|
+
$link-hover-decoration: null !default;
|
|
293
|
+
|
|
294
|
+
$stretched-link-pseudo-element: after !default;
|
|
295
|
+
$stretched-link-z-index: 1 !default;
|
|
185
296
|
|
|
186
297
|
// Paragraphs
|
|
187
298
|
//
|
|
@@ -195,13 +306,16 @@ $paragraph-margin-bottom: 1rem !default;
|
|
|
195
306
|
// Define the minimum dimensions at which your layout will change,
|
|
196
307
|
// adapting to different screen sizes, for use in media queries.
|
|
197
308
|
|
|
309
|
+
// scss-docs-start grid-breakpoints
|
|
198
310
|
$grid-breakpoints: (
|
|
199
311
|
xs: 0,
|
|
200
312
|
sm: 576px,
|
|
201
313
|
md: 768px,
|
|
202
314
|
lg: 992px,
|
|
203
|
-
xl: 1200px
|
|
315
|
+
xl: 1200px,
|
|
316
|
+
xxl: 1400px
|
|
204
317
|
) !default;
|
|
318
|
+
// scss-docs-end grid-breakpoints
|
|
205
319
|
|
|
206
320
|
@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
|
|
207
321
|
@include _assert-starts-at-zero($grid-breakpoints, "$grid-breakpoints");
|
|
@@ -211,12 +325,15 @@ $grid-breakpoints: (
|
|
|
211
325
|
//
|
|
212
326
|
// Define the maximum width of `.container` for different screen sizes.
|
|
213
327
|
|
|
328
|
+
// scss-docs-start container-max-widths
|
|
214
329
|
$container-max-widths: (
|
|
215
330
|
sm: 540px,
|
|
216
331
|
md: 720px,
|
|
217
332
|
lg: 960px,
|
|
218
|
-
xl: 1140px
|
|
333
|
+
xl: 1140px,
|
|
334
|
+
xxl: 1320px
|
|
219
335
|
) !default;
|
|
336
|
+
// scss-docs-end container-max-widths
|
|
220
337
|
|
|
221
338
|
@include _assert-ascending($container-max-widths, "$container-max-widths");
|
|
222
339
|
|
|
@@ -226,66 +343,91 @@ $container-max-widths: (
|
|
|
226
343
|
// Set the number of columns and specify the width of the gutters.
|
|
227
344
|
|
|
228
345
|
$grid-columns: 12 !default;
|
|
229
|
-
$grid-gutter-width:
|
|
346
|
+
$grid-gutter-width: 1.5rem !default;
|
|
230
347
|
$grid-row-columns: 6 !default;
|
|
231
348
|
|
|
349
|
+
$gutters: $spacers !default;
|
|
350
|
+
|
|
351
|
+
// Container padding
|
|
352
|
+
|
|
353
|
+
$container-padding-x: $grid-gutter-width / 2 !default;
|
|
354
|
+
|
|
232
355
|
|
|
233
356
|
// Components
|
|
234
357
|
//
|
|
235
358
|
// Define common padding and border radius sizes and more.
|
|
236
359
|
|
|
237
|
-
|
|
238
|
-
$line-height-sm: 1.5 !default;
|
|
239
|
-
|
|
360
|
+
// scss-docs-start border-variables
|
|
240
361
|
$border-width: 1px !default;
|
|
362
|
+
$border-widths: (
|
|
363
|
+
1: 1px,
|
|
364
|
+
2: 2px,
|
|
365
|
+
3: 3px,
|
|
366
|
+
4: 4px,
|
|
367
|
+
5: 5px
|
|
368
|
+
) !default;
|
|
369
|
+
|
|
241
370
|
$border-color: $gray-300 !default;
|
|
371
|
+
// scss-docs-end border-variables
|
|
242
372
|
|
|
373
|
+
// scss-docs-start border-radius-variables
|
|
243
374
|
$border-radius: .25rem !default;
|
|
244
|
-
$border-radius-lg: .3rem !default;
|
|
245
375
|
$border-radius-sm: .2rem !default;
|
|
376
|
+
$border-radius-lg: .3rem !default;
|
|
377
|
+
$border-radius-pill: 50rem !default;
|
|
378
|
+
// scss-docs-end border-radius-variables
|
|
246
379
|
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;
|
|
380
|
+
// scss-docs-start box-shadow-variables
|
|
250
381
|
$box-shadow: 0 .5rem 1rem rgba($black, .15) !default;
|
|
382
|
+
$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;
|
|
251
383
|
$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;
|
|
384
|
+
$box-shadow-inset: inset 0 1px 2px rgba($black, .075) !default;
|
|
385
|
+
// scss-docs-end box-shadow-variables
|
|
252
386
|
|
|
253
387
|
$component-active-color: $white !default;
|
|
254
|
-
$component-active-bg:
|
|
388
|
+
$component-active-bg: $primary !default;
|
|
255
389
|
|
|
390
|
+
// scss-docs-start caret-variables
|
|
256
391
|
$caret-width: .3em !default;
|
|
257
392
|
$caret-vertical-align: $caret-width * .85 !default;
|
|
258
393
|
$caret-spacing: $caret-width * .85 !default;
|
|
394
|
+
// scss-docs-end caret-variables
|
|
259
395
|
|
|
260
396
|
$transition-base: all .2s ease-in-out !default;
|
|
261
397
|
$transition-fade: opacity .15s linear !default;
|
|
398
|
+
// scss-docs-start collapse-transition
|
|
262
399
|
$transition-collapse: height .35s ease !default;
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
// stylelint-disable
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
400
|
+
// scss-docs-end collapse-transition
|
|
401
|
+
|
|
402
|
+
// stylelint-disable function-disallowed-list
|
|
403
|
+
// scss-docs-start aspect-ratios
|
|
404
|
+
$aspect-ratios: (
|
|
405
|
+
"1x1": 100%,
|
|
406
|
+
"4x3": calc(3 / 4 * 100%),
|
|
407
|
+
"16x9": calc(9 / 16 * 100%),
|
|
408
|
+
"21x9": calc(9 / 21 * 100%)
|
|
409
|
+
) !default;
|
|
410
|
+
// scss-docs-end aspect-ratios
|
|
411
|
+
// stylelint-enable function-disallowed-list
|
|
275
412
|
|
|
276
413
|
// Typography
|
|
277
414
|
//
|
|
278
415
|
// Font, line-height, and color for body text, headings, and more.
|
|
279
416
|
|
|
417
|
+
// scss-docs-start font-variables
|
|
280
418
|
// stylelint-disable value-keyword-case
|
|
281
|
-
$font-family-sans-serif: -apple-system,
|
|
419
|
+
$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" !default;
|
|
282
420
|
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
|
|
283
|
-
$font-family-base: $font-family-sans-serif !default;
|
|
284
421
|
// stylelint-enable value-keyword-case
|
|
422
|
+
$font-family-base: var(--#{$variable-prefix}font-sans-serif) !default;
|
|
423
|
+
$font-family-code: var(--#{$variable-prefix}font-monospace) !default;
|
|
285
424
|
|
|
425
|
+
// $font-size-root effects the value of `rem`, which is used for as well font sizes, paddings and margins
|
|
426
|
+
// $font-size-base effects the font size of the body text
|
|
427
|
+
$font-size-root: null !default;
|
|
286
428
|
$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
|
|
287
|
-
$font-size-lg: $font-size-base * 1.25 !default;
|
|
288
429
|
$font-size-sm: $font-size-base * .875 !default;
|
|
430
|
+
$font-size-lg: $font-size-base * 1.25 !default;
|
|
289
431
|
|
|
290
432
|
$font-weight-lighter: lighter !default;
|
|
291
433
|
$font-weight-light: 300 !default;
|
|
@@ -294,7 +436,10 @@ $font-weight-bold: 700 !default;
|
|
|
294
436
|
$font-weight-bolder: bolder !default;
|
|
295
437
|
|
|
296
438
|
$font-weight-base: $font-weight-normal !default;
|
|
439
|
+
|
|
297
440
|
$line-height-base: 1.5 !default;
|
|
441
|
+
$line-height-sm: 1.25 !default;
|
|
442
|
+
$line-height-lg: 2 !default;
|
|
298
443
|
|
|
299
444
|
$h1-font-size: $font-size-base * 2.5 !default;
|
|
300
445
|
$h2-font-size: $font-size-base * 2 !default;
|
|
@@ -302,118 +447,170 @@ $h3-font-size: $font-size-base * 1.75 !default;
|
|
|
302
447
|
$h4-font-size: $font-size-base * 1.5 !default;
|
|
303
448
|
$h5-font-size: $font-size-base * 1.25 !default;
|
|
304
449
|
$h6-font-size: $font-size-base !default;
|
|
450
|
+
// scss-docs-end font-variables
|
|
451
|
+
|
|
452
|
+
// scss-docs-start font-sizes
|
|
453
|
+
$font-sizes: (
|
|
454
|
+
1: $h1-font-size,
|
|
455
|
+
2: $h2-font-size,
|
|
456
|
+
3: $h3-font-size,
|
|
457
|
+
4: $h4-font-size,
|
|
458
|
+
5: $h5-font-size,
|
|
459
|
+
6: $h6-font-size
|
|
460
|
+
) !default;
|
|
461
|
+
// scss-docs-end font-sizes
|
|
305
462
|
|
|
463
|
+
// scss-docs-start headings-variables
|
|
306
464
|
$headings-margin-bottom: $spacer / 2 !default;
|
|
307
465
|
$headings-font-family: null !default;
|
|
466
|
+
$headings-font-style: null !default;
|
|
308
467
|
$headings-font-weight: 500 !default;
|
|
309
468
|
$headings-line-height: 1.2 !default;
|
|
310
469
|
$headings-color: null !default;
|
|
470
|
+
// scss-docs-end headings-variables
|
|
471
|
+
|
|
472
|
+
// scss-docs-start display-headings
|
|
473
|
+
$display-font-sizes: (
|
|
474
|
+
1: 5rem,
|
|
475
|
+
2: 4.5rem,
|
|
476
|
+
3: 4rem,
|
|
477
|
+
4: 3.5rem,
|
|
478
|
+
5: 3rem,
|
|
479
|
+
6: 2.5rem
|
|
480
|
+
) !default;
|
|
311
481
|
|
|
312
|
-
$
|
|
313
|
-
$
|
|
314
|
-
|
|
315
|
-
$display4-size: 3.5rem !default;
|
|
316
|
-
|
|
317
|
-
$display1-weight: 300 !default;
|
|
318
|
-
$display2-weight: 300 !default;
|
|
319
|
-
$display3-weight: 300 !default;
|
|
320
|
-
$display4-weight: 300 !default;
|
|
321
|
-
$display-line-height: $headings-line-height !default;
|
|
482
|
+
$display-font-weight: 300 !default;
|
|
483
|
+
$display-line-height: $headings-line-height !default;
|
|
484
|
+
// scss-docs-end display-headings
|
|
322
485
|
|
|
486
|
+
// scss-docs-start type-variables
|
|
323
487
|
$lead-font-size: $font-size-base * 1.25 !default;
|
|
324
488
|
$lead-font-weight: 300 !default;
|
|
325
489
|
|
|
326
|
-
$small-font-size:
|
|
490
|
+
$small-font-size: .875em !default;
|
|
491
|
+
|
|
492
|
+
$sub-sup-font-size: .75em !default;
|
|
327
493
|
|
|
328
494
|
$text-muted: $gray-600 !default;
|
|
329
495
|
|
|
330
|
-
$
|
|
331
|
-
|
|
496
|
+
$initialism-font-size: $small-font-size !default;
|
|
497
|
+
|
|
498
|
+
$blockquote-margin-y: $spacer !default;
|
|
332
499
|
$blockquote-font-size: $font-size-base * 1.25 !default;
|
|
500
|
+
$blockquote-footer-color: $gray-600 !default;
|
|
501
|
+
$blockquote-footer-font-size: $small-font-size !default;
|
|
502
|
+
|
|
503
|
+
$hr-margin-y: $spacer !default;
|
|
504
|
+
$hr-color: inherit !default;
|
|
505
|
+
$hr-height: $border-width !default;
|
|
506
|
+
$hr-opacity: .25 !default;
|
|
333
507
|
|
|
334
|
-
$
|
|
335
|
-
$
|
|
508
|
+
$legend-margin-bottom: .5rem !default;
|
|
509
|
+
$legend-font-size: 1.5rem !default;
|
|
510
|
+
$legend-font-weight: null !default;
|
|
336
511
|
|
|
337
512
|
$mark-padding: .2em !default;
|
|
338
513
|
|
|
339
514
|
$dt-font-weight: $font-weight-bold !default;
|
|
340
515
|
|
|
341
|
-
$kbd-box-shadow: inset 0 -.1rem 0 rgba($black, .25) !default;
|
|
342
516
|
$nested-kbd-font-weight: $font-weight-bold !default;
|
|
343
517
|
|
|
344
518
|
$list-inline-padding: .5rem !default;
|
|
345
519
|
|
|
346
520
|
$mark-bg: #fcf8e3 !default;
|
|
347
|
-
|
|
348
|
-
$hr-margin-y: $spacer !default;
|
|
521
|
+
// scss-docs-end type-variables
|
|
349
522
|
|
|
350
523
|
|
|
351
524
|
// Tables
|
|
352
525
|
//
|
|
353
526
|
// Customizes the `.table` component with basic values, each used across all table variations.
|
|
354
527
|
|
|
355
|
-
|
|
356
|
-
$table-cell-padding-
|
|
528
|
+
// scss-docs-start table-variables
|
|
529
|
+
$table-cell-padding-y: .5rem !default;
|
|
530
|
+
$table-cell-padding-x: .5rem !default;
|
|
531
|
+
$table-cell-padding-y-sm: .25rem !default;
|
|
532
|
+
$table-cell-padding-x-sm: .25rem !default;
|
|
533
|
+
|
|
534
|
+
$table-cell-vertical-align: top !default;
|
|
357
535
|
|
|
358
536
|
$table-color: $body-color !default;
|
|
359
|
-
$table-bg:
|
|
360
|
-
|
|
537
|
+
$table-bg: transparent !default;
|
|
538
|
+
|
|
539
|
+
$table-th-font-weight: null !default;
|
|
540
|
+
|
|
541
|
+
$table-striped-color: $table-color !default;
|
|
542
|
+
$table-striped-bg-factor: .05 !default;
|
|
543
|
+
$table-striped-bg: rgba($black, $table-striped-bg-factor) !default;
|
|
544
|
+
|
|
545
|
+
$table-active-color: $table-color !default;
|
|
546
|
+
$table-active-bg-factor: .1 !default;
|
|
547
|
+
$table-active-bg: rgba($black, $table-active-bg-factor) !default;
|
|
548
|
+
|
|
361
549
|
$table-hover-color: $table-color !default;
|
|
362
|
-
$table-hover-bg:
|
|
363
|
-
$table-
|
|
550
|
+
$table-hover-bg-factor: .075 !default;
|
|
551
|
+
$table-hover-bg: rgba($black, $table-hover-bg-factor) !default;
|
|
364
552
|
|
|
553
|
+
$table-border-factor: .1 !default;
|
|
365
554
|
$table-border-width: $border-width !default;
|
|
366
555
|
$table-border-color: $border-color !default;
|
|
367
556
|
|
|
368
|
-
$table-head-bg: $gray-200 !default;
|
|
369
|
-
$table-head-color: $gray-700 !default;
|
|
370
|
-
|
|
371
|
-
$table-dark-color: $white !default;
|
|
372
|
-
$table-dark-bg: $gray-800 !default;
|
|
373
|
-
$table-dark-accent-bg: rgba($white, .05) !default;
|
|
374
|
-
$table-dark-hover-color: $table-dark-color !default;
|
|
375
|
-
$table-dark-hover-bg: rgba($white, .075) !default;
|
|
376
|
-
$table-dark-border-color: lighten($table-dark-bg, 7.5%) !default;
|
|
377
|
-
|
|
378
557
|
$table-striped-order: odd !default;
|
|
379
558
|
|
|
559
|
+
$table-group-separator-color: currentColor !default;
|
|
560
|
+
|
|
380
561
|
$table-caption-color: $text-muted !default;
|
|
381
562
|
|
|
382
|
-
$table-bg-
|
|
383
|
-
|
|
563
|
+
$table-bg-scale: -80% !default;
|
|
564
|
+
// scss-docs-end table-variables
|
|
565
|
+
|
|
566
|
+
// scss-docs-start table-loop
|
|
567
|
+
$table-variants: (
|
|
568
|
+
"primary": shift-color($primary, $table-bg-scale),
|
|
569
|
+
"secondary": shift-color($secondary, $table-bg-scale),
|
|
570
|
+
"success": shift-color($success, $table-bg-scale),
|
|
571
|
+
"info": shift-color($info, $table-bg-scale),
|
|
572
|
+
"warning": shift-color($warning, $table-bg-scale),
|
|
573
|
+
"danger": shift-color($danger, $table-bg-scale),
|
|
574
|
+
"light": $light,
|
|
575
|
+
"dark": $dark,
|
|
576
|
+
) !default;
|
|
577
|
+
// scss-docs-end table-loop
|
|
384
578
|
|
|
385
579
|
|
|
386
580
|
// Buttons + Forms
|
|
387
581
|
//
|
|
388
582
|
// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.
|
|
389
583
|
|
|
584
|
+
// scss-docs-start input-btn-variables
|
|
390
585
|
$input-btn-padding-y: .375rem !default;
|
|
391
586
|
$input-btn-padding-x: .75rem !default;
|
|
392
587
|
$input-btn-font-family: null !default;
|
|
393
588
|
$input-btn-font-size: $font-size-base !default;
|
|
394
589
|
$input-btn-line-height: $line-height-base !default;
|
|
395
590
|
|
|
396
|
-
$input-btn-focus-width:
|
|
397
|
-
$input-btn-focus-color:
|
|
398
|
-
$input-btn-focus-
|
|
591
|
+
$input-btn-focus-width: .25rem !default;
|
|
592
|
+
$input-btn-focus-color-opacity: .25 !default;
|
|
593
|
+
$input-btn-focus-color: rgba($component-active-bg, $input-btn-focus-color-opacity) !default;
|
|
594
|
+
$input-btn-focus-blur: 0 !default;
|
|
595
|
+
$input-btn-focus-box-shadow: 0 0 $input-btn-focus-blur $input-btn-focus-width $input-btn-focus-color !default;
|
|
399
596
|
|
|
400
597
|
$input-btn-padding-y-sm: .25rem !default;
|
|
401
598
|
$input-btn-padding-x-sm: .5rem !default;
|
|
402
599
|
$input-btn-font-size-sm: $font-size-sm !default;
|
|
403
|
-
$input-btn-line-height-sm: $line-height-sm !default;
|
|
404
600
|
|
|
405
601
|
$input-btn-padding-y-lg: .5rem !default;
|
|
406
602
|
$input-btn-padding-x-lg: 1rem !default;
|
|
407
603
|
$input-btn-font-size-lg: $font-size-lg !default;
|
|
408
|
-
$input-btn-line-height-lg: $line-height-lg !default;
|
|
409
604
|
|
|
410
605
|
$input-btn-border-width: $border-width !default;
|
|
606
|
+
// scss-docs-end input-btn-variables
|
|
411
607
|
|
|
412
608
|
|
|
413
609
|
// Buttons
|
|
414
610
|
//
|
|
415
611
|
// For each of Bootstrap's buttons, define text, background, and border color.
|
|
416
612
|
|
|
613
|
+
// scss-docs-start btn-variables
|
|
417
614
|
$btn-padding-y: $input-btn-padding-y !default;
|
|
418
615
|
$btn-padding-x: $input-btn-padding-x !default;
|
|
419
616
|
$btn-font-family: $input-btn-font-family !default;
|
|
@@ -424,12 +621,10 @@ $btn-white-space: null !default; // Set to `nowrap` to prevent text
|
|
|
424
621
|
$btn-padding-y-sm: $input-btn-padding-y-sm !default;
|
|
425
622
|
$btn-padding-x-sm: $input-btn-padding-x-sm !default;
|
|
426
623
|
$btn-font-size-sm: $input-btn-font-size-sm !default;
|
|
427
|
-
$btn-line-height-sm: $input-btn-line-height-sm !default;
|
|
428
624
|
|
|
429
625
|
$btn-padding-y-lg: $input-btn-padding-y-lg !default;
|
|
430
626
|
$btn-padding-x-lg: $input-btn-padding-x-lg !default;
|
|
431
627
|
$btn-font-size-lg: $input-btn-font-size-lg !default;
|
|
432
|
-
$btn-line-height-lg: $input-btn-line-height-lg !default;
|
|
433
628
|
|
|
434
629
|
$btn-border-width: $input-btn-border-width !default;
|
|
435
630
|
|
|
@@ -440,22 +635,47 @@ $btn-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
|
440
635
|
$btn-disabled-opacity: .65 !default;
|
|
441
636
|
$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;
|
|
442
637
|
|
|
638
|
+
$btn-link-color: $link-color !default;
|
|
639
|
+
$btn-link-hover-color: $link-hover-color !default;
|
|
443
640
|
$btn-link-disabled-color: $gray-600 !default;
|
|
444
641
|
|
|
445
|
-
$btn-block-spacing-y: .5rem !default;
|
|
446
|
-
|
|
447
642
|
// Allows for customizing button radius independently from global border radius
|
|
448
643
|
$btn-border-radius: $border-radius !default;
|
|
449
|
-
$btn-border-radius-lg: $border-radius-lg !default;
|
|
450
644
|
$btn-border-radius-sm: $border-radius-sm !default;
|
|
645
|
+
$btn-border-radius-lg: $border-radius-lg !default;
|
|
451
646
|
|
|
452
647
|
$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;
|
|
453
648
|
|
|
649
|
+
$btn-hover-bg-shade-amount: 15% !default;
|
|
650
|
+
$btn-hover-bg-tint-amount: 15% !default;
|
|
651
|
+
$btn-hover-border-shade-amount: 20% !default;
|
|
652
|
+
$btn-hover-border-tint-amount: 10% !default;
|
|
653
|
+
$btn-active-bg-shade-amount: 20% !default;
|
|
654
|
+
$btn-active-bg-tint-amount: 20% !default;
|
|
655
|
+
$btn-active-border-shade-amount: 25% !default;
|
|
656
|
+
$btn-active-border-tint-amount: 10% !default;
|
|
657
|
+
// scss-docs-end btn-variables
|
|
454
658
|
|
|
455
|
-
// Forms
|
|
456
659
|
|
|
457
|
-
|
|
660
|
+
// Forms
|
|
458
661
|
|
|
662
|
+
// scss-docs-start form-text-variables
|
|
663
|
+
$form-text-margin-top: .25rem !default;
|
|
664
|
+
$form-text-font-size: $small-font-size !default;
|
|
665
|
+
$form-text-font-style: null !default;
|
|
666
|
+
$form-text-font-weight: null !default;
|
|
667
|
+
$form-text-color: $text-muted !default;
|
|
668
|
+
// scss-docs-end form-text-variables
|
|
669
|
+
|
|
670
|
+
// scss-docs-start form-label-variables
|
|
671
|
+
$form-label-margin-bottom: .5rem !default;
|
|
672
|
+
$form-label-font-size: null !default;
|
|
673
|
+
$form-label-font-style: null !default;
|
|
674
|
+
$form-label-font-weight: null !default;
|
|
675
|
+
$form-label-color: null !default;
|
|
676
|
+
// scss-docs-end form-label-variables
|
|
677
|
+
|
|
678
|
+
// scss-docs-start form-input-variables
|
|
459
679
|
$input-padding-y: $input-btn-padding-y !default;
|
|
460
680
|
$input-padding-x: $input-btn-padding-x !default;
|
|
461
681
|
$input-font-family: $input-btn-font-family !default;
|
|
@@ -466,27 +686,26 @@ $input-line-height: $input-btn-line-height !default;
|
|
|
466
686
|
$input-padding-y-sm: $input-btn-padding-y-sm !default;
|
|
467
687
|
$input-padding-x-sm: $input-btn-padding-x-sm !default;
|
|
468
688
|
$input-font-size-sm: $input-btn-font-size-sm !default;
|
|
469
|
-
$input-line-height-sm: $input-btn-line-height-sm !default;
|
|
470
689
|
|
|
471
690
|
$input-padding-y-lg: $input-btn-padding-y-lg !default;
|
|
472
691
|
$input-padding-x-lg: $input-btn-padding-x-lg !default;
|
|
473
692
|
$input-font-size-lg: $input-btn-font-size-lg !default;
|
|
474
|
-
$input-line-height-lg: $input-btn-line-height-lg !default;
|
|
475
693
|
|
|
476
694
|
$input-bg: $white !default;
|
|
477
695
|
$input-disabled-bg: $gray-200 !default;
|
|
696
|
+
$input-disabled-border-color: null !default;
|
|
478
697
|
|
|
479
|
-
$input-color: $
|
|
698
|
+
$input-color: $body-color !default;
|
|
480
699
|
$input-border-color: $gray-400 !default;
|
|
481
700
|
$input-border-width: $input-btn-border-width !default;
|
|
482
|
-
$input-box-shadow: inset
|
|
701
|
+
$input-box-shadow: $box-shadow-inset !default;
|
|
483
702
|
|
|
484
703
|
$input-border-radius: $border-radius !default;
|
|
485
|
-
$input-border-radius-lg: $border-radius-lg !default;
|
|
486
704
|
$input-border-radius-sm: $border-radius-sm !default;
|
|
705
|
+
$input-border-radius-lg: $border-radius-lg !default;
|
|
487
706
|
|
|
488
707
|
$input-focus-bg: $input-bg !default;
|
|
489
|
-
$input-focus-border-color:
|
|
708
|
+
$input-focus-border-color: tint-color($component-active-bg, 50%) !default;
|
|
490
709
|
$input-focus-color: $input-color !default;
|
|
491
710
|
$input-focus-width: $input-btn-focus-width !default;
|
|
492
711
|
$input-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
@@ -501,204 +720,206 @@ $input-height-inner-half: add($input-line-height * .5em, $input-pa
|
|
|
501
720
|
$input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y / 2) !default;
|
|
502
721
|
|
|
503
722
|
$input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)) !default;
|
|
504
|
-
$input-height-sm: add($input-line-height
|
|
505
|
-
$input-height-lg: add($input-line-height
|
|
723
|
+
$input-height-sm: add($input-line-height * 1em, add($input-padding-y-sm * 2, $input-height-border, false)) !default;
|
|
724
|
+
$input-height-lg: add($input-line-height * 1em, add($input-padding-y-lg * 2, $input-height-border, false)) !default;
|
|
506
725
|
|
|
507
726
|
$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
$form-check-input-
|
|
512
|
-
$form-check-
|
|
513
|
-
$form-check-input-
|
|
514
|
-
|
|
515
|
-
$form-check-
|
|
516
|
-
$form-check-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
$form-
|
|
520
|
-
|
|
727
|
+
// scss-docs-end form-input-variables
|
|
728
|
+
|
|
729
|
+
// scss-docs-start form-check-variables
|
|
730
|
+
$form-check-input-width: 1em !default;
|
|
731
|
+
$form-check-min-height: $font-size-base * $line-height-base !default;
|
|
732
|
+
$form-check-padding-start: $form-check-input-width + .5em !default;
|
|
733
|
+
$form-check-margin-bottom: .125rem !default;
|
|
734
|
+
$form-check-label-color: null !default;
|
|
735
|
+
$form-check-label-cursor: null !default;
|
|
736
|
+
$form-check-transition: null !default;
|
|
737
|
+
|
|
738
|
+
$form-check-input-active-filter: brightness(90%) !default;
|
|
739
|
+
|
|
740
|
+
$form-check-input-bg: $input-bg !default;
|
|
741
|
+
$form-check-input-border: 1px solid rgba($black, .25) !default;
|
|
742
|
+
$form-check-input-border-radius: .25em !default;
|
|
743
|
+
$form-check-radio-border-radius: 50% !default;
|
|
744
|
+
$form-check-input-focus-border: $input-focus-border-color !default;
|
|
745
|
+
$form-check-input-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
746
|
+
|
|
747
|
+
$form-check-input-checked-color: $component-active-color !default;
|
|
748
|
+
$form-check-input-checked-bg-color: $component-active-bg !default;
|
|
749
|
+
$form-check-input-checked-border-color: $form-check-input-checked-bg-color !default;
|
|
750
|
+
$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>") !default;
|
|
751
|
+
$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>") !default;
|
|
752
|
+
|
|
753
|
+
$form-check-input-indeterminate-color: $component-active-color !default;
|
|
754
|
+
$form-check-input-indeterminate-bg-color: $component-active-bg !default;
|
|
755
|
+
$form-check-input-indeterminate-border-color: $form-check-input-indeterminate-bg-color !default;
|
|
756
|
+
$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>") !default;
|
|
757
|
+
|
|
758
|
+
$form-check-input-disabled-opacity: .5 !default;
|
|
759
|
+
$form-check-label-disabled-opacity: $form-check-input-disabled-opacity !default;
|
|
760
|
+
$form-check-btn-check-disabled-opacity: $btn-disabled-opacity !default;
|
|
761
|
+
|
|
762
|
+
$form-check-inline-margin-end: 1rem !default;
|
|
763
|
+
// scss-docs-end form-check-variables
|
|
764
|
+
|
|
765
|
+
// scss-docs-start form-switch-variables
|
|
766
|
+
$form-switch-color: rgba(0, 0, 0, .25) !default;
|
|
767
|
+
$form-switch-width: 2em !default;
|
|
768
|
+
$form-switch-padding-start: $form-switch-width + .5em !default;
|
|
769
|
+
$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>") !default;
|
|
770
|
+
$form-switch-border-radius: $form-switch-width !default;
|
|
771
|
+
$form-switch-transition: background-position .15s ease-in-out !default;
|
|
772
|
+
|
|
773
|
+
$form-switch-focus-color: $input-focus-border-color !default;
|
|
774
|
+
$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>") !default;
|
|
775
|
+
|
|
776
|
+
$form-switch-checked-color: $component-active-color !default;
|
|
777
|
+
$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>") !default;
|
|
778
|
+
$form-switch-checked-bg-position: right center !default;
|
|
779
|
+
// scss-docs-end form-switch-variables
|
|
780
|
+
|
|
781
|
+
// scss-docs-start input-group-variables
|
|
782
|
+
$input-group-addon-padding-y: $input-padding-y !default;
|
|
783
|
+
$input-group-addon-padding-x: $input-padding-x !default;
|
|
784
|
+
$input-group-addon-font-weight: $input-font-weight !default;
|
|
521
785
|
$input-group-addon-color: $input-color !default;
|
|
522
786
|
$input-group-addon-bg: $gray-200 !default;
|
|
523
787
|
$input-group-addon-border-color: $input-border-color !default;
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
$
|
|
528
|
-
$
|
|
529
|
-
$
|
|
530
|
-
|
|
531
|
-
$
|
|
532
|
-
$
|
|
533
|
-
|
|
534
|
-
$
|
|
535
|
-
$
|
|
536
|
-
$
|
|
537
|
-
$
|
|
538
|
-
|
|
539
|
-
$
|
|
540
|
-
|
|
541
|
-
$
|
|
542
|
-
$
|
|
543
|
-
|
|
544
|
-
$
|
|
545
|
-
$
|
|
546
|
-
$
|
|
547
|
-
|
|
548
|
-
$
|
|
549
|
-
|
|
550
|
-
$
|
|
551
|
-
$
|
|
552
|
-
|
|
553
|
-
$
|
|
554
|
-
$
|
|
555
|
-
$
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
$
|
|
559
|
-
$
|
|
560
|
-
|
|
561
|
-
$
|
|
562
|
-
$
|
|
563
|
-
$
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
$
|
|
568
|
-
$
|
|
569
|
-
|
|
570
|
-
$
|
|
571
|
-
$
|
|
572
|
-
$
|
|
573
|
-
|
|
574
|
-
$
|
|
575
|
-
$
|
|
576
|
-
$
|
|
577
|
-
$
|
|
578
|
-
$
|
|
579
|
-
$
|
|
580
|
-
$
|
|
581
|
-
$
|
|
582
|
-
$
|
|
583
|
-
$
|
|
584
|
-
$
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
$
|
|
589
|
-
$
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
$
|
|
596
|
-
$
|
|
597
|
-
$
|
|
598
|
-
$
|
|
599
|
-
|
|
600
|
-
$
|
|
601
|
-
$
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
$custom-select-padding-y-sm: $input-padding-y-sm !default;
|
|
605
|
-
$custom-select-padding-x-sm: $input-padding-x-sm !default;
|
|
606
|
-
$custom-select-font-size-sm: $input-font-size-sm !default;
|
|
607
|
-
$custom-select-height-sm: $input-height-sm !default;
|
|
608
|
-
|
|
609
|
-
$custom-select-padding-y-lg: $input-padding-y-lg !default;
|
|
610
|
-
$custom-select-padding-x-lg: $input-padding-x-lg !default;
|
|
611
|
-
$custom-select-font-size-lg: $input-font-size-lg !default;
|
|
612
|
-
$custom-select-height-lg: $input-height-lg !default;
|
|
613
|
-
|
|
614
|
-
$custom-range-track-width: 100% !default;
|
|
615
|
-
$custom-range-track-height: .5rem !default;
|
|
616
|
-
$custom-range-track-cursor: pointer !default;
|
|
617
|
-
$custom-range-track-bg: $gray-300 !default;
|
|
618
|
-
$custom-range-track-border-radius: 1rem !default;
|
|
619
|
-
$custom-range-track-box-shadow: inset 0 .25rem .25rem rgba($black, .1) !default;
|
|
620
|
-
|
|
621
|
-
$custom-range-thumb-width: 1rem !default;
|
|
622
|
-
$custom-range-thumb-height: $custom-range-thumb-width !default;
|
|
623
|
-
$custom-range-thumb-bg: $component-active-bg !default;
|
|
624
|
-
$custom-range-thumb-border: 0 !default;
|
|
625
|
-
$custom-range-thumb-border-radius: 1rem !default;
|
|
626
|
-
$custom-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;
|
|
627
|
-
$custom-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;
|
|
628
|
-
$custom-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in IE/Edge
|
|
629
|
-
$custom-range-thumb-active-bg: lighten($component-active-bg, 35%) !default;
|
|
630
|
-
$custom-range-thumb-disabled-bg: $gray-500 !default;
|
|
631
|
-
|
|
632
|
-
$custom-file-height: $input-height !default;
|
|
633
|
-
$custom-file-height-inner: $input-height-inner !default;
|
|
634
|
-
$custom-file-focus-border-color: $input-focus-border-color !default;
|
|
635
|
-
$custom-file-focus-box-shadow: $input-focus-box-shadow !default;
|
|
636
|
-
$custom-file-disabled-bg: $input-disabled-bg !default;
|
|
637
|
-
|
|
638
|
-
$custom-file-padding-y: $input-padding-y !default;
|
|
639
|
-
$custom-file-padding-x: $input-padding-x !default;
|
|
640
|
-
$custom-file-line-height: $input-line-height !default;
|
|
641
|
-
$custom-file-font-family: $input-font-family !default;
|
|
642
|
-
$custom-file-font-weight: $input-font-weight !default;
|
|
643
|
-
$custom-file-color: $input-color !default;
|
|
644
|
-
$custom-file-bg: $input-bg !default;
|
|
645
|
-
$custom-file-border-width: $input-border-width !default;
|
|
646
|
-
$custom-file-border-color: $input-border-color !default;
|
|
647
|
-
$custom-file-border-radius: $input-border-radius !default;
|
|
648
|
-
$custom-file-box-shadow: $input-box-shadow !default;
|
|
649
|
-
$custom-file-button-color: $custom-file-color !default;
|
|
650
|
-
$custom-file-button-bg: $input-group-addon-bg !default;
|
|
651
|
-
$custom-file-text: (
|
|
652
|
-
en: "Browse"
|
|
653
|
-
) !default;
|
|
654
|
-
|
|
788
|
+
// scss-docs-end input-group-variables
|
|
789
|
+
|
|
790
|
+
// scss-docs-start form-select-variables
|
|
791
|
+
$form-select-padding-y: $input-padding-y !default;
|
|
792
|
+
$form-select-padding-x: $input-padding-x !default;
|
|
793
|
+
$form-select-font-family: $input-font-family !default;
|
|
794
|
+
$form-select-font-size: $input-font-size !default;
|
|
795
|
+
$form-select-indicator-padding: $form-select-padding-x * 3 !default; // Extra padding for background-image
|
|
796
|
+
$form-select-font-weight: $input-font-weight !default;
|
|
797
|
+
$form-select-line-height: $input-line-height !default;
|
|
798
|
+
$form-select-color: $input-color !default;
|
|
799
|
+
$form-select-bg: $input-bg !default;
|
|
800
|
+
$form-select-disabled-color: null !default;
|
|
801
|
+
$form-select-disabled-bg: $gray-200 !default;
|
|
802
|
+
$form-select-disabled-border-color: $input-disabled-border-color !default;
|
|
803
|
+
$form-select-bg-position: right $form-select-padding-x center !default;
|
|
804
|
+
$form-select-bg-size: 16px 12px !default; // In pixels because image dimensions
|
|
805
|
+
$form-select-indicator-color: $gray-800 !default;
|
|
806
|
+
$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>") !default;
|
|
807
|
+
|
|
808
|
+
$form-select-feedback-icon-padding-end: $form-select-padding-x * 2.5 + $form-select-indicator-padding !default;
|
|
809
|
+
$form-select-feedback-icon-position: center right $form-select-indicator-padding !default;
|
|
810
|
+
$form-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;
|
|
811
|
+
|
|
812
|
+
$form-select-border-width: $input-border-width !default;
|
|
813
|
+
$form-select-border-color: $input-border-color !default;
|
|
814
|
+
$form-select-border-radius: $border-radius !default;
|
|
815
|
+
$form-select-box-shadow: $box-shadow-inset !default;
|
|
816
|
+
|
|
817
|
+
$form-select-focus-border-color: $input-focus-border-color !default;
|
|
818
|
+
$form-select-focus-width: $input-focus-width !default;
|
|
819
|
+
$form-select-focus-box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color !default;
|
|
820
|
+
|
|
821
|
+
$form-select-padding-y-sm: $input-padding-y-sm !default;
|
|
822
|
+
$form-select-padding-x-sm: $input-padding-x-sm !default;
|
|
823
|
+
$form-select-font-size-sm: $input-font-size-sm !default;
|
|
824
|
+
|
|
825
|
+
$form-select-padding-y-lg: $input-padding-y-lg !default;
|
|
826
|
+
$form-select-padding-x-lg: $input-padding-x-lg !default;
|
|
827
|
+
$form-select-font-size-lg: $input-font-size-lg !default;
|
|
828
|
+
// scss-docs-end form-select-variables
|
|
829
|
+
|
|
830
|
+
// scss-docs-start form-range-variables
|
|
831
|
+
$form-range-track-width: 100% !default;
|
|
832
|
+
$form-range-track-height: .5rem !default;
|
|
833
|
+
$form-range-track-cursor: pointer !default;
|
|
834
|
+
$form-range-track-bg: $gray-300 !default;
|
|
835
|
+
$form-range-track-border-radius: 1rem !default;
|
|
836
|
+
$form-range-track-box-shadow: $box-shadow-inset !default;
|
|
837
|
+
|
|
838
|
+
$form-range-thumb-width: 1rem !default;
|
|
839
|
+
$form-range-thumb-height: $form-range-thumb-width !default;
|
|
840
|
+
$form-range-thumb-bg: $component-active-bg !default;
|
|
841
|
+
$form-range-thumb-border: 0 !default;
|
|
842
|
+
$form-range-thumb-border-radius: 1rem !default;
|
|
843
|
+
$form-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;
|
|
844
|
+
$form-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;
|
|
845
|
+
$form-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in Edge
|
|
846
|
+
$form-range-thumb-active-bg: tint-color($component-active-bg, 70%) !default;
|
|
847
|
+
$form-range-thumb-disabled-bg: $gray-500 !default;
|
|
848
|
+
$form-range-thumb-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
|
|
849
|
+
// scss-docs-end form-range-variables
|
|
850
|
+
|
|
851
|
+
// scss-docs-start form-file-variables
|
|
852
|
+
$form-file-button-color: $input-color !default;
|
|
853
|
+
$form-file-button-bg: $input-group-addon-bg !default;
|
|
854
|
+
$form-file-button-hover-bg: shade-color($form-file-button-bg, 5%) !default;
|
|
855
|
+
// scss-docs-end form-file-variables
|
|
856
|
+
|
|
857
|
+
// scss-docs-start form-floating-variables
|
|
858
|
+
$form-floating-height: add(3.5rem, $input-height-border) !default;
|
|
859
|
+
$form-floating-padding-x: $input-padding-x !default;
|
|
860
|
+
$form-floating-padding-y: 1rem !default;
|
|
861
|
+
$form-floating-input-padding-t: 1.625rem !default;
|
|
862
|
+
$form-floating-input-padding-b: .625rem !default;
|
|
863
|
+
$form-floating-label-opacity: .65 !default;
|
|
864
|
+
$form-floating-label-transform: scale(.85) translateY(-.5rem) translateX(.15rem) !default;
|
|
865
|
+
$form-floating-transition: opacity .1s ease-in-out, transform .1s ease-in-out !default;
|
|
866
|
+
// scss-docs-end form-floating-variables
|
|
655
867
|
|
|
656
868
|
// Form validation
|
|
657
869
|
|
|
870
|
+
// scss-docs-start form-feedback-variables
|
|
658
871
|
$form-feedback-margin-top: $form-text-margin-top !default;
|
|
659
|
-
$form-feedback-font-size: $
|
|
660
|
-
$form-feedback-
|
|
661
|
-
$form-feedback-
|
|
872
|
+
$form-feedback-font-size: $form-text-font-size !default;
|
|
873
|
+
$form-feedback-font-style: $form-text-font-style !default;
|
|
874
|
+
$form-feedback-valid-color: $success !default;
|
|
875
|
+
$form-feedback-invalid-color: $danger !default;
|
|
662
876
|
|
|
663
877
|
$form-feedback-icon-valid-color: $form-feedback-valid-color !default;
|
|
664
|
-
$form-feedback-icon-valid: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'
|
|
878
|
+
$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>") !default;
|
|
665
879
|
$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;
|
|
666
|
-
$form-feedback-icon-invalid: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#{$form-feedback-icon-invalid-color}'
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
//
|
|
670
|
-
$form-validation-states:
|
|
671
|
-
(
|
|
672
|
-
"
|
|
673
|
-
|
|
674
|
-
"icon": $form-feedback-icon-valid
|
|
675
|
-
),
|
|
676
|
-
"invalid": (
|
|
677
|
-
"color": $form-feedback-invalid-color,
|
|
678
|
-
"icon": $form-feedback-icon-invalid
|
|
679
|
-
),
|
|
880
|
+
$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>") !default;
|
|
881
|
+
// scss-docs-end form-feedback-variables
|
|
882
|
+
|
|
883
|
+
// scss-docs-start form-validation-states
|
|
884
|
+
$form-validation-states: (
|
|
885
|
+
"valid": (
|
|
886
|
+
"color": $form-feedback-valid-color,
|
|
887
|
+
"icon": $form-feedback-icon-valid
|
|
680
888
|
),
|
|
681
|
-
|
|
682
|
-
|
|
889
|
+
"invalid": (
|
|
890
|
+
"color": $form-feedback-invalid-color,
|
|
891
|
+
"icon": $form-feedback-icon-invalid
|
|
892
|
+
)
|
|
893
|
+
) !default;
|
|
894
|
+
// scss-docs-end form-validation-states
|
|
683
895
|
|
|
684
896
|
// Z-index master list
|
|
685
897
|
//
|
|
686
898
|
// Warning: Avoid customizing these values. They're used for a bird's eye view
|
|
687
899
|
// of components dependent on the z-axis and are designed to all work together.
|
|
688
900
|
|
|
901
|
+
// scss-docs-start zindex-stack
|
|
689
902
|
$zindex-dropdown: 1000 !default;
|
|
690
903
|
$zindex-sticky: 1020 !default;
|
|
691
904
|
$zindex-fixed: 1030 !default;
|
|
692
905
|
$zindex-modal-backdrop: 1040 !default;
|
|
693
|
-
$zindex-
|
|
694
|
-
$zindex-
|
|
695
|
-
$zindex-
|
|
906
|
+
$zindex-offcanvas: 1050 !default;
|
|
907
|
+
$zindex-modal: 1060 !default;
|
|
908
|
+
$zindex-popover: 1070 !default;
|
|
909
|
+
$zindex-tooltip: 1080 !default;
|
|
910
|
+
// scss-docs-end zindex-stack
|
|
696
911
|
|
|
697
912
|
|
|
698
913
|
// Navs
|
|
699
914
|
|
|
915
|
+
// scss-docs-start nav-variables
|
|
700
916
|
$nav-link-padding-y: .5rem !default;
|
|
701
917
|
$nav-link-padding-x: 1rem !default;
|
|
918
|
+
$nav-link-font-size: null !default;
|
|
919
|
+
$nav-link-font-weight: null !default;
|
|
920
|
+
$nav-link-color: $link-color !default;
|
|
921
|
+
$nav-link-hover-color: $link-hover-color !default;
|
|
922
|
+
$nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out !default;
|
|
702
923
|
$nav-link-disabled-color: $gray-600 !default;
|
|
703
924
|
|
|
704
925
|
$nav-tabs-border-color: $gray-300 !default;
|
|
@@ -712,15 +933,14 @@ $nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg
|
|
|
712
933
|
$nav-pills-border-radius: $border-radius !default;
|
|
713
934
|
$nav-pills-link-active-color: $component-active-color !default;
|
|
714
935
|
$nav-pills-link-active-bg: $component-active-bg !default;
|
|
715
|
-
|
|
716
|
-
$nav-divider-color: $gray-200 !default;
|
|
717
|
-
$nav-divider-margin-y: $spacer / 2 !default;
|
|
936
|
+
// scss-docs-end nav-variables
|
|
718
937
|
|
|
719
938
|
|
|
720
939
|
// Navbar
|
|
721
940
|
|
|
941
|
+
// scss-docs-start navbar-variables
|
|
722
942
|
$navbar-padding-y: $spacer / 2 !default;
|
|
723
|
-
$navbar-padding-x:
|
|
943
|
+
$navbar-padding-x: null !default;
|
|
724
944
|
|
|
725
945
|
$navbar-nav-link-padding-x: .5rem !default;
|
|
726
946
|
|
|
@@ -729,37 +949,45 @@ $navbar-brand-font-size: $font-size-lg !default;
|
|
|
729
949
|
$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;
|
|
730
950
|
$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;
|
|
731
951
|
$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;
|
|
952
|
+
$navbar-brand-margin-end: 1rem !default;
|
|
732
953
|
|
|
733
954
|
$navbar-toggler-padding-y: .25rem !default;
|
|
734
955
|
$navbar-toggler-padding-x: .75rem !default;
|
|
735
956
|
$navbar-toggler-font-size: $font-size-lg !default;
|
|
736
957
|
$navbar-toggler-border-radius: $btn-border-radius !default;
|
|
958
|
+
$navbar-toggler-focus-width: $btn-focus-width !default;
|
|
959
|
+
$navbar-toggler-transition: box-shadow .15s ease-in-out !default;
|
|
960
|
+
// scss-docs-end navbar-variables
|
|
737
961
|
|
|
738
|
-
|
|
962
|
+
// scss-docs-start navbar-theme-variables
|
|
963
|
+
$navbar-dark-color: rgba($white, .55) !default;
|
|
739
964
|
$navbar-dark-hover-color: rgba($white, .75) !default;
|
|
740
965
|
$navbar-dark-active-color: $white !default;
|
|
741
966
|
$navbar-dark-disabled-color: rgba($white, .25) !default;
|
|
742
|
-
$navbar-dark-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'
|
|
967
|
+
$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>") !default;
|
|
743
968
|
$navbar-dark-toggler-border-color: rgba($white, .1) !default;
|
|
744
969
|
|
|
745
|
-
$navbar-light-color: rgba($black, .
|
|
970
|
+
$navbar-light-color: rgba($black, .55) !default;
|
|
746
971
|
$navbar-light-hover-color: rgba($black, .7) !default;
|
|
747
972
|
$navbar-light-active-color: rgba($black, .9) !default;
|
|
748
973
|
$navbar-light-disabled-color: rgba($black, .3) !default;
|
|
749
|
-
$navbar-light-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'
|
|
974
|
+
$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>") !default;
|
|
750
975
|
$navbar-light-toggler-border-color: rgba($black, .1) !default;
|
|
751
976
|
|
|
752
977
|
$navbar-light-brand-color: $navbar-light-active-color !default;
|
|
753
978
|
$navbar-light-brand-hover-color: $navbar-light-active-color !default;
|
|
754
979
|
$navbar-dark-brand-color: $navbar-dark-active-color !default;
|
|
755
980
|
$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;
|
|
981
|
+
// scss-docs-end navbar-theme-variables
|
|
756
982
|
|
|
757
983
|
|
|
758
984
|
// Dropdowns
|
|
759
985
|
//
|
|
760
986
|
// Dropdown menu container and contents.
|
|
761
987
|
|
|
988
|
+
// scss-docs-start dropdown-variables
|
|
762
989
|
$dropdown-min-width: 10rem !default;
|
|
990
|
+
$dropdown-padding-x: 0 !default;
|
|
763
991
|
$dropdown-padding-y: .5rem !default;
|
|
764
992
|
$dropdown-spacer: .125rem !default;
|
|
765
993
|
$dropdown-font-size: $font-size-base !default;
|
|
@@ -769,40 +997,61 @@ $dropdown-border-color: rgba($black, .15) !default;
|
|
|
769
997
|
$dropdown-border-radius: $border-radius !default;
|
|
770
998
|
$dropdown-border-width: $border-width !default;
|
|
771
999
|
$dropdown-inner-border-radius: subtract($dropdown-border-radius, $dropdown-border-width) !default;
|
|
772
|
-
$dropdown-divider-bg: $
|
|
773
|
-
$dropdown-divider-margin-y: $
|
|
774
|
-
$dropdown-box-shadow:
|
|
1000
|
+
$dropdown-divider-bg: $dropdown-border-color !default;
|
|
1001
|
+
$dropdown-divider-margin-y: $spacer / 2 !default;
|
|
1002
|
+
$dropdown-box-shadow: $box-shadow !default;
|
|
775
1003
|
|
|
776
1004
|
$dropdown-link-color: $gray-900 !default;
|
|
777
|
-
$dropdown-link-hover-color:
|
|
778
|
-
$dropdown-link-hover-bg: $gray-
|
|
1005
|
+
$dropdown-link-hover-color: shade-color($gray-900, 10%) !default;
|
|
1006
|
+
$dropdown-link-hover-bg: $gray-200 !default;
|
|
779
1007
|
|
|
780
1008
|
$dropdown-link-active-color: $component-active-color !default;
|
|
781
1009
|
$dropdown-link-active-bg: $component-active-bg !default;
|
|
782
1010
|
|
|
783
|
-
$dropdown-link-disabled-color: $gray-
|
|
1011
|
+
$dropdown-link-disabled-color: $gray-500 !default;
|
|
784
1012
|
|
|
785
|
-
$dropdown-item-padding-y:
|
|
786
|
-
$dropdown-item-padding-x:
|
|
1013
|
+
$dropdown-item-padding-y: $spacer / 4 !default;
|
|
1014
|
+
$dropdown-item-padding-x: $spacer !default;
|
|
787
1015
|
|
|
788
1016
|
$dropdown-header-color: $gray-600 !default;
|
|
1017
|
+
$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x !default;
|
|
1018
|
+
// scss-docs-end dropdown-variables
|
|
1019
|
+
|
|
1020
|
+
// scss-docs-start dropdown-dark-variables
|
|
1021
|
+
$dropdown-dark-color: $gray-300 !default;
|
|
1022
|
+
$dropdown-dark-bg: $gray-800 !default;
|
|
1023
|
+
$dropdown-dark-border-color: $dropdown-border-color !default;
|
|
1024
|
+
$dropdown-dark-divider-bg: $dropdown-divider-bg !default;
|
|
1025
|
+
$dropdown-dark-box-shadow: null !default;
|
|
1026
|
+
$dropdown-dark-link-color: $dropdown-dark-color !default;
|
|
1027
|
+
$dropdown-dark-link-hover-color: $white !default;
|
|
1028
|
+
$dropdown-dark-link-hover-bg: rgba($white, .15) !default;
|
|
1029
|
+
$dropdown-dark-link-active-color: $dropdown-link-active-color !default;
|
|
1030
|
+
$dropdown-dark-link-active-bg: $dropdown-link-active-bg !default;
|
|
1031
|
+
$dropdown-dark-link-disabled-color: $gray-500 !default;
|
|
1032
|
+
$dropdown-dark-header-color: $gray-500 !default;
|
|
1033
|
+
// scss-docs-end dropdown-dark-variables
|
|
789
1034
|
|
|
790
1035
|
|
|
791
1036
|
// Pagination
|
|
792
1037
|
|
|
793
|
-
|
|
1038
|
+
// scss-docs-start pagination-variables
|
|
1039
|
+
$pagination-padding-y: .375rem !default;
|
|
794
1040
|
$pagination-padding-x: .75rem !default;
|
|
795
1041
|
$pagination-padding-y-sm: .25rem !default;
|
|
796
1042
|
$pagination-padding-x-sm: .5rem !default;
|
|
797
1043
|
$pagination-padding-y-lg: .75rem !default;
|
|
798
1044
|
$pagination-padding-x-lg: 1.5rem !default;
|
|
799
|
-
$pagination-line-height: 1.25 !default;
|
|
800
1045
|
|
|
801
1046
|
$pagination-color: $link-color !default;
|
|
802
1047
|
$pagination-bg: $white !default;
|
|
803
1048
|
$pagination-border-width: $border-width !default;
|
|
1049
|
+
$pagination-border-radius: $border-radius !default;
|
|
1050
|
+
$pagination-margin-start: -$pagination-border-width !default;
|
|
804
1051
|
$pagination-border-color: $gray-300 !default;
|
|
805
1052
|
|
|
1053
|
+
$pagination-focus-color: $link-hover-color !default;
|
|
1054
|
+
$pagination-focus-bg: $gray-200 !default;
|
|
806
1055
|
$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
807
1056
|
$pagination-focus-outline: 0 !default;
|
|
808
1057
|
|
|
@@ -818,65 +1067,102 @@ $pagination-disabled-color: $gray-600 !default;
|
|
|
818
1067
|
$pagination-disabled-bg: $white !default;
|
|
819
1068
|
$pagination-disabled-border-color: $gray-300 !default;
|
|
820
1069
|
|
|
1070
|
+
$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 !default;
|
|
821
1071
|
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
$jumbotron-color: null !default;
|
|
826
|
-
$jumbotron-bg: $gray-200 !default;
|
|
1072
|
+
$pagination-border-radius-sm: $border-radius-sm !default;
|
|
1073
|
+
$pagination-border-radius-lg: $border-radius-lg !default;
|
|
1074
|
+
// scss-docs-end pagination-variables
|
|
827
1075
|
|
|
828
1076
|
|
|
829
1077
|
// Cards
|
|
830
1078
|
|
|
831
|
-
|
|
832
|
-
$card-spacer-
|
|
1079
|
+
// scss-docs-start card-variables
|
|
1080
|
+
$card-spacer-y: $spacer !default;
|
|
1081
|
+
$card-spacer-x: $spacer !default;
|
|
1082
|
+
$card-title-spacer-y: $spacer / 2 !default;
|
|
833
1083
|
$card-border-width: $border-width !default;
|
|
834
1084
|
$card-border-radius: $border-radius !default;
|
|
835
1085
|
$card-border-color: rgba($black, .125) !default;
|
|
836
1086
|
$card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default;
|
|
1087
|
+
$card-cap-padding-y: $card-spacer-y / 2 !default;
|
|
1088
|
+
$card-cap-padding-x: $card-spacer-x !default;
|
|
837
1089
|
$card-cap-bg: rgba($black, .03) !default;
|
|
838
1090
|
$card-cap-color: null !default;
|
|
839
1091
|
$card-height: null !default;
|
|
840
1092
|
$card-color: null !default;
|
|
841
1093
|
$card-bg: $white !default;
|
|
842
|
-
|
|
843
|
-
$card-img-overlay-padding: 1.25rem !default;
|
|
844
|
-
|
|
1094
|
+
$card-img-overlay-padding: $spacer !default;
|
|
845
1095
|
$card-group-margin: $grid-gutter-width / 2 !default;
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
1096
|
+
// scss-docs-end card-variables
|
|
1097
|
+
|
|
1098
|
+
// Accordion
|
|
1099
|
+
|
|
1100
|
+
// scss-docs-start accordion-variables
|
|
1101
|
+
$accordion-padding-y: 1rem !default;
|
|
1102
|
+
$accordion-padding-x: 1.25rem !default;
|
|
1103
|
+
$accordion-color: $body-color !default;
|
|
1104
|
+
$accordion-bg: $body-bg !default;
|
|
1105
|
+
$accordion-border-width: $border-width !default;
|
|
1106
|
+
$accordion-border-color: rgba($black, .125) !default;
|
|
1107
|
+
$accordion-border-radius: $border-radius !default;
|
|
1108
|
+
$accordion-inner-border-radius: subtract($accordion-border-radius, $accordion-border-width) !default;
|
|
1109
|
+
|
|
1110
|
+
$accordion-body-padding-y: $accordion-padding-y !default;
|
|
1111
|
+
$accordion-body-padding-x: $accordion-padding-x !default;
|
|
1112
|
+
|
|
1113
|
+
$accordion-button-padding-y: $accordion-padding-y !default;
|
|
1114
|
+
$accordion-button-padding-x: $accordion-padding-x !default;
|
|
1115
|
+
$accordion-button-color: $accordion-color !default;
|
|
1116
|
+
$accordion-button-bg: $accordion-bg !default;
|
|
1117
|
+
$accordion-transition: $btn-transition, border-radius .15s ease !default;
|
|
1118
|
+
$accordion-button-active-bg: tint-color($component-active-bg, 90%) !default;
|
|
1119
|
+
$accordion-button-active-color: shade-color($primary, 10%) !default;
|
|
1120
|
+
|
|
1121
|
+
$accordion-button-focus-border-color: $input-focus-border-color !default;
|
|
1122
|
+
$accordion-button-focus-box-shadow: $btn-focus-box-shadow !default;
|
|
1123
|
+
|
|
1124
|
+
$accordion-icon-width: 1.25rem !default;
|
|
1125
|
+
$accordion-icon-color: $accordion-color !default;
|
|
1126
|
+
$accordion-icon-active-color: $accordion-button-active-color !default;
|
|
1127
|
+
$accordion-icon-transition: transform .2s ease-in-out !default;
|
|
1128
|
+
$accordion-icon-transform: rotate(-180deg) !default;
|
|
1129
|
+
|
|
1130
|
+
$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>") !default;
|
|
1131
|
+
$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>") !default;
|
|
1132
|
+
// scss-docs-end accordion-variables
|
|
852
1133
|
|
|
853
1134
|
// Tooltips
|
|
854
1135
|
|
|
1136
|
+
// scss-docs-start tooltip-variables
|
|
855
1137
|
$tooltip-font-size: $font-size-sm !default;
|
|
856
1138
|
$tooltip-max-width: 200px !default;
|
|
857
1139
|
$tooltip-color: $white !default;
|
|
858
1140
|
$tooltip-bg: $black !default;
|
|
859
1141
|
$tooltip-border-radius: $border-radius !default;
|
|
860
1142
|
$tooltip-opacity: .9 !default;
|
|
861
|
-
$tooltip-padding-y:
|
|
862
|
-
$tooltip-padding-x:
|
|
1143
|
+
$tooltip-padding-y: $spacer / 4 !default;
|
|
1144
|
+
$tooltip-padding-x: $spacer / 2 !default;
|
|
863
1145
|
$tooltip-margin: 0 !default;
|
|
864
1146
|
|
|
865
1147
|
$tooltip-arrow-width: .8rem !default;
|
|
866
1148
|
$tooltip-arrow-height: .4rem !default;
|
|
867
1149
|
$tooltip-arrow-color: $tooltip-bg !default;
|
|
1150
|
+
// scss-docs-end tooltip-variables
|
|
868
1151
|
|
|
869
1152
|
// Form tooltips must come after regular tooltips
|
|
1153
|
+
// scss-docs-start tooltip-feedback-variables
|
|
870
1154
|
$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;
|
|
871
1155
|
$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;
|
|
872
1156
|
$form-feedback-tooltip-font-size: $tooltip-font-size !default;
|
|
873
|
-
$form-feedback-tooltip-line-height:
|
|
1157
|
+
$form-feedback-tooltip-line-height: null !default;
|
|
874
1158
|
$form-feedback-tooltip-opacity: $tooltip-opacity !default;
|
|
875
1159
|
$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;
|
|
1160
|
+
// scss-docs-start tooltip-feedback-variables
|
|
876
1161
|
|
|
877
1162
|
|
|
878
1163
|
// Popovers
|
|
879
1164
|
|
|
1165
|
+
// scss-docs-start popover-variables
|
|
880
1166
|
$popover-font-size: $font-size-sm !default;
|
|
881
1167
|
$popover-bg: $white !default;
|
|
882
1168
|
$popover-max-width: 276px !default;
|
|
@@ -884,65 +1170,63 @@ $popover-border-width: $border-width !default;
|
|
|
884
1170
|
$popover-border-color: rgba($black, .2) !default;
|
|
885
1171
|
$popover-border-radius: $border-radius-lg !default;
|
|
886
1172
|
$popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width) !default;
|
|
887
|
-
$popover-box-shadow:
|
|
1173
|
+
$popover-box-shadow: $box-shadow !default;
|
|
888
1174
|
|
|
889
|
-
$popover-header-bg:
|
|
1175
|
+
$popover-header-bg: shade-color($popover-bg, 6%) !default;
|
|
890
1176
|
$popover-header-color: $headings-color !default;
|
|
891
1177
|
$popover-header-padding-y: .5rem !default;
|
|
892
|
-
$popover-header-padding-x:
|
|
1178
|
+
$popover-header-padding-x: $spacer !default;
|
|
893
1179
|
|
|
894
1180
|
$popover-body-color: $body-color !default;
|
|
895
|
-
$popover-body-padding-y: $
|
|
896
|
-
$popover-body-padding-x: $
|
|
1181
|
+
$popover-body-padding-y: $spacer !default;
|
|
1182
|
+
$popover-body-padding-x: $spacer !default;
|
|
897
1183
|
|
|
898
1184
|
$popover-arrow-width: 1rem !default;
|
|
899
1185
|
$popover-arrow-height: .5rem !default;
|
|
900
1186
|
$popover-arrow-color: $popover-bg !default;
|
|
901
1187
|
|
|
902
1188
|
$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;
|
|
1189
|
+
// scss-docs-end popover-variables
|
|
903
1190
|
|
|
904
1191
|
|
|
905
1192
|
// Toasts
|
|
906
1193
|
|
|
1194
|
+
// scss-docs-start toast-variables
|
|
907
1195
|
$toast-max-width: 350px !default;
|
|
908
1196
|
$toast-padding-x: .75rem !default;
|
|
909
|
-
$toast-padding-y: .
|
|
1197
|
+
$toast-padding-y: .5rem !default;
|
|
910
1198
|
$toast-font-size: .875rem !default;
|
|
911
1199
|
$toast-color: null !default;
|
|
912
1200
|
$toast-background-color: rgba($white, .85) !default;
|
|
913
1201
|
$toast-border-width: 1px !default;
|
|
914
1202
|
$toast-border-color: rgba(0, 0, 0, .1) !default;
|
|
915
|
-
$toast-border-radius:
|
|
916
|
-
$toast-box-shadow:
|
|
1203
|
+
$toast-border-radius: $border-radius !default;
|
|
1204
|
+
$toast-box-shadow: $box-shadow !default;
|
|
1205
|
+
$toast-spacing: $container-padding-x !default;
|
|
917
1206
|
|
|
918
1207
|
$toast-header-color: $gray-600 !default;
|
|
919
1208
|
$toast-header-background-color: rgba($white, .85) !default;
|
|
920
1209
|
$toast-header-border-color: rgba(0, 0, 0, .05) !default;
|
|
1210
|
+
// scss-docs-end toast-variables
|
|
921
1211
|
|
|
922
1212
|
|
|
923
1213
|
// Badges
|
|
924
1214
|
|
|
925
|
-
|
|
1215
|
+
// scss-docs-start badge-variables
|
|
1216
|
+
$badge-font-size: .75em !default;
|
|
926
1217
|
$badge-font-weight: $font-weight-bold !default;
|
|
927
|
-
$badge-
|
|
928
|
-
$badge-padding-
|
|
1218
|
+
$badge-color: $white !default;
|
|
1219
|
+
$badge-padding-y: .35em !default;
|
|
1220
|
+
$badge-padding-x: .65em !default;
|
|
929
1221
|
$badge-border-radius: $border-radius !default;
|
|
930
|
-
|
|
931
|
-
$badge-transition: $btn-transition !default;
|
|
932
|
-
$badge-focus-width: $input-btn-focus-width !default;
|
|
933
|
-
|
|
934
|
-
$badge-pill-padding-x: .6em !default;
|
|
935
|
-
// Use a higher than normal value to ensure completely rounded edges when
|
|
936
|
-
// customizing padding or font-size on labels.
|
|
937
|
-
$badge-pill-border-radius: 10rem !default;
|
|
1222
|
+
// scss-docs-end badge-variables
|
|
938
1223
|
|
|
939
1224
|
|
|
940
1225
|
// Modals
|
|
941
1226
|
|
|
942
|
-
//
|
|
943
|
-
$modal-inner-padding:
|
|
1227
|
+
// scss-docs-start modal-variables
|
|
1228
|
+
$modal-inner-padding: $spacer !default;
|
|
944
1229
|
|
|
945
|
-
// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding
|
|
946
1230
|
$modal-footer-margin-between: .5rem !default;
|
|
947
1231
|
|
|
948
1232
|
$modal-dialog-margin: .5rem !default;
|
|
@@ -956,8 +1240,8 @@ $modal-content-border-color: rgba($black, .2) !default;
|
|
|
956
1240
|
$modal-content-border-width: $border-width !default;
|
|
957
1241
|
$modal-content-border-radius: $border-radius-lg !default;
|
|
958
1242
|
$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width) !default;
|
|
959
|
-
$modal-content-box-shadow-xs:
|
|
960
|
-
$modal-content-box-shadow-sm-up:
|
|
1243
|
+
$modal-content-box-shadow-xs: $box-shadow-sm !default;
|
|
1244
|
+
$modal-content-box-shadow-sm-up: $box-shadow !default;
|
|
961
1245
|
|
|
962
1246
|
$modal-backdrop-bg: $black !default;
|
|
963
1247
|
$modal-backdrop-opacity: .5 !default;
|
|
@@ -965,60 +1249,68 @@ $modal-header-border-color: $border-color !default;
|
|
|
965
1249
|
$modal-footer-border-color: $modal-header-border-color !default;
|
|
966
1250
|
$modal-header-border-width: $modal-content-border-width !default;
|
|
967
1251
|
$modal-footer-border-width: $modal-header-border-width !default;
|
|
968
|
-
$modal-header-padding-y:
|
|
969
|
-
$modal-header-padding-x:
|
|
1252
|
+
$modal-header-padding-y: $modal-inner-padding !default;
|
|
1253
|
+
$modal-header-padding-x: $modal-inner-padding !default;
|
|
970
1254
|
$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility
|
|
971
1255
|
|
|
972
|
-
$modal-xl: 1140px !default;
|
|
973
|
-
$modal-lg: 800px !default;
|
|
974
|
-
$modal-md: 500px !default;
|
|
975
1256
|
$modal-sm: 300px !default;
|
|
1257
|
+
$modal-md: 500px !default;
|
|
1258
|
+
$modal-lg: 800px !default;
|
|
1259
|
+
$modal-xl: 1140px !default;
|
|
976
1260
|
|
|
977
1261
|
$modal-fade-transform: translate(0, -50px) !default;
|
|
978
1262
|
$modal-show-transform: none !default;
|
|
979
1263
|
$modal-transition: transform .3s ease-out !default;
|
|
980
1264
|
$modal-scale-transform: scale(1.02) !default;
|
|
1265
|
+
// scss-docs-end modal-variables
|
|
981
1266
|
|
|
982
1267
|
|
|
983
1268
|
// Alerts
|
|
984
1269
|
//
|
|
985
1270
|
// Define alert colors, border radius, and padding.
|
|
986
1271
|
|
|
987
|
-
|
|
988
|
-
$alert-padding-
|
|
989
|
-
$alert-
|
|
990
|
-
$alert-
|
|
991
|
-
$alert-
|
|
992
|
-
$alert-
|
|
993
|
-
|
|
994
|
-
$alert-bg-
|
|
995
|
-
$alert-border-
|
|
996
|
-
$alert-color-
|
|
1272
|
+
// scss-docs-start alert-variables
|
|
1273
|
+
$alert-padding-y: $spacer !default;
|
|
1274
|
+
$alert-padding-x: $spacer !default;
|
|
1275
|
+
$alert-margin-bottom: 1rem !default;
|
|
1276
|
+
$alert-border-radius: $border-radius !default;
|
|
1277
|
+
$alert-link-font-weight: $font-weight-bold !default;
|
|
1278
|
+
$alert-border-width: $border-width !default;
|
|
1279
|
+
$alert-bg-scale: -80% !default;
|
|
1280
|
+
$alert-border-scale: -70% !default;
|
|
1281
|
+
$alert-color-scale: 40% !default;
|
|
1282
|
+
$alert-dismissible-padding-r: $alert-padding-x * 3 !default; // 3x covers width of x plus default padding on either side
|
|
1283
|
+
// scss-docs-end alert-variables
|
|
997
1284
|
|
|
998
1285
|
|
|
999
1286
|
// Progress bars
|
|
1000
1287
|
|
|
1288
|
+
// scss-docs-start progress-variables
|
|
1001
1289
|
$progress-height: 1rem !default;
|
|
1002
1290
|
$progress-font-size: $font-size-base * .75 !default;
|
|
1003
1291
|
$progress-bg: $gray-200 !default;
|
|
1004
1292
|
$progress-border-radius: $border-radius !default;
|
|
1005
|
-
$progress-box-shadow: inset
|
|
1293
|
+
$progress-box-shadow: $box-shadow-inset !default;
|
|
1006
1294
|
$progress-bar-color: $white !default;
|
|
1007
|
-
$progress-bar-bg:
|
|
1295
|
+
$progress-bar-bg: $primary !default;
|
|
1008
1296
|
$progress-bar-animation-timing: 1s linear infinite !default;
|
|
1009
1297
|
$progress-bar-transition: width .6s ease !default;
|
|
1298
|
+
// scss-docs-end progress-variables
|
|
1010
1299
|
|
|
1011
1300
|
|
|
1012
1301
|
// List group
|
|
1013
1302
|
|
|
1014
|
-
|
|
1303
|
+
// scss-docs-start list-group-variables
|
|
1304
|
+
$list-group-color: $gray-900 !default;
|
|
1015
1305
|
$list-group-bg: $white !default;
|
|
1016
1306
|
$list-group-border-color: rgba($black, .125) !default;
|
|
1017
1307
|
$list-group-border-width: $border-width !default;
|
|
1018
1308
|
$list-group-border-radius: $border-radius !default;
|
|
1019
1309
|
|
|
1020
|
-
$list-group-item-padding-y:
|
|
1021
|
-
$list-group-item-padding-x:
|
|
1310
|
+
$list-group-item-padding-y: $spacer / 2 !default;
|
|
1311
|
+
$list-group-item-padding-x: $spacer !default;
|
|
1312
|
+
$list-group-item-bg-scale: -80% !default;
|
|
1313
|
+
$list-group-item-color-scale: 40% !default;
|
|
1022
1314
|
|
|
1023
1315
|
$list-group-hover-bg: $gray-100 !default;
|
|
1024
1316
|
$list-group-active-color: $component-active-color !default;
|
|
@@ -1033,44 +1325,48 @@ $list-group-action-hover-color: $list-group-action-color !default;
|
|
|
1033
1325
|
|
|
1034
1326
|
$list-group-action-active-color: $body-color !default;
|
|
1035
1327
|
$list-group-action-active-bg: $gray-200 !default;
|
|
1328
|
+
// scss-docs-end list-group-variables
|
|
1036
1329
|
|
|
1037
1330
|
|
|
1038
1331
|
// Image thumbnails
|
|
1039
1332
|
|
|
1333
|
+
// scss-docs-start thumbnail-variables
|
|
1040
1334
|
$thumbnail-padding: .25rem !default;
|
|
1041
1335
|
$thumbnail-bg: $body-bg !default;
|
|
1042
1336
|
$thumbnail-border-width: $border-width !default;
|
|
1043
1337
|
$thumbnail-border-color: $gray-300 !default;
|
|
1044
1338
|
$thumbnail-border-radius: $border-radius !default;
|
|
1045
|
-
$thumbnail-box-shadow:
|
|
1339
|
+
$thumbnail-box-shadow: $box-shadow-sm !default;
|
|
1340
|
+
// scss-docs-end thumbnail-variables
|
|
1046
1341
|
|
|
1047
1342
|
|
|
1048
1343
|
// Figures
|
|
1049
1344
|
|
|
1050
|
-
|
|
1345
|
+
// scss-docs-start figure-variables
|
|
1346
|
+
$figure-caption-font-size: $small-font-size !default;
|
|
1051
1347
|
$figure-caption-color: $gray-600 !default;
|
|
1348
|
+
// scss-docs-end figure-variables
|
|
1052
1349
|
|
|
1053
1350
|
|
|
1054
1351
|
// Breadcrumbs
|
|
1055
1352
|
|
|
1353
|
+
// scss-docs-start breadcrumb-variables
|
|
1056
1354
|
$breadcrumb-font-size: null !default;
|
|
1057
|
-
|
|
1058
|
-
$breadcrumb-padding-
|
|
1059
|
-
$breadcrumb-padding-x:
|
|
1060
|
-
$breadcrumb-item-padding: .5rem !default;
|
|
1061
|
-
|
|
1355
|
+
$breadcrumb-padding-y: 0 !default;
|
|
1356
|
+
$breadcrumb-padding-x: 0 !default;
|
|
1357
|
+
$breadcrumb-item-padding-x: .5rem !default;
|
|
1062
1358
|
$breadcrumb-margin-bottom: 1rem !default;
|
|
1063
|
-
|
|
1064
|
-
$breadcrumb-bg: $gray-200 !default;
|
|
1359
|
+
$breadcrumb-bg: null !default;
|
|
1065
1360
|
$breadcrumb-divider-color: $gray-600 !default;
|
|
1066
1361
|
$breadcrumb-active-color: $gray-600 !default;
|
|
1067
1362
|
$breadcrumb-divider: quote("/") !default;
|
|
1068
|
-
|
|
1069
|
-
$breadcrumb-border-radius:
|
|
1070
|
-
|
|
1363
|
+
$breadcrumb-divider-flipped: $breadcrumb-divider !default;
|
|
1364
|
+
$breadcrumb-border-radius: null !default;
|
|
1365
|
+
// scss-docs-end breadcrumb-variables
|
|
1071
1366
|
|
|
1072
1367
|
// Carousel
|
|
1073
1368
|
|
|
1369
|
+
// scss-docs-start carousel-variables
|
|
1074
1370
|
$carousel-control-color: $white !default;
|
|
1075
1371
|
$carousel-control-width: 15% !default;
|
|
1076
1372
|
$carousel-control-opacity: .5 !default;
|
|
@@ -1081,43 +1377,82 @@ $carousel-indicator-width: 30px !default;
|
|
|
1081
1377
|
$carousel-indicator-height: 3px !default;
|
|
1082
1378
|
$carousel-indicator-hit-area-height: 10px !default;
|
|
1083
1379
|
$carousel-indicator-spacer: 3px !default;
|
|
1380
|
+
$carousel-indicator-opacity: .5 !default;
|
|
1084
1381
|
$carousel-indicator-active-bg: $white !default;
|
|
1382
|
+
$carousel-indicator-active-opacity: 1 !default;
|
|
1085
1383
|
$carousel-indicator-transition: opacity .6s ease !default;
|
|
1086
1384
|
|
|
1087
1385
|
$carousel-caption-width: 70% !default;
|
|
1088
1386
|
$carousel-caption-color: $white !default;
|
|
1387
|
+
$carousel-caption-padding-y: 1.25rem !default;
|
|
1388
|
+
$carousel-caption-spacer: 1.25rem !default;
|
|
1089
1389
|
|
|
1090
|
-
$carousel-control-icon-width:
|
|
1390
|
+
$carousel-control-icon-width: 2rem !default;
|
|
1091
1391
|
|
|
1092
|
-
$carousel-control-prev-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}'
|
|
1093
|
-
$carousel-control-next-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}'
|
|
1392
|
+
$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>") !default;
|
|
1393
|
+
$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>") !default;
|
|
1094
1394
|
|
|
1095
1395
|
$carousel-transition-duration: .6s !default;
|
|
1096
1396
|
$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)
|
|
1097
1397
|
|
|
1398
|
+
$carousel-dark-indicator-active-bg: $black !default;
|
|
1399
|
+
$carousel-dark-caption-color: $black !default;
|
|
1400
|
+
$carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;
|
|
1401
|
+
// scss-docs-end carousel-variables
|
|
1402
|
+
|
|
1098
1403
|
|
|
1099
1404
|
// Spinners
|
|
1100
1405
|
|
|
1101
|
-
|
|
1102
|
-
$spinner-
|
|
1103
|
-
$spinner-
|
|
1406
|
+
// scss-docs-start spinner-variables
|
|
1407
|
+
$spinner-width: 2rem !default;
|
|
1408
|
+
$spinner-height: $spinner-width !default;
|
|
1409
|
+
$spinner-vertical-align: -.125em !default;
|
|
1410
|
+
$spinner-border-width: .25em !default;
|
|
1411
|
+
$spinner-animation-speed: .75s !default;
|
|
1104
1412
|
|
|
1105
1413
|
$spinner-width-sm: 1rem !default;
|
|
1106
1414
|
$spinner-height-sm: $spinner-width-sm !default;
|
|
1107
1415
|
$spinner-border-width-sm: .2em !default;
|
|
1416
|
+
// scss-docs-end spinner-variables
|
|
1108
1417
|
|
|
1109
1418
|
|
|
1110
1419
|
// Close
|
|
1111
1420
|
|
|
1112
|
-
|
|
1113
|
-
$close-
|
|
1114
|
-
$close-
|
|
1115
|
-
$close-
|
|
1116
|
-
|
|
1421
|
+
// scss-docs-start close-variables
|
|
1422
|
+
$btn-close-width: 1em !default;
|
|
1423
|
+
$btn-close-height: $btn-close-width !default;
|
|
1424
|
+
$btn-close-padding-x: .25em !default;
|
|
1425
|
+
$btn-close-padding-y: $btn-close-padding-x !default;
|
|
1426
|
+
$btn-close-color: $black !default;
|
|
1427
|
+
$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>") !default;
|
|
1428
|
+
$btn-close-focus-shadow: $input-btn-focus-box-shadow !default;
|
|
1429
|
+
$btn-close-opacity: .5 !default;
|
|
1430
|
+
$btn-close-hover-opacity: .75 !default;
|
|
1431
|
+
$btn-close-focus-opacity: 1 !default;
|
|
1432
|
+
$btn-close-disabled-opacity: .25 !default;
|
|
1433
|
+
$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !default;
|
|
1434
|
+
// scss-docs-end close-variables
|
|
1435
|
+
|
|
1436
|
+
|
|
1437
|
+
// Offcanvas
|
|
1438
|
+
|
|
1439
|
+
// scss-docs-start offcanvas-variables
|
|
1440
|
+
$offcanvas-padding-y: $modal-inner-padding !default;
|
|
1441
|
+
$offcanvas-padding-x: $modal-inner-padding !default;
|
|
1442
|
+
$offcanvas-horizontal-width: 400px !default;
|
|
1443
|
+
$offcanvas-vertical-height: 30vh !default;
|
|
1444
|
+
$offcanvas-transition-duration: .3s !default;
|
|
1445
|
+
$offcanvas-border-color: $modal-content-border-color !default;
|
|
1446
|
+
$offcanvas-border-width: $modal-content-border-width !default;
|
|
1447
|
+
$offcanvas-title-line-height: $modal-title-line-height !default;
|
|
1448
|
+
$offcanvas-bg-color: $modal-content-bg !default;
|
|
1449
|
+
$offcanvas-color: $modal-content-color !default;
|
|
1450
|
+
$offcanvas-box-shadow: $modal-content-box-shadow-xs !default;
|
|
1451
|
+
// scss-docs-end offcanvas-variables
|
|
1117
1452
|
|
|
1118
1453
|
// Code
|
|
1119
1454
|
|
|
1120
|
-
$code-font-size:
|
|
1455
|
+
$code-font-size: $small-font-size !default;
|
|
1121
1456
|
$code-color: $pink !default;
|
|
1122
1457
|
|
|
1123
1458
|
$kbd-padding-y: .2rem !default;
|
|
@@ -1126,18 +1461,4 @@ $kbd-font-size: $code-font-size !default;
|
|
|
1126
1461
|
$kbd-color: $white !default;
|
|
1127
1462
|
$kbd-bg: $gray-900 !default;
|
|
1128
1463
|
|
|
1129
|
-
$pre-color:
|
|
1130
|
-
$pre-scrollable-max-height: 340px !default;
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
// Utilities
|
|
1134
|
-
|
|
1135
|
-
$displays: none, inline, inline-block, block, table, table-row, table-cell, flex, inline-flex !default;
|
|
1136
|
-
$overflows: auto, hidden !default;
|
|
1137
|
-
$positions: static, relative, absolute, fixed, sticky !default;
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
// Printing
|
|
1141
|
-
|
|
1142
|
-
$print-page-size: a3 !default;
|
|
1143
|
-
$print-body-min-width: map-get($grid-breakpoints, "lg") !default;
|
|
1464
|
+
$pre-color: null !default;
|