bootswatch 4.0.0.alpha1 → 4.0.0.alpha6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/Rakefile +1 -0
- data/app/assets/stylesheets/bootswatch/cerulean/_bootswatch.scss +1 -5
- data/app/assets/stylesheets/bootswatch/cerulean/_variables.scss +312 -206
- data/app/assets/stylesheets/bootswatch/cosmo/_variables.scss +312 -206
- data/app/assets/stylesheets/bootswatch/custom/_variables.scss +324 -220
- data/app/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss +6 -5
- data/app/assets/stylesheets/bootswatch/cyborg/_variables.scss +293 -187
- data/app/assets/stylesheets/bootswatch/darkly/_bootswatch.scss +0 -4
- data/app/assets/stylesheets/bootswatch/darkly/_variables.scss +293 -187
- data/app/assets/stylesheets/bootswatch/flatly/_bootswatch.scss +0 -9
- data/app/assets/stylesheets/bootswatch/flatly/_variables.scss +305 -199
- data/app/assets/stylesheets/bootswatch/journal/_bootswatch.scss +7 -3
- data/app/assets/stylesheets/bootswatch/journal/_variables.scss +308 -204
- data/app/assets/stylesheets/bootswatch/litera/_bootswatch.scss +6 -6
- data/app/assets/stylesheets/bootswatch/litera/_variables.scss +306 -200
- data/app/assets/stylesheets/bootswatch/lumen/_bootswatch.scss +3 -7
- data/app/assets/stylesheets/bootswatch/lumen/_variables.scss +308 -202
- data/app/assets/stylesheets/bootswatch/lux/_bootswatch.scss +1 -5
- data/app/assets/stylesheets/bootswatch/lux/_variables.scss +305 -201
- data/app/assets/stylesheets/bootswatch/materia/_bootswatch.scss +2 -6
- data/app/assets/stylesheets/bootswatch/materia/_variables.scss +308 -204
- data/app/assets/stylesheets/bootswatch/minty/_bootswatch.scss +1 -5
- data/app/assets/stylesheets/bootswatch/minty/_variables.scss +301 -196
- data/app/assets/stylesheets/bootswatch/pulse/_bootswatch.scss +0 -4
- data/app/assets/stylesheets/bootswatch/pulse/_variables.scss +302 -198
- data/app/assets/stylesheets/bootswatch/sandstone/_bootswatch.scss +1 -5
- data/app/assets/stylesheets/bootswatch/sandstone/_variables.scss +286 -180
- data/app/assets/stylesheets/bootswatch/simplex/_bootswatch.scss +4 -7
- data/app/assets/stylesheets/bootswatch/simplex/_variables.scss +305 -201
- data/app/assets/stylesheets/bootswatch/slate/_bootswatch.scss +0 -4
- data/app/assets/stylesheets/bootswatch/slate/_variables.scss +291 -186
- data/app/assets/stylesheets/bootswatch/solar/_bootswatch.scss +45 -0
- data/app/assets/stylesheets/bootswatch/solar/_variables.scss +961 -0
- data/app/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss +4 -8
- data/app/assets/stylesheets/bootswatch/spacelab/_variables.scss +304 -198
- data/app/assets/stylesheets/bootswatch/superhero/_bootswatch.scss +0 -4
- data/app/assets/stylesheets/bootswatch/superhero/_variables.scss +292 -187
- data/app/assets/stylesheets/bootswatch/united/_bootswatch.scss +0 -4
- data/app/assets/stylesheets/bootswatch/united/_variables.scss +310 -204
- data/app/assets/stylesheets/bootswatch/yeti/_bootswatch.scss +2 -2
- data/app/assets/stylesheets/bootswatch/yeti/_variables.scss +305 -199
- data/bootswatch.gemspec +1 -1
- data/lib/bootswatch/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f83f3f10aa576f0dbf21dcb7008aaf8157c76a7
|
4
|
+
data.tar.gz: 188cbae960cfbf5711a920b62ca9eb66d63b72ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 048cb95c01f6deb8f24b02ed1f3cbf8ab240edcc19360962af75e52ce64dfa61386a83b29947efc93002f8335908ca026e9eefb712e11af5075778b54376bf8f
|
7
|
+
data.tar.gz: 9168912852b73075cf35e15bb84a6cfe78f83484509e674b820e037ac56a13e6e289bf56ee4a00895ea9ab95858ed7defd38e2a698fa40174299b8309be64880
|
data/.gitignore
CHANGED
data/Rakefile
CHANGED
@@ -14,12 +14,8 @@ $text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) !default;
|
|
14
14
|
@include btn-shadow($brand-primary);
|
15
15
|
}
|
16
16
|
|
17
|
-
.bg-faded {
|
18
|
-
@include gradient-y-three-colors(lighten($gray-light, 8%), $gray-light, 60%, darken($gray-light, 2%));
|
19
|
-
}
|
20
|
-
|
21
17
|
.bg-inverse {
|
22
|
-
@include gradient-y-three-colors(lighten($
|
18
|
+
@include gradient-y-three-colors(lighten($gray-light, 8%), $gray-light, 60%, darken($gray-light, 2%));
|
23
19
|
}
|
24
20
|
|
25
21
|
.nav-item {
|
@@ -2,6 +2,8 @@
|
|
2
2
|
// Bootswatch
|
3
3
|
|
4
4
|
|
5
|
+
|
6
|
+
|
5
7
|
// Table of Contents
|
6
8
|
//
|
7
9
|
// Colors
|
@@ -14,6 +16,30 @@
|
|
14
16
|
// Grid columns
|
15
17
|
// Fonts
|
16
18
|
// Components
|
19
|
+
// Tables
|
20
|
+
// Buttons
|
21
|
+
// Forms
|
22
|
+
// Dropdowns
|
23
|
+
// Z-index master list
|
24
|
+
// Navbar
|
25
|
+
// Navs
|
26
|
+
// Pagination
|
27
|
+
// Jumbotron
|
28
|
+
// Form states and alerts
|
29
|
+
// Cards
|
30
|
+
// Tooltips
|
31
|
+
// Popovers
|
32
|
+
// Badges
|
33
|
+
// Modals
|
34
|
+
// Alerts
|
35
|
+
// Progress bars
|
36
|
+
// List group
|
37
|
+
// Image thumbnails
|
38
|
+
// Figures
|
39
|
+
// Breadcrumbs
|
40
|
+
// Carousel
|
41
|
+
// Close
|
42
|
+
// Code
|
17
43
|
|
18
44
|
@mixin _assert-ascending($map, $map-name) {
|
19
45
|
$prev-key: null;
|
@@ -31,6 +57,31 @@
|
|
31
57
|
}
|
32
58
|
}
|
33
59
|
|
60
|
+
// Replace `$search` with `$replace` in `$string`
|
61
|
+
// @author Hugo Giraudel
|
62
|
+
// @param {String} $string - Initial string
|
63
|
+
// @param {String} $search - Substring to replace
|
64
|
+
// @param {String} $replace ('') - New value
|
65
|
+
// @return {String} - Updated string
|
66
|
+
@function str-replace($string, $search, $replace: "") {
|
67
|
+
$index: str-index($string, $search);
|
68
|
+
|
69
|
+
@if $index {
|
70
|
+
@return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);
|
71
|
+
}
|
72
|
+
|
73
|
+
@return $string;
|
74
|
+
}
|
75
|
+
|
76
|
+
@mixin _assert-starts-at-zero($map) {
|
77
|
+
$values: map-values($map);
|
78
|
+
$first-value: nth($values, 1);
|
79
|
+
@if $first-value != 0 {
|
80
|
+
@warn "First breakpoint in `$grid-breakpoints` must start at 0, but starts at #{$first-value}.";
|
81
|
+
}
|
82
|
+
}
|
83
|
+
|
84
|
+
|
34
85
|
// General variable structure
|
35
86
|
//
|
36
87
|
// Variable format should follow the `$component-modifier-state-property` order.
|
@@ -40,12 +91,26 @@
|
|
40
91
|
//
|
41
92
|
// Grayscale and brand colors for use across Bootstrap.
|
42
93
|
|
94
|
+
// Start with assigning color names to specific hex values.
|
95
|
+
$white: #fff !default;
|
96
|
+
$black: #000 !default;
|
97
|
+
$red: #d9534f !default;
|
98
|
+
$orange: #f0ad4e !default;
|
99
|
+
$yellow: #ffd500 !default;
|
100
|
+
$green: #5cb85c !default;
|
101
|
+
$blue: #0275d8 !default;
|
102
|
+
$teal: #5bc0de !default;
|
103
|
+
$pink: #ff5b77 !default;
|
104
|
+
$purple: #613d7c !default;
|
105
|
+
|
106
|
+
// Create grayscale
|
43
107
|
$gray-dark: #373a3c !default;
|
44
108
|
$gray: #666;
|
45
109
|
$gray-light: #e7e7e7;
|
46
110
|
$gray-lighter: #eceeef !default;
|
47
111
|
$gray-lightest: #f7f7f9 !default;
|
48
112
|
|
113
|
+
// Reassign color vars to semantic color scheme
|
49
114
|
$brand-primary: #2FA4E7;
|
50
115
|
$brand-success: #73A839;
|
51
116
|
$brand-info: #033C73;
|
@@ -58,11 +123,10 @@ $brand-inverse: $gray-dark;
|
|
58
123
|
//
|
59
124
|
// Quickly modify global styling by enabling or disabling optional features.
|
60
125
|
|
61
|
-
$enable-flex: false !default;
|
62
126
|
$enable-rounded: true !default;
|
63
127
|
$enable-shadows: false !default;
|
64
128
|
$enable-gradients: false !default;
|
65
|
-
$enable-transitions:
|
129
|
+
$enable-transitions: true !default;
|
66
130
|
$enable-hover-media-query: false !default;
|
67
131
|
$enable-grid-classes: true !default;
|
68
132
|
$enable-print-styles: true !default;
|
@@ -83,27 +147,44 @@ $spacers: (
|
|
83
147
|
y: 0
|
84
148
|
),
|
85
149
|
1: (
|
150
|
+
x: ($spacer-x * .25),
|
151
|
+
y: ($spacer-y * .25)
|
152
|
+
),
|
153
|
+
2: (
|
154
|
+
x: ($spacer-x * .5),
|
155
|
+
y: ($spacer-y * .5)
|
156
|
+
),
|
157
|
+
3: (
|
86
158
|
x: $spacer-x,
|
87
159
|
y: $spacer-y
|
88
160
|
),
|
89
|
-
|
161
|
+
4: (
|
90
162
|
x: ($spacer-x * 1.5),
|
91
163
|
y: ($spacer-y * 1.5)
|
92
164
|
),
|
93
|
-
|
165
|
+
5: (
|
94
166
|
x: ($spacer-x * 3),
|
95
167
|
y: ($spacer-y * 3)
|
96
168
|
)
|
97
169
|
) !default;
|
98
170
|
$border-width: 1px !default;
|
99
171
|
|
172
|
+
// This variable affects the `.h-*` and `.w-*` classes.
|
173
|
+
$sizes: (
|
174
|
+
25: 25%,
|
175
|
+
50: 50%,
|
176
|
+
75: 75%,
|
177
|
+
100: 100%
|
178
|
+
) !default;
|
100
179
|
|
101
180
|
// Body
|
102
181
|
//
|
103
182
|
// Settings for the `<body>` element.
|
104
183
|
|
105
|
-
$body-bg:
|
106
|
-
$body-color:
|
184
|
+
$body-bg: #fff !default;
|
185
|
+
$body-color: $gray;
|
186
|
+
$inverse-bg: $gray-dark !default;
|
187
|
+
$inverse-color: $gray-lighter !default;
|
107
188
|
|
108
189
|
|
109
190
|
// Links
|
@@ -129,6 +210,7 @@ $grid-breakpoints: (
|
|
129
210
|
xl: 1200px
|
130
211
|
) !default;
|
131
212
|
@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
|
213
|
+
@include _assert-starts-at-zero($grid-breakpoints);
|
132
214
|
|
133
215
|
|
134
216
|
// Grid containers
|
@@ -158,23 +240,24 @@ $grid-gutter-widths: (
|
|
158
240
|
xl: $grid-gutter-width-base
|
159
241
|
) !default;
|
160
242
|
|
161
|
-
//
|
243
|
+
// Fonts
|
162
244
|
//
|
163
245
|
// Font, line-height, and color for body text, headings, and more.
|
164
246
|
|
165
|
-
$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default;
|
247
|
+
$font-family-sans-serif: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default;
|
166
248
|
$font-family-serif: Georgia, "Times New Roman", Times, serif !default;
|
167
249
|
$font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
|
168
250
|
$font-family-base: $font-family-sans-serif !default;
|
169
251
|
|
170
|
-
// Pixel value used to responsively scale all typography. Applied to the `<html>` element.
|
171
|
-
$font-size-root: 16px !default;
|
172
|
-
|
173
252
|
$font-size-base: 1rem !default;
|
174
253
|
$font-size-lg: 1.25rem !default;
|
175
254
|
$font-size-sm: .875rem !default;
|
176
255
|
$font-size-xs: .75rem !default;
|
177
256
|
|
257
|
+
$font-weight-normal: normal !default;
|
258
|
+
$font-weight-bold: bold !default;
|
259
|
+
|
260
|
+
$font-weight-base: $font-weight-normal !default;
|
178
261
|
$line-height-base: 1.5 !default;
|
179
262
|
|
180
263
|
$font-size-h1: 2.5rem !default;
|
@@ -184,22 +267,23 @@ $font-size-h4: 1.5rem !default;
|
|
184
267
|
$font-size-h5: 1.25rem !default;
|
185
268
|
$font-size-h6: 1rem !default;
|
186
269
|
|
187
|
-
$display1-size: 6rem !default;
|
188
|
-
$display2-size: 5.5rem !default;
|
189
|
-
$display3-size: 4.5rem !default;
|
190
|
-
$display4-size: 3.5rem !default;
|
191
|
-
|
192
|
-
$display1-weight: 300 !default;
|
193
|
-
$display2-weight: 300 !default;
|
194
|
-
$display3-weight: 300 !default;
|
195
|
-
$display4-weight: 300 !default;
|
196
|
-
|
197
270
|
$headings-margin-bottom: ($spacer / 2) !default;
|
198
271
|
$headings-font-family: inherit !default;
|
199
272
|
$headings-font-weight: 500 !default;
|
200
273
|
$headings-line-height: 1.1 !default;
|
201
274
|
$headings-color: $brand-primary;
|
202
275
|
|
276
|
+
$display1-size: 6rem !default;
|
277
|
+
$display2-size: 5.5rem !default;
|
278
|
+
$display3-size: 4.5rem !default;
|
279
|
+
$display4-size: 3.5rem !default;
|
280
|
+
|
281
|
+
$display1-weight: 300 !default;
|
282
|
+
$display2-weight: 300 !default;
|
283
|
+
$display3-weight: 300 !default;
|
284
|
+
$display4-weight: 300 !default;
|
285
|
+
$display-line-height: $headings-line-height !default;
|
286
|
+
|
203
287
|
$lead-font-size: 1.25rem !default;
|
204
288
|
$lead-font-weight: 300 !default;
|
205
289
|
|
@@ -214,15 +298,15 @@ $blockquote-font-size: ($font-size-base * 1.25) !default;
|
|
214
298
|
$blockquote-border-color: $gray-lighter !default;
|
215
299
|
$blockquote-border-width: .25rem !default;
|
216
300
|
|
217
|
-
$hr-border-color: rgba(
|
301
|
+
$hr-border-color: rgba($black,.1) !default;
|
218
302
|
$hr-border-width: $border-width !default;
|
219
303
|
|
220
304
|
$mark-padding: .2em !default;
|
221
305
|
|
222
|
-
$dt-font-weight: bold !default;
|
306
|
+
$dt-font-weight: $font-weight-bold !default;
|
223
307
|
|
224
|
-
$kbd-box-shadow: inset 0 -.1rem 0 rgba(
|
225
|
-
$nested-kbd-font-weight: bold !default;
|
308
|
+
$kbd-box-shadow: inset 0 -.1rem 0 rgba($black,.25) !default;
|
309
|
+
$nested-kbd-font-weight: $font-weight-bold !default;
|
226
310
|
|
227
311
|
$list-inline-padding: 5px !default;
|
228
312
|
|
@@ -238,11 +322,14 @@ $border-radius: .25rem !default;
|
|
238
322
|
$border-radius-lg: .3rem !default;
|
239
323
|
$border-radius-sm: .2rem !default;
|
240
324
|
|
241
|
-
$component-active-color:
|
325
|
+
$component-active-color: $white !default;
|
242
326
|
$component-active-bg: $brand-primary !default;
|
243
327
|
|
244
328
|
$caret-width: .3em !default;
|
245
|
-
|
329
|
+
|
330
|
+
$transition-base: all .2s ease-in-out !default;
|
331
|
+
$transition-fade: opacity .15s linear !default;
|
332
|
+
$transition-collapse: height .35s ease !default;
|
246
333
|
|
247
334
|
|
248
335
|
// Tables
|
@@ -253,10 +340,17 @@ $table-cell-padding: .75rem !default;
|
|
253
340
|
$table-sm-cell-padding: .3rem !default;
|
254
341
|
|
255
342
|
$table-bg: transparent !default;
|
256
|
-
|
257
|
-
$table-bg-
|
343
|
+
|
344
|
+
$table-inverse-bg: $gray-dark !default;
|
345
|
+
$table-inverse-color: $body-bg !default;
|
346
|
+
|
347
|
+
$table-bg-accent: rgba($black,.05) !default;
|
348
|
+
$table-bg-hover: rgba($black,.075) !default;
|
258
349
|
$table-bg-active: $table-bg-hover !default;
|
259
350
|
|
351
|
+
$table-head-bg: $gray-lighter !default;
|
352
|
+
$table-head-color: $gray !default;
|
353
|
+
|
260
354
|
$table-border-width: $border-width !default;
|
261
355
|
$table-border-color: $gray-lighter !default;
|
262
356
|
|
@@ -268,31 +362,32 @@ $table-border-color: $gray-lighter !default;
|
|
268
362
|
$btn-padding-x: 1rem !default;
|
269
363
|
$btn-padding-y: .5rem !default;
|
270
364
|
$btn-line-height: 1.25 !default;
|
271
|
-
$btn-font-weight: normal !default;
|
272
|
-
$btn-box-shadow: inset 0 1px 0 rgba(
|
273
|
-
$btn-
|
365
|
+
$btn-font-weight: $font-weight-normal !default;
|
366
|
+
$btn-box-shadow: inset 0 1px 0 rgba($white,.15), 0 1px 1px rgba($black,.075) !default;
|
367
|
+
$btn-focus-box-shadow: 0 0 0 2px rgba($brand-primary, .25) !default;
|
368
|
+
$btn-active-box-shadow: inset 0 3px 5px rgba($black,.125) !default;
|
274
369
|
|
275
|
-
$btn-primary-color:
|
370
|
+
$btn-primary-color: $white !default;
|
276
371
|
$btn-primary-bg: $brand-primary !default;
|
277
372
|
$btn-primary-border: $btn-primary-bg !default;
|
278
373
|
|
279
374
|
$btn-secondary-color: $gray;
|
280
|
-
$btn-secondary-bg:
|
375
|
+
$btn-secondary-bg: $white !default;
|
281
376
|
$btn-secondary-border: #ccc !default;
|
282
377
|
|
283
|
-
$btn-info-color:
|
378
|
+
$btn-info-color: $white !default;
|
284
379
|
$btn-info-bg: $brand-info !default;
|
285
380
|
$btn-info-border: $btn-info-bg !default;
|
286
381
|
|
287
|
-
$btn-success-color:
|
382
|
+
$btn-success-color: $white !default;
|
288
383
|
$btn-success-bg: $brand-success !default;
|
289
384
|
$btn-success-border: $btn-success-bg !default;
|
290
385
|
|
291
|
-
$btn-warning-color:
|
386
|
+
$btn-warning-color: $white !default;
|
292
387
|
$btn-warning-bg: $brand-warning !default;
|
293
388
|
$btn-warning-border: $btn-warning-bg !default;
|
294
389
|
|
295
|
-
$btn-danger-color:
|
390
|
+
$btn-danger-color: $white !default;
|
296
391
|
$btn-danger-bg: $brand-danger !default;
|
297
392
|
$btn-danger-border: $btn-danger-bg !default;
|
298
393
|
|
@@ -312,6 +407,8 @@ $btn-border-radius: $border-radius !default;
|
|
312
407
|
$btn-border-radius-lg: $border-radius-lg !default;
|
313
408
|
$btn-border-radius-sm: $border-radius-sm !default;
|
314
409
|
|
410
|
+
$btn-transition: all .2s ease-in-out !default;
|
411
|
+
|
315
412
|
|
316
413
|
// Forms
|
317
414
|
|
@@ -319,24 +416,24 @@ $input-padding-x: .75rem !default;
|
|
319
416
|
$input-padding-y: .5rem !default;
|
320
417
|
$input-line-height: 1.25 !default;
|
321
418
|
|
322
|
-
$input-bg:
|
419
|
+
$input-bg: $white !default;
|
323
420
|
$input-bg-disabled: $gray-lighter !default;
|
324
421
|
|
325
422
|
$input-color: $gray !default;
|
326
|
-
$input-border-color: rgba(
|
423
|
+
$input-border-color: rgba($black,.15) !default;
|
327
424
|
$input-btn-border-width: $border-width !default; // For form controls and buttons
|
328
|
-
$input-box-shadow: inset 0 1px 1px rgba(
|
425
|
+
$input-box-shadow: inset 0 1px 1px rgba($black,.075) !default;
|
329
426
|
|
330
427
|
$input-border-radius: $border-radius !default;
|
331
428
|
$input-border-radius-lg: $border-radius-lg !default;
|
332
429
|
$input-border-radius-sm: $border-radius-sm !default;
|
333
430
|
|
334
431
|
$input-bg-focus: $input-bg !default;
|
335
|
-
$input-border-focus:
|
336
|
-
$input-box-shadow-focus: $input-box-shadow,
|
432
|
+
$input-border-focus: lighten($brand-primary, 25%) !default;
|
433
|
+
$input-box-shadow-focus: $input-box-shadow, rgba($input-border-focus, .6) !default;
|
337
434
|
$input-color-focus: $input-color !default;
|
338
435
|
|
339
|
-
$input-color-placeholder:
|
436
|
+
$input-color-placeholder: $gray-light !default;
|
340
437
|
|
341
438
|
$input-padding-x-sm: .5rem !default;
|
342
439
|
$input-padding-y-sm: .25rem !default;
|
@@ -344,10 +441,22 @@ $input-padding-y-sm: .25rem !default;
|
|
344
441
|
$input-padding-x-lg: 1.5rem !default;
|
345
442
|
$input-padding-y-lg: .75rem !default;
|
346
443
|
|
347
|
-
$input-height: (($font-size-base * $line-height
|
444
|
+
$input-height: (($font-size-base * $input-line-height) + ($input-padding-y * 2)) !default;
|
348
445
|
$input-height-lg: (($font-size-lg * $line-height-lg) + ($input-padding-y-lg * 2)) !default;
|
349
446
|
$input-height-sm: (($font-size-sm * $line-height-sm) + ($input-padding-y-sm * 2)) !default;
|
350
447
|
|
448
|
+
$input-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !default;
|
449
|
+
|
450
|
+
$form-text-margin-top: .25rem !default;
|
451
|
+
$form-feedback-margin-top: $form-text-margin-top !default;
|
452
|
+
|
453
|
+
$form-check-margin-bottom: .5rem !default;
|
454
|
+
$form-check-input-gutter: 1.25rem !default;
|
455
|
+
$form-check-input-margin-y: .25rem !default;
|
456
|
+
$form-check-input-margin-x: .25rem !default;
|
457
|
+
|
458
|
+
$form-check-inline-margin-x: .75rem !default;
|
459
|
+
|
351
460
|
$form-group-margin-bottom: $spacer-y !default;
|
352
461
|
|
353
462
|
$input-group-addon-bg: $gray-lighter !default;
|
@@ -360,70 +469,72 @@ $custom-control-spacer-x: 1rem !default;
|
|
360
469
|
$custom-control-spacer-y: .25rem !default;
|
361
470
|
|
362
471
|
$custom-control-indicator-size: 1rem !default;
|
472
|
+
$custom-control-indicator-margin-y: (($line-height-base * 1rem) - $custom-control-indicator-size) / -2 !default;
|
363
473
|
$custom-control-indicator-bg: #ddd !default;
|
364
474
|
$custom-control-indicator-bg-size: 50% 50% !default;
|
365
|
-
$custom-control-indicator-box-shadow: inset 0 .25rem .25rem rgba(
|
475
|
+
$custom-control-indicator-box-shadow: inset 0 .25rem .25rem rgba($black,.1) !default;
|
366
476
|
|
367
477
|
$custom-control-disabled-cursor: $cursor-disabled !default;
|
368
|
-
$custom-control-disabled-indicator-bg:
|
369
|
-
$custom-control-disabled-description-color:
|
478
|
+
$custom-control-disabled-indicator-bg: $gray-lighter !default;
|
479
|
+
$custom-control-disabled-description-color: $gray-light !default;
|
370
480
|
|
371
|
-
$custom-control-checked-indicator-color:
|
372
|
-
$custom-control-checked-indicator-bg:
|
481
|
+
$custom-control-checked-indicator-color: $white !default;
|
482
|
+
$custom-control-checked-indicator-bg: $brand-primary !default;
|
373
483
|
$custom-control-checked-indicator-box-shadow: none !default;
|
374
484
|
|
375
|
-
$custom-control-focus-indicator-box-shadow: 0 0 0
|
485
|
+
$custom-control-focus-indicator-box-shadow: 0 0 0 1px $body-bg, 0 0 0 3px $brand-primary !default;
|
376
486
|
|
377
|
-
$custom-control-active-indicator-color:
|
378
|
-
$custom-control-active-indicator-bg:
|
487
|
+
$custom-control-active-indicator-color: $white !default;
|
488
|
+
$custom-control-active-indicator-bg: lighten($brand-primary, 35%) !default;
|
379
489
|
$custom-control-active-indicator-box-shadow: none !default;
|
380
490
|
|
381
491
|
$custom-checkbox-radius: $border-radius !default;
|
382
|
-
$custom-checkbox-checked-icon: 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-checked-indicator-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") !default;
|
492
|
+
$custom-checkbox-checked-icon: 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-checked-indicator-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;
|
383
493
|
|
384
|
-
$custom-checkbox-indeterminate-bg:
|
494
|
+
$custom-checkbox-indeterminate-bg: $brand-primary !default;
|
385
495
|
$custom-checkbox-indeterminate-indicator-color: $custom-control-checked-indicator-color !default;
|
386
|
-
$custom-checkbox-indeterminate-icon: 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-indeterminate-indicator-color}' d='M0 2h4'/%3E%3C/svg%3E") !default;
|
496
|
+
$custom-checkbox-indeterminate-icon: 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-indeterminate-indicator-color}' d='M0 2h4'/%3E%3C/svg%3E"), "#", "%23") !default;
|
387
497
|
$custom-checkbox-indeterminate-box-shadow: none !default;
|
388
498
|
|
389
499
|
$custom-radio-radius: 50% !default;
|
390
|
-
$custom-radio-checked-icon: 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-checked-indicator-color}'/%3E%3C/svg%3E") !default;
|
500
|
+
$custom-radio-checked-icon: 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-checked-indicator-color}'/%3E%3C/svg%3E"), "#", "%23") !default;
|
391
501
|
|
392
502
|
$custom-select-padding-x: .75rem !default;
|
393
503
|
$custom-select-padding-y: .375rem !default;
|
394
|
-
$custom-select-indicator-padding:
|
395
|
-
$custom-select-
|
396
|
-
$custom-select-
|
397
|
-
$custom-select-
|
504
|
+
$custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator
|
505
|
+
$custom-select-line-height: $input-line-height !default;
|
506
|
+
$custom-select-color: $input-color !default;
|
507
|
+
$custom-select-disabled-color: $gray-light !default;
|
508
|
+
$custom-select-bg: $white !default;
|
398
509
|
$custom-select-disabled-bg: $gray-lighter !default;
|
399
510
|
$custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions
|
400
511
|
$custom-select-indicator-color: #333 !default;
|
401
|
-
$custom-select-indicator: 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") !default;
|
512
|
+
$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;
|
402
513
|
$custom-select-border-width: $input-btn-border-width !default;
|
403
514
|
$custom-select-border-color: $input-border-color !default;
|
404
515
|
$custom-select-border-radius: $border-radius !default;
|
405
516
|
|
406
|
-
$custom-select-focus-border-color:
|
407
|
-
$custom-select-focus-box-shadow: inset 0 1px 2px rgba(
|
517
|
+
$custom-select-focus-border-color: lighten($brand-primary, 25%) !default;
|
518
|
+
$custom-select-focus-box-shadow: inset 0 1px 2px rgba($black, .075), 0 0 5px rgba($custom-select-focus-border-color, .5) !default;
|
408
519
|
|
409
|
-
$custom-select-sm-padding-y:
|
410
|
-
$custom-select-sm-font-size:
|
520
|
+
$custom-select-sm-padding-y: .2rem !default;
|
521
|
+
$custom-select-sm-font-size: 75% !default;
|
411
522
|
|
412
523
|
$custom-file-height: 2.5rem !default;
|
413
524
|
$custom-file-width: 14rem !default;
|
414
|
-
$custom-file-focus-box-shadow: 0 0 0 .075rem
|
525
|
+
$custom-file-focus-box-shadow: 0 0 0 .075rem $white, 0 0 0 .2rem $brand-primary !default;
|
415
526
|
|
416
527
|
$custom-file-padding-x: .5rem !default;
|
417
528
|
$custom-file-padding-y: 1rem !default;
|
418
529
|
$custom-file-line-height: 1.5 !default;
|
419
|
-
$custom-file-color:
|
420
|
-
$custom-file-bg:
|
530
|
+
$custom-file-color: $gray !default;
|
531
|
+
$custom-file-bg: $white !default;
|
421
532
|
$custom-file-border-width: $border-width !default;
|
422
|
-
$custom-file-border-color:
|
533
|
+
$custom-file-border-color: $input-border-color !default;
|
423
534
|
$custom-file-border-radius: $border-radius !default;
|
424
|
-
$custom-file-box-shadow: inset 0 .2rem .4rem rgba(
|
535
|
+
$custom-file-box-shadow: inset 0 .2rem .4rem rgba($black,.05) !default;
|
425
536
|
$custom-file-button-color: $custom-file-color !default;
|
426
|
-
$custom-file-button-bg:
|
537
|
+
$custom-file-button-bg: $gray-lighter !default;
|
427
538
|
$custom-file-text: (
|
428
539
|
placeholder: (
|
429
540
|
en: "Choose file..."
|
@@ -436,13 +547,13 @@ $custom-file-text: (
|
|
436
547
|
|
437
548
|
// Form validation icons
|
438
549
|
$form-icon-success-color: $brand-success !default;
|
439
|
-
$form-icon-success: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#{$form-icon-success-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") !default;
|
550
|
+
$form-icon-success: 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='#{$form-icon-success-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;
|
440
551
|
|
441
552
|
$form-icon-warning-color: $brand-warning !default;
|
442
|
-
$form-icon-warning: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#{$form-icon-warning-color}' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E") !default;
|
553
|
+
$form-icon-warning: 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='#{$form-icon-warning-color}' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"), "#", "%23") !default;
|
443
554
|
|
444
555
|
$form-icon-danger-color: $brand-danger !default;
|
445
|
-
$form-icon-danger: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$form-icon-danger-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") !default;
|
556
|
+
$form-icon-danger: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$form-icon-danger-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;
|
446
557
|
|
447
558
|
|
448
559
|
// Dropdowns
|
@@ -452,11 +563,11 @@ $form-icon-danger: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www
|
|
452
563
|
$dropdown-min-width: 10rem !default;
|
453
564
|
$dropdown-padding-y: .5rem !default;
|
454
565
|
$dropdown-margin-top: .125rem !default;
|
455
|
-
$dropdown-bg:
|
456
|
-
$dropdown-border-color: rgba(
|
566
|
+
$dropdown-bg: $white !default;
|
567
|
+
$dropdown-border-color: rgba($black,.15) !default;
|
457
568
|
$dropdown-border-width: $border-width !default;
|
458
|
-
$dropdown-divider-bg:
|
459
|
-
$dropdown-box-shadow: 0 .5rem 1rem rgba(
|
569
|
+
$dropdown-divider-bg: $gray-lighter !default;
|
570
|
+
$dropdown-box-shadow: 0 .5rem 1rem rgba($black,.175) !default;
|
460
571
|
|
461
572
|
$dropdown-link-color: $gray-dark !default;
|
462
573
|
$dropdown-link-hover-color: #fff;
|
@@ -478,14 +589,14 @@ $dropdown-header-color: $gray-light !default;
|
|
478
589
|
// of components dependent on the z-axis and are designed to all work together.
|
479
590
|
|
480
591
|
$zindex-dropdown-backdrop: 990 !default;
|
481
|
-
$zindex-navbar:
|
482
|
-
$zindex-dropdown:
|
483
|
-
$zindex-
|
484
|
-
$zindex-
|
485
|
-
$zindex-
|
486
|
-
$zindex-
|
487
|
-
$zindex-
|
488
|
-
$zindex-
|
592
|
+
$zindex-navbar: 1000 !default;
|
593
|
+
$zindex-dropdown: 1000 !default;
|
594
|
+
$zindex-fixed: 1030 !default;
|
595
|
+
$zindex-sticky: 1030 !default;
|
596
|
+
$zindex-modal-backdrop: 1040 !default;
|
597
|
+
$zindex-modal: 1050 !default;
|
598
|
+
$zindex-popover: 1060 !default;
|
599
|
+
$zindex-tooltip: 1070 !default;
|
489
600
|
|
490
601
|
|
491
602
|
// Navbar
|
@@ -496,28 +607,24 @@ $navbar-padding-y: ($spacer / 2) !default;
|
|
496
607
|
|
497
608
|
$navbar-brand-padding-y: .25rem !default;
|
498
609
|
|
499
|
-
$navbar-divider-padding-y: .425rem !default;
|
500
|
-
|
501
610
|
$navbar-toggler-padding-x: .75rem !default;
|
502
|
-
$navbar-toggler-padding-y: .
|
611
|
+
$navbar-toggler-padding-y: .25rem !default;
|
503
612
|
$navbar-toggler-font-size: $font-size-lg !default;
|
504
613
|
$navbar-toggler-border-radius: $btn-border-radius !default;
|
505
|
-
|
506
|
-
$navbar-
|
507
|
-
|
508
|
-
$navbar-
|
509
|
-
$navbar-
|
510
|
-
$navbar-
|
511
|
-
$navbar-
|
512
|
-
|
513
|
-
$navbar-
|
514
|
-
|
515
|
-
$navbar-light-color:
|
516
|
-
$navbar-light-
|
517
|
-
$navbar-light-
|
518
|
-
$navbar-light-
|
519
|
-
$navbar-light-toggler-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !default;
|
520
|
-
$navbar-light-toggler-border: rgba(0,0,0,.1) !default;
|
614
|
+
|
615
|
+
$navbar-inverse-color: rgba(255,255,255,.8);
|
616
|
+
$navbar-inverse-hover-color: #fff;
|
617
|
+
$navbar-inverse-active-color: #fff;
|
618
|
+
$navbar-inverse-disabled-color: rgba(255,255,255,.25) !default;
|
619
|
+
$navbar-inverse-toggler-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-inverse-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"), "#", "%23") !default;
|
620
|
+
$navbar-inverse-toggler-border: rgba($white,.1) !default;
|
621
|
+
|
622
|
+
$navbar-light-color: rgba($black,.5) !default;
|
623
|
+
$navbar-light-hover-color: rgba($black,.7) !default;
|
624
|
+
$navbar-light-active-color: rgba($black,.9) !default;
|
625
|
+
$navbar-light-disabled-color: rgba($black,.3) !default;
|
626
|
+
$navbar-light-toggler-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"), "#", "%23") !default;
|
627
|
+
$navbar-light-toggler-border: rgba($black,.1) !default;
|
521
628
|
|
522
629
|
// Navs
|
523
630
|
|
@@ -526,8 +633,6 @@ $nav-item-inline-spacer: 1rem !default;
|
|
526
633
|
$nav-link-padding: .5em 1em !default;
|
527
634
|
$nav-link-hover-bg: $gray-lighter !default;
|
528
635
|
$nav-disabled-link-color: $gray-light !default;
|
529
|
-
$nav-disabled-link-hover-color: $gray-light !default;
|
530
|
-
$nav-disabled-link-hover-bg: transparent !default;
|
531
636
|
|
532
637
|
$nav-tabs-border-color: #ddd !default;
|
533
638
|
$nav-tabs-border-width: $border-width !default;
|
@@ -548,14 +653,14 @@ $nav-pills-active-link-bg: $component-active-bg !default;
|
|
548
653
|
|
549
654
|
$pagination-padding-x: .75rem !default;
|
550
655
|
$pagination-padding-y: .5rem !default;
|
551
|
-
$pagination-padding-x-sm: .
|
552
|
-
$pagination-padding-y-sm: .
|
656
|
+
$pagination-padding-x-sm: .5rem !default;
|
657
|
+
$pagination-padding-y-sm: .25rem !default;
|
553
658
|
$pagination-padding-x-lg: 1.5rem !default;
|
554
659
|
$pagination-padding-y-lg: .75rem !default;
|
555
|
-
|
660
|
+
$pagination-line-height: 1.25 !default;
|
556
661
|
|
557
662
|
$pagination-color: $link-color !default;
|
558
|
-
$pagination-bg:
|
663
|
+
$pagination-bg: $white !default;
|
559
664
|
$pagination-border-width: $border-width !default;
|
560
665
|
$pagination-border-color: #ddd !default;
|
561
666
|
|
@@ -563,12 +668,12 @@ $pagination-hover-color: $link-hover-color !default;
|
|
563
668
|
$pagination-hover-bg: $gray-lighter !default;
|
564
669
|
$pagination-hover-border: #ddd !default;
|
565
670
|
|
566
|
-
$pagination-active-color:
|
671
|
+
$pagination-active-color: $white !default;
|
567
672
|
$pagination-active-bg: $brand-primary !default;
|
568
673
|
$pagination-active-border: $brand-primary !default;
|
569
674
|
|
570
675
|
$pagination-disabled-color: $gray-light !default;
|
571
|
-
$pagination-disabled-bg:
|
676
|
+
$pagination-disabled-bg: $white !default;
|
572
677
|
$pagination-disabled-border: #ddd !default;
|
573
678
|
|
574
679
|
|
@@ -601,29 +706,32 @@ $state-danger-border: darken($state-danger-bg, 5%) !default;
|
|
601
706
|
|
602
707
|
|
603
708
|
// Cards
|
709
|
+
|
604
710
|
$card-spacer-x: 1.25rem !default;
|
605
711
|
$card-spacer-y: .75rem !default;
|
606
712
|
$card-border-width: 1px !default;
|
607
713
|
$card-border-radius: $border-radius !default;
|
608
|
-
$card-border-color: rgba(
|
714
|
+
$card-border-color: rgba($black,.125) !default;
|
609
715
|
$card-border-radius-inner: calc(#{$card-border-radius} - #{$card-border-width}) !default;
|
610
|
-
$card-cap-bg:
|
611
|
-
$card-bg:
|
716
|
+
$card-cap-bg: $gray-lightest !default;
|
717
|
+
$card-bg: $white !default;
|
612
718
|
|
613
|
-
$card-link-hover-color:
|
719
|
+
$card-link-hover-color: $white !default;
|
614
720
|
|
615
721
|
$card-img-overlay-padding: 1.25rem !default;
|
616
722
|
|
617
|
-
$card-deck-margin:
|
723
|
+
$card-deck-margin: ($grid-gutter-width-base / 2) !default;
|
618
724
|
|
619
|
-
$card-columns-
|
725
|
+
$card-columns-count: 3 !default;
|
726
|
+
$card-columns-gap: 1.25rem !default;
|
727
|
+
$card-columns-margin: $card-spacer-y !default;
|
620
728
|
|
621
729
|
|
622
730
|
// Tooltips
|
623
731
|
|
624
732
|
$tooltip-max-width: 200px !default;
|
625
|
-
$tooltip-color:
|
626
|
-
$tooltip-bg:
|
733
|
+
$tooltip-color: $white !default;
|
734
|
+
$tooltip-bg: $black !default;
|
627
735
|
$tooltip-opacity: .9 !default;
|
628
736
|
$tooltip-padding-y: 3px !default;
|
629
737
|
$tooltip-padding-x: 8px !default;
|
@@ -636,11 +744,11 @@ $tooltip-arrow-color: $tooltip-bg !default;
|
|
636
744
|
// Popovers
|
637
745
|
|
638
746
|
$popover-inner-padding: 1px !default;
|
639
|
-
$popover-bg:
|
747
|
+
$popover-bg: $white !default;
|
640
748
|
$popover-max-width: 276px !default;
|
641
749
|
$popover-border-width: $border-width !default;
|
642
|
-
$popover-border-color: rgba(
|
643
|
-
$popover-box-shadow: 0 5px 10px rgba(
|
750
|
+
$popover-border-color: rgba($black,.2) !default;
|
751
|
+
$popover-box-shadow: 0 5px 10px rgba($black,.2) !default;
|
644
752
|
|
645
753
|
$popover-title-bg: darken($popover-bg, 3%) !default;
|
646
754
|
$popover-title-padding-x: 14px !default;
|
@@ -656,26 +764,27 @@ $popover-arrow-outer-width: ($popover-arrow-width + 1px) !default;
|
|
656
764
|
$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;
|
657
765
|
|
658
766
|
|
659
|
-
//
|
767
|
+
// Badges
|
660
768
|
|
661
|
-
$
|
662
|
-
$
|
663
|
-
$
|
664
|
-
$
|
665
|
-
$
|
666
|
-
$
|
769
|
+
$badge-default-bg: $gray-light !default;
|
770
|
+
$badge-primary-bg: $brand-primary !default;
|
771
|
+
$badge-success-bg: $brand-success !default;
|
772
|
+
$badge-info-bg: $brand-info !default;
|
773
|
+
$badge-warning-bg: $brand-warning !default;
|
774
|
+
$badge-danger-bg: $brand-danger !default;
|
667
775
|
|
668
|
-
$
|
669
|
-
$
|
670
|
-
$
|
671
|
-
$
|
672
|
-
$
|
673
|
-
$
|
776
|
+
$badge-color: $white !default;
|
777
|
+
$badge-link-hover-color: $white !default;
|
778
|
+
$badge-font-size: 75% !default;
|
779
|
+
$badge-font-weight: $font-weight-bold !default;
|
780
|
+
$badge-padding-x: .4em !default;
|
781
|
+
$badge-padding-y: .25em !default;
|
674
782
|
|
675
|
-
$
|
783
|
+
$badge-pill-padding-x: .6em !default;
|
676
784
|
// Use a higher than normal value to ensure completely rounded edges when
|
677
785
|
// customizing padding or font-size on labels.
|
678
|
-
$
|
786
|
+
$badge-pill-border-radius: 10rem !default;
|
787
|
+
|
679
788
|
|
680
789
|
// Modals
|
681
790
|
|
@@ -685,26 +794,28 @@ $modal-inner-padding: 15px !default;
|
|
685
794
|
$modal-dialog-margin: 10px !default;
|
686
795
|
$modal-dialog-sm-up-margin-y: 30px !default;
|
687
796
|
|
688
|
-
$modal-title-padding: 15px !default;
|
689
797
|
$modal-title-line-height: $line-height-base !default;
|
690
798
|
|
691
|
-
$modal-content-bg:
|
692
|
-
$modal-content-border-color: rgba(
|
799
|
+
$modal-content-bg: $white !default;
|
800
|
+
$modal-content-border-color: rgba($black,.2) !default;
|
693
801
|
$modal-content-border-width: $border-width !default;
|
694
|
-
$modal-content-xs-box-shadow: 0 3px 9px rgba(
|
695
|
-
$modal-content-sm-up-box-shadow: 0 5px 15px rgba(
|
802
|
+
$modal-content-xs-box-shadow: 0 3px 9px rgba($black,.5) !default;
|
803
|
+
$modal-content-sm-up-box-shadow: 0 5px 15px rgba($black,.5) !default;
|
696
804
|
|
697
|
-
$modal-backdrop-bg:
|
805
|
+
$modal-backdrop-bg: $black !default;
|
698
806
|
$modal-backdrop-opacity: .5 !default;
|
699
|
-
$modal-header-border-color:
|
807
|
+
$modal-header-border-color: $gray-lighter !default;
|
700
808
|
$modal-footer-border-color: $modal-header-border-color !default;
|
701
809
|
$modal-header-border-width: $modal-content-border-width !default;
|
702
810
|
$modal-footer-border-width: $modal-header-border-width !default;
|
811
|
+
$modal-header-padding: 15px !default;
|
703
812
|
|
704
|
-
$modal-lg:
|
705
|
-
$modal-md:
|
813
|
+
$modal-lg: 800px !default;
|
814
|
+
$modal-md: 500px !default;
|
706
815
|
$modal-sm: 300px !default;
|
707
816
|
|
817
|
+
$modal-transition: transform .3s ease-out !default;
|
818
|
+
|
708
819
|
|
709
820
|
// Alerts
|
710
821
|
//
|
@@ -712,8 +823,9 @@ $modal-sm: 300px !default;
|
|
712
823
|
|
713
824
|
$alert-padding-x: 1.25rem !default;
|
714
825
|
$alert-padding-y: .75rem !default;
|
826
|
+
$alert-margin-bottom: $spacer-y !default;
|
715
827
|
$alert-border-radius: $border-radius !default;
|
716
|
-
$alert-link-font-weight: bold !default;
|
828
|
+
$alert-link-font-weight: $font-weight-bold !default;
|
717
829
|
$alert-border-width: $border-width !default;
|
718
830
|
|
719
831
|
$alert-success-bg: $state-success-bg !default;
|
@@ -735,42 +847,42 @@ $alert-danger-border: $state-danger-border !default;
|
|
735
847
|
|
736
848
|
// Progress bars
|
737
849
|
|
738
|
-
$progress-
|
739
|
-
$progress-
|
740
|
-
$progress-
|
741
|
-
$progress-
|
742
|
-
|
743
|
-
$progress-bar-
|
744
|
-
$progress-bar-
|
745
|
-
$progress-bar-
|
746
|
-
$progress-bar-danger-bg: $brand-danger !default;
|
747
|
-
$progress-bar-info-bg: $brand-info !default;
|
748
|
-
|
850
|
+
$progress-height: 1rem !default;
|
851
|
+
$progress-font-size: .75rem !default;
|
852
|
+
$progress-bg: $gray-lighter !default;
|
853
|
+
$progress-border-radius: $border-radius !default;
|
854
|
+
$progress-box-shadow: inset 0 .1rem .1rem rgba($black,.1) !default;
|
855
|
+
$progress-bar-color: $white !default;
|
856
|
+
$progress-bar-bg: $brand-primary !default;
|
857
|
+
$progress-bar-animation-timing: 1s linear infinite !default;
|
749
858
|
|
750
859
|
// List group
|
751
860
|
|
752
|
-
$list-group-
|
753
|
-
$list-group-
|
754
|
-
$list-group-border-
|
755
|
-
$list-group-border-
|
861
|
+
$list-group-color: $body-color !default;
|
862
|
+
$list-group-bg: $white !default;
|
863
|
+
$list-group-border-color: rgba($black,.125) !default;
|
864
|
+
$list-group-border-width: $border-width !default;
|
865
|
+
$list-group-border-radius: $border-radius !default;
|
866
|
+
|
867
|
+
$list-group-item-padding-x: 1.25rem !default;
|
868
|
+
$list-group-item-padding-y: .75rem !default;
|
756
869
|
|
757
|
-
$list-group-hover-bg:
|
758
|
-
$list-group-active-color:
|
759
|
-
$list-group-active-bg:
|
760
|
-
$list-group-active-border:
|
761
|
-
$list-group-active-text-color:
|
870
|
+
$list-group-hover-bg: $gray-lightest !default;
|
871
|
+
$list-group-active-color: $component-active-color !default;
|
872
|
+
$list-group-active-bg: $component-active-bg !default;
|
873
|
+
$list-group-active-border: $list-group-active-bg !default;
|
874
|
+
$list-group-active-text-color: lighten($list-group-active-bg, 50%) !default;
|
762
875
|
|
763
876
|
$list-group-disabled-color: $gray-light !default;
|
764
|
-
$list-group-disabled-bg: $
|
877
|
+
$list-group-disabled-bg: $list-group-bg !default;
|
765
878
|
$list-group-disabled-text-color: $list-group-disabled-color !default;
|
766
879
|
|
767
|
-
$list-group-link-color:
|
768
|
-
$list-group-link-
|
769
|
-
$list-group-link-
|
880
|
+
$list-group-link-color: $gray !default;
|
881
|
+
$list-group-link-heading-color: $gray-dark !default;
|
882
|
+
$list-group-link-hover-color: $list-group-link-color !default;
|
770
883
|
|
771
|
-
$list-group-
|
772
|
-
$list-group-
|
773
|
-
$list-group-item-heading-margin-bottom: 5px !default;
|
884
|
+
$list-group-link-active-color: $list-group-color !default;
|
885
|
+
$list-group-link-active-bg: $gray-lighter !default;
|
774
886
|
|
775
887
|
|
776
888
|
// Image thumbnails
|
@@ -780,12 +892,14 @@ $thumbnail-bg: $body-bg !default;
|
|
780
892
|
$thumbnail-border-width: $border-width !default;
|
781
893
|
$thumbnail-border-color: #ddd !default;
|
782
894
|
$thumbnail-border-radius: $border-radius !default;
|
783
|
-
$thumbnail-box-shadow: 0 1px 2px rgba(
|
895
|
+
$thumbnail-box-shadow: 0 1px 2px rgba($black,.075) !default;
|
896
|
+
$thumbnail-transition: all .2s ease-in-out !default;
|
784
897
|
|
785
898
|
|
786
899
|
// Figures
|
787
900
|
|
788
901
|
$figure-caption-font-size: 90% !default;
|
902
|
+
$figure-caption-color: $gray-light !default;
|
789
903
|
|
790
904
|
|
791
905
|
// Breadcrumbs
|
@@ -800,42 +914,34 @@ $breadcrumb-active-color: $gray-light !default;
|
|
800
914
|
$breadcrumb-divider: "/" !default;
|
801
915
|
|
802
916
|
|
803
|
-
// Media objects
|
804
|
-
|
805
|
-
$media-margin-top: 15px !default;
|
806
|
-
$media-heading-margin-bottom: 5px !default;
|
807
|
-
$media-alignment-padding-x: 10px !default;
|
808
|
-
|
809
|
-
|
810
917
|
// Carousel
|
811
918
|
|
812
|
-
$carousel-
|
813
|
-
|
814
|
-
$carousel-control-color: #fff !default;
|
919
|
+
$carousel-control-color: $white !default;
|
815
920
|
$carousel-control-width: 15% !default;
|
816
|
-
$carousel-control-sm-up-size: 30px !default;
|
817
921
|
$carousel-control-opacity: .5 !default;
|
818
|
-
$carousel-control-font-size: 20px !default;
|
819
|
-
|
820
|
-
$carousel-indicators-width: 60% !default;
|
821
922
|
|
822
|
-
$carousel-indicator-
|
823
|
-
$carousel-indicator-
|
824
|
-
$carousel-indicator-
|
825
|
-
$carousel-indicator-
|
923
|
+
$carousel-indicator-width: 30px !default;
|
924
|
+
$carousel-indicator-height: 3px !default;
|
925
|
+
$carousel-indicator-spacer: 3px !default;
|
926
|
+
$carousel-indicator-active-bg: $white !default;
|
826
927
|
|
827
928
|
$carousel-caption-width: 70% !default;
|
828
|
-
$carousel-caption-
|
829
|
-
|
929
|
+
$carousel-caption-color: $white !default;
|
930
|
+
|
931
|
+
$carousel-control-icon-width: 20px !default;
|
932
|
+
|
933
|
+
$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='M4 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;
|
934
|
+
$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='M1.5 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;
|
830
935
|
|
831
|
-
$carousel-
|
936
|
+
$carousel-transition: transform .6s ease-in-out !default;
|
832
937
|
|
833
938
|
|
834
939
|
// Close
|
835
940
|
|
836
|
-
$close-font-
|
837
|
-
$close-
|
838
|
-
$close-
|
941
|
+
$close-font-size: $font-size-base * 1.5 !default;
|
942
|
+
$close-font-weight: $font-weight-bold !default;
|
943
|
+
$close-color: $black !default;
|
944
|
+
$close-text-shadow: 0 1px 0 $white !default;
|
839
945
|
|
840
946
|
|
841
947
|
// Code
|
@@ -844,12 +950,12 @@ $code-font-size: 90% !default;
|
|
844
950
|
$code-padding-x: .4rem !default;
|
845
951
|
$code-padding-y: .2rem !default;
|
846
952
|
$code-color: #bd4147 !default;
|
847
|
-
$code-bg:
|
953
|
+
$code-bg: $gray-lightest !default;
|
848
954
|
|
849
|
-
$kbd-color:
|
850
|
-
$kbd-bg:
|
955
|
+
$kbd-color: $white !default;
|
956
|
+
$kbd-bg: $gray-dark !default;
|
851
957
|
|
852
|
-
$pre-bg:
|
958
|
+
$pre-bg: $gray-lightest !default;
|
853
959
|
$pre-color: $gray-dark !default;
|
854
960
|
$pre-border-color: #ccc !default;
|
855
961
|
$pre-scrollable-max-height: 340px !default;
|