tabler_ui_rails 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -3
  3. data/assets/javascripts/tabler_ui.js +0 -1
  4. data/assets/javascripts/vendors/bootstrap.bundle.min.js +7 -0
  5. data/assets/javascripts/vendors/chart.bundle.min.js +10 -0
  6. data/assets/javascripts/vendors/circle-progress.min.js +10 -0
  7. data/assets/javascripts/vendors/jquery-3.2.1.min.js +4 -0
  8. data/assets/javascripts/vendors/jquery-3.2.1.slim.min.js +4 -0
  9. data/assets/javascripts/vendors/jquery-jvectormap-2.0.3.min.js +2 -0
  10. data/assets/javascripts/vendors/jquery-jvectormap-de-merc.js +1 -0
  11. data/assets/javascripts/vendors/jquery-jvectormap-world-mill.js +1 -0
  12. data/assets/javascripts/vendors/jquery.sparkline.min.js +2 -0
  13. data/assets/javascripts/vendors/jquery.tablesorter.min.js +4 -0
  14. data/assets/javascripts/vendors/selectize.min.js +3829 -0
  15. data/assets/plugins/charts-c3/js/c3.min.js +1 -0
  16. data/assets/plugins/charts-c3/js/d3.v3.min.js +5 -0
  17. data/assets/plugins/charts-c3/plugin.js +10 -0
  18. data/assets/plugins/charts-c3/plugin.scss +2 -0
  19. data/assets/plugins/charts-c3/scss/_c3.scss +244 -0
  20. data/assets/plugins/fullcalendar/js/fullcalendar.min.js +7 -0
  21. data/assets/plugins/fullcalendar/js/moment.min.js +1 -0
  22. data/assets/plugins/fullcalendar/plugin.js +9 -0
  23. data/assets/plugins/fullcalendar/plugin.scss +2 -0
  24. data/assets/plugins/fullcalendar/scss/_fullcalendar.scss +1118 -0
  25. data/assets/plugins/iconfonts/fonts/materialdesignicons/materialdesignicons-webfont.eot +0 -0
  26. data/assets/plugins/iconfonts/fonts/materialdesignicons/materialdesignicons-webfont.svg +6150 -0
  27. data/assets/plugins/iconfonts/fonts/materialdesignicons/materialdesignicons-webfont.ttf +0 -0
  28. data/assets/plugins/iconfonts/fonts/materialdesignicons/materialdesignicons-webfont.woff +0 -0
  29. data/assets/plugins/iconfonts/fonts/materialdesignicons/materialdesignicons-webfont.woff2 +0 -0
  30. data/assets/plugins/iconfonts/fonts/simple-line-icons/Simple-Line-Icons.eot +0 -0
  31. data/assets/plugins/iconfonts/fonts/simple-line-icons/Simple-Line-Icons.svg +1 -0
  32. data/assets/plugins/iconfonts/fonts/simple-line-icons/Simple-Line-Icons.ttf +0 -0
  33. data/assets/plugins/iconfonts/fonts/simple-line-icons/Simple-Line-Icons.woff +0 -0
  34. data/assets/plugins/iconfonts/fonts/simple-line-icons/Simple-Line-Icons.woff2 +0 -0
  35. data/assets/plugins/iconfonts/fonts/themify/themify.eot +0 -0
  36. data/assets/plugins/iconfonts/fonts/themify/themify.svg +362 -0
  37. data/assets/plugins/iconfonts/fonts/themify/themify.ttf +0 -0
  38. data/assets/plugins/iconfonts/fonts/themify/themify.woff +0 -0
  39. data/assets/plugins/iconfonts/fonts/weathericons/weathericons-regular-webfont.eot +0 -0
  40. data/assets/plugins/iconfonts/fonts/weathericons/weathericons-regular-webfont.svg +1 -0
  41. data/assets/plugins/iconfonts/fonts/weathericons/weathericons-regular-webfont.ttf +0 -0
  42. data/assets/plugins/iconfonts/fonts/weathericons/weathericons-regular-webfont.woff +0 -0
  43. data/assets/plugins/iconfonts/fonts/weathericons/weathericons-regular-webfont.woff2 +0 -0
  44. data/assets/plugins/iconfonts/plugin.scss +4 -0
  45. data/assets/plugins/iconfonts/scss/_materialdesignicons.scss +8445 -0
  46. data/assets/plugins/iconfonts/scss/_simple-line-icons.scss +779 -0
  47. data/assets/plugins/iconfonts/scss/_themify.scss +1081 -0
  48. data/assets/plugins/iconfonts/scss/_weathericons.scss +1823 -0
  49. data/assets/plugins/input-mask/js/jquery.mask.min.js +19 -0
  50. data/assets/plugins/input-mask/plugin.js +8 -0
  51. data/assets/plugins/maps-google/plugin.js +0 -0
  52. data/assets/plugins/maps-google/plugin.scss +0 -0
  53. data/assets/plugins/prismjs/js/prism.pack.js +30 -0
  54. data/assets/plugins/prismjs/plugin.js +18 -0
  55. data/assets/plugins/prismjs/plugin.scss +227 -0
  56. data/assets/stylesheets/dashboard/_progress.scss +2 -2
  57. data/assets/stylesheets/dashboard/forms/_custom-selectgroup.scss +2 -3
  58. data/lib/tabler_ui_rails/engine.rb +1 -1
  59. data/lib/tabler_ui_rails/version.rb +2 -2
  60. metadata +72 -89
  61. data/assets/stylesheets/dashboard/bootstrap/_alert.scss +0 -51
  62. data/assets/stylesheets/dashboard/bootstrap/_badge.scss +0 -47
  63. data/assets/stylesheets/dashboard/bootstrap/_breadcrumb.scss +0 -38
  64. data/assets/stylesheets/dashboard/bootstrap/_button-group.scss +0 -166
  65. data/assets/stylesheets/dashboard/bootstrap/_buttons.scss +0 -143
  66. data/assets/stylesheets/dashboard/bootstrap/_card.scss +0 -299
  67. data/assets/stylesheets/dashboard/bootstrap/_carousel.scss +0 -235
  68. data/assets/stylesheets/dashboard/bootstrap/_close.scss +0 -34
  69. data/assets/stylesheets/dashboard/bootstrap/_code.scss +0 -56
  70. data/assets/stylesheets/dashboard/bootstrap/_custom-forms.scss +0 -420
  71. data/assets/stylesheets/dashboard/bootstrap/_dropdown.scss +0 -138
  72. data/assets/stylesheets/dashboard/bootstrap/_forms.scss +0 -335
  73. data/assets/stylesheets/dashboard/bootstrap/_functions.scss +0 -86
  74. data/assets/stylesheets/dashboard/bootstrap/_grid.scss +0 -52
  75. data/assets/stylesheets/dashboard/bootstrap/_images.scss +0 -42
  76. data/assets/stylesheets/dashboard/bootstrap/_input-group.scss +0 -159
  77. data/assets/stylesheets/dashboard/bootstrap/_jumbotron.scss +0 -16
  78. data/assets/stylesheets/dashboard/bootstrap/_list-group.scss +0 -115
  79. data/assets/stylesheets/dashboard/bootstrap/_media.scss +0 -8
  80. data/assets/stylesheets/dashboard/bootstrap/_mixins.scss +0 -42
  81. data/assets/stylesheets/dashboard/bootstrap/_modal.scss +0 -168
  82. data/assets/stylesheets/dashboard/bootstrap/_nav.scss +0 -118
  83. data/assets/stylesheets/dashboard/bootstrap/_navbar.scss +0 -311
  84. data/assets/stylesheets/dashboard/bootstrap/_pagination.scss +0 -78
  85. data/assets/stylesheets/dashboard/bootstrap/_popover.scss +0 -183
  86. data/assets/stylesheets/dashboard/bootstrap/_print.scss +0 -124
  87. data/assets/stylesheets/dashboard/bootstrap/_progress.scss +0 -34
  88. data/assets/stylesheets/dashboard/bootstrap/_reboot.scss +0 -482
  89. data/assets/stylesheets/dashboard/bootstrap/_root.scss +0 -19
  90. data/assets/stylesheets/dashboard/bootstrap/_tables.scss +0 -188
  91. data/assets/stylesheets/dashboard/bootstrap/_tooltip.scss +0 -115
  92. data/assets/stylesheets/dashboard/bootstrap/_transitions.scss +0 -36
  93. data/assets/stylesheets/dashboard/bootstrap/_type.scss +0 -125
  94. data/assets/stylesheets/dashboard/bootstrap/_utilities.scss +0 -14
  95. data/assets/stylesheets/dashboard/bootstrap/_variables.scss +0 -919
  96. data/assets/stylesheets/dashboard/bootstrap/bootstrap-grid.scss +0 -32
  97. data/assets/stylesheets/dashboard/bootstrap/bootstrap-reboot.scss +0 -12
  98. data/assets/stylesheets/dashboard/bootstrap/bootstrap.scss +0 -42
  99. data/assets/stylesheets/dashboard/bootstrap/mixins/_alert.scss +0 -13
  100. data/assets/stylesheets/dashboard/bootstrap/mixins/_background-variant.scss +0 -21
  101. data/assets/stylesheets/dashboard/bootstrap/mixins/_badge.scss +0 -12
  102. data/assets/stylesheets/dashboard/bootstrap/mixins/_border-radius.scss +0 -35
  103. data/assets/stylesheets/dashboard/bootstrap/mixins/_box-shadow.scss +0 -5
  104. data/assets/stylesheets/dashboard/bootstrap/mixins/_breakpoints.scss +0 -123
  105. data/assets/stylesheets/dashboard/bootstrap/mixins/_buttons.scss +0 -109
  106. data/assets/stylesheets/dashboard/bootstrap/mixins/_caret.scss +0 -65
  107. data/assets/stylesheets/dashboard/bootstrap/mixins/_clearfix.scss +0 -7
  108. data/assets/stylesheets/dashboard/bootstrap/mixins/_float.scss +0 -11
  109. data/assets/stylesheets/dashboard/bootstrap/mixins/_forms.scss +0 -137
  110. data/assets/stylesheets/dashboard/bootstrap/mixins/_gradients.scss +0 -45
  111. data/assets/stylesheets/dashboard/bootstrap/mixins/_grid-framework.scss +0 -67
  112. data/assets/stylesheets/dashboard/bootstrap/mixins/_grid.scss +0 -52
  113. data/assets/stylesheets/dashboard/bootstrap/mixins/_hover.scss +0 -37
  114. data/assets/stylesheets/dashboard/bootstrap/mixins/_image.scss +0 -36
  115. data/assets/stylesheets/dashboard/bootstrap/mixins/_list-group.scss +0 -21
  116. data/assets/stylesheets/dashboard/bootstrap/mixins/_lists.scss +0 -7
  117. data/assets/stylesheets/dashboard/bootstrap/mixins/_nav-divider.scss +0 -10
  118. data/assets/stylesheets/dashboard/bootstrap/mixins/_navbar-align.scss +0 -10
  119. data/assets/stylesheets/dashboard/bootstrap/mixins/_pagination.scss +0 -22
  120. data/assets/stylesheets/dashboard/bootstrap/mixins/_reset-text.scss +0 -17
  121. data/assets/stylesheets/dashboard/bootstrap/mixins/_resize.scss +0 -6
  122. data/assets/stylesheets/dashboard/bootstrap/mixins/_screen-reader.scss +0 -33
  123. data/assets/stylesheets/dashboard/bootstrap/mixins/_size.scss +0 -6
  124. data/assets/stylesheets/dashboard/bootstrap/mixins/_table-row.scss +0 -30
  125. data/assets/stylesheets/dashboard/bootstrap/mixins/_text-emphasis.scss +0 -14
  126. data/assets/stylesheets/dashboard/bootstrap/mixins/_text-hide.scss +0 -9
  127. data/assets/stylesheets/dashboard/bootstrap/mixins/_text-truncate.scss +0 -8
  128. data/assets/stylesheets/dashboard/bootstrap/mixins/_transition.scss +0 -9
  129. data/assets/stylesheets/dashboard/bootstrap/mixins/_visibility.scss +0 -7
  130. data/assets/stylesheets/dashboard/bootstrap/utilities/_align.scss +0 -8
  131. data/assets/stylesheets/dashboard/bootstrap/utilities/_background.scss +0 -19
  132. data/assets/stylesheets/dashboard/bootstrap/utilities/_borders.scss +0 -59
  133. data/assets/stylesheets/dashboard/bootstrap/utilities/_clearfix.scss +0 -3
  134. data/assets/stylesheets/dashboard/bootstrap/utilities/_display.scss +0 -38
  135. data/assets/stylesheets/dashboard/bootstrap/utilities/_embed.scss +0 -52
  136. data/assets/stylesheets/dashboard/bootstrap/utilities/_flex.scss +0 -47
  137. data/assets/stylesheets/dashboard/bootstrap/utilities/_float.scss +0 -9
  138. data/assets/stylesheets/dashboard/bootstrap/utilities/_position.scss +0 -37
  139. data/assets/stylesheets/dashboard/bootstrap/utilities/_screenreaders.scss +0 -11
  140. data/assets/stylesheets/dashboard/bootstrap/utilities/_sizing.scss +0 -12
  141. data/assets/stylesheets/dashboard/bootstrap/utilities/_spacing.scss +0 -51
  142. data/assets/stylesheets/dashboard/bootstrap/utilities/_text.scss +0 -52
  143. data/assets/stylesheets/dashboard/bootstrap/utilities/_visibility.scss +0 -11
@@ -1,14 +0,0 @@
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/position";
10
- @import "utilities/screenreaders";
11
- @import "utilities/sizing";
12
- @import "utilities/spacing";
13
- @import "utilities/text";
14
- @import "utilities/visibility";
@@ -1,919 +0,0 @@
1
- // Variables
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
-
7
- //
8
- // Color system
9
- //
10
-
11
- // stylelint-disable
12
- $white: #fff !default;
13
- $gray-100: #f8f9fa !default;
14
- $gray-200: #e9ecef !default;
15
- $gray-300: #dee2e6 !default;
16
- $gray-400: #ced4da !default;
17
- $gray-500: #adb5bd !default;
18
- $gray-600: #6c757d !default;
19
- $gray-700: #495057 !default;
20
- $gray-800: #343a40 !default;
21
- $gray-900: #212529 !default;
22
- $black: #000 !default;
23
-
24
- $grays: () !default;
25
- $grays: map-merge((
26
- "100": $gray-100,
27
- "200": $gray-200,
28
- "300": $gray-300,
29
- "400": $gray-400,
30
- "500": $gray-500,
31
- "600": $gray-600,
32
- "700": $gray-700,
33
- "800": $gray-800,
34
- "900": $gray-900
35
- ), $grays);
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
- $colors: map-merge((
50
- "blue": $blue,
51
- "indigo": $indigo,
52
- "purple": $purple,
53
- "pink": $pink,
54
- "red": $red,
55
- "orange": $orange,
56
- "yellow": $yellow,
57
- "green": $green,
58
- "teal": $teal,
59
- "cyan": $cyan,
60
- "white": $white,
61
- "gray": $gray-600,
62
- "gray-dark": $gray-800
63
- ), $colors);
64
-
65
- $primary: $blue !default;
66
- $secondary: $gray-600 !default;
67
- $success: $green !default;
68
- $info: $cyan !default;
69
- $warning: $yellow !default;
70
- $danger: $red !default;
71
- $light: $gray-100 !default;
72
- $dark: $gray-800 !default;
73
-
74
- $theme-colors: () !default;
75
- $theme-colors: map-merge((
76
- "primary": $primary,
77
- "secondary": $secondary,
78
- "success": $success,
79
- "info": $info,
80
- "warning": $warning,
81
- "danger": $danger,
82
- "light": $light,
83
- "dark": $dark
84
- ), $theme-colors);
85
- // stylelint-enable
86
-
87
- // Set a specific jump point for requesting color jumps
88
- $theme-color-interval: 8% !default;
89
-
90
- // The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255.
91
- $yiq-contrasted-threshold: 150 !default;
92
-
93
- // Customize the light and dark text colors for use in our YIQ color contrast function.
94
- $yiq-text-dark: $gray-900 !default;
95
- $yiq-text-light: $white !default;
96
-
97
- // Options
98
- //
99
- // Quickly modify global styling by enabling or disabling optional features.
100
-
101
- $enable-caret: true !default;
102
- $enable-rounded: true !default;
103
- $enable-shadows: false !default;
104
- $enable-gradients: false !default;
105
- $enable-transitions: true !default;
106
- $enable-hover-media-query: false !default; // Deprecated, no longer affects any compiled CSS
107
- $enable-grid-classes: true !default;
108
- $enable-print-styles: true !default;
109
-
110
-
111
- // Spacing
112
- //
113
- // Control the default styling of most Bootstrap elements by modifying these
114
- // variables. Mostly focused on spacing.
115
- // You can add more entries to the $spacers map, should you need more variation.
116
-
117
- // stylelint-disable
118
- $spacer: 1rem !default;
119
- $spacers: () !default;
120
- $spacers: map-merge((
121
- 0: 0,
122
- 1: ($spacer * .25),
123
- 2: ($spacer * .5),
124
- 3: $spacer,
125
- 4: ($spacer * 1.5),
126
- 5: ($spacer * 3)
127
- ), $spacers);
128
-
129
- // This variable affects the `.h-*` and `.w-*` classes.
130
- $sizes: () !default;
131
- $sizes: map-merge((
132
- 25: 25%,
133
- 50: 50%,
134
- 75: 75%,
135
- 100: 100%,
136
- auto: auto
137
- ), $sizes);
138
- // stylelint-enable
139
-
140
- // Body
141
- //
142
- // Settings for the `<body>` element.
143
-
144
- $body-bg: $white !default;
145
- $body-color: $gray-900 !default;
146
-
147
- // Links
148
- //
149
- // Style anchor elements.
150
-
151
- $link-color: theme-color("primary") !default;
152
- $link-decoration: none !default;
153
- $link-hover-color: darken($link-color, 15%) !default;
154
- $link-hover-decoration: underline !default;
155
-
156
- // Paragraphs
157
- //
158
- // Style p element.
159
-
160
- $paragraph-margin-bottom: 1rem !default;
161
-
162
-
163
- // Grid breakpoints
164
- //
165
- // Define the minimum dimensions at which your layout will change,
166
- // adapting to different screen sizes, for use in media queries.
167
-
168
- $grid-breakpoints: (
169
- xs: 0,
170
- sm: 576px,
171
- md: 768px,
172
- lg: 992px,
173
- xl: 1200px
174
- ) !default;
175
-
176
- @include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
177
- @include _assert-starts-at-zero($grid-breakpoints);
178
-
179
-
180
- // Grid containers
181
- //
182
- // Define the maximum width of `.container` for different screen sizes.
183
-
184
- $container-max-widths: (
185
- sm: 540px,
186
- md: 720px,
187
- lg: 960px,
188
- xl: 1140px
189
- ) !default;
190
-
191
- @include _assert-ascending($container-max-widths, "$container-max-widths");
192
-
193
-
194
- // Grid columns
195
- //
196
- // Set the number of columns and specify the width of the gutters.
197
-
198
- $grid-columns: 12 !default;
199
- $grid-gutter-width: 30px !default;
200
-
201
- // Components
202
- //
203
- // Define common padding and border radius sizes and more.
204
-
205
- $line-height-lg: 1.5 !default;
206
- $line-height-sm: 1.5 !default;
207
-
208
- $border-width: 1px !default;
209
- $border-color: $gray-300 !default;
210
-
211
- $border-radius: .25rem !default;
212
- $border-radius-lg: .3rem !default;
213
- $border-radius-sm: .2rem !default;
214
-
215
- $component-active-color: $white !default;
216
- $component-active-bg: theme-color("primary") !default;
217
-
218
- $caret-width: .3em !default;
219
-
220
- $transition-base: all .2s ease-in-out !default;
221
- $transition-fade: opacity .15s linear !default;
222
- $transition-collapse: height .35s ease !default;
223
-
224
-
225
- // Fonts
226
- //
227
- // Font, line-height, and color for body text, headings, and more.
228
-
229
- // stylelint-disable value-keyword-case
230
- $font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
231
- $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
232
- $font-family-base: $font-family-sans-serif !default;
233
- // stylelint-enable value-keyword-case
234
-
235
- $font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
236
- $font-size-lg: ($font-size-base * 1.25) !default;
237
- $font-size-sm: ($font-size-base * .875) !default;
238
-
239
- $font-weight-light: 300 !default;
240
- $font-weight-normal: 400 !default;
241
- $font-weight-bold: 700 !default;
242
-
243
- $font-weight-base: $font-weight-normal !default;
244
- $line-height-base: 1.5 !default;
245
-
246
- $h1-font-size: $font-size-base * 2.5 !default;
247
- $h2-font-size: $font-size-base * 2 !default;
248
- $h3-font-size: $font-size-base * 1.75 !default;
249
- $h4-font-size: $font-size-base * 1.5 !default;
250
- $h5-font-size: $font-size-base * 1.25 !default;
251
- $h6-font-size: $font-size-base !default;
252
-
253
- $headings-margin-bottom: ($spacer / 2) !default;
254
- $headings-font-family: inherit !default;
255
- $headings-font-weight: 500 !default;
256
- $headings-line-height: 1.2 !default;
257
- $headings-color: inherit !default;
258
-
259
- $display1-size: 6rem !default;
260
- $display2-size: 5.5rem !default;
261
- $display3-size: 4.5rem !default;
262
- $display4-size: 3.5rem !default;
263
-
264
- $display1-weight: 300 !default;
265
- $display2-weight: 300 !default;
266
- $display3-weight: 300 !default;
267
- $display4-weight: 300 !default;
268
- $display-line-height: $headings-line-height !default;
269
-
270
- $lead-font-size: ($font-size-base * 1.25) !default;
271
- $lead-font-weight: 300 !default;
272
-
273
- $small-font-size: 80% !default;
274
-
275
- $text-muted: $gray-600 !default;
276
-
277
- $blockquote-small-color: $gray-600 !default;
278
- $blockquote-font-size: ($font-size-base * 1.25) !default;
279
-
280
- $hr-border-color: rgba($black, .1) !default;
281
- $hr-border-width: $border-width !default;
282
-
283
- $mark-padding: .2em !default;
284
-
285
- $dt-font-weight: $font-weight-bold !default;
286
-
287
- $kbd-box-shadow: inset 0 -.1rem 0 rgba($black, .25) !default;
288
- $nested-kbd-font-weight: $font-weight-bold !default;
289
-
290
- $list-inline-padding: .5rem !default;
291
-
292
- $mark-bg: #fcf8e3 !default;
293
-
294
- $hr-margin-y: $spacer !default;
295
-
296
-
297
- // Tables
298
- //
299
- // Customizes the `.table` component with basic values, each used across all table variations.
300
-
301
- $table-cell-padding: .75rem !default;
302
- $table-cell-padding-sm: .3rem !default;
303
-
304
- $table-bg: transparent !default;
305
- $table-accent-bg: rgba($black, .05) !default;
306
- $table-hover-bg: rgba($black, .075) !default;
307
- $table-active-bg: $table-hover-bg !default;
308
-
309
- $table-border-width: $border-width !default;
310
- $table-border-color: $gray-300 !default;
311
-
312
- $table-head-bg: $gray-200 !default;
313
- $table-head-color: $gray-700 !default;
314
-
315
- $table-dark-bg: $gray-900 !default;
316
- $table-dark-accent-bg: rgba($white, .05) !default;
317
- $table-dark-hover-bg: rgba($white, .075) !default;
318
- $table-dark-border-color: lighten($gray-900, 7.5%) !default;
319
- $table-dark-color: $body-bg !default;
320
-
321
- $table-striped-order: odd !default;
322
-
323
- $table-caption-color: $text-muted !default;
324
-
325
- // Buttons + Forms
326
- //
327
- // Shared variables that are reassigned to `$input-` and `$btn-` specific variables.
328
-
329
- $input-btn-padding-y: .375rem !default;
330
- $input-btn-padding-x: .75rem !default;
331
- $input-btn-line-height: $line-height-base !default;
332
-
333
- $input-btn-focus-width: .2rem !default;
334
- $input-btn-focus-color: rgba($component-active-bg, .25) !default;
335
- $input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color !default;
336
-
337
- $input-btn-padding-y-sm: .25rem !default;
338
- $input-btn-padding-x-sm: .5rem !default;
339
- $input-btn-line-height-sm: $line-height-sm !default;
340
-
341
- $input-btn-padding-y-lg: .5rem !default;
342
- $input-btn-padding-x-lg: 1rem !default;
343
- $input-btn-line-height-lg: $line-height-lg !default;
344
-
345
- $input-btn-border-width: $border-width !default;
346
-
347
-
348
- // Buttons
349
- //
350
- // For each of Bootstrap's buttons, define text, background, and border color.
351
-
352
- $btn-padding-y: $input-btn-padding-y !default;
353
- $btn-padding-x: $input-btn-padding-x !default;
354
- $btn-line-height: $input-btn-line-height !default;
355
-
356
- $btn-padding-y-sm: $input-btn-padding-y-sm !default;
357
- $btn-padding-x-sm: $input-btn-padding-x-sm !default;
358
- $btn-line-height-sm: $input-btn-line-height-sm !default;
359
-
360
- $btn-padding-y-lg: $input-btn-padding-y-lg !default;
361
- $btn-padding-x-lg: $input-btn-padding-x-lg !default;
362
- $btn-line-height-lg: $input-btn-line-height-lg !default;
363
-
364
- $btn-border-width: $input-btn-border-width !default;
365
-
366
- $btn-font-weight: $font-weight-normal !default;
367
- $btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;
368
- $btn-focus-width: $input-btn-focus-width !default;
369
- $btn-focus-box-shadow: $input-btn-focus-box-shadow !default;
370
- $btn-disabled-opacity: .65 !default;
371
- $btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;
372
-
373
- $btn-link-disabled-color: $gray-600 !default;
374
-
375
- $btn-block-spacing-y: .5rem !default;
376
-
377
- // Allows for customizing button radius independently from global border radius
378
- $btn-border-radius: $border-radius !default;
379
- $btn-border-radius-lg: $border-radius-lg !default;
380
- $btn-border-radius-sm: $border-radius-sm !default;
381
-
382
- $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;
383
-
384
-
385
- // Forms
386
-
387
- $label-margin-bottom: .5rem !default;
388
-
389
- $input-padding-y: $input-btn-padding-y !default;
390
- $input-padding-x: $input-btn-padding-x !default;
391
- $input-line-height: $input-btn-line-height !default;
392
-
393
- $input-padding-y-sm: $input-btn-padding-y-sm !default;
394
- $input-padding-x-sm: $input-btn-padding-x-sm !default;
395
- $input-line-height-sm: $input-btn-line-height-sm !default;
396
-
397
- $input-padding-y-lg: $input-btn-padding-y-lg !default;
398
- $input-padding-x-lg: $input-btn-padding-x-lg !default;
399
- $input-line-height-lg: $input-btn-line-height-lg !default;
400
-
401
- $input-bg: $white !default;
402
- $input-disabled-bg: $gray-200 !default;
403
-
404
- $input-color: $gray-700 !default;
405
- $input-border-color: $gray-400 !default;
406
- $input-border-width: $input-btn-border-width !default;
407
- $input-box-shadow: inset 0 1px 1px rgba($black, .075) !default;
408
-
409
- $input-border-radius: $border-radius !default;
410
- $input-border-radius-lg: $border-radius-lg !default;
411
- $input-border-radius-sm: $border-radius-sm !default;
412
-
413
- $input-focus-bg: $input-bg !default;
414
- $input-focus-border-color: lighten($component-active-bg, 25%) !default;
415
- $input-focus-color: $input-color !default;
416
- $input-focus-width: $input-btn-focus-width !default;
417
- $input-focus-box-shadow: $input-btn-focus-box-shadow !default;
418
-
419
- $input-placeholder-color: $gray-600 !default;
420
- $input-plaintext-color: $body-color !default;
421
-
422
- $input-height-border: $input-border-width * 2 !default;
423
-
424
- $input-height-inner: ($font-size-base * $input-btn-line-height) + ($input-btn-padding-y * 2) !default;
425
- $input-height: calc(#{$input-height-inner} + #{$input-height-border}) !default;
426
-
427
- $input-height-inner-sm: ($font-size-sm * $input-btn-line-height-sm) + ($input-btn-padding-y-sm * 2) !default;
428
- $input-height-sm: calc(#{$input-height-inner-sm} + #{$input-height-border}) !default;
429
-
430
- $input-height-inner-lg: ($font-size-lg * $input-btn-line-height-lg) + ($input-btn-padding-y-lg * 2) !default;
431
- $input-height-lg: calc(#{$input-height-inner-lg} + #{$input-height-border}) !default;
432
-
433
- $input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
434
-
435
- $form-text-margin-top: .25rem !default;
436
-
437
- $form-check-input-gutter: 1.25rem !default;
438
- $form-check-input-margin-y: .3rem !default;
439
- $form-check-input-margin-x: .25rem !default;
440
-
441
- $form-check-inline-margin-x: .75rem !default;
442
- $form-check-inline-input-margin-x: .3125rem !default;
443
-
444
- $form-group-margin-bottom: 1rem !default;
445
-
446
- $input-group-addon-color: $input-color !default;
447
- $input-group-addon-bg: $gray-200 !default;
448
- $input-group-addon-border-color: $input-border-color !default;
449
-
450
- $custom-control-gutter: 1.5rem !default;
451
- $custom-control-spacer-x: 1rem !default;
452
-
453
- $custom-control-indicator-size: 1rem !default;
454
- $custom-control-indicator-bg: $gray-300 !default;
455
- $custom-control-indicator-bg-size: 50% 50% !default;
456
- $custom-control-indicator-box-shadow: inset 0 .25rem .25rem rgba($black, .1) !default;
457
-
458
- $custom-control-indicator-disabled-bg: $gray-200 !default;
459
- $custom-control-label-disabled-color: $gray-600 !default;
460
-
461
- $custom-control-indicator-checked-color: $component-active-color !default;
462
- $custom-control-indicator-checked-bg: $component-active-bg !default;
463
- $custom-control-indicator-checked-disabled-bg: rgba(theme-color("primary"), .5) !default;
464
- $custom-control-indicator-checked-box-shadow: none !default;
465
-
466
- $custom-control-indicator-focus-box-shadow: 0 0 0 1px $body-bg, $input-btn-focus-box-shadow !default;
467
-
468
- $custom-control-indicator-active-color: $component-active-color !default;
469
- $custom-control-indicator-active-bg: lighten($component-active-bg, 35%) !default;
470
- $custom-control-indicator-active-box-shadow: none !default;
471
-
472
- $custom-checkbox-indicator-border-radius: $border-radius !default;
473
- $custom-checkbox-indicator-icon-checked: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#{$custom-control-indicator-checked-color}' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"), "#", "%23") !default;
474
-
475
- $custom-checkbox-indicator-indeterminate-bg: $component-active-bg !default;
476
- $custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color !default;
477
- $custom-checkbox-indicator-icon-indeterminate: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#{$custom-checkbox-indicator-indeterminate-color}' d='M0 2h4'/%3E%3C/svg%3E"), "#", "%23") !default;
478
- $custom-checkbox-indicator-indeterminate-box-shadow: none !default;
479
-
480
- $custom-radio-indicator-border-radius: 50% !default;
481
- $custom-radio-indicator-icon-checked: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#{$custom-control-indicator-checked-color}'/%3E%3C/svg%3E"), "#", "%23") !default;
482
-
483
- $custom-select-padding-y: .375rem !default;
484
- $custom-select-padding-x: .75rem !default;
485
- $custom-select-height: $input-height !default;
486
- $custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator
487
- $custom-select-line-height: $input-btn-line-height !default;
488
- $custom-select-color: $input-color !default;
489
- $custom-select-disabled-color: $gray-600 !default;
490
- $custom-select-bg: $input-bg !default;
491
- $custom-select-disabled-bg: $gray-200 !default;
492
- $custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions
493
- $custom-select-indicator-color: $gray-800 !default;
494
- $custom-select-indicator: str-replace(url("data:image/svg+xml;charset=utf8,%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;
495
- $custom-select-border-width: $input-btn-border-width !default;
496
- $custom-select-border-color: $input-border-color !default;
497
- $custom-select-border-radius: $border-radius !default;
498
-
499
- $custom-select-focus-border-color: $input-focus-border-color !default;
500
- $custom-select-focus-box-shadow: inset 0 1px 2px rgba($black, .075), 0 0 5px rgba($custom-select-focus-border-color, .5) !default;
501
-
502
- $custom-select-font-size-sm: 75% !default;
503
- $custom-select-height-sm: $input-height-sm !default;
504
-
505
- $custom-select-font-size-lg: 125% !default;
506
- $custom-select-height-lg: $input-height-lg !default;
507
-
508
- $custom-range-track-width: 100% !default;
509
- $custom-range-track-height: .5rem !default;
510
- $custom-range-track-cursor: pointer !default;
511
- $custom-range-track-bg: $gray-300 !default;
512
- $custom-range-track-border-radius: 1rem !default;
513
- $custom-range-track-box-shadow: inset 0 .25rem .25rem rgba($black, .1) !default;
514
-
515
- $custom-range-thumb-width: 1rem !default;
516
- $custom-range-thumb-height: $custom-range-thumb-width !default;
517
- $custom-range-thumb-bg: $component-active-bg !default;
518
- $custom-range-thumb-border: 0 !default;
519
- $custom-range-thumb-border-radius: 1rem !default;
520
- $custom-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;
521
- $custom-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-btn-focus-box-shadow !default;
522
- $custom-range-thumb-active-bg: lighten($component-active-bg, 35%) !default;
523
-
524
- $custom-file-height: $input-height !default;
525
- $custom-file-focus-border-color: $input-focus-border-color !default;
526
- $custom-file-focus-box-shadow: $input-btn-focus-box-shadow !default;
527
-
528
- $custom-file-padding-y: $input-btn-padding-y !default;
529
- $custom-file-padding-x: $input-btn-padding-x !default;
530
- $custom-file-line-height: $input-btn-line-height !default;
531
- $custom-file-color: $input-color !default;
532
- $custom-file-bg: $input-bg !default;
533
- $custom-file-border-width: $input-btn-border-width !default;
534
- $custom-file-border-color: $input-border-color !default;
535
- $custom-file-border-radius: $input-border-radius !default;
536
- $custom-file-box-shadow: $input-box-shadow !default;
537
- $custom-file-button-color: $custom-file-color !default;
538
- $custom-file-button-bg: $input-group-addon-bg !default;
539
- $custom-file-text: (
540
- en: "Browse"
541
- ) !default;
542
-
543
-
544
- // Form validation
545
- $form-feedback-margin-top: $form-text-margin-top !default;
546
- $form-feedback-font-size: $small-font-size !default;
547
- $form-feedback-valid-color: theme-color("success") !default;
548
- $form-feedback-invalid-color: theme-color("danger") !default;
549
-
550
-
551
- // Dropdowns
552
- //
553
- // Dropdown menu container and contents.
554
-
555
- $dropdown-min-width: 10rem !default;
556
- $dropdown-padding-y: .5rem !default;
557
- $dropdown-spacer: .125rem !default;
558
- $dropdown-bg: $white !default;
559
- $dropdown-border-color: rgba($black, .15) !default;
560
- $dropdown-border-radius: $border-radius !default;
561
- $dropdown-border-width: $border-width !default;
562
- $dropdown-divider-bg: $gray-200 !default;
563
- $dropdown-box-shadow: 0 .5rem 1rem rgba($black, .175) !default;
564
-
565
- $dropdown-link-color: $gray-900 !default;
566
- $dropdown-link-hover-color: darken($gray-900, 5%) !default;
567
- $dropdown-link-hover-bg: $gray-100 !default;
568
-
569
- $dropdown-link-active-color: $component-active-color !default;
570
- $dropdown-link-active-bg: $component-active-bg !default;
571
-
572
- $dropdown-link-disabled-color: $gray-600 !default;
573
-
574
- $dropdown-item-padding-y: .25rem !default;
575
- $dropdown-item-padding-x: 1.5rem !default;
576
-
577
- $dropdown-header-color: $gray-600 !default;
578
-
579
-
580
- // Z-index master list
581
- //
582
- // Warning: Avoid customizing these values. They're used for a bird's eye view
583
- // of components dependent on the z-axis and are designed to all work together.
584
-
585
- $zindex-dropdown: 1000 !default;
586
- $zindex-sticky: 1020 !default;
587
- $zindex-fixed: 1030 !default;
588
- $zindex-modal-backdrop: 1040 !default;
589
- $zindex-modal: 1050 !default;
590
- $zindex-popover: 1060 !default;
591
- $zindex-tooltip: 1070 !default;
592
-
593
- // Navs
594
-
595
- $nav-link-padding-y: .5rem !default;
596
- $nav-link-padding-x: 1rem !default;
597
- $nav-link-disabled-color: $gray-600 !default;
598
-
599
- $nav-tabs-border-color: $gray-300 !default;
600
- $nav-tabs-border-width: $border-width !default;
601
- $nav-tabs-border-radius: $border-radius !default;
602
- $nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;
603
- $nav-tabs-link-active-color: $gray-700 !default;
604
- $nav-tabs-link-active-bg: $body-bg !default;
605
- $nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;
606
-
607
- $nav-pills-border-radius: $border-radius !default;
608
- $nav-pills-link-active-color: $component-active-color !default;
609
- $nav-pills-link-active-bg: $component-active-bg !default;
610
-
611
- $nav-divider-margin-y: ($spacer / 2) !default;
612
-
613
- // Navbar
614
-
615
- $navbar-padding-y: ($spacer / 2) !default;
616
- $navbar-padding-x: $spacer !default;
617
-
618
- $navbar-nav-link-padding-x: .5rem !default;
619
-
620
- $navbar-brand-font-size: $font-size-lg !default;
621
- // Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link
622
- $nav-link-height: ($font-size-base * $line-height-base + $nav-link-padding-y * 2) !default;
623
- $navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;
624
- $navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;
625
-
626
- $navbar-toggler-padding-y: .25rem !default;
627
- $navbar-toggler-padding-x: .75rem !default;
628
- $navbar-toggler-font-size: $font-size-lg !default;
629
- $navbar-toggler-border-radius: $btn-border-radius !default;
630
-
631
- $navbar-dark-color: rgba($white, .5) !default;
632
- $navbar-dark-hover-color: rgba($white, .75) !default;
633
- $navbar-dark-active-color: $white !default;
634
- $navbar-dark-disabled-color: rgba($white, .25) !default;
635
- $navbar-dark-toggler-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-dark-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23") !default;
636
- $navbar-dark-toggler-border-color: rgba($white, .1) !default;
637
-
638
- $navbar-light-color: rgba($black, .5) !default;
639
- $navbar-light-hover-color: rgba($black, .7) !default;
640
- $navbar-light-active-color: rgba($black, .9) !default;
641
- $navbar-light-disabled-color: rgba($black, .3) !default;
642
- $navbar-light-toggler-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23") !default;
643
- $navbar-light-toggler-border-color: rgba($black, .1) !default;
644
-
645
- // Pagination
646
-
647
- $pagination-padding-y: .5rem !default;
648
- $pagination-padding-x: .75rem !default;
649
- $pagination-padding-y-sm: .25rem !default;
650
- $pagination-padding-x-sm: .5rem !default;
651
- $pagination-padding-y-lg: .75rem !default;
652
- $pagination-padding-x-lg: 1.5rem !default;
653
- $pagination-line-height: 1.25 !default;
654
-
655
- $pagination-color: $link-color !default;
656
- $pagination-bg: $white !default;
657
- $pagination-border-width: $border-width !default;
658
- $pagination-border-color: $gray-300 !default;
659
-
660
- $pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;
661
-
662
- $pagination-hover-color: $link-hover-color !default;
663
- $pagination-hover-bg: $gray-200 !default;
664
- $pagination-hover-border-color: $gray-300 !default;
665
-
666
- $pagination-active-color: $component-active-color !default;
667
- $pagination-active-bg: $component-active-bg !default;
668
- $pagination-active-border-color: $pagination-active-bg !default;
669
-
670
- $pagination-disabled-color: $gray-600 !default;
671
- $pagination-disabled-bg: $white !default;
672
- $pagination-disabled-border-color: $gray-300 !default;
673
-
674
-
675
- // Jumbotron
676
-
677
- $jumbotron-padding: 2rem !default;
678
- $jumbotron-bg: $gray-200 !default;
679
-
680
-
681
- // Cards
682
-
683
- $card-spacer-y: .75rem !default;
684
- $card-spacer-x: 1.25rem !default;
685
- $card-border-width: $border-width !default;
686
- $card-border-radius: $border-radius !default;
687
- $card-border-color: rgba($black, .125) !default;
688
- $card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}) !default;
689
- $card-cap-bg: rgba($black, .03) !default;
690
- $card-bg: $white !default;
691
-
692
- $card-img-overlay-padding: 1.25rem !default;
693
-
694
- $card-group-margin: ($grid-gutter-width / 2) !default;
695
- $card-deck-margin: $card-group-margin !default;
696
-
697
- $card-columns-count: 3 !default;
698
- $card-columns-gap: 1.25rem !default;
699
- $card-columns-margin: $card-spacer-y !default;
700
-
701
-
702
- // Tooltips
703
-
704
- $tooltip-font-size: $font-size-sm !default;
705
- $tooltip-max-width: 200px !default;
706
- $tooltip-color: $white !default;
707
- $tooltip-bg: $black !default;
708
- $tooltip-border-radius: $border-radius !default;
709
- $tooltip-opacity: .9 !default;
710
- $tooltip-padding-y: .25rem !default;
711
- $tooltip-padding-x: .5rem !default;
712
- $tooltip-margin: 0 !default;
713
-
714
- $tooltip-arrow-width: .8rem !default;
715
- $tooltip-arrow-height: .4rem !default;
716
- $tooltip-arrow-color: $tooltip-bg !default;
717
-
718
-
719
- // Popovers
720
-
721
- $popover-font-size: $font-size-sm !default;
722
- $popover-bg: $white !default;
723
- $popover-max-width: 276px !default;
724
- $popover-border-width: $border-width !default;
725
- $popover-border-color: rgba($black, .2) !default;
726
- $popover-border-radius: $border-radius-lg !default;
727
- $popover-box-shadow: 0 .25rem .5rem rgba($black, .2) !default;
728
-
729
- $popover-header-bg: darken($popover-bg, 3%) !default;
730
- $popover-header-color: $headings-color !default;
731
- $popover-header-padding-y: .5rem !default;
732
- $popover-header-padding-x: .75rem !default;
733
-
734
- $popover-body-color: $body-color !default;
735
- $popover-body-padding-y: $popover-header-padding-y !default;
736
- $popover-body-padding-x: $popover-header-padding-x !default;
737
-
738
- $popover-arrow-width: 1rem !default;
739
- $popover-arrow-height: .5rem !default;
740
- $popover-arrow-color: $popover-bg !default;
741
-
742
- $popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;
743
-
744
-
745
- // Badges
746
-
747
- $badge-font-size: 75% !default;
748
- $badge-font-weight: $font-weight-bold !default;
749
- $badge-padding-y: .25em !default;
750
- $badge-padding-x: .4em !default;
751
- $badge-border-radius: $border-radius !default;
752
-
753
- $badge-pill-padding-x: .6em !default;
754
- // Use a higher than normal value to ensure completely rounded edges when
755
- // customizing padding or font-size on labels.
756
- $badge-pill-border-radius: 10rem !default;
757
-
758
-
759
- // Modals
760
-
761
- // Padding applied to the modal body
762
- $modal-inner-padding: 1rem !default;
763
-
764
- $modal-dialog-margin: .5rem !default;
765
- $modal-dialog-margin-y-sm-up: 1.75rem !default;
766
-
767
- $modal-title-line-height: $line-height-base !default;
768
-
769
- $modal-content-bg: $white !default;
770
- $modal-content-border-color: rgba($black, .2) !default;
771
- $modal-content-border-width: $border-width !default;
772
- $modal-content-box-shadow-xs: 0 .25rem .5rem rgba($black, .5) !default;
773
- $modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba($black, .5) !default;
774
-
775
- $modal-backdrop-bg: $black !default;
776
- $modal-backdrop-opacity: .5 !default;
777
- $modal-header-border-color: $gray-200 !default;
778
- $modal-footer-border-color: $modal-header-border-color !default;
779
- $modal-header-border-width: $modal-content-border-width !default;
780
- $modal-footer-border-width: $modal-header-border-width !default;
781
- $modal-header-padding: 1rem !default;
782
-
783
- $modal-lg: 800px !default;
784
- $modal-md: 500px !default;
785
- $modal-sm: 300px !default;
786
-
787
- $modal-transition: transform .3s ease-out !default;
788
-
789
-
790
- // Alerts
791
- //
792
- // Define alert colors, border radius, and padding.
793
-
794
- $alert-padding-y: .75rem !default;
795
- $alert-padding-x: 1.25rem !default;
796
- $alert-margin-bottom: 1rem !default;
797
- $alert-border-radius: $border-radius !default;
798
- $alert-link-font-weight: $font-weight-bold !default;
799
- $alert-border-width: $border-width !default;
800
-
801
- $alert-bg-level: -10 !default;
802
- $alert-border-level: -9 !default;
803
- $alert-color-level: 6 !default;
804
-
805
-
806
- // Progress bars
807
-
808
- $progress-height: 1rem !default;
809
- $progress-font-size: ($font-size-base * .75) !default;
810
- $progress-bg: $gray-200 !default;
811
- $progress-border-radius: $border-radius !default;
812
- $progress-box-shadow: inset 0 .1rem .1rem rgba($black, .1) !default;
813
- $progress-bar-color: $white !default;
814
- $progress-bar-bg: theme-color("primary") !default;
815
- $progress-bar-animation-timing: 1s linear infinite !default;
816
- $progress-bar-transition: width .6s ease !default;
817
-
818
- // List group
819
-
820
- $list-group-bg: $white !default;
821
- $list-group-border-color: rgba($black, .125) !default;
822
- $list-group-border-width: $border-width !default;
823
- $list-group-border-radius: $border-radius !default;
824
-
825
- $list-group-item-padding-y: .75rem !default;
826
- $list-group-item-padding-x: 1.25rem !default;
827
-
828
- $list-group-hover-bg: $gray-100 !default;
829
- $list-group-active-color: $component-active-color !default;
830
- $list-group-active-bg: $component-active-bg !default;
831
- $list-group-active-border-color: $list-group-active-bg !default;
832
-
833
- $list-group-disabled-color: $gray-600 !default;
834
- $list-group-disabled-bg: $list-group-bg !default;
835
-
836
- $list-group-action-color: $gray-700 !default;
837
- $list-group-action-hover-color: $list-group-action-color !default;
838
-
839
- $list-group-action-active-color: $body-color !default;
840
- $list-group-action-active-bg: $gray-200 !default;
841
-
842
-
843
- // Image thumbnails
844
-
845
- $thumbnail-padding: .25rem !default;
846
- $thumbnail-bg: $body-bg !default;
847
- $thumbnail-border-width: $border-width !default;
848
- $thumbnail-border-color: $gray-300 !default;
849
- $thumbnail-border-radius: $border-radius !default;
850
- $thumbnail-box-shadow: 0 1px 2px rgba($black, .075) !default;
851
-
852
-
853
- // Figures
854
-
855
- $figure-caption-font-size: 90% !default;
856
- $figure-caption-color: $gray-600 !default;
857
-
858
-
859
- // Breadcrumbs
860
-
861
- $breadcrumb-padding-y: .75rem !default;
862
- $breadcrumb-padding-x: 1rem !default;
863
- $breadcrumb-item-padding: .5rem !default;
864
-
865
- $breadcrumb-margin-bottom: 1rem !default;
866
-
867
- $breadcrumb-bg: $gray-200 !default;
868
- $breadcrumb-divider-color: $gray-600 !default;
869
- $breadcrumb-active-color: $gray-600 !default;
870
- $breadcrumb-divider: "/" !default;
871
-
872
-
873
- // Carousel
874
-
875
- $carousel-control-color: $white !default;
876
- $carousel-control-width: 15% !default;
877
- $carousel-control-opacity: .5 !default;
878
-
879
- $carousel-indicator-width: 30px !default;
880
- $carousel-indicator-height: 3px !default;
881
- $carousel-indicator-spacer: 3px !default;
882
- $carousel-indicator-active-bg: $white !default;
883
-
884
- $carousel-caption-width: 70% !default;
885
- $carousel-caption-color: $white !default;
886
-
887
- $carousel-control-icon-width: 20px !default;
888
-
889
- $carousel-control-prev-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"), "#", "%23") !default;
890
- $carousel-control-next-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"), "#", "%23") !default;
891
-
892
- $carousel-transition: transform .6s ease !default; // Define transform transition first if using multiple transitons (e.g., `transform 2s ease, opacity .5s ease-out`)
893
-
894
-
895
- // Close
896
-
897
- $close-font-size: $font-size-base * 1.5 !default;
898
- $close-font-weight: $font-weight-bold !default;
899
- $close-color: $black !default;
900
- $close-text-shadow: 0 1px 0 $white !default;
901
-
902
- // Code
903
-
904
- $code-font-size: 87.5% !default;
905
- $code-color: $pink !default;
906
-
907
- $kbd-padding-y: .2rem !default;
908
- $kbd-padding-x: .4rem !default;
909
- $kbd-font-size: $code-font-size !default;
910
- $kbd-color: $white !default;
911
- $kbd-bg: $gray-900 !default;
912
-
913
- $pre-color: $gray-900 !default;
914
- $pre-scrollable-max-height: 340px !default;
915
-
916
-
917
- // Printing
918
- $print-page-size: a3 !default;
919
- $print-body-min-width: map-get($grid-breakpoints, "lg") !default;