uikit 3.16.19 → 3.16.20-dev.8a382829d
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 +4 -0
- package/build/scss.js +6 -6
- 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 +1 -1
- package/dist/js/components/lightbox-panel.min.js +1 -1
- package/dist/js/components/lightbox.js +1 -1
- 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 +1 -1
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +1 -1
- package/dist/js/components/slider-parallax.min.js +1 -1
- package/dist/js/components/slider.js +1 -1
- package/dist/js/components/slider.min.js +1 -1
- package/dist/js/components/slideshow-parallax.js +1 -1
- package/dist/js/components/slideshow-parallax.min.js +1 -1
- package/dist/js/components/slideshow.js +1 -1
- 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 +8 -8
- 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 +8 -8
- package/dist/js/uikit.min.js +1 -1
- package/package.json +1 -1
- package/src/js/core/toggle.js +11 -8
- package/src/less/components/visibility.less +0 -1
- package/src/less/theme/_import.less +1 -1
- package/src/scss/components/accordion.scss +8 -8
- package/src/scss/components/alert.scss +15 -15
- package/src/scss/components/align.scss +3 -3
- package/src/scss/components/animation.scss +8 -8
- package/src/scss/components/article.scss +8 -8
- package/src/scss/components/background.scss +4 -4
- package/src/scss/components/badge.scss +9 -9
- package/src/scss/components/base.scss +80 -80
- package/src/scss/components/breadcrumb.scss +13 -13
- package/src/scss/components/button.scss +76 -76
- package/src/scss/components/card.scss +50 -50
- package/src/scss/components/close.scss +4 -4
- package/src/scss/components/column.scss +5 -5
- package/src/scss/components/comment.scss +9 -9
- package/src/scss/components/container.scss +9 -9
- package/src/scss/components/countdown.scss +2 -2
- package/src/scss/components/description-list.scss +5 -5
- package/src/scss/components/divider.scss +19 -19
- package/src/scss/components/dotnav.scss +13 -13
- package/src/scss/components/drop.scss +5 -5
- package/src/scss/components/dropbar.scss +13 -13
- package/src/scss/components/dropdown.scss +28 -28
- package/src/scss/components/dropnav.scss +1 -1
- package/src/scss/components/form-range.scss +8 -8
- package/src/scss/components/form.scss +71 -71
- package/src/scss/components/grid.scss +15 -15
- package/src/scss/components/heading.scss +30 -30
- package/src/scss/components/height.scss +3 -3
- package/src/scss/components/icon.scss +21 -21
- package/src/scss/components/iconnav.scss +8 -8
- package/src/scss/components/inverse.scss +8 -8
- package/src/scss/components/label.scss +14 -14
- package/src/scss/components/leader.scss +2 -2
- package/src/scss/components/lightbox.scss +17 -17
- package/src/scss/components/link.scss +9 -9
- package/src/scss/components/list.scss +26 -26
- package/src/scss/components/margin.scss +7 -7
- package/src/scss/components/marker.scss +7 -7
- package/src/scss/components/modal.scss +41 -41
- package/src/scss/components/nav.scss +101 -101
- package/src/scss/components/navbar.scss +65 -65
- package/src/scss/components/notification.scss +18 -18
- package/src/scss/components/offcanvas.scss +13 -13
- package/src/scss/components/overlay.scss +5 -5
- package/src/scss/components/padding.scss +5 -5
- package/src/scss/components/pagination.scss +12 -12
- package/src/scss/components/placeholder.scss +4 -4
- package/src/scss/components/position.scss +4 -4
- package/src/scss/components/progress.scss +4 -4
- package/src/scss/components/search.scss +33 -33
- package/src/scss/components/section.scss +14 -14
- package/src/scss/components/slidenav.scss +10 -10
- package/src/scss/components/slider.scss +4 -4
- package/src/scss/components/sortable.scss +3 -3
- package/src/scss/components/spinner.scss +4 -4
- package/src/scss/components/sticky.scss +3 -3
- package/src/scss/components/subnav.scss +33 -33
- package/src/scss/components/tab.scss +12 -12
- package/src/scss/components/table.scss +25 -25
- package/src/scss/components/text.scss +24 -24
- package/src/scss/components/thumbnav.scss +2 -2
- package/src/scss/components/tile.scss +17 -17
- package/src/scss/components/tooltip.scss +9 -9
- package/src/scss/components/totop.scss +7 -7
- package/src/scss/components/transition.scss +5 -5
- package/src/scss/components/utility.scss +20 -20
- package/src/scss/components/variables.scss +39 -39
- package/src/scss/components/visibility.scss +0 -1
- package/src/scss/components/width.scss +5 -5
- package/src/scss/mixins-theme.scss +0 -10
- package/src/scss/mixins.scss +0 -10
- package/src/scss/theme/_import.scss +1 -1
- package/src/scss/theme/accordion.scss +4 -4
- package/src/scss/theme/alert.scss +2 -2
- package/src/scss/theme/article.scss +2 -2
- package/src/scss/theme/base.scss +12 -12
- package/src/scss/theme/button.scss +25 -25
- package/src/scss/theme/card.scss +18 -18
- package/src/scss/theme/comment.scss +2 -2
- package/src/scss/theme/description-list.scss +3 -3
- package/src/scss/theme/dotnav.scss +7 -7
- package/src/scss/theme/dropbar.scss +6 -6
- package/src/scss/theme/dropdown.scss +6 -6
- package/src/scss/theme/form-range.scss +4 -4
- package/src/scss/theme/form.scss +23 -23
- package/src/scss/theme/iconnav.scss +1 -1
- package/src/scss/theme/label.scss +2 -2
- package/src/scss/theme/list.scss +2 -2
- package/src/scss/theme/modal.scss +9 -9
- package/src/scss/theme/nav.scss +9 -9
- package/src/scss/theme/navbar.scss +14 -14
- package/src/scss/theme/placeholder.scss +3 -3
- package/src/scss/theme/progress.scss +1 -1
- package/src/scss/theme/search.scss +5 -5
- package/src/scss/theme/subnav.scss +2 -2
- package/src/scss/theme/tab.scss +7 -7
- package/src/scss/theme/table.scss +5 -5
- package/src/scss/theme/text.scss +3 -3
- package/src/scss/theme/thumbnav.scss +4 -4
|
@@ -15,30 +15,30 @@
|
|
|
15
15
|
// Variables
|
|
16
16
|
// ========================================================================
|
|
17
17
|
|
|
18
|
-
$subnav-margin-horizontal: 20px !default;
|
|
18
|
+
// $subnav-margin-horizontal: 20px !default;
|
|
19
19
|
|
|
20
|
-
$subnav-item-color: $global-muted-color !default;
|
|
21
|
-
$subnav-item-hover-color: $global-color !default;
|
|
22
|
-
$subnav-item-hover-text-decoration: none !default;
|
|
23
|
-
$subnav-item-active-color: $global-emphasis-color !default;
|
|
20
|
+
// $subnav-item-color: $global-muted-color !default;
|
|
21
|
+
// $subnav-item-hover-color: $global-color !default;
|
|
22
|
+
// $subnav-item-hover-text-decoration: none !default;
|
|
23
|
+
// $subnav-item-active-color: $global-emphasis-color !default;
|
|
24
24
|
|
|
25
|
-
$subnav-divider-margin-horizontal: $subnav-margin-horizontal !default;
|
|
26
|
-
$subnav-divider-border-height: 1.5em !default;
|
|
27
|
-
$subnav-divider-border-width: $global-border-width !default;
|
|
28
|
-
$subnav-divider-border: $global-border !default;
|
|
25
|
+
// $subnav-divider-margin-horizontal: $subnav-margin-horizontal !default;
|
|
26
|
+
// $subnav-divider-border-height: 1.5em !default;
|
|
27
|
+
// $subnav-divider-border-width: $global-border-width !default;
|
|
28
|
+
// $subnav-divider-border: $global-border !default;
|
|
29
29
|
|
|
30
|
-
$subnav-pill-item-padding-vertical: 5px !default;
|
|
31
|
-
$subnav-pill-item-padding-horizontal: 10px !default;
|
|
32
|
-
$subnav-pill-item-background: transparent !default;
|
|
33
|
-
$subnav-pill-item-color: $subnav-item-color !default;
|
|
34
|
-
$subnav-pill-item-hover-background: $global-muted-background !default;
|
|
35
|
-
$subnav-pill-item-hover-color: $global-color !default;
|
|
36
|
-
$subnav-pill-item-onclick-background: $subnav-pill-item-hover-background !default;
|
|
37
|
-
$subnav-pill-item-onclick-color: $subnav-pill-item-hover-color !default;
|
|
38
|
-
$subnav-pill-item-active-background: $global-primary-background !default;
|
|
39
|
-
$subnav-pill-item-active-color: $global-inverse-color !default;
|
|
30
|
+
// $subnav-pill-item-padding-vertical: 5px !default;
|
|
31
|
+
// $subnav-pill-item-padding-horizontal: 10px !default;
|
|
32
|
+
// $subnav-pill-item-background: transparent !default;
|
|
33
|
+
// $subnav-pill-item-color: $subnav-item-color !default;
|
|
34
|
+
// $subnav-pill-item-hover-background: $global-muted-background !default;
|
|
35
|
+
// $subnav-pill-item-hover-color: $global-color !default;
|
|
36
|
+
// $subnav-pill-item-onclick-background: $subnav-pill-item-hover-background !default;
|
|
37
|
+
// $subnav-pill-item-onclick-color: $subnav-pill-item-hover-color !default;
|
|
38
|
+
// $subnav-pill-item-active-background: $global-primary-background !default;
|
|
39
|
+
// $subnav-pill-item-active-color: $global-inverse-color !default;
|
|
40
40
|
|
|
41
|
-
$subnav-item-disabled-color: $global-muted-color !default;
|
|
41
|
+
// $subnav-item-disabled-color: $global-muted-color !default;
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
/* ========================================================================
|
|
@@ -219,19 +219,19 @@ $subnav-item-disabled-color: $global-muted-color !default;
|
|
|
219
219
|
// Inverse
|
|
220
220
|
// ========================================================================
|
|
221
221
|
|
|
222
|
-
$inverse-subnav-item-color: $inverse-global-muted-color !default;
|
|
223
|
-
$inverse-subnav-item-hover-color: $inverse-global-color !default;
|
|
224
|
-
$inverse-subnav-item-active-color: $inverse-global-emphasis-color !default;
|
|
225
|
-
$inverse-subnav-divider-border: $inverse-global-border !default;
|
|
226
|
-
$inverse-subnav-pill-item-background: transparent !default;
|
|
227
|
-
$inverse-subnav-pill-item-color: $inverse-global-muted-color !default;
|
|
228
|
-
$inverse-subnav-pill-item-hover-background: $inverse-global-muted-background !default;
|
|
229
|
-
$inverse-subnav-pill-item-hover-color: $inverse-global-color !default;
|
|
230
|
-
$inverse-subnav-pill-item-onclick-background: $inverse-subnav-pill-item-hover-background !default;
|
|
231
|
-
$inverse-subnav-pill-item-onclick-color: $inverse-subnav-pill-item-hover-color !default;
|
|
232
|
-
$inverse-subnav-pill-item-active-background: $inverse-global-primary-background !default;
|
|
233
|
-
$inverse-subnav-pill-item-active-color: $inverse-global-inverse-color !default;
|
|
234
|
-
$inverse-subnav-item-disabled-color: $inverse-global-muted-color !default;
|
|
222
|
+
// $inverse-subnav-item-color: $inverse-global-muted-color !default;
|
|
223
|
+
// $inverse-subnav-item-hover-color: $inverse-global-color !default;
|
|
224
|
+
// $inverse-subnav-item-active-color: $inverse-global-emphasis-color !default;
|
|
225
|
+
// $inverse-subnav-divider-border: $inverse-global-border !default;
|
|
226
|
+
// $inverse-subnav-pill-item-background: transparent !default;
|
|
227
|
+
// $inverse-subnav-pill-item-color: $inverse-global-muted-color !default;
|
|
228
|
+
// $inverse-subnav-pill-item-hover-background: $inverse-global-muted-background !default;
|
|
229
|
+
// $inverse-subnav-pill-item-hover-color: $inverse-global-color !default;
|
|
230
|
+
// $inverse-subnav-pill-item-onclick-background: $inverse-subnav-pill-item-hover-background !default;
|
|
231
|
+
// $inverse-subnav-pill-item-onclick-color: $inverse-subnav-pill-item-hover-color !default;
|
|
232
|
+
// $inverse-subnav-pill-item-active-background: $inverse-global-primary-background !default;
|
|
233
|
+
// $inverse-subnav-pill-item-active-color: $inverse-global-inverse-color !default;
|
|
234
|
+
// $inverse-subnav-item-disabled-color: $inverse-global-muted-color !default;
|
|
235
235
|
|
|
236
236
|
|
|
237
237
|
|
|
@@ -16,15 +16,15 @@
|
|
|
16
16
|
// Variables
|
|
17
17
|
// ========================================================================
|
|
18
18
|
|
|
19
|
-
$tab-margin-horizontal: 20px !default;
|
|
19
|
+
// $tab-margin-horizontal: 20px !default;
|
|
20
20
|
|
|
21
|
-
$tab-item-padding-horizontal: 10px !default;
|
|
22
|
-
$tab-item-padding-vertical: 5px !default;
|
|
23
|
-
$tab-item-color: $global-muted-color !default;
|
|
24
|
-
$tab-item-hover-color: $global-color !default;
|
|
25
|
-
$tab-item-hover-text-decoration: none !default;
|
|
26
|
-
$tab-item-active-color: $global-emphasis-color !default;
|
|
27
|
-
$tab-item-disabled-color: $global-muted-color !default;
|
|
21
|
+
// $tab-item-padding-horizontal: 10px !default;
|
|
22
|
+
// $tab-item-padding-vertical: 5px !default;
|
|
23
|
+
// $tab-item-color: $global-muted-color !default;
|
|
24
|
+
// $tab-item-hover-color: $global-color !default;
|
|
25
|
+
// $tab-item-hover-text-decoration: none !default;
|
|
26
|
+
// $tab-item-active-color: $global-emphasis-color !default;
|
|
27
|
+
// $tab-item-disabled-color: $global-muted-color !default;
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
/* ========================================================================
|
|
@@ -182,10 +182,10 @@ $tab-item-disabled-color: $global-muted-color !default;
|
|
|
182
182
|
// Inverse
|
|
183
183
|
// ========================================================================
|
|
184
184
|
|
|
185
|
-
$inverse-tab-item-color: $inverse-global-muted-color !default;
|
|
186
|
-
$inverse-tab-item-hover-color: $inverse-global-color !default;
|
|
187
|
-
$inverse-tab-item-active-color: $inverse-global-emphasis-color !default;
|
|
188
|
-
$inverse-tab-item-disabled-color: $inverse-global-muted-color !default;
|
|
185
|
+
// $inverse-tab-item-color: $inverse-global-muted-color !default;
|
|
186
|
+
// $inverse-tab-item-hover-color: $inverse-global-color !default;
|
|
187
|
+
// $inverse-tab-item-active-color: $inverse-global-emphasis-color !default;
|
|
188
|
+
// $inverse-tab-item-disabled-color: $inverse-global-muted-color !default;
|
|
189
189
|
|
|
190
190
|
|
|
191
191
|
|
|
@@ -22,36 +22,36 @@
|
|
|
22
22
|
// Variables
|
|
23
23
|
// ========================================================================
|
|
24
24
|
|
|
25
|
-
$table-margin-vertical: $global-margin !default;
|
|
25
|
+
// $table-margin-vertical: $global-margin !default;
|
|
26
26
|
|
|
27
|
-
$table-cell-padding-vertical: 16px !default;
|
|
28
|
-
$table-cell-padding-horizontal: 12px !default;
|
|
27
|
+
// $table-cell-padding-vertical: 16px !default;
|
|
28
|
+
// $table-cell-padding-horizontal: 12px !default;
|
|
29
29
|
|
|
30
|
-
$table-header-cell-font-size: $global-font-size !default;
|
|
31
|
-
$table-header-cell-font-weight: bold !default;
|
|
32
|
-
$table-header-cell-color: $global-color !default;
|
|
30
|
+
// $table-header-cell-font-size: $global-font-size !default;
|
|
31
|
+
// $table-header-cell-font-weight: bold !default;
|
|
32
|
+
// $table-header-cell-color: $global-color !default;
|
|
33
33
|
|
|
34
|
-
$table-footer-font-size: $global-small-font-size !default;
|
|
34
|
+
// $table-footer-font-size: $global-small-font-size !default;
|
|
35
35
|
|
|
36
|
-
$table-caption-font-size: $global-small-font-size !default;
|
|
37
|
-
$table-caption-color: $global-muted-color !default;
|
|
36
|
+
// $table-caption-font-size: $global-small-font-size !default;
|
|
37
|
+
// $table-caption-color: $global-muted-color !default;
|
|
38
38
|
|
|
39
|
-
$table-row-active-background: #ffd !default;
|
|
39
|
+
// $table-row-active-background: #ffd !default;
|
|
40
40
|
|
|
41
|
-
$table-divider-border-width: $global-border-width !default;
|
|
42
|
-
$table-divider-border: $global-border !default;
|
|
41
|
+
// $table-divider-border-width: $global-border-width !default;
|
|
42
|
+
// $table-divider-border: $global-border !default;
|
|
43
43
|
|
|
44
|
-
$table-striped-row-background: $global-muted-background !default;
|
|
44
|
+
// $table-striped-row-background: $global-muted-background !default;
|
|
45
45
|
|
|
46
|
-
$table-hover-row-background: $table-row-active-background !default;
|
|
46
|
+
// $table-hover-row-background: $table-row-active-background !default;
|
|
47
47
|
|
|
48
|
-
$table-small-cell-padding-vertical: 10px !default;
|
|
49
|
-
$table-small-cell-padding-horizontal: 12px !default;
|
|
48
|
+
// $table-small-cell-padding-vertical: 10px !default;
|
|
49
|
+
// $table-small-cell-padding-horizontal: 12px !default;
|
|
50
50
|
|
|
51
|
-
$table-large-cell-padding-vertical: 22px !default;
|
|
52
|
-
$table-large-cell-padding-horizontal: 12px !default;
|
|
51
|
+
// $table-large-cell-padding-vertical: 22px !default;
|
|
52
|
+
// $table-large-cell-padding-horizontal: 12px !default;
|
|
53
53
|
|
|
54
|
-
$table-expand-min-width: 150px !default;
|
|
54
|
+
// $table-expand-min-width: 150px !default;
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
/* ========================================================================
|
|
@@ -298,12 +298,12 @@ $table-expand-min-width: 150px !default;
|
|
|
298
298
|
// Inverse
|
|
299
299
|
// ========================================================================
|
|
300
300
|
|
|
301
|
-
$inverse-table-header-cell-color: $inverse-global-color !default;
|
|
302
|
-
$inverse-table-caption-color: $inverse-global-muted-color !default;
|
|
303
|
-
$inverse-table-row-active-background: fade-out($inverse-global-muted-background, 0.02) !default;
|
|
304
|
-
$inverse-table-divider-border: $inverse-global-border !default;
|
|
305
|
-
$inverse-table-striped-row-background: $inverse-global-muted-background !default;
|
|
306
|
-
$inverse-table-hover-row-background: $inverse-table-row-active-background !default;
|
|
301
|
+
// $inverse-table-header-cell-color: $inverse-global-color !default;
|
|
302
|
+
// $inverse-table-caption-color: $inverse-global-muted-color !default;
|
|
303
|
+
// $inverse-table-row-active-background: fade-out($inverse-global-muted-background, 0.02) !default;
|
|
304
|
+
// $inverse-table-divider-border: $inverse-global-border !default;
|
|
305
|
+
// $inverse-table-striped-row-background: $inverse-global-muted-background !default;
|
|
306
|
+
// $inverse-table-hover-row-background: $inverse-table-row-active-background !default;
|
|
307
307
|
|
|
308
308
|
|
|
309
309
|
|
|
@@ -9,29 +9,29 @@
|
|
|
9
9
|
// Variables
|
|
10
10
|
// ========================================================================
|
|
11
11
|
|
|
12
|
-
$text-lead-font-size: $global-large-font-size !default;
|
|
13
|
-
$text-lead-line-height: 1.5 !default;
|
|
14
|
-
$text-lead-color: $global-emphasis-color !default;
|
|
12
|
+
// $text-lead-font-size: $global-large-font-size !default;
|
|
13
|
+
// $text-lead-line-height: 1.5 !default;
|
|
14
|
+
// $text-lead-color: $global-emphasis-color !default;
|
|
15
15
|
|
|
16
|
-
$text-meta-font-size: $global-small-font-size !default;
|
|
17
|
-
$text-meta-line-height: 1.4 !default;
|
|
18
|
-
$text-meta-color: $global-muted-color !default;
|
|
16
|
+
// $text-meta-font-size: $global-small-font-size !default;
|
|
17
|
+
// $text-meta-line-height: 1.4 !default;
|
|
18
|
+
// $text-meta-color: $global-muted-color !default;
|
|
19
19
|
|
|
20
|
-
$text-small-font-size: $global-small-font-size !default;
|
|
21
|
-
$text-small-line-height: 1.5 !default;
|
|
20
|
+
// $text-small-font-size: $global-small-font-size !default;
|
|
21
|
+
// $text-small-line-height: 1.5 !default;
|
|
22
22
|
|
|
23
|
-
$text-large-font-size: $global-large-font-size !default;
|
|
24
|
-
$text-large-line-height: 1.5 !default;
|
|
23
|
+
// $text-large-font-size: $global-large-font-size !default;
|
|
24
|
+
// $text-large-line-height: 1.5 !default;
|
|
25
25
|
|
|
26
|
-
$text-muted-color: $global-muted-color !default;
|
|
27
|
-
$text-emphasis-color: $global-emphasis-color !default;
|
|
28
|
-
$text-primary-color: $global-primary-background !default;
|
|
29
|
-
$text-secondary-color: $global-secondary-background !default;
|
|
30
|
-
$text-success-color: $global-success-background !default;
|
|
31
|
-
$text-warning-color: $global-warning-background !default;
|
|
32
|
-
$text-danger-color: $global-danger-background !default;
|
|
26
|
+
// $text-muted-color: $global-muted-color !default;
|
|
27
|
+
// $text-emphasis-color: $global-emphasis-color !default;
|
|
28
|
+
// $text-primary-color: $global-primary-background !default;
|
|
29
|
+
// $text-secondary-color: $global-secondary-background !default;
|
|
30
|
+
// $text-success-color: $global-success-background !default;
|
|
31
|
+
// $text-warning-color: $global-warning-background !default;
|
|
32
|
+
// $text-danger-color: $global-danger-background !default;
|
|
33
33
|
|
|
34
|
-
$text-background-color: $global-primary-background !default;
|
|
34
|
+
// $text-background-color: $global-primary-background !default;
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
/* ========================================================================
|
|
@@ -255,12 +255,12 @@ td.uk-text-truncate { max-width: 0; }
|
|
|
255
255
|
// Inverse
|
|
256
256
|
// ========================================================================
|
|
257
257
|
|
|
258
|
-
$inverse-text-lead-color: $inverse-global-color !default;
|
|
259
|
-
$inverse-text-meta-color: $inverse-global-muted-color !default;
|
|
260
|
-
$inverse-text-muted-color: $inverse-global-muted-color !default;
|
|
261
|
-
$inverse-text-emphasis-color: $inverse-global-emphasis-color !default;
|
|
262
|
-
$inverse-text-primary-color: $inverse-global-primary-background !default;
|
|
263
|
-
$inverse-text-secondary-color: $inverse-global-primary-background !default;
|
|
258
|
+
// $inverse-text-lead-color: $inverse-global-color !default;
|
|
259
|
+
// $inverse-text-meta-color: $inverse-global-muted-color !default;
|
|
260
|
+
// $inverse-text-muted-color: $inverse-global-muted-color !default;
|
|
261
|
+
// $inverse-text-emphasis-color: $inverse-global-emphasis-color !default;
|
|
262
|
+
// $inverse-text-primary-color: $inverse-global-primary-background !default;
|
|
263
|
+
// $inverse-text-secondary-color: $inverse-global-primary-background !default;
|
|
264
264
|
|
|
265
265
|
|
|
266
266
|
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
// Variables
|
|
14
14
|
// ========================================================================
|
|
15
15
|
|
|
16
|
-
$thumbnav-margin-horizontal: 15px !default;
|
|
17
|
-
$thumbnav-margin-vertical: $thumbnav-margin-horizontal !default;
|
|
16
|
+
// $thumbnav-margin-horizontal: 15px !default;
|
|
17
|
+
// $thumbnav-margin-vertical: $thumbnav-margin-horizontal !default;
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
/* ========================================================================
|
|
@@ -20,31 +20,31 @@
|
|
|
20
20
|
// Variables
|
|
21
21
|
// ========================================================================
|
|
22
22
|
|
|
23
|
-
$tile-padding-horizontal: 15px !default;
|
|
24
|
-
$tile-padding-horizontal-s: $global-gutter !default;
|
|
25
|
-
$tile-padding-horizontal-m: $global-medium-gutter !default;
|
|
26
|
-
$tile-padding-vertical: $global-medium-margin !default;
|
|
27
|
-
$tile-padding-vertical-m: $global-large-margin !default;
|
|
23
|
+
// $tile-padding-horizontal: 15px !default;
|
|
24
|
+
// $tile-padding-horizontal-s: $global-gutter !default;
|
|
25
|
+
// $tile-padding-horizontal-m: $global-medium-gutter !default;
|
|
26
|
+
// $tile-padding-vertical: $global-medium-margin !default;
|
|
27
|
+
// $tile-padding-vertical-m: $global-large-margin !default;
|
|
28
28
|
|
|
29
|
-
$tile-xsmall-padding-vertical: $global-margin !default;
|
|
29
|
+
// $tile-xsmall-padding-vertical: $global-margin !default;
|
|
30
30
|
|
|
31
|
-
$tile-small-padding-vertical: $global-medium-margin !default;
|
|
31
|
+
// $tile-small-padding-vertical: $global-medium-margin !default;
|
|
32
32
|
|
|
33
|
-
$tile-large-padding-vertical: $global-large-margin !default;
|
|
34
|
-
$tile-large-padding-vertical-m: $global-xlarge-margin !default;
|
|
33
|
+
// $tile-large-padding-vertical: $global-large-margin !default;
|
|
34
|
+
// $tile-large-padding-vertical-m: $global-xlarge-margin !default;
|
|
35
35
|
|
|
36
|
-
$tile-xlarge-padding-vertical: $global-xlarge-margin !default;
|
|
37
|
-
$tile-xlarge-padding-vertical-m: ($global-large-margin + $global-xlarge-margin) !default;
|
|
36
|
+
// $tile-xlarge-padding-vertical: $global-xlarge-margin !default;
|
|
37
|
+
// $tile-xlarge-padding-vertical-m: ($global-large-margin + $global-xlarge-margin) !default;
|
|
38
38
|
|
|
39
|
-
$tile-default-background: $global-background !default;
|
|
39
|
+
// $tile-default-background: $global-background !default;
|
|
40
40
|
|
|
41
|
-
$tile-muted-background: $global-muted-background !default;
|
|
41
|
+
// $tile-muted-background: $global-muted-background !default;
|
|
42
42
|
|
|
43
|
-
$tile-primary-background: $global-primary-background !default;
|
|
44
|
-
$tile-primary-color-mode: light !default;
|
|
43
|
+
// $tile-primary-background: $global-primary-background !default;
|
|
44
|
+
// $tile-primary-color-mode: light !default;
|
|
45
45
|
|
|
46
|
-
$tile-secondary-background: $global-secondary-background !default;
|
|
47
|
-
$tile-secondary-color-mode: light !default;
|
|
46
|
+
// $tile-secondary-background: $global-secondary-background !default;
|
|
47
|
+
// $tile-secondary-color-mode: light !default;
|
|
48
48
|
|
|
49
49
|
|
|
50
50
|
/* ========================================================================
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
// Variables
|
|
21
21
|
// ========================================================================
|
|
22
22
|
|
|
23
|
-
$tooltip-z-index: $global-z-index + 30 !default;
|
|
24
|
-
$tooltip-margin: 10px !default;
|
|
25
|
-
$tooltip-max-width: 200px !default;
|
|
26
|
-
$tooltip-padding-vertical: 3px !default;
|
|
27
|
-
$tooltip-padding-horizontal: 6px !default;
|
|
28
|
-
$tooltip-background: #666 !default;
|
|
29
|
-
$tooltip-border-radius: 2px !default;
|
|
30
|
-
$tooltip-color: $global-inverse-color !default;
|
|
31
|
-
$tooltip-font-size: 12px !default;
|
|
23
|
+
// $tooltip-z-index: $global-z-index + 30 !default;
|
|
24
|
+
// $tooltip-margin: 10px !default;
|
|
25
|
+
// $tooltip-max-width: 200px !default;
|
|
26
|
+
// $tooltip-padding-vertical: 3px !default;
|
|
27
|
+
// $tooltip-padding-horizontal: 6px !default;
|
|
28
|
+
// $tooltip-background: #666 !default;
|
|
29
|
+
// $tooltip-border-radius: 2px !default;
|
|
30
|
+
// $tooltip-color: $global-inverse-color !default;
|
|
31
|
+
// $tooltip-font-size: 12px !default;
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
// Variables
|
|
10
10
|
// ========================================================================
|
|
11
11
|
|
|
12
|
-
$totop-padding: 5px !default;
|
|
13
|
-
$totop-color: $global-muted-color !default;
|
|
12
|
+
// $totop-padding: 5px !default;
|
|
13
|
+
// $totop-color: $global-muted-color !default;
|
|
14
14
|
|
|
15
|
-
$totop-hover-color: $global-color !default;
|
|
15
|
+
// $totop-hover-color: $global-color !default;
|
|
16
16
|
|
|
17
|
-
$totop-active-color: $global-emphasis-color !default;
|
|
17
|
+
// $totop-active-color: $global-emphasis-color !default;
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
/* ========================================================================
|
|
@@ -58,9 +58,9 @@ $totop-active-color: $global-emphasis-color !default
|
|
|
58
58
|
// Inverse
|
|
59
59
|
// ========================================================================
|
|
60
60
|
|
|
61
|
-
$inverse-totop-color: $inverse-global-muted-color !default;
|
|
62
|
-
$inverse-totop-hover-color: $inverse-global-color !default;
|
|
63
|
-
$inverse-totop-active-color: $inverse-global-emphasis-color !default;
|
|
61
|
+
// $inverse-totop-color: $inverse-global-muted-color !default;
|
|
62
|
+
// $inverse-totop-hover-color: $inverse-global-color !default;
|
|
63
|
+
// $inverse-totop-active-color: $inverse-global-emphasis-color !default;
|
|
64
64
|
|
|
65
65
|
|
|
66
66
|
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
// Variables
|
|
25
25
|
// ========================================================================
|
|
26
26
|
|
|
27
|
-
$transition-duration: 0.3s !default;
|
|
27
|
+
// $transition-duration: 0.3s !default;
|
|
28
28
|
|
|
29
|
-
$transition-scale: 1.03 !default;
|
|
29
|
+
// $transition-scale: 1.03 !default;
|
|
30
30
|
|
|
31
|
-
$transition-slide-small-translate: 10px !default;
|
|
32
|
-
$transition-slide-medium-translate: 50px !default;
|
|
31
|
+
// $transition-slide-small-translate: 10px !default;
|
|
32
|
+
// $transition-slide-medium-translate: 50px !default;
|
|
33
33
|
|
|
34
|
-
$transition-slow-duration: 0.7s !default;
|
|
34
|
+
// $transition-slow-duration: 0.7s !default;
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
/* ========================================================================
|
|
@@ -31,30 +31,30 @@
|
|
|
31
31
|
// Variables
|
|
32
32
|
// ========================================================================
|
|
33
33
|
|
|
34
|
-
$panel-scrollable-height: 170px !default;
|
|
35
|
-
$panel-scrollable-padding: 10px !default;
|
|
36
|
-
$panel-scrollable-border-width: $global-border-width !default;
|
|
37
|
-
$panel-scrollable-border: $global-border !default;
|
|
34
|
+
// $panel-scrollable-height: 170px !default;
|
|
35
|
+
// $panel-scrollable-padding: 10px !default;
|
|
36
|
+
// $panel-scrollable-border-width: $global-border-width !default;
|
|
37
|
+
// $panel-scrollable-border: $global-border !default;
|
|
38
38
|
|
|
39
|
-
$border-rounded-border-radius: 5px !default;
|
|
39
|
+
// $border-rounded-border-radius: 5px !default;
|
|
40
40
|
|
|
41
|
-
$box-shadow-duration: 0.1s !default;
|
|
41
|
+
// $box-shadow-duration: 0.1s !default;
|
|
42
42
|
|
|
43
|
-
$box-shadow-bottom-height: 30px !default;
|
|
44
|
-
$box-shadow-bottom-bottom: (-$box-shadow-bottom-height) !default;
|
|
45
|
-
$box-shadow-bottom-border-radius: 100% !default;
|
|
46
|
-
$box-shadow-bottom-background: #444 !default;
|
|
47
|
-
$box-shadow-bottom-blur: 20px !default;
|
|
43
|
+
// $box-shadow-bottom-height: 30px !default;
|
|
44
|
+
// $box-shadow-bottom-bottom: (-$box-shadow-bottom-height) !default;
|
|
45
|
+
// $box-shadow-bottom-border-radius: 100% !default;
|
|
46
|
+
// $box-shadow-bottom-background: #444 !default;
|
|
47
|
+
// $box-shadow-bottom-blur: 20px !default;
|
|
48
48
|
|
|
49
|
-
$dropcap-margin-right: 10px !default;
|
|
50
|
-
$dropcap-font-size: (($global-line-height * 3) * 1em) !default;
|
|
49
|
+
// $dropcap-margin-right: 10px !default;
|
|
50
|
+
// $dropcap-font-size: (($global-line-height * 3) * 1em) !default;
|
|
51
51
|
|
|
52
|
-
$logo-font-size: $global-large-font-size !default;
|
|
53
|
-
$logo-font-family: $global-font-family !default;
|
|
54
|
-
$logo-color: $global-emphasis-color !default;
|
|
55
|
-
$logo-hover-color: $global-emphasis-color !default;
|
|
52
|
+
// $logo-font-size: $global-large-font-size !default;
|
|
53
|
+
// $logo-font-family: $global-font-family !default;
|
|
54
|
+
// $logo-color: $global-emphasis-color !default;
|
|
55
|
+
// $logo-hover-color: $global-emphasis-color !default;
|
|
56
56
|
|
|
57
|
-
$dragover-box-shadow: 0 0 20px rgba(100,100,100,0.3) !default;
|
|
57
|
+
// $dragover-box-shadow: 0 0 20px rgba(100,100,100,0.3) !default;
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
/* ========================================================================
|
|
@@ -508,8 +508,8 @@ $dragover-box-shadow: 0 0 20px rgba(100,100,100,0.3)
|
|
|
508
508
|
// Inverse
|
|
509
509
|
// ========================================================================
|
|
510
510
|
|
|
511
|
-
$inverse-logo-color: $inverse-global-emphasis-color !default;
|
|
512
|
-
$inverse-logo-hover-color: $inverse-global-emphasis-color !default;
|
|
511
|
+
// $inverse-logo-color: $inverse-global-emphasis-color !default;
|
|
512
|
+
// $inverse-logo-hover-color: $inverse-global-emphasis-color !default;
|
|
513
513
|
|
|
514
514
|
|
|
515
515
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
// Load deprecated components
|
|
9
9
|
// ========================================================================
|
|
10
10
|
|
|
11
|
-
$deprecated: false !default;
|
|
11
|
+
// $deprecated: false !default;
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
// Breakpoints
|
|
@@ -25,10 +25,10 @@ $breakpoint-medium: 960px !default; // Tablet Lands
|
|
|
25
25
|
$breakpoint-large: 1200px !default; // Desktop
|
|
26
26
|
$breakpoint-xlarge: 1600px !default; // Large Screens
|
|
27
27
|
|
|
28
|
-
$breakpoint-xsmall-max: ($breakpoint-small - 1) !default;
|
|
29
|
-
$breakpoint-small-max: ($breakpoint-medium - 1) !default;
|
|
30
|
-
$breakpoint-medium-max: ($breakpoint-large - 1) !default;
|
|
31
|
-
$breakpoint-large-max: ($breakpoint-xlarge - 1) !default;
|
|
28
|
+
// $breakpoint-xsmall-max: ($breakpoint-small - 1) !default;
|
|
29
|
+
// $breakpoint-small-max: ($breakpoint-medium - 1) !default;
|
|
30
|
+
// $breakpoint-medium-max: ($breakpoint-large - 1) !default;
|
|
31
|
+
// $breakpoint-large-max: ($breakpoint-xlarge - 1) !default;
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
// Global variables
|
|
@@ -38,8 +38,8 @@ $breakpoint-large-max: ($breakpoint-xlarge - 1) !defaul
|
|
|
38
38
|
// Typography
|
|
39
39
|
//
|
|
40
40
|
|
|
41
|
-
$global-font-family: -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;
|
|
42
|
-
$global-font-size: 16px !default;
|
|
41
|
+
// $global-font-family: -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;
|
|
42
|
+
// $global-font-size: 16px !default;
|
|
43
43
|
$global-line-height: 1.5 !default; // 24px
|
|
44
44
|
|
|
45
45
|
$global-2xlarge-font-size: 2.625rem !default; // 42px
|
|
@@ -52,72 +52,72 @@ $global-small-font-size: 0.875rem !default; // 14px
|
|
|
52
52
|
// Colors
|
|
53
53
|
//
|
|
54
54
|
|
|
55
|
-
$global-color: #666 !default;
|
|
56
|
-
$global-emphasis-color: #333 !default;
|
|
57
|
-
$global-muted-color: #999 !default;
|
|
55
|
+
// $global-color: #666 !default;
|
|
56
|
+
// $global-emphasis-color: #333 !default;
|
|
57
|
+
// $global-muted-color: #999 !default;
|
|
58
58
|
|
|
59
|
-
$global-link-color: #1e87f0 !default;
|
|
60
|
-
$global-link-hover-color: #0f6ecd !default;
|
|
59
|
+
// $global-link-color: #1e87f0 !default;
|
|
60
|
+
// $global-link-hover-color: #0f6ecd !default;
|
|
61
61
|
|
|
62
|
-
$global-inverse-color: #fff !default;
|
|
62
|
+
// $global-inverse-color: #fff !default;
|
|
63
63
|
|
|
64
64
|
//
|
|
65
65
|
// Backgrounds
|
|
66
66
|
//
|
|
67
67
|
|
|
68
|
-
$global-background: #fff !default;
|
|
68
|
+
// $global-background: #fff !default;
|
|
69
69
|
|
|
70
|
-
$global-muted-background: #f8f8f8 !default;
|
|
71
|
-
$global-primary-background: #1e87f0 !default;
|
|
72
|
-
$global-secondary-background: #222 !default;
|
|
70
|
+
// $global-muted-background: #f8f8f8 !default;
|
|
71
|
+
// $global-primary-background: #1e87f0 !default;
|
|
72
|
+
// $global-secondary-background: #222 !default;
|
|
73
73
|
|
|
74
|
-
$global-success-background: #32d296 !default;
|
|
75
|
-
$global-warning-background: #faa05a !default;
|
|
76
|
-
$global-danger-background: #f0506e !default;
|
|
74
|
+
// $global-success-background: #32d296 !default;
|
|
75
|
+
// $global-warning-background: #faa05a !default;
|
|
76
|
+
// $global-danger-background: #f0506e !default;
|
|
77
77
|
|
|
78
78
|
//
|
|
79
79
|
// Borders
|
|
80
80
|
//
|
|
81
81
|
|
|
82
|
-
$global-border-width: 1px !default;
|
|
83
|
-
$global-border: #e5e5e5 !default;
|
|
82
|
+
// $global-border-width: 1px !default;
|
|
83
|
+
// $global-border: #e5e5e5 !default;
|
|
84
84
|
|
|
85
85
|
//
|
|
86
86
|
// Box-Shadows
|
|
87
87
|
//
|
|
88
88
|
|
|
89
|
-
$global-small-box-shadow: 0 2px 8px rgba(0,0,0,0.08) !default;
|
|
90
|
-
$global-medium-box-shadow: 0 5px 15px rgba(0,0,0,0.08) !default;
|
|
91
|
-
$global-large-box-shadow: 0 14px 25px rgba(0,0,0,0.16) !default;
|
|
92
|
-
$global-xlarge-box-shadow: 0 28px 50px rgba(0,0,0,0.16) !default;
|
|
89
|
+
// $global-small-box-shadow: 0 2px 8px rgba(0,0,0,0.08) !default;
|
|
90
|
+
// $global-medium-box-shadow: 0 5px 15px rgba(0,0,0,0.08) !default;
|
|
91
|
+
// $global-large-box-shadow: 0 14px 25px rgba(0,0,0,0.16) !default;
|
|
92
|
+
// $global-xlarge-box-shadow: 0 28px 50px rgba(0,0,0,0.16) !default;
|
|
93
93
|
|
|
94
94
|
//
|
|
95
95
|
// Spacings
|
|
96
96
|
//
|
|
97
97
|
|
|
98
98
|
// Used in margin, section, list
|
|
99
|
-
$global-margin: 20px !default;
|
|
100
|
-
$global-small-margin: 10px !default;
|
|
101
|
-
$global-medium-margin: 40px !default;
|
|
102
|
-
$global-large-margin: 70px !default;
|
|
103
|
-
$global-xlarge-margin: 140px !default;
|
|
99
|
+
// $global-margin: 20px !default;
|
|
100
|
+
// $global-small-margin: 10px !default;
|
|
101
|
+
// $global-medium-margin: 40px !default;
|
|
102
|
+
// $global-large-margin: 70px !default;
|
|
103
|
+
// $global-xlarge-margin: 140px !default;
|
|
104
104
|
|
|
105
105
|
// Used in grid, column, container, align, card, padding
|
|
106
|
-
$global-gutter: 30px !default;
|
|
107
|
-
$global-small-gutter: 15px !default;
|
|
108
|
-
$global-medium-gutter: 40px !default;
|
|
109
|
-
$global-large-gutter: 70px !default;
|
|
106
|
+
// $global-gutter: 30px !default;
|
|
107
|
+
// $global-small-gutter: 15px !default;
|
|
108
|
+
// $global-medium-gutter: 40px !default;
|
|
109
|
+
// $global-large-gutter: 70px !default;
|
|
110
110
|
|
|
111
111
|
//
|
|
112
112
|
// Controls
|
|
113
113
|
//
|
|
114
114
|
|
|
115
|
-
$global-control-height: 40px !default;
|
|
116
|
-
$global-control-small-height: 30px !default;
|
|
117
|
-
$global-control-large-height: 55px !default;
|
|
115
|
+
// $global-control-height: 40px !default;
|
|
116
|
+
// $global-control-small-height: 30px !default;
|
|
117
|
+
// $global-control-large-height: 55px !default;
|
|
118
118
|
|
|
119
119
|
//
|
|
120
120
|
// Z-index
|
|
121
121
|
//
|
|
122
122
|
|
|
123
|
-
$global-z-index: 1000 !default;
|
|
123
|
+
// $global-z-index: 1000 !default;
|