apx-docs-theme 0.1.7 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (156) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/footer.html +8 -9
  3. data/_includes/head.html +20 -9
  4. data/_includes/js_files.html +21 -3
  5. data/_includes/navbar.html +28 -0
  6. data/_includes/sidebar.html +43 -0
  7. data/_layouts/default.html +10 -10
  8. data/_layouts/docs.html +12 -20
  9. data/_sass/bootstrap/_alert.scss +51 -0
  10. data/_sass/bootstrap/_badge.scss +53 -0
  11. data/_sass/bootstrap/_breadcrumb.scss +41 -0
  12. data/_sass/bootstrap/_button-group.scss +163 -0
  13. data/_sass/bootstrap/_buttons.scss +73 -101
  14. data/_sass/bootstrap/_card.scss +310 -0
  15. data/_sass/bootstrap/_carousel.scss +130 -202
  16. data/_sass/bootstrap/_close.scss +23 -15
  17. data/_sass/bootstrap/_code.scss +15 -36
  18. data/_sass/bootstrap/_custom-forms.scss +507 -0
  19. data/_sass/bootstrap/_dropdown.scss +191 -0
  20. data/_sass/bootstrap/_forms.scss +215 -498
  21. data/_sass/bootstrap/_functions.scss +86 -0
  22. data/_sass/bootstrap/_grid.scss +29 -61
  23. data/_sass/bootstrap/_images.scss +42 -0
  24. data/_sass/bootstrap/_input-group.scss +193 -0
  25. data/_sass/bootstrap/_jumbotron.scss +9 -47
  26. data/_sass/bootstrap/_list-group.scss +70 -79
  27. data/_sass/bootstrap/_media.scss +3 -61
  28. data/_sass/bootstrap/_mixins.scss +19 -18
  29. data/_sass/bootstrap/_modal.scss +186 -0
  30. data/_sass/bootstrap/_nav.scss +120 -0
  31. data/_sass/bootstrap/_navbar.scss +192 -555
  32. data/_sass/bootstrap/_pagination.scss +59 -70
  33. data/_sass/bootstrap/_popover.scss +183 -0
  34. data/_sass/bootstrap/_print.scss +89 -49
  35. data/_sass/bootstrap/_progress.scss +34 -0
  36. data/_sass/bootstrap/_reboot.scss +462 -0
  37. data/_sass/bootstrap/_root.scss +19 -0
  38. data/_sass/bootstrap/_spinners.scss +53 -0
  39. data/_sass/bootstrap/_tables.scss +119 -166
  40. data/_sass/bootstrap/_toasts.scss +43 -0
  41. data/_sass/bootstrap/_tooltip.scss +93 -79
  42. data/_sass/bootstrap/_transitions.scss +22 -0
  43. data/_sass/bootstrap/_type.scss +66 -239
  44. data/_sass/bootstrap/_utilities.scss +16 -55
  45. data/_sass/bootstrap/_variables.scss +926 -709
  46. data/_sass/bootstrap/bootstrap-grid.scss +29 -0
  47. data/_sass/bootstrap/bootstrap-reboot.scss +12 -0
  48. data/_sass/bootstrap/bootstrap.scss +44 -0
  49. data/_sass/bootstrap/mixins/_alert.scss +13 -0
  50. data/_sass/bootstrap/mixins/_background-variant.scss +14 -5
  51. data/_sass/bootstrap/mixins/_badge.scss +11 -0
  52. data/_sass/bootstrap/mixins/_border-radius.scss +25 -8
  53. data/_sass/bootstrap/mixins/_box-shadow.scss +5 -0
  54. data/_sass/bootstrap/mixins/_breakpoints.scss +123 -0
  55. data/_sass/bootstrap/mixins/_buttons.scss +86 -40
  56. data/_sass/bootstrap/mixins/_caret.scss +62 -0
  57. data/_sass/bootstrap/mixins/_clearfix.scss +3 -18
  58. data/_sass/bootstrap/mixins/_float.scss +11 -0
  59. data/_sass/bootstrap/mixins/_forms.scss +176 -66
  60. data/_sass/bootstrap/mixins/_gradients.scss +17 -30
  61. data/_sass/bootstrap/mixins/_grid-framework.scss +51 -66
  62. data/_sass/bootstrap/mixins/_grid.scss +34 -105
  63. data/_sass/bootstrap/mixins/_hover.scss +37 -0
  64. data/_sass/bootstrap/mixins/_image.scss +18 -15
  65. data/_sass/bootstrap/mixins/_list-group.scss +10 -21
  66. data/_sass/bootstrap/mixins/_lists.scss +7 -0
  67. data/_sass/bootstrap/mixins/_nav-divider.scss +4 -4
  68. data/_sass/bootstrap/mixins/_pagination.scss +10 -12
  69. data/_sass/bootstrap/mixins/_reset-text.scss +7 -8
  70. data/_sass/bootstrap/mixins/_resize.scss +1 -1
  71. data/_sass/bootstrap/mixins/_screen-reader.scss +33 -0
  72. data/_sass/bootstrap/mixins/_size.scss +1 -5
  73. data/_sass/bootstrap/mixins/_table-row.scss +26 -15
  74. data/_sass/bootstrap/mixins/_text-emphasis.scss +7 -5
  75. data/_sass/bootstrap/mixins/_text-hide.scss +13 -0
  76. data/_sass/bootstrap/mixins/{_text-overflow.scss → _text-truncate.scss} +2 -2
  77. data/_sass/bootstrap/mixins/_transition.scss +16 -0
  78. data/_sass/bootstrap/mixins/_visibility.scss +7 -0
  79. data/_sass/bootstrap/utilities/_align.scss +8 -0
  80. data/_sass/bootstrap/utilities/_background.scss +19 -0
  81. data/_sass/bootstrap/utilities/_borders.scss +63 -0
  82. data/_sass/bootstrap/utilities/_clearfix.scss +3 -0
  83. data/_sass/bootstrap/utilities/_display.scss +38 -0
  84. data/_sass/bootstrap/utilities/_embed.scss +39 -0
  85. data/_sass/bootstrap/utilities/_flex.scss +51 -0
  86. data/_sass/bootstrap/utilities/_float.scss +9 -0
  87. data/_sass/bootstrap/utilities/_overflow.scss +5 -0
  88. data/_sass/bootstrap/utilities/_position.scss +32 -0
  89. data/_sass/bootstrap/utilities/_screenreaders.scss +11 -0
  90. data/_sass/bootstrap/utilities/_shadows.scss +6 -0
  91. data/_sass/bootstrap/utilities/_sizing.scss +20 -0
  92. data/_sass/bootstrap/utilities/_spacing.scss +73 -0
  93. data/_sass/bootstrap/utilities/_text.scss +67 -0
  94. data/_sass/bootstrap/utilities/_visibility.scss +11 -0
  95. data/_sass/markdown/code.scss +65 -0
  96. data/_sass/markdown/color-system.scss +114 -0
  97. data/_sass/markdown/images.scss +119 -0
  98. data/_sass/markdown/markdown-body.scss +103 -0
  99. data/_sass/markdown/markdown.scss +15 -0
  100. data/_sass/rouge.scss +209 -0
  101. data/_sass/theme.scss +35 -0
  102. data/_sass/{_typeahead.scss → typeahead.scss} +0 -0
  103. data/assets/css/main.scss +1 -90
  104. data/assets/img/{bg.jpg → jumbotron.jpg} +0 -0
  105. data/assets/js/bootstrap.min.js +6 -6
  106. data/assets/js/jquery-3.3.1.min.js +2 -0
  107. data/assets/js/main.js +2 -1
  108. data/assets/js/search.json +11 -0
  109. data/assets/js/typeahead.bundle.js +2621 -0
  110. data/assets/js/typeahead.bundle.min.js +4 -4
  111. metadata +81 -50
  112. data/_includes/pages_nav.html +0 -40
  113. data/_includes/topnav.html +0 -37
  114. data/_sass/_bootstrap.scss +0 -56
  115. data/_sass/_syntax-highlighting.scss +0 -71
  116. data/_sass/bootstrap/_alerts.scss +0 -73
  117. data/_sass/bootstrap/_badges.scss +0 -68
  118. data/_sass/bootstrap/_breadcrumbs.scss +0 -28
  119. data/_sass/bootstrap/_button-groups.scss +0 -244
  120. data/_sass/bootstrap/_component-animations.scss +0 -37
  121. data/_sass/bootstrap/_dropdowns.scss +0 -216
  122. data/_sass/bootstrap/_glyphicons.scss +0 -307
  123. data/_sass/bootstrap/_input-groups.scss +0 -171
  124. data/_sass/bootstrap/_labels.scss +0 -66
  125. data/_sass/bootstrap/_modals.scss +0 -150
  126. data/_sass/bootstrap/_navs.scss +0 -242
  127. data/_sass/bootstrap/_normalize.scss +0 -424
  128. data/_sass/bootstrap/_pager.scss +0 -54
  129. data/_sass/bootstrap/_panels.scss +0 -271
  130. data/_sass/bootstrap/_popovers.scss +0 -131
  131. data/_sass/bootstrap/_progress-bars.scss +0 -87
  132. data/_sass/bootstrap/_responsive-embed.scss +0 -35
  133. data/_sass/bootstrap/_responsive-utilities.scss +0 -179
  134. data/_sass/bootstrap/_scaffolding.scss +0 -161
  135. data/_sass/bootstrap/_theme.scss +0 -291
  136. data/_sass/bootstrap/_thumbnails.scss +0 -38
  137. data/_sass/bootstrap/_wells.scss +0 -29
  138. data/_sass/bootstrap/mixins/_alerts.scss +0 -14
  139. data/_sass/bootstrap/mixins/_center-block.scss +0 -7
  140. data/_sass/bootstrap/mixins/_hide-text.scss +0 -21
  141. data/_sass/bootstrap/mixins/_labels.scss +0 -12
  142. data/_sass/bootstrap/mixins/_nav-vertical-align.scss +0 -9
  143. data/_sass/bootstrap/mixins/_opacity.scss +0 -8
  144. data/_sass/bootstrap/mixins/_panels.scss +0 -24
  145. data/_sass/bootstrap/mixins/_progress-bar.scss +0 -10
  146. data/_sass/bootstrap/mixins/_reset-filter.scss +0 -8
  147. data/_sass/bootstrap/mixins/_responsive-visibility.scss +0 -21
  148. data/_sass/bootstrap/mixins/_tab-focus.scss +0 -9
  149. data/_sass/bootstrap/mixins/_vendor-prefixes.scss +0 -222
  150. data/assets/css/font-awesome.min.css +0 -4
  151. data/assets/fonts/FontAwesome.otf +0 -0
  152. data/assets/fonts/fontawesome-webfont.eot +0 -0
  153. data/assets/fonts/fontawesome-webfont.svg +0 -2671
  154. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  155. data/assets/fonts/fontawesome-webfont.woff +0 -0
  156. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
@@ -1,55 +1,16 @@
1
- //
2
- // Utility classes
3
- // --------------------------------------------------
4
-
5
-
6
- // Floats
7
- // -------------------------
8
-
9
- .clearfix {
10
- @include clearfix;
11
- }
12
- .center-block {
13
- @include center-block;
14
- }
15
- .pull-right {
16
- float: right !important;
17
- }
18
- .pull-left {
19
- float: left !important;
20
- }
21
-
22
-
23
- // Toggling content
24
- // -------------------------
25
-
26
- // Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1
27
- .hide {
28
- display: none !important;
29
- }
30
- .show {
31
- display: block !important;
32
- }
33
- .invisible {
34
- visibility: hidden;
35
- }
36
- .text-hide {
37
- @include text-hide;
38
- }
39
-
40
-
41
- // Hide from screenreaders and browsers
42
- //
43
- // Credit: HTML5 Boilerplate
44
-
45
- .hidden {
46
- display: none !important;
47
- }
48
-
49
-
50
- // For Affix plugin
51
- // -------------------------
52
-
53
- .affix {
54
- position: fixed;
55
- }
1
+ @import "utilities/align";
2
+ @import "utilities/background";
3
+ @import "utilities/borders";
4
+ @import "utilities/clearfix";
5
+ @import "utilities/display";
6
+ @import "utilities/embed";
7
+ @import "utilities/flex";
8
+ @import "utilities/float";
9
+ @import "utilities/overflow";
10
+ @import "utilities/position";
11
+ @import "utilities/screenreaders";
12
+ @import "utilities/shadows";
13
+ @import "utilities/sizing";
14
+ @import "utilities/spacing";
15
+ @import "utilities/text";
16
+ @import "utilities/visibility";
@@ -1,874 +1,1091 @@
1
- $bootstrap-sass-asset-helper: false !default;
2
- //
3
1
  // Variables
4
- // --------------------------------------------------
2
+ //
3
+ // Variables should follow the `$component-state-property-size` formula for
4
+ // consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.
5
+
6
+ // Color system
7
+
8
+ $white: #fff !default;
9
+ $gray-100: #f8f9fa !default;
10
+ $gray-200: #e9ecef !default;
11
+ $gray-300: #dee2e6 !default;
12
+ $gray-400: #ced4da !default;
13
+ $gray-500: #adb5bd !default;
14
+ $gray-600: #6c757d !default;
15
+ $gray-700: #495057 !default;
16
+ $gray-800: #343a40 !default;
17
+ $gray-900: #212529 !default;
18
+ $black: #000 !default;
19
+
20
+ $grays: () !default;
21
+ // stylelint-disable-next-line scss/dollar-variable-default
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
+ $indigo: #6610f2 !default;
39
+ $purple: #6f42c1 !default;
40
+ $pink: #e83e8c !default;
41
+ $red: #dc3545 !default;
42
+ $orange: #fd7e14 !default;
43
+ $yellow: #ffc107 !default;
44
+ $green: #28a745 !default;
45
+ $teal: #20c997 !default;
46
+ $cyan: #17a2b8 !default;
47
+
48
+ $colors: () !default;
49
+ // stylelint-disable-next-line scss/dollar-variable-default
50
+ $colors: map-merge(
51
+ (
52
+ "blue": $blue,
53
+ "indigo": $indigo,
54
+ "purple": $purple,
55
+ "pink": $pink,
56
+ "red": $red,
57
+ "orange": $orange,
58
+ "yellow": $yellow,
59
+ "green": $green,
60
+ "teal": $teal,
61
+ "cyan": $cyan,
62
+ "white": $white,
63
+ "gray": $gray-600,
64
+ "gray-dark": $gray-800
65
+ ),
66
+ $colors
67
+ );
68
+
69
+ $primary: $blue !default;
70
+ $secondary: $gray-600 !default;
71
+ $success: $green !default;
72
+ $info: $cyan !default;
73
+ $warning: $yellow !default;
74
+ $danger: $red !default;
75
+ $light: $gray-100 !default;
76
+ $dark: $gray-800 !default;
77
+
78
+ $theme-colors: () !default;
79
+ // stylelint-disable-next-line scss/dollar-variable-default
80
+ $theme-colors: map-merge(
81
+ (
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
+ ),
91
+ $theme-colors
92
+ );
93
+
94
+ // Set a specific jump point for requesting color jumps
95
+ $theme-color-interval: 8% !default;
96
+
97
+ // The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255.
98
+ $yiq-contrasted-threshold: 150 !default;
99
+
100
+ // Customize the light and dark text colors for use in our YIQ color contrast function.
101
+ $yiq-text-dark: $gray-900 !default;
102
+ $yiq-text-light: $white !default;
103
+
104
+
105
+ // Options
106
+ //
107
+ // Quickly modify global styling by enabling or disabling optional features.
5
108
 
109
+ $enable-caret: true !default;
110
+ $enable-rounded: true !default;
111
+ $enable-shadows: false !default;
112
+ $enable-gradients: false !default;
113
+ $enable-transitions: true !default;
114
+ $enable-prefers-reduced-motion-media-query: true !default;
115
+ $enable-hover-media-query: false !default; // Deprecated, no longer affects any compiled CSS
116
+ $enable-grid-classes: true !default;
117
+ $enable-print-styles: true !default;
118
+ $enable-validation-icons: true !default;
6
119
 
7
- //== Colors
8
- //
9
- //## Gray and brand colors for use across Bootstrap.
10
120
 
11
- $gray-base: #000 !default;
12
- $gray-darker: lighten($gray-base, 13.5%) !default; // #222
13
- $gray-dark: lighten($gray-base, 20%) !default; // #333
14
- $gray: lighten($gray-base, 33.5%) !default; // #555
15
- $gray-light: lighten($gray-base, 46.7%) !default; // #777
16
- $gray-lighter: lighten($gray-base, 93.5%) !default; // #eee
121
+ // Spacing
122
+ //
123
+ // Control the default styling of most Bootstrap elements by modifying these
124
+ // variables. Mostly focused on spacing.
125
+ // You can add more entries to the $spacers map, should you need more variation.
126
+
127
+ $spacer: 1rem !default;
128
+ $spacers: () !default;
129
+ // stylelint-disable-next-line scss/dollar-variable-default
130
+ $spacers: map-merge(
131
+ (
132
+ 0: 0,
133
+ 1: ($spacer * .25),
134
+ 2: ($spacer * .5),
135
+ 3: $spacer,
136
+ 4: ($spacer * 1.5),
137
+ 5: ($spacer * 3)
138
+ ),
139
+ $spacers
140
+ );
141
+
142
+ // This variable affects the `.h-*` and `.w-*` classes.
143
+ $sizes: () !default;
144
+ // stylelint-disable-next-line scss/dollar-variable-default
145
+ $sizes: map-merge(
146
+ (
147
+ 25: 25%,
148
+ 50: 50%,
149
+ 75: 75%,
150
+ 100: 100%,
151
+ auto: auto
152
+ ),
153
+ $sizes
154
+ );
155
+
156
+
157
+ // Body
158
+ //
159
+ // Settings for the `<body>` element.
17
160
 
18
- $brand-primary: darken(#428bca, 6.5%) !default; // #337ab7
19
- $brand-success: #5cb85c !default;
20
- $brand-info: #5bc0de !default;
21
- $brand-warning: #f0ad4e !default;
22
- $brand-danger: #d9534f !default;
161
+ $body-bg: $white !default;
162
+ $body-color: $gray-900 !default;
23
163
 
24
164
 
25
- //== Scaffolding
165
+ // Links
26
166
  //
27
- //## Settings for some of the most global styles.
167
+ // Style anchor elements.
28
168
 
29
- //** Background color for `<body>`.
30
- $body-bg: #fff !default;
31
- //** Global text color on `<body>`.
32
- $text-color: $gray-dark !default;
169
+ $link-color: theme-color("primary") !default;
170
+ $link-decoration: none !default;
171
+ $link-hover-color: darken($link-color, 15%) !default;
172
+ $link-hover-decoration: underline !default;
173
+ // Darken percentage for links with `.text-*` class (e.g. `.text-success`)
174
+ $emphasized-link-hover-darken-percentage: 15% !default;
33
175
 
34
- //** Global textual link color.
35
- $link-color: $brand-primary !default;
36
- //** Link hover color set via `darken()` function.
37
- $link-hover-color: darken($link-color, 15%) !default;
38
- //** Link hover decoration.
39
- $link-hover-decoration: underline !default;
176
+ // Paragraphs
177
+ //
178
+ // Style p element.
179
+
180
+ $paragraph-margin-bottom: 1rem !default;
40
181
 
41
182
 
42
- //== Typography
183
+ // Grid breakpoints
43
184
  //
44
- //## Font, line-height, and color for body text, headings, and more.
45
-
46
- $font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
47
- $font-family-serif: Georgia, "Times New Roman", Times, serif !default;
48
- //** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
49
- $font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace !default;
50
- $font-family-base: $font-family-sans-serif !default;
51
-
52
- $font-size-base: 14px !default;
53
- $font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18px
54
- $font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12px
55
-
56
- $font-size-h1: floor(($font-size-base * 2.6)) !default; // ~36px
57
- $font-size-h2: floor(($font-size-base * 2.15)) !default; // ~30px
58
- $font-size-h3: ceil(($font-size-base * 1.7)) !default; // ~24px
59
- $font-size-h4: ceil(($font-size-base * 1.25)) !default; // ~18px
60
- $font-size-h5: $font-size-base !default;
61
- $font-size-h6: ceil(($font-size-base * 0.85)) !default; // ~12px
62
-
63
- //** Unit-less `line-height` for use in components like buttons.
64
- $line-height-base: 1.428571429 !default; // 20/14
65
- //** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
66
- $line-height-computed: floor(($font-size-base * $line-height-base)) !default; // ~20px
67
-
68
- //** By default, this inherits from the `<body>`.
69
- $headings-font-family: inherit !default;
70
- $headings-font-weight: 500 !default;
71
- $headings-line-height: 1.1 !default;
72
- $headings-color: inherit !default;
73
-
74
-
75
- //== Iconography
185
+ // Define the minimum dimensions at which your layout will change,
186
+ // adapting to different screen sizes, for use in media queries.
187
+
188
+ $grid-breakpoints: () !default;
189
+ // stylelint-disable-next-line scss/dollar-variable-default
190
+ $grid-breakpoints: map-merge(
191
+ (
192
+ xs: 0,
193
+ sm: 576px,
194
+ md: 768px,
195
+ lg: 992px,
196
+ xl: 1200px
197
+ ),
198
+ $grid-breakpoints
199
+ );
200
+
201
+ @include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
202
+ @include _assert-starts-at-zero($grid-breakpoints);
203
+
204
+
205
+ // Grid containers
76
206
  //
77
- //## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
207
+ // Define the maximum width of `.container` for different screen sizes.
208
+
209
+ $container-max-widths: () !default;
210
+ // stylelint-disable-next-line scss/dollar-variable-default
211
+ $container-max-widths: map-merge(
212
+ (
213
+ sm: 540px,
214
+ md: 720px,
215
+ lg: 960px,
216
+ xl: 1140px
217
+ ),
218
+ $container-max-widths
219
+ );
78
220
 
79
- //** Load fonts from this directory.
221
+ @include _assert-ascending($container-max-widths, "$container-max-widths");
80
222
 
81
- // [converter] If $bootstrap-sass-asset-helper if used, provide path relative to the assets load path.
82
- // [converter] This is because some asset helpers, such as Sprockets, do not work with file-relative paths.
83
- $icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../fonts/bootstrap/") !default;
84
223
 
85
- //** File name for all font files.
86
- $icon-font-name: "glyphicons-halflings-regular" !default;
87
- //** Element ID within SVG icon file.
88
- $icon-font-svg-id: "glyphicons_halflingsregular" !default;
224
+ // Grid columns
225
+ //
226
+ // Set the number of columns and specify the width of the gutters.
227
+
228
+ $grid-columns: 12 !default;
229
+ $grid-gutter-width: 30px !default;
89
230
 
90
231
 
91
- //== Components
232
+ // Components
92
233
  //
93
- //## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
234
+ // Define common padding and border radius sizes and more.
94
235
 
95
- $padding-base-vertical: 6px !default;
96
- $padding-base-horizontal: 12px !default;
236
+ $line-height-lg: 1.5 !default;
237
+ $line-height-sm: 1.5 !default;
97
238
 
98
- $padding-large-vertical: 10px !default;
99
- $padding-large-horizontal: 16px !default;
239
+ $border-width: 1px !default;
240
+ $border-color: $gray-300 !default;
100
241
 
101
- $padding-small-vertical: 5px !default;
102
- $padding-small-horizontal: 10px !default;
242
+ $border-radius: .25rem !default;
243
+ $border-radius-lg: .3rem !default;
244
+ $border-radius-sm: .2rem !default;
103
245
 
104
- $padding-xs-vertical: 1px !default;
105
- $padding-xs-horizontal: 5px !default;
246
+ $rounded-pill: 50rem !default;
106
247
 
107
- $line-height-large: 1.3333333 !default; // extra decimals for Win 8.1 Chrome
108
- $line-height-small: 1.5 !default;
248
+ $box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;
249
+ $box-shadow: 0 .5rem 1rem rgba($black, .15) !default;
250
+ $box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;
109
251
 
110
- $border-radius-base: 4px !default;
111
- $border-radius-large: 6px !default;
112
- $border-radius-small: 3px !default;
252
+ $component-active-color: $white !default;
253
+ $component-active-bg: theme-color("primary") !default;
113
254
 
114
- //** Global color for active items (e.g., navs or dropdowns).
115
- $component-active-color: #fff !default;
116
- //** Global background color for active items (e.g., navs or dropdowns).
117
- $component-active-bg: $brand-primary !default;
255
+ $caret-width: .3em !default;
118
256
 
119
- //** Width of the `border` for generating carets that indicate dropdowns.
120
- $caret-width-base: 4px !default;
121
- //** Carets increase slightly in size for larger components.
122
- $caret-width-large: 5px !default;
257
+ $transition-base: all .2s ease-in-out !default;
258
+ $transition-fade: opacity .15s linear !default;
259
+ $transition-collapse: height .35s ease !default;
123
260
 
261
+ $embed-responsive-aspect-ratios: () !default;
262
+ // stylelint-disable-next-line scss/dollar-variable-default
263
+ $embed-responsive-aspect-ratios: join(
264
+ (
265
+ (21 9),
266
+ (16 9),
267
+ (3 4),
268
+ (1 1),
269
+ ),
270
+ $embed-responsive-aspect-ratios
271
+ );
124
272
 
125
- //== Tables
273
+ // Fonts
126
274
  //
127
- //## Customizes the `.table` component with basic values, each used across all table variations.
275
+ // Font, line-height, and color for body text, headings, and more.
276
+
277
+ // stylelint-disable value-keyword-case
278
+ $font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
279
+ $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
280
+ $font-family-base: $font-family-sans-serif !default;
281
+ // stylelint-enable value-keyword-case
282
+
283
+ $font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
284
+ $font-size-lg: ($font-size-base * 1.25) !default;
285
+ $font-size-sm: ($font-size-base * .875) !default;
286
+
287
+ $font-weight-lighter: lighter !default;
288
+ $font-weight-light: 300 !default;
289
+ $font-weight-normal: 400 !default;
290
+ $font-weight-bold: 700 !default;
291
+ $font-weight-bolder: bolder !default;
292
+
293
+ $font-weight-base: $font-weight-normal !default;
294
+ $line-height-base: 1.5 !default;
295
+
296
+ $h1-font-size: $font-size-base * 2.5 !default;
297
+ $h2-font-size: $font-size-base * 2 !default;
298
+ $h3-font-size: $font-size-base * 1.75 !default;
299
+ $h4-font-size: $font-size-base * 1.5 !default;
300
+ $h5-font-size: $font-size-base * 1.25 !default;
301
+ $h6-font-size: $font-size-base !default;
302
+
303
+ $headings-margin-bottom: $spacer / 2 !default;
304
+ $headings-font-family: inherit !default;
305
+ $headings-font-weight: 500 !default;
306
+ $headings-line-height: 1.2 !default;
307
+ $headings-color: inherit !default;
308
+
309
+ $display1-size: 6rem !default;
310
+ $display2-size: 5.5rem !default;
311
+ $display3-size: 4.5rem !default;
312
+ $display4-size: 3.5rem !default;
313
+
314
+ $display1-weight: 300 !default;
315
+ $display2-weight: 300 !default;
316
+ $display3-weight: 300 !default;
317
+ $display4-weight: 300 !default;
318
+ $display-line-height: $headings-line-height !default;
319
+
320
+ $lead-font-size: ($font-size-base * 1.25) !default;
321
+ $lead-font-weight: 300 !default;
322
+
323
+ $small-font-size: 80% !default;
324
+
325
+ $text-muted: $gray-600 !default;
326
+
327
+ $blockquote-small-color: $gray-600 !default;
328
+ $blockquote-small-font-size: $small-font-size !default;
329
+ $blockquote-font-size: ($font-size-base * 1.25) !default;
330
+
331
+ $hr-border-color: rgba($black, .1) !default;
332
+ $hr-border-width: $border-width !default;
333
+
334
+ $mark-padding: .2em !default;
128
335
 
129
- //** Padding for `<th>`s and `<td>`s.
130
- $table-cell-padding: 8px !default;
131
- //** Padding for cells in `.table-condensed`.
132
- $table-condensed-cell-padding: 5px !default;
336
+ $dt-font-weight: $font-weight-bold !default;
133
337
 
134
- //** Default background color used for all tables.
135
- $table-bg: transparent !default;
136
- //** Background color used for `.table-striped`.
137
- $table-bg-accent: #f9f9f9 !default;
138
- //** Background color used for `.table-hover`.
139
- $table-bg-hover: #f5f5f5 !default;
140
- $table-bg-active: $table-bg-hover !default;
338
+ $kbd-box-shadow: inset 0 -.1rem 0 rgba($black, .25) !default;
339
+ $nested-kbd-font-weight: $font-weight-bold !default;
141
340
 
142
- //** Border color for table and cell borders.
143
- $table-border-color: #ddd !default;
341
+ $list-inline-padding: .5rem !default;
144
342
 
343
+ $mark-bg: #fcf8e3 !default;
145
344
 
146
- //== Buttons
345
+ $hr-margin-y: $spacer !default;
346
+
347
+
348
+ // Tables
147
349
  //
148
- //## For each of Bootstrap's buttons, define text, background and border color.
350
+ // Customizes the `.table` component with basic values, each used across all table variations.
149
351
 
150
- $btn-font-weight: normal !default;
352
+ $table-cell-padding: .75rem !default;
353
+ $table-cell-padding-sm: .3rem !default;
151
354
 
152
- $btn-default-color: #333 !default;
153
- $btn-default-bg: #fff !default;
154
- $btn-default-border: #ccc !default;
355
+ $table-bg: transparent !default;
356
+ $table-accent-bg: rgba($black, .05) !default;
357
+ $table-hover-bg: rgba($black, .075) !default;
358
+ $table-active-bg: $table-hover-bg !default;
155
359
 
156
- $btn-primary-color: #fff !default;
157
- $btn-primary-bg: $brand-primary !default;
158
- $btn-primary-border: darken($btn-primary-bg, 5%) !default;
360
+ $table-border-width: $border-width !default;
361
+ $table-border-color: $gray-300 !default;
159
362
 
160
- $btn-success-color: #fff !default;
161
- $btn-success-bg: $brand-success !default;
162
- $btn-success-border: darken($btn-success-bg, 5%) !default;
363
+ $table-head-bg: $gray-200 !default;
364
+ $table-head-color: $gray-700 !default;
163
365
 
164
- $btn-info-color: #fff !default;
165
- $btn-info-bg: $brand-info !default;
166
- $btn-info-border: darken($btn-info-bg, 5%) !default;
366
+ $table-dark-bg: $gray-900 !default;
367
+ $table-dark-accent-bg: rgba($white, .05) !default;
368
+ $table-dark-hover-bg: rgba($white, .075) !default;
369
+ $table-dark-border-color: lighten($gray-900, 7.5%) !default;
370
+ $table-dark-color: $white !default;
167
371
 
168
- $btn-warning-color: #fff !default;
169
- $btn-warning-bg: $brand-warning !default;
170
- $btn-warning-border: darken($btn-warning-bg, 5%) !default;
372
+ $table-striped-order: odd !default;
171
373
 
172
- $btn-danger-color: #fff !default;
173
- $btn-danger-bg: $brand-danger !default;
174
- $btn-danger-border: darken($btn-danger-bg, 5%) !default;
374
+ $table-caption-color: $text-muted !default;
175
375
 
176
- $btn-link-disabled-color: $gray-light !default;
376
+ $table-bg-level: -9 !default;
377
+ $table-border-level: -6 !default;
177
378
 
178
- // Allows for customizing button radius independently from global border radius
179
- $btn-border-radius-base: $border-radius-base !default;
180
- $btn-border-radius-large: $border-radius-large !default;
181
- $btn-border-radius-small: $border-radius-small !default;
182
379
 
380
+ // Buttons + Forms
381
+ //
382
+ // Shared variables that are reassigned to `$input-` and `$btn-` specific variables.
383
+
384
+ $input-btn-padding-y: .375rem !default;
385
+ $input-btn-padding-x: .75rem !default;
386
+ $input-btn-font-size: $font-size-base !default;
387
+ $input-btn-line-height: $line-height-base !default;
388
+
389
+ $input-btn-focus-width: .2rem !default;
390
+ $input-btn-focus-color: rgba($component-active-bg, .25) !default;
391
+ $input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color !default;
392
+
393
+ $input-btn-padding-y-sm: .25rem !default;
394
+ $input-btn-padding-x-sm: .5rem !default;
395
+ $input-btn-font-size-sm: $font-size-sm !default;
396
+ $input-btn-line-height-sm: $line-height-sm !default;
397
+
398
+ $input-btn-padding-y-lg: .5rem !default;
399
+ $input-btn-padding-x-lg: 1rem !default;
400
+ $input-btn-font-size-lg: $font-size-lg !default;
401
+ $input-btn-line-height-lg: $line-height-lg !default;
183
402
 
184
- //== Forms
403
+ $input-btn-border-width: $border-width !default;
404
+
405
+
406
+ // Buttons
185
407
  //
186
- //##
408
+ // For each of Bootstrap's buttons, define text, background, and border color.
409
+
410
+ $btn-padding-y: $input-btn-padding-y !default;
411
+ $btn-padding-x: $input-btn-padding-x !default;
412
+ $btn-font-size: $input-btn-font-size !default;
413
+ $btn-line-height: $input-btn-line-height !default;
414
+
415
+ $btn-padding-y-sm: $input-btn-padding-y-sm !default;
416
+ $btn-padding-x-sm: $input-btn-padding-x-sm !default;
417
+ $btn-font-size-sm: $input-btn-font-size-sm !default;
418
+ $btn-line-height-sm: $input-btn-line-height-sm !default;
419
+
420
+ $btn-padding-y-lg: $input-btn-padding-y-lg !default;
421
+ $btn-padding-x-lg: $input-btn-padding-x-lg !default;
422
+ $btn-font-size-lg: $input-btn-font-size-lg !default;
423
+ $btn-line-height-lg: $input-btn-line-height-lg !default;
424
+
425
+ $btn-border-width: $input-btn-border-width !default;
426
+
427
+ $btn-font-weight: $font-weight-normal !default;
428
+ $btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;
429
+ $btn-focus-width: $input-btn-focus-width !default;
430
+ $btn-focus-box-shadow: $input-btn-focus-box-shadow !default;
431
+ $btn-disabled-opacity: .65 !default;
432
+ $btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;
433
+
434
+ $btn-link-disabled-color: $gray-600 !default;
435
+
436
+ $btn-block-spacing-y: .5rem !default;
437
+
438
+ // Allows for customizing button radius independently from global border radius
439
+ $btn-border-radius: $border-radius !default;
440
+ $btn-border-radius-lg: $border-radius-lg !default;
441
+ $btn-border-radius-sm: $border-radius-sm !default;
187
442
 
188
- //** `<input>` background color
189
- $input-bg: #fff !default;
190
- //** `<input disabled>` background color
191
- $input-bg-disabled: $gray-lighter !default;
443
+ $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;
192
444
 
193
- //** Text color for `<input>`s
194
- $input-color: $gray !default;
195
- //** `<input>` border color
196
- $input-border: #ccc !default;
197
445
 
198
- // TODO: Rename `$input-border-radius` to `$input-border-radius-base` in v4
199
- //** Default `.form-control` border radius
200
- // This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS.
201
- $input-border-radius: $border-radius-base !default;
202
- //** Large `.form-control` border radius
203
- $input-border-radius-large: $border-radius-large !default;
204
- //** Small `.form-control` border radius
205
- $input-border-radius-small: $border-radius-small !default;
446
+ // Forms
206
447
 
207
- //** Border color for inputs on focus
208
- $input-border-focus: #66afe9 !default;
448
+ $label-margin-bottom: .5rem !default;
209
449
 
210
- //** Placeholder text color
211
- $input-color-placeholder: #999 !default;
450
+ $input-padding-y: $input-btn-padding-y !default;
451
+ $input-padding-x: $input-btn-padding-x !default;
452
+ $input-font-size: $input-btn-font-size !default;
453
+ $input-font-weight: $font-weight-base !default;
454
+ $input-line-height: $input-btn-line-height !default;
212
455
 
213
- //** Default `.form-control` height
214
- $input-height-base: ($line-height-computed + ($padding-base-vertical * 2) + 2) !default;
215
- //** Large `.form-control` height
216
- $input-height-large: (ceil($font-size-large * $line-height-large) + ($padding-large-vertical * 2) + 2) !default;
217
- //** Small `.form-control` height
218
- $input-height-small: (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 2) !default;
456
+ $input-padding-y-sm: $input-btn-padding-y-sm !default;
457
+ $input-padding-x-sm: $input-btn-padding-x-sm !default;
458
+ $input-font-size-sm: $input-btn-font-size-sm !default;
459
+ $input-line-height-sm: $input-btn-line-height-sm !default;
219
460
 
220
- //** `.form-group` margin
221
- $form-group-margin-bottom: 15px !default;
461
+ $input-padding-y-lg: $input-btn-padding-y-lg !default;
462
+ $input-padding-x-lg: $input-btn-padding-x-lg !default;
463
+ $input-font-size-lg: $input-btn-font-size-lg !default;
464
+ $input-line-height-lg: $input-btn-line-height-lg !default;
222
465
 
223
- $legend-color: $gray-dark !default;
224
- $legend-border-color: #e5e5e5 !default;
466
+ $input-bg: $white !default;
467
+ $input-disabled-bg: $gray-200 !default;
225
468
 
226
- //** Background color for textual input addons
227
- $input-group-addon-bg: $gray-lighter !default;
228
- //** Border color for textual input addons
229
- $input-group-addon-border-color: $input-border !default;
469
+ $input-color: $gray-700 !default;
470
+ $input-border-color: $gray-400 !default;
471
+ $input-border-width: $input-btn-border-width !default;
472
+ $input-box-shadow: inset 0 1px 1px rgba($black, .075) !default;
230
473
 
231
- //** Disabled cursor for form controls and buttons.
232
- $cursor-disabled: not-allowed !default;
474
+ $input-border-radius: $border-radius !default;
475
+ $input-border-radius-lg: $border-radius-lg !default;
476
+ $input-border-radius-sm: $border-radius-sm !default;
233
477
 
478
+ $input-focus-bg: $input-bg !default;
479
+ $input-focus-border-color: lighten($component-active-bg, 25%) !default;
480
+ $input-focus-color: $input-color !default;
481
+ $input-focus-width: $input-btn-focus-width !default;
482
+ $input-focus-box-shadow: $input-btn-focus-box-shadow !default;
234
483
 
235
- //== Dropdowns
484
+ $input-placeholder-color: $gray-600 !default;
485
+ $input-plaintext-color: $body-color !default;
486
+
487
+ $input-height-border: $input-border-width * 2 !default;
488
+
489
+ $input-height-inner: ($input-btn-font-size * $input-btn-line-height) + ($input-btn-padding-y * 2) !default;
490
+ $input-height: calc(#{$input-height-inner} + #{$input-height-border}) !default;
491
+
492
+ $input-height-inner-sm: ($input-btn-font-size-sm * $input-btn-line-height-sm) + ($input-btn-padding-y-sm * 2) !default;
493
+ $input-height-sm: calc(#{$input-height-inner-sm} + #{$input-height-border}) !default;
494
+
495
+ $input-height-inner-lg: ($input-btn-font-size-lg * $input-btn-line-height-lg) + ($input-btn-padding-y-lg * 2) !default;
496
+ $input-height-lg: calc(#{$input-height-inner-lg} + #{$input-height-border}) !default;
497
+
498
+ $input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
499
+
500
+ $form-text-margin-top: .25rem !default;
501
+
502
+ $form-check-input-gutter: 1.25rem !default;
503
+ $form-check-input-margin-y: .3rem !default;
504
+ $form-check-input-margin-x: .25rem !default;
505
+
506
+ $form-check-inline-margin-x: .75rem !default;
507
+ $form-check-inline-input-margin-x: .3125rem !default;
508
+
509
+ $form-grid-gutter-width: 10px !default;
510
+ $form-group-margin-bottom: 1rem !default;
511
+
512
+ $input-group-addon-color: $input-color !default;
513
+ $input-group-addon-bg: $gray-200 !default;
514
+ $input-group-addon-border-color: $input-border-color !default;
515
+
516
+ $custom-forms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
517
+
518
+ $custom-control-gutter: .5rem !default;
519
+ $custom-control-spacer-x: 1rem !default;
520
+
521
+ $custom-control-indicator-size: 1rem !default;
522
+ $custom-control-indicator-bg: $input-bg !default;
523
+
524
+ $custom-control-indicator-bg-size: 50% 50% !default;
525
+ $custom-control-indicator-box-shadow: $input-box-shadow !default;
526
+ $custom-control-indicator-border-color: $gray-500 !default;
527
+ $custom-control-indicator-border-width: $input-border-width !default;
528
+
529
+ $custom-control-indicator-disabled-bg: $input-disabled-bg !default;
530
+ $custom-control-label-disabled-color: $gray-600 !default;
531
+
532
+ $custom-control-indicator-checked-color: $component-active-color !default;
533
+ $custom-control-indicator-checked-bg: $component-active-bg !default;
534
+ $custom-control-indicator-checked-disabled-bg: rgba(theme-color("primary"), .5) !default;
535
+ $custom-control-indicator-checked-box-shadow: none !default;
536
+ $custom-control-indicator-checked-border-color: $custom-control-indicator-checked-bg !default;
537
+
538
+ $custom-control-indicator-focus-box-shadow: $input-btn-focus-box-shadow !default;
539
+ $custom-control-indicator-focus-border-color: $input-focus-border-color !default;
540
+
541
+ $custom-control-indicator-active-color: $component-active-color !default;
542
+ $custom-control-indicator-active-bg: lighten($component-active-bg, 35%) !default;
543
+ $custom-control-indicator-active-box-shadow: none !default;
544
+ $custom-control-indicator-active-border-color: $custom-control-indicator-active-bg !default;
545
+
546
+ $custom-checkbox-indicator-border-radius: $border-radius !default;
547
+ $custom-checkbox-indicator-icon-checked: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#{$custom-control-indicator-checked-color}' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"), "#", "%23") !default;
548
+
549
+ $custom-checkbox-indicator-indeterminate-bg: $component-active-bg !default;
550
+ $custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color !default;
551
+ $custom-checkbox-indicator-icon-indeterminate: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='#{$custom-checkbox-indicator-indeterminate-color}' d='M0 2h4'/%3e%3c/svg%3e"), "#", "%23") !default;
552
+ $custom-checkbox-indicator-indeterminate-box-shadow: none !default;
553
+ $custom-checkbox-indicator-indeterminate-border-color: $custom-checkbox-indicator-indeterminate-bg !default;
554
+
555
+ $custom-radio-indicator-border-radius: 50% !default;
556
+ $custom-radio-indicator-icon-checked: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='#{$custom-control-indicator-checked-color}'/%3e%3c/svg%3e"), "#", "%23") !default;
557
+
558
+ $custom-switch-width: $custom-control-indicator-size * 1.75 !default;
559
+ $custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default;
560
+ $custom-switch-indicator-size: calc(#{$custom-control-indicator-size} - #{$custom-control-indicator-border-width * 4}) !default;
561
+
562
+ $custom-select-padding-y: $input-btn-padding-y !default;
563
+ $custom-select-padding-x: $input-btn-padding-x !default;
564
+ $custom-select-height: $input-height !default;
565
+ $custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator
566
+ $custom-select-font-weight: $input-font-weight !default;
567
+ $custom-select-line-height: $input-line-height !default;
568
+ $custom-select-color: $input-color !default;
569
+ $custom-select-disabled-color: $gray-600 !default;
570
+ $custom-select-bg: $input-bg !default;
571
+ $custom-select-disabled-bg: $gray-200 !default;
572
+ $custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions
573
+ $custom-select-indicator-color: $gray-800 !default;
574
+ $custom-select-indicator: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='#{$custom-select-indicator-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e"), "#", "%23") !default;
575
+ $custom-select-background: $custom-select-indicator no-repeat right $custom-select-padding-x center / $custom-select-bg-size !default; // Used so we can have multiple background elements (e.g., arrow and feedback icon)
576
+
577
+ $custom-select-feedback-icon-padding-right: $input-height-inner * 3 / 4 + $custom-select-padding-x + $custom-select-indicator-padding !default;
578
+ $custom-select-feedback-icon-position: center right ($custom-select-padding-x + $custom-select-indicator-padding) !default;
579
+ $custom-select-feedback-icon-size: ($input-height-inner / 2) ($input-height-inner / 2) !default;
580
+
581
+ $custom-select-border-width: $input-border-width !default;
582
+ $custom-select-border-color: $input-border-color !default;
583
+ $custom-select-border-radius: $border-radius !default;
584
+ $custom-select-box-shadow: inset 0 1px 2px rgba($black, .075) !default;
585
+
586
+ $custom-select-focus-border-color: $input-focus-border-color !default;
587
+ $custom-select-focus-width: $input-focus-width !default;
588
+ $custom-select-focus-box-shadow: 0 0 0 $custom-select-focus-width rgba($custom-select-focus-border-color, .5) !default;
589
+
590
+ $custom-select-padding-y-sm: $input-padding-y-sm !default;
591
+ $custom-select-padding-x-sm: $input-padding-x-sm !default;
592
+ $custom-select-font-size-sm: $input-btn-font-size-sm !default;
593
+ $custom-select-height-sm: $input-height-sm !default;
594
+
595
+ $custom-select-padding-y-lg: $input-padding-y-lg !default;
596
+ $custom-select-padding-x-lg: $input-padding-x-lg !default;
597
+ $custom-select-font-size-lg: $input-btn-font-size-lg !default;
598
+ $custom-select-height-lg: $input-height-lg !default;
599
+
600
+ $custom-range-track-width: 100% !default;
601
+ $custom-range-track-height: .5rem !default;
602
+ $custom-range-track-cursor: pointer !default;
603
+ $custom-range-track-bg: $gray-300 !default;
604
+ $custom-range-track-border-radius: 1rem !default;
605
+ $custom-range-track-box-shadow: inset 0 .25rem .25rem rgba($black, .1) !default;
606
+
607
+ $custom-range-thumb-width: 1rem !default;
608
+ $custom-range-thumb-height: $custom-range-thumb-width !default;
609
+ $custom-range-thumb-bg: $component-active-bg !default;
610
+ $custom-range-thumb-border: 0 !default;
611
+ $custom-range-thumb-border-radius: 1rem !default;
612
+ $custom-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;
613
+ $custom-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;
614
+ $custom-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in IE/Edge
615
+ $custom-range-thumb-active-bg: lighten($component-active-bg, 35%) !default;
616
+ $custom-range-thumb-disabled-bg: $gray-500 !default;
617
+
618
+ $custom-file-height: $input-height !default;
619
+ $custom-file-height-inner: $input-height-inner !default;
620
+ $custom-file-focus-border-color: $input-focus-border-color !default;
621
+ $custom-file-focus-box-shadow: $input-focus-box-shadow !default;
622
+ $custom-file-disabled-bg: $input-disabled-bg !default;
623
+
624
+ $custom-file-padding-y: $input-padding-y !default;
625
+ $custom-file-padding-x: $input-padding-x !default;
626
+ $custom-file-line-height: $input-line-height !default;
627
+ $custom-file-font-weight: $input-font-weight !default;
628
+ $custom-file-color: $input-color !default;
629
+ $custom-file-bg: $input-bg !default;
630
+ $custom-file-border-width: $input-border-width !default;
631
+ $custom-file-border-color: $input-border-color !default;
632
+ $custom-file-border-radius: $input-border-radius !default;
633
+ $custom-file-box-shadow: $input-box-shadow !default;
634
+ $custom-file-button-color: $custom-file-color !default;
635
+ $custom-file-button-bg: $input-group-addon-bg !default;
636
+ $custom-file-text: (
637
+ en: "Browse"
638
+ ) !default;
639
+
640
+
641
+ // Form validation
642
+
643
+ $form-feedback-margin-top: $form-text-margin-top !default;
644
+ $form-feedback-font-size: $small-font-size !default;
645
+ $form-feedback-valid-color: theme-color("success") !default;
646
+ $form-feedback-invalid-color: theme-color("danger") !default;
647
+
648
+ $form-feedback-icon-valid-color: $form-feedback-valid-color !default;
649
+ $form-feedback-icon-valid: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath 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'/%3e%3c/svg%3e"), "#", "%23") !default;
650
+ $form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;
651
+ $form-feedback-icon-invalid: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$form-feedback-icon-invalid-color}' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"), "#", "%23") !default;
652
+
653
+
654
+ // Dropdowns
236
655
  //
237
- //## Dropdown menu container and contents.
656
+ // Dropdown menu container and contents.
238
657
 
239
- //** Background for the dropdown menu.
240
- $dropdown-bg: #fff !default;
241
- //** Dropdown menu `border-color`.
242
- $dropdown-border: rgba(0,0,0,.15) !default;
243
- //** Dropdown menu `border-color` **for IE8**.
244
- $dropdown-fallback-border: #ccc !default;
245
- //** Divider color for between dropdown items.
246
- $dropdown-divider-bg: #e5e5e5 !default;
658
+ $dropdown-min-width: 10rem !default;
659
+ $dropdown-padding-y: .5rem !default;
660
+ $dropdown-spacer: .125rem !default;
661
+ $dropdown-bg: $white !default;
662
+ $dropdown-border-color: rgba($black, .15) !default;
663
+ $dropdown-border-radius: $border-radius !default;
664
+ $dropdown-border-width: $border-width !default;
665
+ $dropdown-inner-border-radius: calc(#{$dropdown-border-radius} - #{$dropdown-border-width}) !default;
666
+ $dropdown-divider-bg: $gray-200 !default;
667
+ $dropdown-box-shadow: 0 .5rem 1rem rgba($black, .175) !default;
247
668
 
248
- //** Dropdown link text color.
249
- $dropdown-link-color: $gray-dark !default;
250
- //** Hover color for dropdown links.
251
- $dropdown-link-hover-color: darken($gray-dark, 5%) !default;
252
- //** Hover background for dropdown links.
253
- $dropdown-link-hover-bg: #f5f5f5 !default;
669
+ $dropdown-link-color: $gray-900 !default;
670
+ $dropdown-link-hover-color: darken($gray-900, 5%) !default;
671
+ $dropdown-link-hover-bg: $gray-100 !default;
254
672
 
255
- //** Active dropdown menu item text color.
256
- $dropdown-link-active-color: $component-active-color !default;
257
- //** Active dropdown menu item background color.
258
- $dropdown-link-active-bg: $component-active-bg !default;
673
+ $dropdown-link-active-color: $component-active-color !default;
674
+ $dropdown-link-active-bg: $component-active-bg !default;
259
675
 
260
- //** Disabled dropdown menu item background color.
261
- $dropdown-link-disabled-color: $gray-light !default;
676
+ $dropdown-link-disabled-color: $gray-600 !default;
262
677
 
263
- //** Text color for headers within dropdown menus.
264
- $dropdown-header-color: $gray-light !default;
678
+ $dropdown-item-padding-y: .25rem !default;
679
+ $dropdown-item-padding-x: 1.5rem !default;
265
680
 
266
- //** Deprecated `$dropdown-caret-color` as of v3.1.0
267
- $dropdown-caret-color: #000 !default;
681
+ $dropdown-header-color: $gray-600 !default;
268
682
 
269
683
 
270
- //-- Z-index master list
684
+ // Z-index master list
271
685
  //
272
686
  // Warning: Avoid customizing these values. They're used for a bird's eye view
273
687
  // of components dependent on the z-axis and are designed to all work together.
274
- //
275
- // Note: These variables are not generated into the Customizer.
276
688
 
277
- $zindex-navbar: 1000 !default;
278
- $zindex-dropdown: 1000 !default;
279
- $zindex-popover: 1060 !default;
280
- $zindex-tooltip: 1070 !default;
281
- $zindex-navbar-fixed: 1030 !default;
282
- $zindex-modal-background: 1040 !default;
283
- $zindex-modal: 1050 !default;
689
+ $zindex-dropdown: 1000 !default;
690
+ $zindex-sticky: 1020 !default;
691
+ $zindex-fixed: 1030 !default;
692
+ $zindex-modal-backdrop: 1040 !default;
693
+ $zindex-modal: 1050 !default;
694
+ $zindex-popover: 1060 !default;
695
+ $zindex-tooltip: 1070 !default;
284
696
 
285
697
 
286
- //== Media queries breakpoints
287
- //
288
- //## Define the breakpoints at which your layout will change, adapting to different screen sizes.
289
-
290
- // Extra small screen / phone
291
- //** Deprecated `$screen-xs` as of v3.0.1
292
- $screen-xs: 480px !default;
293
- //** Deprecated `$screen-xs-min` as of v3.2.0
294
- $screen-xs-min: $screen-xs !default;
295
- //** Deprecated `$screen-phone` as of v3.0.1
296
- $screen-phone: $screen-xs-min !default;
297
-
298
- // Small screen / tablet
299
- //** Deprecated `$screen-sm` as of v3.0.1
300
- $screen-sm: 768px !default;
301
- $screen-sm-min: $screen-sm !default;
302
- //** Deprecated `$screen-tablet` as of v3.0.1
303
- $screen-tablet: $screen-sm-min !default;
304
-
305
- // Medium screen / desktop
306
- //** Deprecated `$screen-md` as of v3.0.1
307
- $screen-md: 992px !default;
308
- $screen-md-min: $screen-md !default;
309
- //** Deprecated `$screen-desktop` as of v3.0.1
310
- $screen-desktop: $screen-md-min !default;
311
-
312
- // Large screen / wide desktop
313
- //** Deprecated `$screen-lg` as of v3.0.1
314
- $screen-lg: 1200px !default;
315
- $screen-lg-min: $screen-lg !default;
316
- //** Deprecated `$screen-lg-desktop` as of v3.0.1
317
- $screen-lg-desktop: $screen-lg-min !default;
318
-
319
- // So media queries don't overlap when required, provide a maximum
320
- $screen-xs-max: ($screen-sm-min - 1) !default;
321
- $screen-sm-max: ($screen-md-min - 1) !default;
322
- $screen-md-max: ($screen-lg-min - 1) !default;
323
-
324
-
325
- //== Grid system
326
- //
327
- //## Define your custom responsive grid.
698
+ // Navs
328
699
 
329
- //** Number of columns in the grid.
330
- $grid-columns: 12 !default;
331
- //** Padding between columns. Gets divided in half for the left and right.
332
- $grid-gutter-width: 30px !default;
333
- // Navbar collapse
334
- //** Point at which the navbar becomes uncollapsed.
335
- $grid-float-breakpoint: $screen-sm-min !default;
336
- //** Point at which the navbar begins collapsing.
337
- $grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !default;
700
+ $nav-link-padding-y: .5rem !default;
701
+ $nav-link-padding-x: 1rem !default;
702
+ $nav-link-disabled-color: $gray-600 !default;
338
703
 
704
+ $nav-tabs-border-color: $gray-300 !default;
705
+ $nav-tabs-border-width: $border-width !default;
706
+ $nav-tabs-border-radius: $border-radius !default;
707
+ $nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;
708
+ $nav-tabs-link-active-color: $gray-700 !default;
709
+ $nav-tabs-link-active-bg: $body-bg !default;
710
+ $nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;
339
711
 
340
- //== Container sizes
341
- //
342
- //## Define the maximum width of `.container` for different screen sizes.
712
+ $nav-pills-border-radius: $border-radius !default;
713
+ $nav-pills-link-active-color: $component-active-color !default;
714
+ $nav-pills-link-active-bg: $component-active-bg !default;
343
715
 
344
- // Small screen / tablet
345
- $container-tablet: (720px + $grid-gutter-width) !default;
346
- //** For `$screen-sm-min` and up.
347
- $container-sm: $container-tablet !default;
716
+ $nav-divider-color: $gray-200 !default;
717
+ $nav-divider-margin-y: $spacer / 2 !default;
348
718
 
349
- // Medium screen / desktop
350
- $container-desktop: (940px + $grid-gutter-width) !default;
351
- //** For `$screen-md-min` and up.
352
- $container-md: $container-desktop !default;
353
719
 
354
- // Large screen / wide desktop
355
- $container-large-desktop: (1140px + $grid-gutter-width) !default;
356
- //** For `$screen-lg-min` and up.
357
- $container-lg: $container-large-desktop !default;
720
+ // Navbar
358
721
 
722
+ $navbar-padding-y: $spacer / 2 !default;
723
+ $navbar-padding-x: $spacer !default;
359
724
 
360
- //== Navbar
361
- //
362
- //##
363
-
364
- // Basics of a navbar
365
- $navbar-height: 50px !default;
366
- $navbar-margin-bottom: $line-height-computed !default;
367
- $navbar-border-radius: $border-radius-base !default;
368
- $navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
369
- $navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
370
- $navbar-collapse-max-height: 340px !default;
371
-
372
- $navbar-default-color: #777 !default;
373
- $navbar-default-bg: #f8f8f8 !default;
374
- $navbar-default-border: darken($navbar-default-bg, 6.5%) !default;
375
-
376
- // Navbar links
377
- $navbar-default-link-color: #777 !default;
378
- $navbar-default-link-hover-color: #333 !default;
379
- $navbar-default-link-hover-bg: transparent !default;
380
- $navbar-default-link-active-color: #555 !default;
381
- $navbar-default-link-active-bg: darken($navbar-default-bg, 6.5%) !default;
382
- $navbar-default-link-disabled-color: #ccc !default;
383
- $navbar-default-link-disabled-bg: transparent !default;
384
-
385
- // Navbar brand label
386
- $navbar-default-brand-color: $navbar-default-link-color !default;
387
- $navbar-default-brand-hover-color: darken($navbar-default-brand-color, 10%) !default;
388
- $navbar-default-brand-hover-bg: transparent !default;
389
-
390
- // Navbar toggle
391
- $navbar-default-toggle-hover-bg: #ddd !default;
392
- $navbar-default-toggle-icon-bar-bg: #888 !default;
393
- $navbar-default-toggle-border-color: #ddd !default;
394
-
395
-
396
- //=== Inverted navbar
397
- // Reset inverted navbar basics
398
- $navbar-inverse-color: lighten($gray-light, 15%) !default;
399
- $navbar-inverse-bg: #222 !default;
400
- $navbar-inverse-border: darken($navbar-inverse-bg, 10%) !default;
401
-
402
- // Inverted navbar links
403
- $navbar-inverse-link-color: lighten($gray-light, 15%) !default;
404
- $navbar-inverse-link-hover-color: #fff !default;
405
- $navbar-inverse-link-hover-bg: transparent !default;
406
- $navbar-inverse-link-active-color: $navbar-inverse-link-hover-color !default;
407
- $navbar-inverse-link-active-bg: darken($navbar-inverse-bg, 10%) !default;
408
- $navbar-inverse-link-disabled-color: #444 !default;
409
- $navbar-inverse-link-disabled-bg: transparent !default;
410
-
411
- // Inverted navbar brand label
412
- $navbar-inverse-brand-color: $navbar-inverse-link-color !default;
413
- $navbar-inverse-brand-hover-color: #fff !default;
414
- $navbar-inverse-brand-hover-bg: transparent !default;
415
-
416
- // Inverted navbar toggle
417
- $navbar-inverse-toggle-hover-bg: #333 !default;
418
- $navbar-inverse-toggle-icon-bar-bg: #fff !default;
419
- $navbar-inverse-toggle-border-color: #333 !default;
420
-
421
-
422
- //== Navs
423
- //
424
- //##
725
+ $navbar-nav-link-padding-x: .5rem !default;
425
726
 
426
- //=== Shared nav styles
427
- $nav-link-padding: 10px 15px !default;
428
- $nav-link-hover-bg: $gray-lighter !default;
727
+ $navbar-brand-font-size: $font-size-lg !default;
728
+ // Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link
729
+ $nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;
730
+ $navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;
731
+ $navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;
429
732
 
430
- $nav-disabled-link-color: $gray-light !default;
431
- $nav-disabled-link-hover-color: $gray-light !default;
733
+ $navbar-toggler-padding-y: .25rem !default;
734
+ $navbar-toggler-padding-x: .75rem !default;
735
+ $navbar-toggler-font-size: $font-size-lg !default;
736
+ $navbar-toggler-border-radius: $btn-border-radius !default;
432
737
 
433
- //== Tabs
434
- $nav-tabs-border-color: #ddd !default;
738
+ $navbar-dark-color: rgba($white, .5) !default;
739
+ $navbar-dark-hover-color: rgba($white, .75) !default;
740
+ $navbar-dark-active-color: $white !default;
741
+ $navbar-dark-disabled-color: rgba($white, .25) !default;
742
+ $navbar-dark-toggler-icon-bg: str-replace(url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-dark-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"), "#", "%23") !default;
743
+ $navbar-dark-toggler-border-color: rgba($white, .1) !default;
435
744
 
436
- $nav-tabs-link-hover-border-color: $gray-lighter !default;
745
+ $navbar-light-color: rgba($black, .5) !default;
746
+ $navbar-light-hover-color: rgba($black, .7) !default;
747
+ $navbar-light-active-color: rgba($black, .9) !default;
748
+ $navbar-light-disabled-color: rgba($black, .3) !default;
749
+ $navbar-light-toggler-icon-bg: str-replace(url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"), "#", "%23") !default;
750
+ $navbar-light-toggler-border-color: rgba($black, .1) !default;
437
751
 
438
- $nav-tabs-active-link-hover-bg: $body-bg !default;
439
- $nav-tabs-active-link-hover-color: $gray !default;
440
- $nav-tabs-active-link-hover-border-color: #ddd !default;
752
+ $navbar-light-brand-color: $navbar-light-active-color !default;
753
+ $navbar-light-brand-hover-color: $navbar-light-active-color !default;
754
+ $navbar-dark-brand-color: $navbar-dark-active-color !default;
755
+ $navbar-dark-brand-hover-color: $navbar-dark-active-color !default;
441
756
 
442
- $nav-tabs-justified-link-border-color: #ddd !default;
443
- $nav-tabs-justified-active-link-border-color: $body-bg !default;
444
757
 
445
- //== Pills
446
- $nav-pills-border-radius: $border-radius-base !default;
447
- $nav-pills-active-link-hover-bg: $component-active-bg !default;
448
- $nav-pills-active-link-hover-color: $component-active-color !default;
758
+ // Pagination
449
759
 
760
+ $pagination-padding-y: .5rem !default;
761
+ $pagination-padding-x: .75rem !default;
762
+ $pagination-padding-y-sm: .25rem !default;
763
+ $pagination-padding-x-sm: .5rem !default;
764
+ $pagination-padding-y-lg: .75rem !default;
765
+ $pagination-padding-x-lg: 1.5rem !default;
766
+ $pagination-line-height: 1.25 !default;
450
767
 
451
- //== Pagination
452
- //
453
- //##
768
+ $pagination-color: $link-color !default;
769
+ $pagination-bg: $white !default;
770
+ $pagination-border-width: $border-width !default;
771
+ $pagination-border-color: $gray-300 !default;
454
772
 
455
- $pagination-color: $link-color !default;
456
- $pagination-bg: #fff !default;
457
- $pagination-border: #ddd !default;
773
+ $pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;
774
+ $pagination-focus-outline: 0 !default;
458
775
 
459
- $pagination-hover-color: $link-hover-color !default;
460
- $pagination-hover-bg: $gray-lighter !default;
461
- $pagination-hover-border: #ddd !default;
776
+ $pagination-hover-color: $link-hover-color !default;
777
+ $pagination-hover-bg: $gray-200 !default;
778
+ $pagination-hover-border-color: $gray-300 !default;
462
779
 
463
- $pagination-active-color: #fff !default;
464
- $pagination-active-bg: $brand-primary !default;
465
- $pagination-active-border: $brand-primary !default;
780
+ $pagination-active-color: $component-active-color !default;
781
+ $pagination-active-bg: $component-active-bg !default;
782
+ $pagination-active-border-color: $pagination-active-bg !default;
466
783
 
467
- $pagination-disabled-color: $gray-light !default;
468
- $pagination-disabled-bg: #fff !default;
469
- $pagination-disabled-border: #ddd !default;
784
+ $pagination-disabled-color: $gray-600 !default;
785
+ $pagination-disabled-bg: $white !default;
786
+ $pagination-disabled-border-color: $gray-300 !default;
470
787
 
471
788
 
472
- //== Pager
473
- //
474
- //##
789
+ // Jumbotron
475
790
 
476
- $pager-bg: $pagination-bg !default;
477
- $pager-border: $pagination-border !default;
478
- $pager-border-radius: 15px !default;
791
+ $jumbotron-padding: 2rem !default;
792
+ $jumbotron-bg: $gray-200 !default;
479
793
 
480
- $pager-hover-bg: $pagination-hover-bg !default;
481
794
 
482
- $pager-active-bg: $pagination-active-bg !default;
483
- $pager-active-color: $pagination-active-color !default;
795
+ // Cards
484
796
 
485
- $pager-disabled-color: $pagination-disabled-color !default;
797
+ $card-spacer-y: .75rem !default;
798
+ $card-spacer-x: 1.25rem !default;
799
+ $card-border-width: $border-width !default;
800
+ $card-border-radius: $border-radius !default;
801
+ $card-border-color: rgba($black, .125) !default;
802
+ $card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}) !default;
803
+ $card-cap-bg: rgba($black, .03) !default;
804
+ $card-cap-color: inherit !default;
805
+ $card-bg: $white !default;
486
806
 
807
+ $card-img-overlay-padding: 1.25rem !default;
487
808
 
488
- //== Jumbotron
489
- //
490
- //##
809
+ $card-group-margin: $grid-gutter-width / 2 !default;
810
+ $card-deck-margin: $card-group-margin !default;
491
811
 
492
- $jumbotron-padding: 30px !default;
493
- $jumbotron-color: inherit !default;
494
- $jumbotron-bg: $gray-lighter !default;
495
- $jumbotron-heading-color: inherit !default;
496
- $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
497
- $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
812
+ $card-columns-count: 3 !default;
813
+ $card-columns-gap: 1.25rem !default;
814
+ $card-columns-margin: $card-spacer-y !default;
498
815
 
499
816
 
500
- //== Form states and alerts
501
- //
502
- //## Define colors for form feedback states and, by default, alerts.
817
+ // Tooltips
503
818
 
504
- $state-success-text: #3c763d !default;
505
- $state-success-bg: #dff0d8 !default;
506
- $state-success-border: darken(adjust-hue($state-success-bg, -10), 5%) !default;
819
+ $tooltip-font-size: $font-size-sm !default;
820
+ $tooltip-max-width: 200px !default;
821
+ $tooltip-color: $white !default;
822
+ $tooltip-bg: $black !default;
823
+ $tooltip-border-radius: $border-radius !default;
824
+ $tooltip-opacity: .9 !default;
825
+ $tooltip-padding-y: .25rem !default;
826
+ $tooltip-padding-x: .5rem !default;
827
+ $tooltip-margin: 0 !default;
828
+
829
+ $tooltip-arrow-width: .8rem !default;
830
+ $tooltip-arrow-height: .4rem !default;
831
+ $tooltip-arrow-color: $tooltip-bg !default;
832
+
833
+ // Form tooltips must come after regular tooltips
834
+ $form-feedback-tooltip-padding-y: $tooltip-padding-y !default;
835
+ $form-feedback-tooltip-padding-x: $tooltip-padding-x !default;
836
+ $form-feedback-tooltip-font-size: $tooltip-font-size !default;
837
+ $form-feedback-tooltip-line-height: $line-height-base !default;
838
+ $form-feedback-tooltip-opacity: $tooltip-opacity !default;
839
+ $form-feedback-tooltip-border-radius: $tooltip-border-radius !default;
507
840
 
508
- $state-info-text: #31708f !default;
509
- $state-info-bg: #d9edf7 !default;
510
- $state-info-border: darken(adjust-hue($state-info-bg, -10), 7%) !default;
511
841
 
512
- $state-warning-text: #8a6d3b !default;
513
- $state-warning-bg: #fcf8e3 !default;
514
- $state-warning-border: darken(adjust-hue($state-warning-bg, -10), 5%) !default;
842
+ // Popovers
515
843
 
516
- $state-danger-text: #a94442 !default;
517
- $state-danger-bg: #f2dede !default;
518
- $state-danger-border: darken(adjust-hue($state-danger-bg, -10), 5%) !default;
844
+ $popover-font-size: $font-size-sm !default;
845
+ $popover-bg: $white !default;
846
+ $popover-max-width: 276px !default;
847
+ $popover-border-width: $border-width !default;
848
+ $popover-border-color: rgba($black, .2) !default;
849
+ $popover-border-radius: $border-radius-lg !default;
850
+ $popover-box-shadow: 0 .25rem .5rem rgba($black, .2) !default;
519
851
 
852
+ $popover-header-bg: darken($popover-bg, 3%) !default;
853
+ $popover-header-color: $headings-color !default;
854
+ $popover-header-padding-y: .5rem !default;
855
+ $popover-header-padding-x: .75rem !default;
520
856
 
521
- //== Tooltips
522
- //
523
- //##
857
+ $popover-body-color: $body-color !default;
858
+ $popover-body-padding-y: $popover-header-padding-y !default;
859
+ $popover-body-padding-x: $popover-header-padding-x !default;
524
860
 
525
- //** Tooltip max width
526
- $tooltip-max-width: 200px !default;
527
- //** Tooltip text color
528
- $tooltip-color: #fff !default;
529
- //** Tooltip background color
530
- $tooltip-bg: #000 !default;
531
- $tooltip-opacity: .9 !default;
861
+ $popover-arrow-width: 1rem !default;
862
+ $popover-arrow-height: .5rem !default;
863
+ $popover-arrow-color: $popover-bg !default;
532
864
 
533
- //** Tooltip arrow width
534
- $tooltip-arrow-width: 5px !default;
535
- //** Tooltip arrow color
536
- $tooltip-arrow-color: $tooltip-bg !default;
865
+ $popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;
537
866
 
538
867
 
539
- //== Popovers
540
- //
541
- //##
542
-
543
- //** Popover body background color
544
- $popover-bg: #fff !default;
545
- //** Popover maximum width
546
- $popover-max-width: 276px !default;
547
- //** Popover border color
548
- $popover-border-color: rgba(0,0,0,.2) !default;
549
- //** Popover fallback border color
550
- $popover-fallback-border-color: #ccc !default;
551
-
552
- //** Popover title background color
553
- $popover-title-bg: darken($popover-bg, 3%) !default;
554
-
555
- //** Popover arrow width
556
- $popover-arrow-width: 10px !default;
557
- //** Popover arrow color
558
- $popover-arrow-color: $popover-bg !default;
559
-
560
- //** Popover outer arrow width
561
- $popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
562
- //** Popover outer arrow color
563
- $popover-arrow-outer-color: fade_in($popover-border-color, 0.05) !default;
564
- //** Popover outer arrow fallback color
565
- $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%) !default;
566
-
567
-
568
- //== Labels
569
- //
570
- //##
571
-
572
- //** Default label background color
573
- $label-default-bg: $gray-light !default;
574
- //** Primary label background color
575
- $label-primary-bg: $brand-primary !default;
576
- //** Success label background color
577
- $label-success-bg: $brand-success !default;
578
- //** Info label background color
579
- $label-info-bg: $brand-info !default;
580
- //** Warning label background color
581
- $label-warning-bg: $brand-warning !default;
582
- //** Danger label background color
583
- $label-danger-bg: $brand-danger !default;
584
-
585
- //** Default label text color
586
- $label-color: #fff !default;
587
- //** Default text color of a linked label
588
- $label-link-hover-color: #fff !default;
589
-
590
-
591
- //== Modals
592
- //
593
- //##
594
-
595
- //** Padding applied to the modal body
596
- $modal-inner-padding: 15px !default;
597
-
598
- //** Padding applied to the modal title
599
- $modal-title-padding: 15px !default;
600
- //** Modal title line-height
601
- $modal-title-line-height: $line-height-base !default;
602
-
603
- //** Background color of modal content area
604
- $modal-content-bg: #fff !default;
605
- //** Modal content border color
606
- $modal-content-border-color: rgba(0,0,0,.2) !default;
607
- //** Modal content border color **for IE8**
608
- $modal-content-fallback-border-color: #999 !default;
609
-
610
- //** Modal backdrop background color
611
- $modal-backdrop-bg: #000 !default;
612
- //** Modal backdrop opacity
613
- $modal-backdrop-opacity: .5 !default;
614
- //** Modal header border color
615
- $modal-header-border-color: #e5e5e5 !default;
616
- //** Modal footer border color
617
- $modal-footer-border-color: $modal-header-border-color !default;
618
-
619
- $modal-lg: 900px !default;
620
- $modal-md: 600px !default;
621
- $modal-sm: 300px !default;
622
-
623
-
624
- //== Alerts
625
- //
626
- //## Define alert colors, border radius, and padding.
868
+ // Toasts
869
+ $toast-max-width: 350px !default;
870
+ $toast-padding-x: .75rem !default;
871
+ $toast-padding-y: .25rem !default;
872
+ $toast-font-size: .875rem !default;
873
+ $toast-background-color: rgba($white, .85) !default;
874
+ $toast-border-width: 1px !default;
875
+ $toast-border-color: rgba(0, 0, 0, .1) !default;
876
+ $toast-border-radius: .25rem !default;
877
+ $toast-box-shadow: 0 .25rem .75rem rgba($black, .1) !default;
627
878
 
628
- $alert-padding: 15px !default;
629
- $alert-border-radius: $border-radius-base !default;
630
- $alert-link-font-weight: bold !default;
879
+ $toast-header-color: $gray-600 !default;
880
+ $toast-header-background-color: rgba($white, .85) !default;
881
+ $toast-header-border-color: rgba(0, 0, 0, .05) !default;
631
882
 
632
- $alert-success-bg: $state-success-bg !default;
633
- $alert-success-text: $state-success-text !default;
634
- $alert-success-border: $state-success-border !default;
635
883
 
636
- $alert-info-bg: $state-info-bg !default;
637
- $alert-info-text: $state-info-text !default;
638
- $alert-info-border: $state-info-border !default;
884
+ // Badges
639
885
 
640
- $alert-warning-bg: $state-warning-bg !default;
641
- $alert-warning-text: $state-warning-text !default;
642
- $alert-warning-border: $state-warning-border !default;
886
+ $badge-font-size: 75% !default;
887
+ $badge-font-weight: $font-weight-bold !default;
888
+ $badge-padding-y: .25em !default;
889
+ $badge-padding-x: .4em !default;
890
+ $badge-border-radius: $border-radius !default;
643
891
 
644
- $alert-danger-bg: $state-danger-bg !default;
645
- $alert-danger-text: $state-danger-text !default;
646
- $alert-danger-border: $state-danger-border !default;
892
+ $badge-pill-padding-x: .6em !default;
893
+ // Use a higher than normal value to ensure completely rounded edges when
894
+ // customizing padding or font-size on labels.
895
+ $badge-pill-border-radius: 10rem !default;
896
+
897
+
898
+ // Modals
899
+
900
+ // Padding applied to the modal body
901
+ $modal-inner-padding: 1rem !default;
647
902
 
903
+ $modal-dialog-margin: .5rem !default;
904
+ $modal-dialog-margin-y-sm-up: 1.75rem !default;
648
905
 
649
- //== Progress bars
650
- //
651
- //##
652
-
653
- //** Background color of the whole progress component
654
- $progress-bg: #f5f5f5 !default;
655
- //** Progress bar text color
656
- $progress-bar-color: #fff !default;
657
- //** Variable for setting rounded corners on progress bar.
658
- $progress-border-radius: $border-radius-base !default;
659
-
660
- //** Default progress bar color
661
- $progress-bar-bg: $brand-primary !default;
662
- //** Success progress bar color
663
- $progress-bar-success-bg: $brand-success !default;
664
- //** Warning progress bar color
665
- $progress-bar-warning-bg: $brand-warning !default;
666
- //** Danger progress bar color
667
- $progress-bar-danger-bg: $brand-danger !default;
668
- //** Info progress bar color
669
- $progress-bar-info-bg: $brand-info !default;
670
-
671
-
672
- //== List group
673
- //
674
- //##
675
-
676
- //** Background color on `.list-group-item`
677
- $list-group-bg: #fff !default;
678
- //** `.list-group-item` border color
679
- $list-group-border: #ddd !default;
680
- //** List group border radius
681
- $list-group-border-radius: $border-radius-base !default;
682
-
683
- //** Background color of single list items on hover
684
- $list-group-hover-bg: #f5f5f5 !default;
685
- //** Text color of active list items
686
- $list-group-active-color: $component-active-color !default;
687
- //** Background color of active list items
688
- $list-group-active-bg: $component-active-bg !default;
689
- //** Border color of active list elements
690
- $list-group-active-border: $list-group-active-bg !default;
691
- //** Text color for content within active list items
692
- $list-group-active-text-color: lighten($list-group-active-bg, 40%) !default;
693
-
694
- //** Text color of disabled list items
695
- $list-group-disabled-color: $gray-light !default;
696
- //** Background color of disabled list items
697
- $list-group-disabled-bg: $gray-lighter !default;
698
- //** Text color for content within disabled list items
699
- $list-group-disabled-text-color: $list-group-disabled-color !default;
700
-
701
- $list-group-link-color: #555 !default;
702
- $list-group-link-hover-color: $list-group-link-color !default;
703
- $list-group-link-heading-color: #333 !default;
704
-
705
-
706
- //== Panels
906
+ $modal-title-line-height: $line-height-base !default;
907
+
908
+ $modal-content-bg: $white !default;
909
+ $modal-content-border-color: rgba($black, .2) !default;
910
+ $modal-content-border-width: $border-width !default;
911
+ $modal-content-border-radius: $border-radius-lg !default;
912
+ $modal-content-box-shadow-xs: 0 .25rem .5rem rgba($black, .5) !default;
913
+ $modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba($black, .5) !default;
914
+
915
+ $modal-backdrop-bg: $black !default;
916
+ $modal-backdrop-opacity: .5 !default;
917
+ $modal-header-border-color: $gray-200 !default;
918
+ $modal-footer-border-color: $modal-header-border-color !default;
919
+ $modal-header-border-width: $modal-content-border-width !default;
920
+ $modal-footer-border-width: $modal-header-border-width !default;
921
+ $modal-header-padding-y: 1rem !default;
922
+ $modal-header-padding-x: 1rem !default;
923
+ $modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility
924
+
925
+ $modal-xl: 1140px !default;
926
+ $modal-lg: 800px !default;
927
+ $modal-md: 500px !default;
928
+ $modal-sm: 300px !default;
929
+
930
+ $modal-fade-transform: translate(0, -50px) !default;
931
+ $modal-show-transform: none !default;
932
+ $modal-transition: transform .3s ease-out !default;
933
+
934
+
935
+ // Alerts
707
936
  //
708
- //##
937
+ // Define alert colors, border radius, and padding.
709
938
 
710
- $panel-bg: #fff !default;
711
- $panel-body-padding: 15px !default;
712
- $panel-heading-padding: 10px 15px !default;
713
- $panel-footer-padding: $panel-heading-padding !default;
714
- $panel-border-radius: $border-radius-base !default;
939
+ $alert-padding-y: .75rem !default;
940
+ $alert-padding-x: 1.25rem !default;
941
+ $alert-margin-bottom: 1rem !default;
942
+ $alert-border-radius: $border-radius !default;
943
+ $alert-link-font-weight: $font-weight-bold !default;
944
+ $alert-border-width: $border-width !default;
715
945
 
716
- //** Border color for elements within panels
717
- $panel-inner-border: #ddd !default;
718
- $panel-footer-bg: #f5f5f5 !default;
946
+ $alert-bg-level: -10 !default;
947
+ $alert-border-level: -9 !default;
948
+ $alert-color-level: 6 !default;
719
949
 
720
- $panel-default-text: $gray-dark !default;
721
- $panel-default-border: #ddd !default;
722
- $panel-default-heading-bg: #f5f5f5 !default;
723
950
 
724
- $panel-primary-text: #fff !default;
725
- $panel-primary-border: $brand-primary !default;
726
- $panel-primary-heading-bg: $brand-primary !default;
951
+ // Progress bars
727
952
 
728
- $panel-success-text: $state-success-text !default;
729
- $panel-success-border: $state-success-border !default;
730
- $panel-success-heading-bg: $state-success-bg !default;
953
+ $progress-height: 1rem !default;
954
+ $progress-font-size: ($font-size-base * .75) !default;
955
+ $progress-bg: $gray-200 !default;
956
+ $progress-border-radius: $border-radius !default;
957
+ $progress-box-shadow: inset 0 .1rem .1rem rgba($black, .1) !default;
958
+ $progress-bar-color: $white !default;
959
+ $progress-bar-bg: theme-color("primary") !default;
960
+ $progress-bar-animation-timing: 1s linear infinite !default;
961
+ $progress-bar-transition: width .6s ease !default;
731
962
 
732
- $panel-info-text: $state-info-text !default;
733
- $panel-info-border: $state-info-border !default;
734
- $panel-info-heading-bg: $state-info-bg !default;
735
963
 
736
- $panel-warning-text: $state-warning-text !default;
737
- $panel-warning-border: $state-warning-border !default;
738
- $panel-warning-heading-bg: $state-warning-bg !default;
964
+ // List group
739
965
 
740
- $panel-danger-text: $state-danger-text !default;
741
- $panel-danger-border: $state-danger-border !default;
742
- $panel-danger-heading-bg: $state-danger-bg !default;
966
+ $list-group-bg: $white !default;
967
+ $list-group-border-color: rgba($black, .125) !default;
968
+ $list-group-border-width: $border-width !default;
969
+ $list-group-border-radius: $border-radius !default;
743
970
 
971
+ $list-group-item-padding-y: .75rem !default;
972
+ $list-group-item-padding-x: 1.25rem !default;
744
973
 
745
- //== Thumbnails
746
- //
747
- //##
974
+ $list-group-hover-bg: $gray-100 !default;
975
+ $list-group-active-color: $component-active-color !default;
976
+ $list-group-active-bg: $component-active-bg !default;
977
+ $list-group-active-border-color: $list-group-active-bg !default;
748
978
 
749
- //** Padding around the thumbnail image
750
- $thumbnail-padding: 4px !default;
751
- //** Thumbnail background color
752
- $thumbnail-bg: $body-bg !default;
753
- //** Thumbnail border color
754
- $thumbnail-border: #ddd !default;
755
- //** Thumbnail border radius
756
- $thumbnail-border-radius: $border-radius-base !default;
979
+ $list-group-disabled-color: $gray-600 !default;
980
+ $list-group-disabled-bg: $list-group-bg !default;
757
981
 
758
- //** Custom text color for thumbnail captions
759
- $thumbnail-caption-color: $text-color !default;
760
- //** Padding around the thumbnail caption
761
- $thumbnail-caption-padding: 9px !default;
982
+ $list-group-action-color: $gray-700 !default;
983
+ $list-group-action-hover-color: $list-group-action-color !default;
762
984
 
985
+ $list-group-action-active-color: $body-color !default;
986
+ $list-group-action-active-bg: $gray-200 !default;
763
987
 
764
- //== Wells
765
- //
766
- //##
767
988
 
768
- $well-bg: #f5f5f5 !default;
769
- $well-border: darken($well-bg, 7%) !default;
989
+ // Image thumbnails
770
990
 
991
+ $thumbnail-padding: .25rem !default;
992
+ $thumbnail-bg: $body-bg !default;
993
+ $thumbnail-border-width: $border-width !default;
994
+ $thumbnail-border-color: $gray-300 !default;
995
+ $thumbnail-border-radius: $border-radius !default;
996
+ $thumbnail-box-shadow: 0 1px 2px rgba($black, .075) !default;
771
997
 
772
- //== Badges
773
- //
774
- //##
775
998
 
776
- $badge-color: #fff !default;
777
- //** Linked badge text color on hover
778
- $badge-link-hover-color: #fff !default;
779
- $badge-bg: $gray-light !default;
999
+ // Figures
780
1000
 
781
- //** Badge text color in active nav link
782
- $badge-active-color: $link-color !default;
783
- //** Badge background color in active nav link
784
- $badge-active-bg: #fff !default;
1001
+ $figure-caption-font-size: 90% !default;
1002
+ $figure-caption-color: $gray-600 !default;
785
1003
 
786
- $badge-font-weight: bold !default;
787
- $badge-line-height: 1 !default;
788
- $badge-border-radius: 10px !default;
789
1004
 
1005
+ // Breadcrumbs
790
1006
 
791
- //== Breadcrumbs
792
- //
793
- //##
1007
+ $breadcrumb-padding-y: .75rem !default;
1008
+ $breadcrumb-padding-x: 1rem !default;
1009
+ $breadcrumb-item-padding: .5rem !default;
794
1010
 
795
- $breadcrumb-padding-vertical: 8px !default;
796
- $breadcrumb-padding-horizontal: 15px !default;
797
- //** Breadcrumb background color
798
- $breadcrumb-bg: #f5f5f5 !default;
799
- //** Breadcrumb text color
800
- $breadcrumb-color: #ccc !default;
801
- //** Text color of current page in the breadcrumb
802
- $breadcrumb-active-color: $gray-light !default;
803
- //** Textual separator for between breadcrumb elements
804
- $breadcrumb-separator: "/" !default;
1011
+ $breadcrumb-margin-bottom: 1rem !default;
805
1012
 
1013
+ $breadcrumb-bg: $gray-200 !default;
1014
+ $breadcrumb-divider-color: $gray-600 !default;
1015
+ $breadcrumb-active-color: $gray-600 !default;
1016
+ $breadcrumb-divider: quote("/") !default;
806
1017
 
807
- //== Carousel
808
- //
809
- //##
1018
+ $breadcrumb-border-radius: $border-radius !default;
810
1019
 
811
- $carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6) !default;
812
1020
 
813
- $carousel-control-color: #fff !default;
814
- $carousel-control-width: 15% !default;
815
- $carousel-control-opacity: .5 !default;
816
- $carousel-control-font-size: 20px !default;
1021
+ // Carousel
817
1022
 
818
- $carousel-indicator-active-bg: #fff !default;
819
- $carousel-indicator-border-color: #fff !default;
1023
+ $carousel-control-color: $white !default;
1024
+ $carousel-control-width: 15% !default;
1025
+ $carousel-control-opacity: .5 !default;
1026
+ $carousel-control-hover-opacity: .9 !default;
1027
+ $carousel-control-transition: opacity .15s ease !default;
820
1028
 
821
- $carousel-caption-color: #fff !default;
1029
+ $carousel-indicator-width: 30px !default;
1030
+ $carousel-indicator-height: 3px !default;
1031
+ $carousel-indicator-hit-area-height: 10px !default;
1032
+ $carousel-indicator-spacer: 3px !default;
1033
+ $carousel-indicator-active-bg: $white !default;
1034
+ $carousel-indicator-transition: opacity .6s ease !default;
822
1035
 
1036
+ $carousel-caption-width: 70% !default;
1037
+ $carousel-caption-color: $white !default;
823
1038
 
824
- //== Close
825
- //
826
- //##
1039
+ $carousel-control-icon-width: 20px !default;
827
1040
 
828
- $close-font-weight: bold !default;
829
- $close-color: #000 !default;
830
- $close-text-shadow: 0 1px 0 #fff !default;
1041
+ $carousel-control-prev-icon-bg: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"), "#", "%23") !default;
1042
+ $carousel-control-next-icon-bg: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"), "#", "%23") !default;
831
1043
 
1044
+ $carousel-transition-duration: .6s !default;
1045
+ $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`)
832
1046
 
833
- //== Code
834
- //
835
- //##
836
1047
 
837
- $code-color: #c7254e !default;
838
- $code-bg: #f9f2f4 !default;
1048
+ // Spinners
839
1049
 
840
- $kbd-color: #fff !default;
841
- $kbd-bg: #333 !default;
1050
+ $spinner-width: 2rem !default;
1051
+ $spinner-height: $spinner-width !default;
1052
+ $spinner-border-width: .25em !default;
842
1053
 
843
- $pre-bg: #f5f5f5 !default;
844
- $pre-color: $gray-dark !default;
845
- $pre-border-color: #ccc !default;
846
- $pre-scrollable-max-height: 340px !default;
1054
+ $spinner-width-sm: 1rem !default;
1055
+ $spinner-height-sm: $spinner-width-sm !default;
1056
+ $spinner-border-width-sm: .2em !default;
847
1057
 
848
1058
 
849
- //== Type
850
- //
851
- //##
852
-
853
- //** Horizontal offset for forms and lists.
854
- $component-offset-horizontal: 180px !default;
855
- //** Text muted color
856
- $text-muted: $gray-light !default;
857
- //** Abbreviations and acronyms border color
858
- $abbr-border-color: $gray-light !default;
859
- //** Headings small color
860
- $headings-small-color: $gray-light !default;
861
- //** Blockquote small color
862
- $blockquote-small-color: $gray-light !default;
863
- //** Blockquote font size
864
- $blockquote-font-size: ($font-size-base * 1.25) !default;
865
- //** Blockquote border color
866
- $blockquote-border-color: $gray-lighter !default;
867
- //** Page header border color
868
- $page-header-border-color: $gray-lighter !default;
869
- //** Width of horizontal description list titles
870
- $dl-horizontal-offset: $component-offset-horizontal !default;
871
- //** Point at which .dl-horizontal becomes horizontal
872
- $dl-horizontal-breakpoint: $grid-float-breakpoint !default;
873
- //** Horizontal line color.
874
- $hr-border: $gray-lighter !default;
1059
+ // Close
1060
+
1061
+ $close-font-size: $font-size-base * 1.5 !default;
1062
+ $close-font-weight: $font-weight-bold !default;
1063
+ $close-color: $black !default;
1064
+ $close-text-shadow: 0 1px 0 $white !default;
1065
+
1066
+
1067
+ // Code
1068
+
1069
+ $code-font-size: 87.5% !default;
1070
+ $code-color: $pink !default;
1071
+
1072
+ $kbd-padding-y: .2rem !default;
1073
+ $kbd-padding-x: .4rem !default;
1074
+ $kbd-font-size: $code-font-size !default;
1075
+ $kbd-color: $white !default;
1076
+ $kbd-bg: $gray-900 !default;
1077
+
1078
+ $pre-color: $gray-900 !default;
1079
+ $pre-scrollable-max-height: 340px !default;
1080
+
1081
+
1082
+ // Utilities
1083
+
1084
+ $overflows: auto, hidden !default;
1085
+ $positions: static, relative, absolute, fixed, sticky !default;
1086
+
1087
+
1088
+ // Printing
1089
+
1090
+ $print-page-size: a3 !default;
1091
+ $print-body-min-width: map-get($grid-breakpoints, "lg") !default;