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