uikit 3.23.7 → 3.23.8-dev.65e3f4fda
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.
- package/CHANGELOG.md +6 -0
- package/build/release.js +1 -1
- package/build/scss.js +49 -12
- package/build/util.js +2 -0
- package/dist/css/uikit-core-rtl.css +1 -1
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +1 -1
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +1 -1
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +1 -1
- package/dist/css/uikit.min.css +1 -1
- package/dist/js/components/countdown.js +1 -1
- package/dist/js/components/countdown.min.js +1 -1
- package/dist/js/components/filter.js +1 -1
- package/dist/js/components/filter.min.js +1 -1
- package/dist/js/components/lightbox-panel.js +7 -2
- package/dist/js/components/lightbox-panel.min.js +1 -1
- package/dist/js/components/lightbox.js +7 -2
- package/dist/js/components/lightbox.min.js +1 -1
- package/dist/js/components/notification.js +1 -1
- package/dist/js/components/notification.min.js +1 -1
- package/dist/js/components/parallax.js +3 -2
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +3 -2
- package/dist/js/components/slider-parallax.min.js +1 -1
- package/dist/js/components/slider.js +3 -2
- package/dist/js/components/slider.min.js +1 -1
- package/dist/js/components/slideshow-parallax.js +3 -2
- package/dist/js/components/slideshow-parallax.min.js +1 -1
- package/dist/js/components/slideshow.js +3 -2
- package/dist/js/components/slideshow.min.js +1 -1
- package/dist/js/components/sortable.js +1 -1
- package/dist/js/components/sortable.min.js +1 -1
- package/dist/js/components/tooltip.js +1 -1
- package/dist/js/components/tooltip.min.js +1 -1
- package/dist/js/components/upload.js +1 -1
- package/dist/js/components/upload.min.js +1 -1
- package/dist/js/uikit-core.js +13 -7
- package/dist/js/uikit-core.min.js +1 -1
- package/dist/js/uikit-icons.js +1 -1
- package/dist/js/uikit-icons.min.js +1 -1
- package/dist/js/uikit.js +13 -7
- package/dist/js/uikit.min.js +1 -1
- package/package.json +1 -1
- package/src/js/core/drop.js +3 -2
- package/src/js/mixin/modal.js +7 -1
- package/src/js/mixin/svg.js +0 -2
- package/src/js/util/selector.js +1 -1
- package/src/scss/components/accordion.scss +8 -6
- package/src/scss/components/alert.scss +10 -8
- package/src/scss/components/align.scss +3 -1
- package/src/scss/components/animation.scss +3 -1
- package/src/scss/components/article.scss +7 -5
- package/src/scss/components/background.scss +3 -1
- package/src/scss/components/badge.scss +5 -3
- package/src/scss/components/base.scss +20 -17
- package/src/scss/components/breadcrumb.scss +9 -7
- package/src/scss/components/button.scss +25 -23
- package/src/scss/components/card.scss +26 -24
- package/src/scss/components/close.scss +5 -3
- package/src/scss/components/column.scss +3 -1
- package/src/scss/components/comment.scss +13 -11
- package/src/scss/components/container.scss +14 -11
- package/src/scss/components/countdown.scss +8 -6
- package/src/scss/components/cover.scss +3 -1
- package/src/scss/components/description-list.scss +6 -4
- package/src/scss/components/divider.scss +13 -10
- package/src/scss/components/dotnav.scss +8 -6
- package/src/scss/components/drop.scss +3 -1
- package/src/scss/components/dropbar.scss +8 -6
- package/src/scss/components/dropdown.scss +12 -10
- package/src/scss/components/dropnav.scss +3 -1
- package/src/scss/components/flex.scss +3 -1
- package/src/scss/components/form-range.scss +13 -10
- package/src/scss/components/form.scss +23 -21
- package/src/scss/components/grid.scss +5 -3
- package/src/scss/components/heading.scss +16 -13
- package/src/scss/components/height.scss +3 -1
- package/src/scss/components/icon.scss +9 -7
- package/src/scss/components/iconnav.scss +7 -5
- package/src/scss/components/inverse.scss +4 -2
- package/src/scss/components/label.scss +7 -5
- package/src/scss/components/leader.scss +4 -2
- package/src/scss/components/lightbox.scss +6 -4
- package/src/scss/components/link.scss +10 -8
- package/src/scss/components/list.scss +5 -3
- package/src/scss/components/margin.scss +3 -1
- package/src/scss/components/marker.scss +5 -3
- package/src/scss/components/mixin.scss +6 -4
- package/src/scss/components/modal.scss +18 -16
- package/src/scss/components/nav.scss +33 -31
- package/src/scss/components/navbar.scss +33 -30
- package/src/scss/components/notification.scss +10 -8
- package/src/scss/components/offcanvas.scss +6 -4
- package/src/scss/components/overlay.scss +7 -5
- package/src/scss/components/padding.scss +3 -1
- package/src/scss/components/pagination.scss +8 -6
- package/src/scss/components/placeholder.scss +4 -2
- package/src/scss/components/position.scss +9 -6
- package/src/scss/components/print.scss +3 -1
- package/src/scss/components/progress.scss +6 -4
- package/src/scss/components/search.scss +15 -13
- package/src/scss/components/section.scss +9 -7
- package/src/scss/components/slidenav.scss +10 -8
- package/src/scss/components/slider.scss +4 -2
- package/src/scss/components/slideshow.scss +4 -2
- package/src/scss/components/sortable.scss +7 -5
- package/src/scss/components/spinner.scss +6 -3
- package/src/scss/components/sticky.scss +3 -1
- package/src/scss/components/subnav.scss +13 -11
- package/src/scss/components/svg.scss +3 -1
- package/src/scss/components/switcher.scss +3 -1
- package/src/scss/components/tab.scss +14 -12
- package/src/scss/components/table.scss +17 -14
- package/src/scss/components/text.scss +8 -6
- package/src/scss/components/thumbnav.scss +7 -5
- package/src/scss/components/tile.scss +12 -10
- package/src/scss/components/tooltip.scss +4 -2
- package/src/scss/components/totop.scss +6 -4
- package/src/scss/components/transition.scss +3 -1
- package/src/scss/components/utility.scss +8 -6
- package/src/scss/components/visibility.scss +3 -1
- package/src/scss/components/width.scss +34 -31
- package/src/scss/mixins-theme.scss +169 -168
- package/src/scss/mixins.scss +175 -175
- package/src/scss/uikit-theme.scss +0 -1
- package/src/scss/variables-theme.scss +70 -66
- package/src/scss/variables.scss +74 -70
- package/src/scss/theme/_import.scss +0 -82
- package/src/scss/theme/accordion.scss +0 -55
- package/src/scss/theme/alert.scss +0 -45
- package/src/scss/theme/align.scss +0 -14
- package/src/scss/theme/animation.scss +0 -14
- package/src/scss/theme/article.scss +0 -49
- package/src/scss/theme/background.scss +0 -14
- package/src/scss/theme/badge.scss +0 -29
- package/src/scss/theme/base.scss +0 -104
- package/src/scss/theme/breadcrumb.scss +0 -45
- package/src/scss/theme/button.scss +0 -132
- package/src/scss/theme/card.scss +0 -111
- package/src/scss/theme/close.scss +0 -29
- package/src/scss/theme/column.scss +0 -14
- package/src/scss/theme/comment.scss +0 -67
- package/src/scss/theme/container.scss +0 -14
- package/src/scss/theme/countdown.scss +0 -53
- package/src/scss/theme/description-list.scss +0 -29
- package/src/scss/theme/divider.scss +0 -49
- package/src/scss/theme/dotnav.scss +0 -46
- package/src/scss/theme/drop.scss +0 -14
- package/src/scss/theme/dropbar.scss +0 -38
- package/src/scss/theme/dropdown.scss +0 -53
- package/src/scss/theme/form-range.scss +0 -51
- package/src/scss/theme/form.scss +0 -117
- package/src/scss/theme/grid.scss +0 -28
- package/src/scss/theme/heading.scss +0 -71
- package/src/scss/theme/height.scss +0 -14
- package/src/scss/theme/icon.scss +0 -50
- package/src/scss/theme/iconnav.scss +0 -39
- package/src/scss/theme/inverse.scss +0 -14
- package/src/scss/theme/label.scss +0 -41
- package/src/scss/theme/leader.scss +0 -26
- package/src/scss/theme/lightbox.scss +0 -32
- package/src/scss/theme/link.scss +0 -55
- package/src/scss/theme/list.scss +0 -34
- package/src/scss/theme/margin.scss +0 -14
- package/src/scss/theme/marker.scss +0 -29
- package/src/scss/theme/modal.scss +0 -77
- package/src/scss/theme/nav.scss +0 -131
- package/src/scss/theme/navbar.scss +0 -135
- package/src/scss/theme/notification.scss +0 -44
- package/src/scss/theme/offcanvas.scss +0 -32
- package/src/scss/theme/overlay.scss +0 -33
- package/src/scss/theme/padding.scss +0 -14
- package/src/scss/theme/pagination.scss +0 -41
- package/src/scss/theme/placeholder.scss +0 -26
- package/src/scss/theme/position.scss +0 -14
- package/src/scss/theme/progress.scss +0 -23
- package/src/scss/theme/search.scss +0 -101
- package/src/scss/theme/section.scss +0 -32
- package/src/scss/theme/slidenav.scss +0 -52
- package/src/scss/theme/slider.scss +0 -14
- package/src/scss/theme/sortable.scss +0 -38
- package/src/scss/theme/spinner.scss +0 -14
- package/src/scss/theme/sticky.scss +0 -14
- package/src/scss/theme/subnav.scss +0 -72
- package/src/scss/theme/tab.scss +0 -67
- package/src/scss/theme/table.scss +0 -65
- package/src/scss/theme/text.scss +0 -49
- package/src/scss/theme/thumbnav.scss +0 -40
- package/src/scss/theme/tile.scss +0 -52
- package/src/scss/theme/tooltip.scss +0 -20
- package/src/scss/theme/totop.scss +0 -32
- package/src/scss/theme/transition.scss +0 -14
- package/src/scss/theme/utility.scss +0 -49
- package/src/scss/theme/variables.scss +0 -36
- package/src/scss/theme/width.scss +0 -14
package/src/scss/variables.scss
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use "sass:string";
|
|
2
|
+
@use "sass:math";
|
|
3
|
+
@use "sass:color";
|
|
4
|
+
|
|
1
5
|
$global-margin: 20px !default;
|
|
2
6
|
$accordion-item-margin-top: $global-margin !default;
|
|
3
7
|
$global-medium-font-size: 1.25rem !default;
|
|
@@ -22,16 +26,16 @@ $alert-color: $global-color !default;
|
|
|
22
26
|
$alert-close-top: $alert-padding + 5px !default;
|
|
23
27
|
$alert-close-right: $alert-padding !default;
|
|
24
28
|
$global-primary-background: #1e87f0 !default;
|
|
25
|
-
$alert-primary-background:
|
|
29
|
+
$alert-primary-background: color.adjust(color.mix(white, $global-primary-background, 40%), $lightness: 20%) !default;
|
|
26
30
|
$alert-primary-color: $global-primary-background !default;
|
|
27
31
|
$global-success-background: #32d296 !default;
|
|
28
|
-
$alert-success-background:
|
|
32
|
+
$alert-success-background: color.adjust(color.mix(white, $global-success-background, 40%), $lightness: 25%) !default;
|
|
29
33
|
$alert-success-color: $global-success-background !default;
|
|
30
34
|
$global-warning-background: #faa05a !default;
|
|
31
|
-
$alert-warning-background:
|
|
35
|
+
$alert-warning-background: color.adjust(color.mix(white, $global-warning-background, 45%), $lightness: 15%) !default;
|
|
32
36
|
$alert-warning-color: $global-warning-background !default;
|
|
33
37
|
$global-danger-background: #f0506e !default;
|
|
34
|
-
$alert-danger-background:
|
|
38
|
+
$alert-danger-background: color.adjust(color.mix(white, $global-danger-background, 40%), $lightness: 20%) !default;
|
|
35
39
|
$alert-danger-color: $global-danger-background !default;
|
|
36
40
|
$global-gutter: 30px !default;
|
|
37
41
|
$align-margin-horizontal: $global-gutter !default;
|
|
@@ -185,27 +189,27 @@ $button-small-padding-horizontal: $global-small-gutter !default;
|
|
|
185
189
|
$button-large-padding-horizontal: $global-medium-gutter !default;
|
|
186
190
|
$button-default-background: $global-muted-background !default;
|
|
187
191
|
$button-default-color: $global-emphasis-color !default;
|
|
188
|
-
$button-default-hover-background:
|
|
192
|
+
$button-default-hover-background: color.adjust($button-default-background, $lightness: -5%) !default;
|
|
189
193
|
$button-default-hover-color: $global-emphasis-color !default;
|
|
190
|
-
$button-default-active-background:
|
|
194
|
+
$button-default-active-background: color.adjust($button-default-background, $lightness: -10%) !default;
|
|
191
195
|
$button-default-active-color: $global-emphasis-color !default;
|
|
192
196
|
$button-primary-background: $global-primary-background !default;
|
|
193
197
|
$button-primary-color: $global-inverse-color !default;
|
|
194
|
-
$button-primary-hover-background:
|
|
198
|
+
$button-primary-hover-background: color.adjust($button-primary-background, $lightness: -5%) !default;
|
|
195
199
|
$button-primary-hover-color: $global-inverse-color !default;
|
|
196
|
-
$button-primary-active-background:
|
|
200
|
+
$button-primary-active-background: color.adjust($button-primary-background, $lightness: -10%) !default;
|
|
197
201
|
$button-primary-active-color: $global-inverse-color !default;
|
|
198
202
|
$button-secondary-background: $global-secondary-background !default;
|
|
199
203
|
$button-secondary-color: $global-inverse-color !default;
|
|
200
|
-
$button-secondary-hover-background:
|
|
204
|
+
$button-secondary-hover-background: color.adjust($button-secondary-background, $lightness: -5%) !default;
|
|
201
205
|
$button-secondary-hover-color: $global-inverse-color !default;
|
|
202
|
-
$button-secondary-active-background:
|
|
206
|
+
$button-secondary-active-background: color.adjust($button-secondary-background, $lightness: -10%) !default;
|
|
203
207
|
$button-secondary-active-color: $global-inverse-color !default;
|
|
204
208
|
$button-danger-background: $global-danger-background !default;
|
|
205
209
|
$button-danger-color: $global-inverse-color !default;
|
|
206
|
-
$button-danger-hover-background:
|
|
210
|
+
$button-danger-hover-background: color.adjust($button-danger-background, $lightness: -5%) !default;
|
|
207
211
|
$button-danger-hover-color: $global-inverse-color !default;
|
|
208
|
-
$button-danger-active-background:
|
|
212
|
+
$button-danger-active-background: color.adjust($button-danger-background, $lightness: -10%) !default;
|
|
209
213
|
$button-danger-active-color: $global-inverse-color !default;
|
|
210
214
|
$button-disabled-background: $global-muted-background !default;
|
|
211
215
|
$button-disabled-color: $global-muted-color !default;
|
|
@@ -220,21 +224,21 @@ $button-link-hover-text-decoration: none !default;
|
|
|
220
224
|
$button-link-disabled-color: $global-muted-color !default;
|
|
221
225
|
$inverse-button-default-background: $inverse-global-primary-background !default;
|
|
222
226
|
$inverse-button-default-color: $inverse-global-inverse-color !default;
|
|
223
|
-
$inverse-button-default-hover-background:
|
|
227
|
+
$inverse-button-default-hover-background: color.adjust($inverse-button-default-background, $lightness: -5%) !default;
|
|
224
228
|
$inverse-button-default-hover-color: $inverse-global-inverse-color !default;
|
|
225
|
-
$inverse-button-default-active-background:
|
|
229
|
+
$inverse-button-default-active-background: color.adjust($inverse-button-default-background, $lightness: -10%) !default;
|
|
226
230
|
$inverse-button-default-active-color: $inverse-global-inverse-color !default;
|
|
227
231
|
$inverse-button-primary-background: $inverse-global-primary-background !default;
|
|
228
232
|
$inverse-button-primary-color: $inverse-global-inverse-color !default;
|
|
229
|
-
$inverse-button-primary-hover-background:
|
|
233
|
+
$inverse-button-primary-hover-background: color.adjust($inverse-button-primary-background, $lightness: -5%) !default;
|
|
230
234
|
$inverse-button-primary-hover-color: $inverse-global-inverse-color !default;
|
|
231
|
-
$inverse-button-primary-active-background:
|
|
235
|
+
$inverse-button-primary-active-background: color.adjust($inverse-button-primary-background, $lightness: -10%) !default;
|
|
232
236
|
$inverse-button-primary-active-color: $inverse-global-inverse-color !default;
|
|
233
237
|
$inverse-button-secondary-background: $inverse-global-primary-background !default;
|
|
234
238
|
$inverse-button-secondary-color: $inverse-global-inverse-color !default;
|
|
235
|
-
$inverse-button-secondary-hover-background:
|
|
239
|
+
$inverse-button-secondary-hover-background: color.adjust($inverse-button-secondary-background, $lightness: -5%) !default;
|
|
236
240
|
$inverse-button-secondary-hover-color: $inverse-global-inverse-color !default;
|
|
237
|
-
$inverse-button-secondary-active-background:
|
|
241
|
+
$inverse-button-secondary-active-background: color.adjust($inverse-button-secondary-background, $lightness: -10%) !default;
|
|
238
242
|
$inverse-button-secondary-active-color: $inverse-global-inverse-color !default;
|
|
239
243
|
$inverse-button-text-color: $inverse-global-emphasis-color !default;
|
|
240
244
|
$inverse-button-text-hover-color: $inverse-global-muted-color !default;
|
|
@@ -246,13 +250,13 @@ $card-body-padding-vertical: $global-gutter !default;
|
|
|
246
250
|
$card-body-padding-horizontal-l: $global-medium-gutter !default;
|
|
247
251
|
$card-body-padding-vertical-l: $global-medium-gutter !default;
|
|
248
252
|
$card-header-padding-horizontal: $global-gutter !default;
|
|
249
|
-
$card-header-padding-vertical: round(($global-gutter * 0.5)) !default;
|
|
253
|
+
$card-header-padding-vertical: math.round(($global-gutter * 0.5)) !default;
|
|
250
254
|
$card-header-padding-horizontal-l: $global-medium-gutter !default;
|
|
251
|
-
$card-header-padding-vertical-l: round(($global-medium-gutter * 0.5)) !default;
|
|
255
|
+
$card-header-padding-vertical-l: math.round(($global-medium-gutter * 0.5)) !default;
|
|
252
256
|
$card-footer-padding-horizontal: $global-gutter !default;
|
|
253
257
|
$card-footer-padding-vertical: ($global-gutter * 0.5) !default;
|
|
254
258
|
$card-footer-padding-horizontal-l: $global-medium-gutter !default;
|
|
255
|
-
$card-footer-padding-vertical-l: round(($global-medium-gutter * 0.5)) !default;
|
|
259
|
+
$card-footer-padding-vertical-l: math.round(($global-medium-gutter * 0.5)) !default;
|
|
256
260
|
$card-title-font-size: $global-large-font-size !default;
|
|
257
261
|
$card-title-line-height: 1.4 !default;
|
|
258
262
|
$card-badge-top: 15px !default;
|
|
@@ -266,31 +270,31 @@ $card-hover-background: $global-muted-background !default;
|
|
|
266
270
|
$card-default-background: $global-muted-background !default;
|
|
267
271
|
$card-default-color: $global-color !default;
|
|
268
272
|
$card-default-title-color: $global-emphasis-color !default;
|
|
269
|
-
$card-default-hover-background:
|
|
273
|
+
$card-default-hover-background: color.adjust($card-default-background, $lightness: -5%) !default;
|
|
270
274
|
$card-default-color-mode: dark !default;
|
|
271
275
|
$card-primary-background: $global-primary-background !default;
|
|
272
276
|
$card-primary-color: $global-inverse-color !default;
|
|
273
277
|
$card-primary-title-color: $card-primary-color !default;
|
|
274
|
-
$card-primary-hover-background:
|
|
278
|
+
$card-primary-hover-background: color.adjust($card-primary-background, $lightness: -5%) !default;
|
|
275
279
|
$card-primary-color-mode: light !default;
|
|
276
280
|
$card-secondary-background: $global-secondary-background !default;
|
|
277
281
|
$card-secondary-color: $global-inverse-color !default;
|
|
278
282
|
$card-secondary-title-color: $card-secondary-color !default;
|
|
279
|
-
$card-secondary-hover-background:
|
|
283
|
+
$card-secondary-hover-background: color.adjust($card-secondary-background, $lightness: -5%) !default;
|
|
280
284
|
$card-secondary-color-mode: light !default;
|
|
281
285
|
$card-small-body-padding-horizontal: $global-margin !default;
|
|
282
286
|
$card-small-body-padding-vertical: $global-margin !default;
|
|
283
287
|
$card-small-header-padding-horizontal: $global-margin !default;
|
|
284
|
-
$card-small-header-padding-vertical: round(($global-margin * 0.66667)) !default;
|
|
288
|
+
$card-small-header-padding-vertical: math.round(($global-margin * 0.66667)) !default;
|
|
285
289
|
$card-small-footer-padding-horizontal: $global-margin !default;
|
|
286
|
-
$card-small-footer-padding-vertical: round(($global-margin * 0.66667)) !default;
|
|
290
|
+
$card-small-footer-padding-vertical: math.round(($global-margin * 0.66667)) !default;
|
|
287
291
|
$global-large-gutter: 70px !default;
|
|
288
292
|
$card-large-body-padding-horizontal-l: $global-large-gutter !default;
|
|
289
293
|
$card-large-body-padding-vertical-l: $global-large-gutter !default;
|
|
290
294
|
$card-large-header-padding-horizontal-l: $global-large-gutter !default;
|
|
291
|
-
$card-large-header-padding-vertical-l: round(($global-large-gutter * 0.5)) !default;
|
|
295
|
+
$card-large-header-padding-vertical-l: math.round(($global-large-gutter * 0.5)) !default;
|
|
292
296
|
$card-large-footer-padding-horizontal-l: $global-large-gutter !default;
|
|
293
|
-
$card-large-footer-padding-vertical-l: round(($global-large-gutter * 0.5)) !default;
|
|
297
|
+
$card-large-footer-padding-vertical-l: math.round(($global-large-gutter * 0.5)) !default;
|
|
294
298
|
$inverse-card-badge-background: $inverse-global-primary-background !default;
|
|
295
299
|
$inverse-card-badge-color: $inverse-global-inverse-color !default;
|
|
296
300
|
$close-color: $global-muted-color !default;
|
|
@@ -409,35 +413,35 @@ $dropdown-nav-sublist-item-color: $global-muted-color !default;
|
|
|
409
413
|
$dropdown-nav-sublist-item-hover-color: $global-color !default;
|
|
410
414
|
$dropnav-dropbar-z-index: $global-z-index - 20 !default;
|
|
411
415
|
$form-range-track-height: 3px !default;
|
|
412
|
-
$form-range-track-background:
|
|
413
|
-
$form-range-track-focus-background:
|
|
416
|
+
$form-range-track-background: color.adjust($global-muted-background, $lightness: -5%) !default;
|
|
417
|
+
$form-range-track-focus-background: color.adjust($form-range-track-background, $lightness: -5%) !default;
|
|
414
418
|
$form-range-thumb-height: 15px !default;
|
|
415
419
|
$form-range-thumb-width: $form-range-thumb-height !default;
|
|
416
420
|
$form-range-thumb-border-radius: 500px !default;
|
|
417
421
|
$form-range-thumb-background: $global-color !default;
|
|
418
422
|
$inverse-global-muted-background: rgba($global-inverse-color, 0.1) !default;
|
|
419
|
-
$inverse-form-range-track-background:
|
|
420
|
-
$inverse-form-range-track-focus-background:
|
|
421
|
-
$inverse-form-range-thumb-background:
|
|
423
|
+
$inverse-form-range-track-background: color.adjust($inverse-global-muted-background, $lightness: -5%) !default;
|
|
424
|
+
$inverse-form-range-track-focus-background: color.adjust($inverse-form-range-track-background, $alpha: 0.05) !default;
|
|
425
|
+
$inverse-form-range-thumb-background: color.adjust($inverse-global-color, $alpha: 1) !default;
|
|
422
426
|
$form-height: $global-control-height !default;
|
|
423
427
|
$form-line-height: $form-height !default;
|
|
424
428
|
$form-padding-horizontal: 10px !default;
|
|
425
|
-
$form-padding-vertical: round($form-padding-horizontal * 0.6) !default;
|
|
429
|
+
$form-padding-vertical: math.round($form-padding-horizontal * 0.6) !default;
|
|
426
430
|
$form-background: $global-muted-background !default;
|
|
427
431
|
$form-color: $global-color !default;
|
|
428
|
-
$form-focus-background:
|
|
432
|
+
$form-focus-background: color.adjust($form-background, $lightness: -5%) !default;
|
|
429
433
|
$form-focus-color: $global-color !default;
|
|
430
434
|
$form-disabled-background: $global-muted-background !default;
|
|
431
435
|
$form-disabled-color: $global-muted-color !default;
|
|
432
436
|
$form-placeholder-color: $global-muted-color !default;
|
|
433
437
|
$form-small-height: $global-control-small-height !default;
|
|
434
438
|
$form-small-padding-horizontal: 8px !default;
|
|
435
|
-
$form-small-padding-vertical: round($form-small-padding-horizontal * 0.6) !default;
|
|
439
|
+
$form-small-padding-vertical: math.round($form-small-padding-horizontal * 0.6) !default;
|
|
436
440
|
$form-small-line-height: $form-small-height !default;
|
|
437
441
|
$form-small-font-size: $global-small-font-size !default;
|
|
438
442
|
$form-large-height: $global-control-large-height !default;
|
|
439
443
|
$form-large-padding-horizontal: 12px !default;
|
|
440
|
-
$form-large-padding-vertical: round($form-large-padding-horizontal * 0.6) !default;
|
|
444
|
+
$form-large-padding-vertical: math.round($form-large-padding-horizontal * 0.6) !default;
|
|
441
445
|
$form-large-line-height: $form-large-height !default;
|
|
442
446
|
$form-large-font-size: $global-medium-font-size !default;
|
|
443
447
|
$form-danger-color: $global-danger-background !default;
|
|
@@ -454,11 +458,11 @@ $form-datalist-padding-right: 20px !default;
|
|
|
454
458
|
$form-datalist-icon-color: $global-color !default;
|
|
455
459
|
$form-radio-size: 16px !default;
|
|
456
460
|
$form-radio-margin-top: -4px !default;
|
|
457
|
-
$form-radio-background:
|
|
458
|
-
$form-radio-focus-background:
|
|
461
|
+
$form-radio-background: color.adjust($global-muted-background, $lightness: -5%) !default;
|
|
462
|
+
$form-radio-focus-background: color.adjust($form-radio-background, $lightness: -5%) !default;
|
|
459
463
|
$form-radio-checked-background: $global-primary-background !default;
|
|
460
464
|
$form-radio-checked-icon-color: $global-inverse-color !default;
|
|
461
|
-
$form-radio-checked-focus-background:
|
|
465
|
+
$form-radio-checked-focus-background: color.adjust($global-primary-background, $lightness: -10%) !default;
|
|
462
466
|
$form-radio-disabled-background: $global-muted-background !default;
|
|
463
467
|
$form-radio-disabled-icon-color: $global-muted-color !default;
|
|
464
468
|
$form-legend-font-size: $global-large-font-size !default;
|
|
@@ -478,16 +482,16 @@ $internal-form-checkbox-image: "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%
|
|
|
478
482
|
$internal-form-checkbox-indeterminate-image: "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22#000%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E" !default;
|
|
479
483
|
$inverse-form-background: $inverse-global-muted-background !default;
|
|
480
484
|
$inverse-form-color: $inverse-global-color !default;
|
|
481
|
-
$inverse-form-focus-background:
|
|
485
|
+
$inverse-form-focus-background: color.adjust($inverse-form-background, $alpha: 0.05) !default;
|
|
482
486
|
$inverse-form-focus-color: $inverse-global-color !default;
|
|
483
487
|
$inverse-form-placeholder-color: $inverse-global-muted-color !default;
|
|
484
488
|
$inverse-form-select-icon-color: $inverse-global-color !default;
|
|
485
489
|
$inverse-form-datalist-icon-color: $inverse-global-color !default;
|
|
486
490
|
$inverse-form-radio-background: $inverse-global-muted-background !default;
|
|
487
|
-
$inverse-form-radio-focus-background:
|
|
491
|
+
$inverse-form-radio-focus-background: color.adjust($inverse-form-radio-background, $alpha: 0.05) !default;
|
|
488
492
|
$inverse-form-radio-checked-background: $inverse-global-primary-background !default;
|
|
489
493
|
$inverse-form-radio-checked-icon-color: $inverse-global-inverse-color !default;
|
|
490
|
-
$inverse-form-radio-checked-focus-background:
|
|
494
|
+
$inverse-form-radio-checked-focus-background: color.adjust($inverse-global-primary-background, $alpha: 0.1) !default;
|
|
491
495
|
$inverse-form-icon-color: $inverse-global-muted-color !default;
|
|
492
496
|
$inverse-form-icon-hover-color: $inverse-global-color !default;
|
|
493
497
|
$grid-gutter-horizontal: $global-gutter !default;
|
|
@@ -528,20 +532,20 @@ $heading-large-line-height: 1.1 !default;
|
|
|
528
532
|
$heading-xlarge-line-height: 1 !default;
|
|
529
533
|
$heading-2xlarge-line-height: 1 !default;
|
|
530
534
|
$heading-3xlarge-line-height: 1 !default;
|
|
531
|
-
$heading-divider-padding-bottom: unquote('calc(5px + 0.1em)') !default;
|
|
532
|
-
$heading-divider-border-width: unquote('calc(0.2px + 0.05em)') !default;
|
|
535
|
+
$heading-divider-padding-bottom: string.unquote('calc(5px + 0.1em)') !default;
|
|
536
|
+
$heading-divider-border-width: string.unquote('calc(0.2px + 0.05em)') !default;
|
|
533
537
|
$heading-divider-border: $global-border !default;
|
|
534
|
-
$heading-bullet-top: unquote('calc(-0.1 * 1em)') !default;
|
|
535
|
-
$heading-bullet-height: unquote('calc(4px + 0.7em)') !default;
|
|
536
|
-
$heading-bullet-margin-right: unquote('calc(5px + 0.2em)') !default;
|
|
537
|
-
$heading-bullet-border-width: unquote('calc(5px + 0.1em)') !default;
|
|
538
|
+
$heading-bullet-top: string.unquote('calc(-0.1 * 1em)') !default;
|
|
539
|
+
$heading-bullet-height: string.unquote('calc(4px + 0.7em)') !default;
|
|
540
|
+
$heading-bullet-margin-right: string.unquote('calc(5px + 0.2em)') !default;
|
|
541
|
+
$heading-bullet-border-width: string.unquote('calc(5px + 0.1em)') !default;
|
|
538
542
|
$heading-bullet-border: $global-border !default;
|
|
539
543
|
$heading-line-top: 50% !default;
|
|
540
|
-
$heading-line-border-width: unquote('calc(0.2px + 0.05em)') !default;
|
|
544
|
+
$heading-line-border-width: string.unquote('calc(0.2px + 0.05em)') !default;
|
|
541
545
|
$heading-line-height: $heading-line-border-width !default;
|
|
542
546
|
$heading-line-width: 2000px !default;
|
|
543
547
|
$heading-line-border: $global-border !default;
|
|
544
|
-
$heading-line-margin-horizontal: unquote('calc(5px + 0.3em)') !default;
|
|
548
|
+
$heading-line-margin-horizontal: string.unquote('calc(5px + 0.3em)') !default;
|
|
545
549
|
$heading-primary-font-size-l: 3.75rem !default;
|
|
546
550
|
$heading-primary-line-height-l: 1.1 !default;
|
|
547
551
|
$heading-primary-font-size-m: $heading-primary-font-size-l * 0.9 !default;
|
|
@@ -562,23 +566,23 @@ $height-large-height: 450px !default;
|
|
|
562
566
|
$icon-image-size: 20px !default;
|
|
563
567
|
$icon-link-color: $global-muted-color !default;
|
|
564
568
|
$icon-link-hover-color: $global-color !default;
|
|
565
|
-
$icon-link-active-color:
|
|
569
|
+
$icon-link-active-color: color.adjust($global-color, $lightness: -5%) !default;
|
|
566
570
|
$icon-button-size: 36px !default;
|
|
567
571
|
$icon-button-border-radius: 500px !default;
|
|
568
572
|
$icon-button-background: $global-muted-background !default;
|
|
569
573
|
$icon-button-color: $global-muted-color !default;
|
|
570
|
-
$icon-button-hover-background:
|
|
574
|
+
$icon-button-hover-background: color.adjust($icon-button-background, $lightness: -5%) !default;
|
|
571
575
|
$icon-button-hover-color: $global-color !default;
|
|
572
|
-
$icon-button-active-background:
|
|
576
|
+
$icon-button-active-background: color.adjust($icon-button-background, $lightness: -10%) !default;
|
|
573
577
|
$icon-button-active-color: $global-color !default;
|
|
574
578
|
$inverse-icon-link-color: $inverse-global-muted-color !default;
|
|
575
579
|
$inverse-icon-link-hover-color: $inverse-global-color !default;
|
|
576
580
|
$inverse-icon-link-active-color: $inverse-global-color !default;
|
|
577
581
|
$inverse-icon-button-background: $inverse-global-muted-background !default;
|
|
578
582
|
$inverse-icon-button-color: $inverse-global-muted-color !default;
|
|
579
|
-
$inverse-icon-button-hover-background:
|
|
583
|
+
$inverse-icon-button-hover-background: color.adjust($inverse-icon-button-background, $alpha: 0.05) !default;
|
|
580
584
|
$inverse-icon-button-hover-color: $inverse-global-color !default;
|
|
581
|
-
$inverse-icon-button-active-background:
|
|
585
|
+
$inverse-icon-button-active-background: color.adjust($inverse-icon-button-background, $alpha: 0.1) !default;
|
|
582
586
|
$inverse-icon-button-active-color: $inverse-global-color !default;
|
|
583
587
|
$iconnav-margin-horizontal: $global-small-margin !default;
|
|
584
588
|
$iconnav-margin-vertical: $iconnav-margin-horizontal !default;
|
|
@@ -602,7 +606,7 @@ $label-danger-background: $global-danger-background !default;
|
|
|
602
606
|
$label-danger-color: $global-inverse-color !default;
|
|
603
607
|
$inverse-label-background: $inverse-global-primary-background !default;
|
|
604
608
|
$inverse-label-color: $inverse-global-inverse-color !default;
|
|
605
|
-
$leader-fill-content: unquote('.') !default;
|
|
609
|
+
$leader-fill-content: string.unquote('.') !default;
|
|
606
610
|
$leader-fill-margin-left: $global-small-gutter !default;
|
|
607
611
|
$lightbox-z-index: $global-z-index + 10 !default;
|
|
608
612
|
$lightbox-background: #000 !default;
|
|
@@ -697,7 +701,7 @@ $modal-close-position: $global-small-margin !default;
|
|
|
697
701
|
$modal-close-padding: 5px !default;
|
|
698
702
|
$modal-close-outside-position: 0 !default;
|
|
699
703
|
$modal-close-outside-translate: 100% !default;
|
|
700
|
-
$modal-close-outside-color:
|
|
704
|
+
$modal-close-outside-color: color.adjust($global-inverse-color, $lightness: 20%) !default;
|
|
701
705
|
$modal-close-outside-hover-color: $global-inverse-color !default;
|
|
702
706
|
$nav-item-padding-vertical: 5px !default;
|
|
703
707
|
$nav-item-padding-horizontal: 0 !default;
|
|
@@ -929,14 +933,14 @@ $search-default-width: 240px !default;
|
|
|
929
933
|
$search-default-height: $global-control-height !default;
|
|
930
934
|
$search-default-padding-horizontal: 10px !default;
|
|
931
935
|
$search-default-background: $global-muted-background !default;
|
|
932
|
-
$search-default-focus-background:
|
|
936
|
+
$search-default-focus-background: color.adjust($search-default-background, $lightness: -2%) !default;
|
|
933
937
|
$search-default-icon-width: 20px !default;
|
|
934
938
|
$search-default-icon-padding: 10px !default;
|
|
935
939
|
$search-navbar-width: 240px !default;
|
|
936
940
|
$search-navbar-height: $global-control-height !default;
|
|
937
941
|
$search-navbar-padding-horizontal: 10px !default;
|
|
938
942
|
$search-navbar-background: $global-background !default;
|
|
939
|
-
$search-navbar-focus-background:
|
|
943
|
+
$search-navbar-focus-background: color.adjust($search-navbar-background, $lightness: -1%) !default;
|
|
940
944
|
$search-navbar-icon-width: 20px !default;
|
|
941
945
|
$search-navbar-icon-padding: 10px !default;
|
|
942
946
|
$search-medium-width: 400px !default;
|
|
@@ -944,7 +948,7 @@ $search-medium-height: $global-control-large-height !default;
|
|
|
944
948
|
$search-medium-padding-horizontal: 12px !default;
|
|
945
949
|
$search-medium-background: $search-default-background !default;
|
|
946
950
|
$search-medium-font-size: $global-large-font-size !default;
|
|
947
|
-
$search-medium-focus-background:
|
|
951
|
+
$search-medium-focus-background: color.adjust($search-medium-background, $lightness: -2%) !default;
|
|
948
952
|
$search-medium-icon-width: 24px !default;
|
|
949
953
|
$search-medium-icon-padding: 12px !default;
|
|
950
954
|
$search-large-width: 500px !default;
|
|
@@ -952,7 +956,7 @@ $search-large-height: 90px !default;
|
|
|
952
956
|
$search-large-padding-horizontal: 20px !default;
|
|
953
957
|
$search-large-background: $search-default-background !default;
|
|
954
958
|
$search-large-font-size: $global-2xlarge-font-size !default;
|
|
955
|
-
$search-large-focus-background:
|
|
959
|
+
$search-large-focus-background: color.adjust($search-large-background, $lightness: -2%) !default;
|
|
956
960
|
$search-large-icon-width: 40px !default;
|
|
957
961
|
$search-large-icon-padding: 20px !default;
|
|
958
962
|
$search-toggle-color: $global-muted-color !default;
|
|
@@ -961,13 +965,13 @@ $inverse-search-color: $inverse-global-color !default;
|
|
|
961
965
|
$inverse-search-placeholder-color: $inverse-global-muted-color !default;
|
|
962
966
|
$inverse-search-icon-color: $inverse-global-muted-color !default;
|
|
963
967
|
$inverse-search-default-background: $inverse-global-muted-background !default;
|
|
964
|
-
$inverse-search-default-focus-background:
|
|
968
|
+
$inverse-search-default-focus-background: color.adjust($inverse-search-default-background, $alpha: 0.05) !default;
|
|
965
969
|
$inverse-search-navbar-background: $inverse-global-muted-background !default;
|
|
966
|
-
$inverse-search-navbar-focus-background:
|
|
970
|
+
$inverse-search-navbar-focus-background: color.adjust($inverse-search-navbar-background, $alpha: 0.05) !default;
|
|
967
971
|
$inverse-search-medium-background: $inverse-search-default-background !default;
|
|
968
|
-
$inverse-search-medium-focus-background:
|
|
972
|
+
$inverse-search-medium-focus-background: color.adjust($inverse-search-medium-background, $alpha: 0.05) !default;
|
|
969
973
|
$inverse-search-large-background: $inverse-search-default-background !default;
|
|
970
|
-
$inverse-search-large-focus-background:
|
|
974
|
+
$inverse-search-large-focus-background: color.adjust($inverse-search-large-background, $alpha: 0.05) !default;
|
|
971
975
|
$inverse-search-toggle-color: $inverse-global-muted-color !default;
|
|
972
976
|
$inverse-search-toggle-hover-color: $inverse-global-color !default;
|
|
973
977
|
$section-padding-vertical: $global-medium-margin !default;
|
|
@@ -1005,8 +1009,8 @@ $sortable-placeholder-opacity: 0 !default;
|
|
|
1005
1009
|
$sortable-empty-height: 50px !default;
|
|
1006
1010
|
$spinner-size: 30px !default;
|
|
1007
1011
|
$spinner-stroke-width: 1 !default;
|
|
1008
|
-
$spinner-radius: floor((($spinner-size - $spinner-stroke-width) * 0.5)) !default;
|
|
1009
|
-
$spinner-circumference: round(2 * 3.141 * $spinner-radius) !default;
|
|
1012
|
+
$spinner-radius: math.floor((($spinner-size - $spinner-stroke-width) * 0.5)) !default;
|
|
1013
|
+
$spinner-circumference: math.round(2 * 3.141 * $spinner-radius) !default;
|
|
1010
1014
|
$spinner-duration: 1.4s !default;
|
|
1011
1015
|
$sticky-z-index: $global-z-index - 20 !default;
|
|
1012
1016
|
$sticky-animation-duration: 0.2s !default;
|
|
@@ -1078,7 +1082,7 @@ $table-large-cell-padding-horizontal: 12px !default;
|
|
|
1078
1082
|
$table-expand-min-width: 150px !default;
|
|
1079
1083
|
$inverse-table-header-cell-color: $inverse-global-color !default;
|
|
1080
1084
|
$inverse-table-caption-color: $inverse-global-muted-color !default;
|
|
1081
|
-
$inverse-table-row-active-background:
|
|
1085
|
+
$inverse-table-row-active-background: color.adjust($inverse-global-muted-background, $alpha: -0.02) !default;
|
|
1082
1086
|
$inverse-table-divider-border: $inverse-global-border !default;
|
|
1083
1087
|
$inverse-table-striped-row-background: $inverse-global-muted-background !default;
|
|
1084
1088
|
$inverse-table-hover-row-background: $inverse-table-row-active-background !default;
|
|
@@ -1100,7 +1104,7 @@ $text-success-color: $global-success-background !default;
|
|
|
1100
1104
|
$text-warning-color: $global-warning-background !default;
|
|
1101
1105
|
$text-danger-color: $global-danger-background !default;
|
|
1102
1106
|
$text-background-color: $global-primary-background !default;
|
|
1103
|
-
$text-stroke-text-stroke: unquote('calc(1.4px + 0.002em)') !default;
|
|
1107
|
+
$text-stroke-text-stroke: string.unquote('calc(1.4px + 0.002em)') !default;
|
|
1104
1108
|
$inverse-text-lead-color: $inverse-global-color !default;
|
|
1105
1109
|
$inverse-text-meta-color: $inverse-global-muted-color !default;
|
|
1106
1110
|
$inverse-text-muted-color: $inverse-global-muted-color !default;
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
// Base
|
|
2
|
-
@import "variables.scss";
|
|
3
|
-
@import "base.scss";
|
|
4
|
-
|
|
5
|
-
// Elements
|
|
6
|
-
@import "link.scss";
|
|
7
|
-
@import "heading.scss";
|
|
8
|
-
@import "divider.scss";
|
|
9
|
-
@import "list.scss";
|
|
10
|
-
@import "description-list.scss";
|
|
11
|
-
@import "table.scss";
|
|
12
|
-
@import "icon.scss";
|
|
13
|
-
@import "form-range.scss";
|
|
14
|
-
@import "form.scss";
|
|
15
|
-
@import "button.scss";
|
|
16
|
-
@import "progress.scss";
|
|
17
|
-
|
|
18
|
-
// Layout
|
|
19
|
-
@import "section.scss";
|
|
20
|
-
@import "container.scss";
|
|
21
|
-
@import "tile.scss";
|
|
22
|
-
@import "card.scss";
|
|
23
|
-
|
|
24
|
-
// Common
|
|
25
|
-
@import "close.scss";
|
|
26
|
-
@import "spinner.scss";
|
|
27
|
-
@import "totop.scss";
|
|
28
|
-
@import "marker.scss";
|
|
29
|
-
@import "alert.scss";
|
|
30
|
-
@import "placeholder.scss";
|
|
31
|
-
@import "badge.scss";
|
|
32
|
-
@import "label.scss";
|
|
33
|
-
@import "overlay.scss";
|
|
34
|
-
@import "article.scss";
|
|
35
|
-
@import "comment.scss";
|
|
36
|
-
@import "search.scss";
|
|
37
|
-
|
|
38
|
-
// JavaScript
|
|
39
|
-
@import "accordion.scss";
|
|
40
|
-
@import "drop.scss";
|
|
41
|
-
@import "dropbar.scss";
|
|
42
|
-
@import "modal.scss";
|
|
43
|
-
@import "slider.scss";
|
|
44
|
-
@import "sticky.scss";
|
|
45
|
-
@import "offcanvas.scss";
|
|
46
|
-
@import "leader.scss";
|
|
47
|
-
@import "notification.scss";
|
|
48
|
-
@import "tooltip.scss";
|
|
49
|
-
@import "sortable.scss";
|
|
50
|
-
@import "countdown.scss";
|
|
51
|
-
|
|
52
|
-
@import "grid.scss";
|
|
53
|
-
|
|
54
|
-
// Navs
|
|
55
|
-
@import "nav.scss";
|
|
56
|
-
@import "navbar.scss";
|
|
57
|
-
@import "subnav.scss";
|
|
58
|
-
@import "breadcrumb.scss";
|
|
59
|
-
@import "pagination.scss";
|
|
60
|
-
@import "tab.scss";
|
|
61
|
-
@import "slidenav.scss";
|
|
62
|
-
@import "dotnav.scss";
|
|
63
|
-
@import "thumbnav.scss";
|
|
64
|
-
@import "iconnav.scss";
|
|
65
|
-
|
|
66
|
-
@import "dropdown.scss";
|
|
67
|
-
@import "lightbox.scss";
|
|
68
|
-
|
|
69
|
-
// Utilities
|
|
70
|
-
@import "animation.scss";
|
|
71
|
-
@import "width.scss";
|
|
72
|
-
@import "height.scss";
|
|
73
|
-
@import "text.scss";
|
|
74
|
-
@import "column.scss";
|
|
75
|
-
@import "background.scss";
|
|
76
|
-
@import "align.scss";
|
|
77
|
-
@import "utility.scss";
|
|
78
|
-
@import "margin.scss";
|
|
79
|
-
@import "padding.scss";
|
|
80
|
-
@import "position.scss";
|
|
81
|
-
@import "transition.scss";
|
|
82
|
-
@import "inverse.scss";
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Component: Accordion
|
|
3
|
-
//
|
|
4
|
-
// ========================================================================
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
// Variables
|
|
8
|
-
// ========================================================================
|
|
9
|
-
|
|
10
|
-
//
|
|
11
|
-
// New
|
|
12
|
-
//
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
// Component
|
|
17
|
-
// ========================================================================
|
|
18
|
-
|
|
19
|
-
// @mixin hook-accordion(){}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
// Item
|
|
23
|
-
// ========================================================================
|
|
24
|
-
|
|
25
|
-
// @mixin hook-accordion-item(){}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
// Title
|
|
29
|
-
// ========================================================================
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
// @mixin hook-accordion-title-hover(){}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
// Content
|
|
37
|
-
// ========================================================================
|
|
38
|
-
|
|
39
|
-
// @mixin hook-accordion-content(){}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
// Miscellaneous
|
|
43
|
-
// ========================================================================
|
|
44
|
-
|
|
45
|
-
// @mixin hook-accordion-misc(){}
|
|
46
|
-
|
|
47
|
-
// Inverse
|
|
48
|
-
// ========================================================================
|
|
49
|
-
|
|
50
|
-
// @mixin hook-inverse-accordion-item(){}
|
|
51
|
-
|
|
52
|
-
// @mixin hook-inverse-accordion-title(){}
|
|
53
|
-
// @mixin hook-inverse-accordion-title-hover(){}
|
|
54
|
-
|
|
55
|
-
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Component: Alert
|
|
3
|
-
//
|
|
4
|
-
// ========================================================================
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
// Variables
|
|
8
|
-
// ========================================================================
|
|
9
|
-
|
|
10
|
-
//
|
|
11
|
-
// New
|
|
12
|
-
//
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
// Component
|
|
17
|
-
// ========================================================================
|
|
18
|
-
|
|
19
|
-
// @mixin hook-alert(){}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
// Close
|
|
23
|
-
// ========================================================================
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
// Style modifiers
|
|
31
|
-
// ========================================================================
|
|
32
|
-
|
|
33
|
-
// @mixin hook-alert-primary(){}
|
|
34
|
-
|
|
35
|
-
// @mixin hook-alert-success(){}
|
|
36
|
-
|
|
37
|
-
// @mixin hook-alert-warning(){}
|
|
38
|
-
|
|
39
|
-
// @mixin hook-alert-danger(){}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
// Miscellaneous
|
|
43
|
-
// ========================================================================
|
|
44
|
-
|
|
45
|
-
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Component: Align
|
|
3
|
-
//
|
|
4
|
-
// ========================================================================
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
// Variables
|
|
8
|
-
// ========================================================================
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
// Miscellaneous
|
|
12
|
-
// ========================================================================
|
|
13
|
-
|
|
14
|
-
// @mixin hook-align-misc(){}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Component: Animation
|
|
3
|
-
//
|
|
4
|
-
// ========================================================================
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
// Variables
|
|
8
|
-
// ========================================================================
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
// Miscellaneous
|
|
12
|
-
// ========================================================================
|
|
13
|
-
|
|
14
|
-
// @mixin hook-animation-misc(){}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Component: Article
|
|
3
|
-
//
|
|
4
|
-
// ========================================================================
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
// Variables
|
|
8
|
-
// ========================================================================
|
|
9
|
-
|
|
10
|
-
//
|
|
11
|
-
// New
|
|
12
|
-
//
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
// Component
|
|
17
|
-
// ========================================================================
|
|
18
|
-
|
|
19
|
-
// @mixin hook-article(){}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
// Adjacent sibling
|
|
23
|
-
// ========================================================================
|
|
24
|
-
|
|
25
|
-
// @mixin hook-article-adjacent(){}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
// Title
|
|
29
|
-
// ========================================================================
|
|
30
|
-
|
|
31
|
-
// @mixin hook-article-title(){}
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
// Meta
|
|
35
|
-
// ========================================================================
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
// Miscellaneous
|
|
41
|
-
// ========================================================================
|
|
42
|
-
|
|
43
|
-
// @mixin hook-article-misc(){}
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
// Inverse
|
|
47
|
-
// ========================================================================
|
|
48
|
-
|
|
49
|
-
// @mixin hook-inverse-article-meta(){}
|