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
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "uikit",
|
|
3
3
|
"title": "UIkit",
|
|
4
4
|
"description": "UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.",
|
|
5
|
-
"version": "3.16.
|
|
5
|
+
"version": "3.16.20-dev.8a382829d",
|
|
6
6
|
"main": "dist/js/uikit.js",
|
|
7
7
|
"style": "dist/css/uikit.css",
|
|
8
8
|
"sideEffects": [
|
package/src/js/core/toggle.js
CHANGED
|
@@ -7,6 +7,7 @@ import {
|
|
|
7
7
|
hasAttr,
|
|
8
8
|
hasClass,
|
|
9
9
|
includes,
|
|
10
|
+
isBoolean,
|
|
10
11
|
isFocusable,
|
|
11
12
|
isTag,
|
|
12
13
|
isTouch,
|
|
@@ -72,7 +73,7 @@ export default {
|
|
|
72
73
|
handler(e) {
|
|
73
74
|
this._preventClick = null;
|
|
74
75
|
|
|
75
|
-
if (!isTouch(e) || this._showState || this.$el.disabled) {
|
|
76
|
+
if (!isTouch(e) || isBoolean(this._showState) || this.$el.disabled) {
|
|
76
77
|
return;
|
|
77
78
|
}
|
|
78
79
|
|
|
@@ -112,18 +113,20 @@ export default {
|
|
|
112
113
|
// Skip hide if still hovered or focused
|
|
113
114
|
if (
|
|
114
115
|
!show &&
|
|
115
|
-
((
|
|
116
|
+
(!isBoolean(this._showState) ||
|
|
117
|
+
expanded === this._showState ||
|
|
118
|
+
(e.type === pointerLeave && matches(this.$el, ':focus')) ||
|
|
116
119
|
(e.type === 'blur' && matches(this.$el, ':hover')))
|
|
117
120
|
) {
|
|
121
|
+
// Reset showState if already hidden
|
|
122
|
+
if (expanded === this._showState) {
|
|
123
|
+
this._showState = null;
|
|
124
|
+
}
|
|
118
125
|
return;
|
|
119
126
|
}
|
|
120
127
|
|
|
121
|
-
// Skip if state does not change e.g. hover + focus received
|
|
122
|
-
if (this._showState &&
|
|
123
|
-
// Ensure reset if state has changed through click
|
|
124
|
-
if (!show) {
|
|
125
|
-
this._showState = null;
|
|
126
|
-
}
|
|
128
|
+
// Skip show if state does not change e.g. hover + focus received
|
|
129
|
+
if (show && isBoolean(this._showState) && expanded !== this._showState) {
|
|
127
130
|
return;
|
|
128
131
|
}
|
|
129
132
|
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
// Variables
|
|
15
15
|
// ========================================================================
|
|
16
16
|
|
|
17
|
-
$accordion-item-margin-top: $global-margin !default;
|
|
17
|
+
// $accordion-item-margin-top: $global-margin !default;
|
|
18
18
|
|
|
19
|
-
$accordion-title-font-size: $global-medium-font-size !default;
|
|
20
|
-
$accordion-title-line-height: 1.4 !default;
|
|
21
|
-
$accordion-title-color: $global-emphasis-color !default;
|
|
22
|
-
$accordion-title-hover-color: $global-color !default;
|
|
19
|
+
// $accordion-title-font-size: $global-medium-font-size !default;
|
|
20
|
+
// $accordion-title-line-height: 1.4 !default;
|
|
21
|
+
// $accordion-title-color: $global-emphasis-color !default;
|
|
22
|
+
// $accordion-title-hover-color: $global-color !default;
|
|
23
23
|
|
|
24
|
-
$accordion-content-margin-top: $global-margin !default;
|
|
24
|
+
// $accordion-content-margin-top: $global-margin !default;
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
/* ========================================================================
|
|
@@ -95,8 +95,8 @@ $accordion-content-margin-top: $global-margin !default;
|
|
|
95
95
|
// Inverse
|
|
96
96
|
// ========================================================================
|
|
97
97
|
|
|
98
|
-
$inverse-accordion-title-color: $inverse-global-emphasis-color !default;
|
|
99
|
-
$inverse-accordion-title-hover-color: $inverse-global-color !default;
|
|
98
|
+
// $inverse-accordion-title-color: $inverse-global-emphasis-color !default;
|
|
99
|
+
// $inverse-accordion-title-hover-color: $inverse-global-color !default;
|
|
100
100
|
|
|
101
101
|
|
|
102
102
|
|
|
@@ -16,26 +16,26 @@
|
|
|
16
16
|
// Variables
|
|
17
17
|
// ========================================================================
|
|
18
18
|
|
|
19
|
-
$alert-margin-vertical: $global-margin !default;
|
|
20
|
-
$alert-padding: 15px !default;
|
|
21
|
-
$alert-padding-right: $alert-padding + 14px !default;
|
|
22
|
-
$alert-background: $global-muted-background !default;
|
|
23
|
-
$alert-color: $global-color !default;
|
|
19
|
+
// $alert-margin-vertical: $global-margin !default;
|
|
20
|
+
// $alert-padding: 15px !default;
|
|
21
|
+
// $alert-padding-right: $alert-padding + 14px !default;
|
|
22
|
+
// $alert-background: $global-muted-background !default;
|
|
23
|
+
// $alert-color: $global-color !default;
|
|
24
24
|
|
|
25
|
-
$alert-close-top: $alert-padding + 5px !default;
|
|
26
|
-
$alert-close-right: $alert-padding !default;
|
|
25
|
+
// $alert-close-top: $alert-padding + 5px !default;
|
|
26
|
+
// $alert-close-right: $alert-padding !default;
|
|
27
27
|
|
|
28
|
-
$alert-primary-background: lighten(mix(white, $global-primary-background, 40%), 20%) !default;
|
|
29
|
-
$alert-primary-color: $global-primary-background !default;
|
|
28
|
+
// $alert-primary-background: lighten(mix(white, $global-primary-background, 40%), 20%) !default;
|
|
29
|
+
// $alert-primary-color: $global-primary-background !default;
|
|
30
30
|
|
|
31
|
-
$alert-success-background: lighten(mix(white, $global-success-background, 40%), 25%) !default;
|
|
32
|
-
$alert-success-color: $global-success-background !default;
|
|
31
|
+
// $alert-success-background: lighten(mix(white, $global-success-background, 40%), 25%) !default;
|
|
32
|
+
// $alert-success-color: $global-success-background !default;
|
|
33
33
|
|
|
34
|
-
$alert-warning-background: lighten(mix(white, $global-warning-background, 45%), 15%) !default;
|
|
35
|
-
$alert-warning-color: $global-warning-background !default;
|
|
34
|
+
// $alert-warning-background: lighten(mix(white, $global-warning-background, 45%), 15%) !default;
|
|
35
|
+
// $alert-warning-color: $global-warning-background !default;
|
|
36
36
|
|
|
37
|
-
$alert-danger-background: lighten(mix(white, $global-danger-background, 40%), 20%) !default;
|
|
38
|
-
$alert-danger-color: $global-danger-background !default;
|
|
37
|
+
// $alert-danger-background: lighten(mix(white, $global-danger-background, 40%), 20%) !default;
|
|
38
|
+
// $alert-danger-color: $global-danger-background !default;
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
/* ========================================================================
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
// Variables
|
|
12
12
|
// ========================================================================
|
|
13
13
|
|
|
14
|
-
$align-margin-horizontal: $global-gutter !default;
|
|
15
|
-
$align-margin-vertical: $global-gutter !default;
|
|
14
|
+
// $align-margin-horizontal: $global-gutter !default;
|
|
15
|
+
// $align-margin-vertical: $global-gutter !default;
|
|
16
16
|
|
|
17
|
-
$align-margin-horizontal-l: $global-medium-gutter !default;
|
|
17
|
+
// $align-margin-horizontal-l: $global-medium-gutter !default;
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
/* ========================================================================
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
// Variables
|
|
27
27
|
// ========================================================================
|
|
28
28
|
|
|
29
|
-
$animation-duration: 0.5s !default;
|
|
30
|
-
$animation-fade-duration: 0.8s !default;
|
|
31
|
-
$animation-stroke-duration: 2s !default;
|
|
32
|
-
$animation-kenburns-duration: 15s !default;
|
|
33
|
-
$animation-fast-duration: 0.1s !default;
|
|
34
|
-
|
|
35
|
-
$animation-slide-small-translate: 10px !default;
|
|
36
|
-
$animation-slide-medium-translate: 50px !default;
|
|
29
|
+
// $animation-duration: 0.5s !default;
|
|
30
|
+
// $animation-fade-duration: 0.8s !default;
|
|
31
|
+
// $animation-stroke-duration: 2s !default;
|
|
32
|
+
// $animation-kenburns-duration: 15s !default;
|
|
33
|
+
// $animation-fast-duration: 0.1s !default;
|
|
34
|
+
|
|
35
|
+
// $animation-slide-small-translate: 10px !default;
|
|
36
|
+
// $animation-slide-medium-translate: 50px !default;
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
/* ========================================================================
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
// Variables
|
|
13
13
|
// ========================================================================
|
|
14
14
|
|
|
15
|
-
$article-margin-top: $global-large-margin !default;
|
|
15
|
+
// $article-margin-top: $global-large-margin !default;
|
|
16
16
|
|
|
17
|
-
$article-title-font-size-m: $global-2xlarge-font-size !default;
|
|
18
|
-
$article-title-font-size: $article-title-font-size-m * 0.85 !default;
|
|
19
|
-
$article-title-line-height: 1.2 !default;
|
|
17
|
+
// $article-title-font-size-m: $global-2xlarge-font-size !default;
|
|
18
|
+
// $article-title-font-size: $article-title-font-size-m * 0.85 !default;
|
|
19
|
+
// $article-title-line-height: 1.2 !default;
|
|
20
20
|
|
|
21
|
-
$article-meta-font-size: $global-small-font-size !default;
|
|
22
|
-
$article-meta-line-height: 1.4 !default;
|
|
23
|
-
$article-meta-color: $global-muted-color !default;
|
|
21
|
+
// $article-meta-font-size: $global-small-font-size !default;
|
|
22
|
+
// $article-meta-line-height: 1.4 !default;
|
|
23
|
+
// $article-meta-color: $global-muted-color !default;
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
/* ========================================================================
|
|
@@ -91,7 +91,7 @@ $article-meta-color: $global-muted-color !default;
|
|
|
91
91
|
// Inverse
|
|
92
92
|
// ========================================================================
|
|
93
93
|
|
|
94
|
-
$inverse-article-meta-color: $inverse-global-muted-color !default;
|
|
94
|
+
// $inverse-article-meta-color: $inverse-global-muted-color !default;
|
|
95
95
|
|
|
96
96
|
|
|
97
97
|
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
// Variables
|
|
10
10
|
// ========================================================================
|
|
11
11
|
|
|
12
|
-
$background-default-background: $global-background !default;
|
|
13
|
-
$background-muted-background: $global-muted-background !default;
|
|
14
|
-
$background-primary-background: $global-primary-background !default;
|
|
15
|
-
$background-secondary-background: $global-secondary-background !default;
|
|
12
|
+
// $background-default-background: $global-background !default;
|
|
13
|
+
// $background-muted-background: $global-muted-background !default;
|
|
14
|
+
// $background-primary-background: $global-primary-background !default;
|
|
15
|
+
// $background-secondary-background: $global-secondary-background !default;
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
/* ========================================================================
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
// Variables
|
|
10
10
|
// ========================================================================
|
|
11
11
|
|
|
12
|
-
$badge-size: 18px !default;
|
|
13
|
-
$badge-padding-vertical: 0 !default;
|
|
14
|
-
$badge-padding-horizontal: 5px !default;
|
|
15
|
-
$badge-border-radius: 500px !default;
|
|
16
|
-
$badge-background: $global-primary-background !default;
|
|
17
|
-
$badge-color: $global-inverse-color !default;
|
|
18
|
-
$badge-font-size: 11px !default;
|
|
12
|
+
// $badge-size: 18px !default;
|
|
13
|
+
// $badge-padding-vertical: 0 !default;
|
|
14
|
+
// $badge-padding-horizontal: 5px !default;
|
|
15
|
+
// $badge-border-radius: 500px !default;
|
|
16
|
+
// $badge-background: $global-primary-background !default;
|
|
17
|
+
// $badge-color: $global-inverse-color !default;
|
|
18
|
+
// $badge-font-size: 11px !default;
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
/* ========================================================================
|
|
@@ -69,8 +69,8 @@ $badge-font-size: 11px !default;
|
|
|
69
69
|
// Inverse
|
|
70
70
|
// ========================================================================
|
|
71
71
|
|
|
72
|
-
$inverse-badge-background: $inverse-global-primary-background !default;
|
|
73
|
-
$inverse-badge-color: $inverse-global-inverse-color !default;
|
|
72
|
+
// $inverse-badge-background: $inverse-global-primary-background !default;
|
|
73
|
+
// $inverse-badge-color: $inverse-global-inverse-color !default;
|
|
74
74
|
|
|
75
75
|
|
|
76
76
|
|
|
@@ -11,78 +11,78 @@
|
|
|
11
11
|
// Variables
|
|
12
12
|
// ========================================================================
|
|
13
13
|
|
|
14
|
-
$base-body-background: $global-background !default;
|
|
15
|
-
$base-body-font-family: $global-font-family !default;
|
|
16
|
-
$base-body-font-weight: normal !default;
|
|
17
|
-
$base-body-font-size: $global-font-size !default;
|
|
18
|
-
$base-body-line-height: $global-line-height !default;
|
|
19
|
-
$base-body-color: $global-color !default;
|
|
20
|
-
|
|
21
|
-
$base-link-color: $global-link-color !default;
|
|
22
|
-
$base-link-text-decoration: none !default;
|
|
23
|
-
$base-link-hover-color: $global-link-hover-color !default;
|
|
24
|
-
$base-link-hover-text-decoration: underline !default;
|
|
25
|
-
|
|
26
|
-
$base-strong-font-weight: bolder !default;
|
|
27
|
-
$base-code-font-size: $global-small-font-size !default;
|
|
28
|
-
$base-code-font-family: Consolas, monaco, monospace !default;
|
|
29
|
-
$base-code-color: $global-danger-background !default;
|
|
30
|
-
$base-em-color: $global-danger-background !default;
|
|
31
|
-
$base-ins-background: #ffd !default;
|
|
32
|
-
$base-ins-color: $global-color !default;
|
|
33
|
-
$base-mark-background: #ffd !default;
|
|
34
|
-
$base-mark-color: $global-color !default;
|
|
35
|
-
$base-quote-font-style: italic !default;
|
|
36
|
-
$base-small-font-size: 80% !default;
|
|
37
|
-
|
|
38
|
-
$base-margin-vertical: $global-margin !default;
|
|
39
|
-
|
|
40
|
-
$base-heading-font-family: $global-font-family !default;
|
|
41
|
-
$base-heading-font-weight: normal !default;
|
|
42
|
-
$base-heading-color: $global-emphasis-color !default;
|
|
43
|
-
$base-heading-text-transform: none !default;
|
|
44
|
-
$base-heading-margin-top: $global-medium-margin !default;
|
|
45
|
-
$base-h1-font-size-m: $global-2xlarge-font-size !default;
|
|
46
|
-
$base-h1-font-size: $base-h1-font-size-m * 0.85 !default;
|
|
47
|
-
$base-h1-line-height: 1.2 !default;
|
|
48
|
-
$base-h2-font-size-m: $global-xlarge-font-size !default;
|
|
49
|
-
$base-h2-font-size: $base-h2-font-size-m * 0.85 !default;
|
|
50
|
-
$base-h2-line-height: 1.3 !default;
|
|
51
|
-
$base-h3-font-size: $global-large-font-size !default;
|
|
52
|
-
$base-h3-line-height: 1.4 !default;
|
|
53
|
-
$base-h4-font-size: $global-medium-font-size !default;
|
|
54
|
-
$base-h4-line-height: 1.4 !default;
|
|
55
|
-
$base-h5-font-size: $global-font-size !default;
|
|
56
|
-
$base-h5-line-height: 1.4 !default;
|
|
57
|
-
$base-h6-font-size: $global-small-font-size !default;
|
|
58
|
-
$base-h6-line-height: 1.4 !default;
|
|
59
|
-
|
|
60
|
-
$base-list-padding-left: 30px !default;
|
|
61
|
-
|
|
62
|
-
$base-hr-margin-vertical: $global-margin !default;
|
|
63
|
-
$base-hr-border-width: $global-border-width !default;
|
|
64
|
-
$base-hr-border: $global-border !default;
|
|
65
|
-
|
|
66
|
-
$base-blockquote-font-size: $global-medium-font-size !default;
|
|
67
|
-
$base-blockquote-line-height: 1.5 !default;
|
|
68
|
-
$base-blockquote-font-style: italic !default;
|
|
69
|
-
$base-blockquote-margin-vertical: $global-margin !default;
|
|
70
|
-
$base-blockquote-footer-margin-top: $global-small-margin !default;
|
|
71
|
-
$base-blockquote-footer-font-size: $global-small-font-size !default;
|
|
72
|
-
$base-blockquote-footer-line-height: 1.5 !default;
|
|
73
|
-
|
|
74
|
-
$base-pre-font-size: $global-small-font-size !default;
|
|
75
|
-
$base-pre-line-height: 1.5 !default;
|
|
76
|
-
$base-pre-font-family: $base-code-font-family !default;
|
|
77
|
-
$base-pre-color: $global-color !default;
|
|
78
|
-
|
|
79
|
-
$base-focus-outline-width: 2px !default;
|
|
80
|
-
$base-focus-outline-style: dotted !default;
|
|
81
|
-
$base-focus-outline: $global-emphasis-color !default;
|
|
82
|
-
$base-focus-outline-offset: 1px !default;
|
|
83
|
-
|
|
84
|
-
$base-selection-background: #39f !default;
|
|
85
|
-
$base-selection-color: $global-inverse-color !default;
|
|
14
|
+
// $base-body-background: $global-background !default;
|
|
15
|
+
// $base-body-font-family: $global-font-family !default;
|
|
16
|
+
// $base-body-font-weight: normal !default;
|
|
17
|
+
// $base-body-font-size: $global-font-size !default;
|
|
18
|
+
// $base-body-line-height: $global-line-height !default;
|
|
19
|
+
// $base-body-color: $global-color !default;
|
|
20
|
+
|
|
21
|
+
// $base-link-color: $global-link-color !default;
|
|
22
|
+
// $base-link-text-decoration: none !default;
|
|
23
|
+
// $base-link-hover-color: $global-link-hover-color !default;
|
|
24
|
+
// $base-link-hover-text-decoration: underline !default;
|
|
25
|
+
|
|
26
|
+
// $base-strong-font-weight: bolder !default;
|
|
27
|
+
// $base-code-font-size: $global-small-font-size !default;
|
|
28
|
+
// $base-code-font-family: Consolas, monaco, monospace !default;
|
|
29
|
+
// $base-code-color: $global-danger-background !default;
|
|
30
|
+
// $base-em-color: $global-danger-background !default;
|
|
31
|
+
// $base-ins-background: #ffd !default;
|
|
32
|
+
// $base-ins-color: $global-color !default;
|
|
33
|
+
// $base-mark-background: #ffd !default;
|
|
34
|
+
// $base-mark-color: $global-color !default;
|
|
35
|
+
// $base-quote-font-style: italic !default;
|
|
36
|
+
// $base-small-font-size: 80% !default;
|
|
37
|
+
|
|
38
|
+
// $base-margin-vertical: $global-margin !default;
|
|
39
|
+
|
|
40
|
+
// $base-heading-font-family: $global-font-family !default;
|
|
41
|
+
// $base-heading-font-weight: normal !default;
|
|
42
|
+
// $base-heading-color: $global-emphasis-color !default;
|
|
43
|
+
// $base-heading-text-transform: none !default;
|
|
44
|
+
// $base-heading-margin-top: $global-medium-margin !default;
|
|
45
|
+
// $base-h1-font-size-m: $global-2xlarge-font-size !default;
|
|
46
|
+
// $base-h1-font-size: $base-h1-font-size-m * 0.85 !default;
|
|
47
|
+
// $base-h1-line-height: 1.2 !default;
|
|
48
|
+
// $base-h2-font-size-m: $global-xlarge-font-size !default;
|
|
49
|
+
// $base-h2-font-size: $base-h2-font-size-m * 0.85 !default;
|
|
50
|
+
// $base-h2-line-height: 1.3 !default;
|
|
51
|
+
// $base-h3-font-size: $global-large-font-size !default;
|
|
52
|
+
// $base-h3-line-height: 1.4 !default;
|
|
53
|
+
// $base-h4-font-size: $global-medium-font-size !default;
|
|
54
|
+
// $base-h4-line-height: 1.4 !default;
|
|
55
|
+
// $base-h5-font-size: $global-font-size !default;
|
|
56
|
+
// $base-h5-line-height: 1.4 !default;
|
|
57
|
+
// $base-h6-font-size: $global-small-font-size !default;
|
|
58
|
+
// $base-h6-line-height: 1.4 !default;
|
|
59
|
+
|
|
60
|
+
// $base-list-padding-left: 30px !default;
|
|
61
|
+
|
|
62
|
+
// $base-hr-margin-vertical: $global-margin !default;
|
|
63
|
+
// $base-hr-border-width: $global-border-width !default;
|
|
64
|
+
// $base-hr-border: $global-border !default;
|
|
65
|
+
|
|
66
|
+
// $base-blockquote-font-size: $global-medium-font-size !default;
|
|
67
|
+
// $base-blockquote-line-height: 1.5 !default;
|
|
68
|
+
// $base-blockquote-font-style: italic !default;
|
|
69
|
+
// $base-blockquote-margin-vertical: $global-margin !default;
|
|
70
|
+
// $base-blockquote-footer-margin-top: $global-small-margin !default;
|
|
71
|
+
// $base-blockquote-footer-font-size: $global-small-font-size !default;
|
|
72
|
+
// $base-blockquote-footer-line-height: 1.5 !default;
|
|
73
|
+
|
|
74
|
+
// $base-pre-font-size: $global-small-font-size !default;
|
|
75
|
+
// $base-pre-line-height: 1.5 !default;
|
|
76
|
+
// $base-pre-font-family: $base-code-font-family !default;
|
|
77
|
+
// $base-pre-color: $global-color !default;
|
|
78
|
+
|
|
79
|
+
// $base-focus-outline-width: 2px !default;
|
|
80
|
+
// $base-focus-outline-style: dotted !default;
|
|
81
|
+
// $base-focus-outline: $global-emphasis-color !default;
|
|
82
|
+
// $base-focus-outline-offset: 1px !default;
|
|
83
|
+
|
|
84
|
+
// $base-selection-background: #39f !default;
|
|
85
|
+
// $base-selection-color: $global-inverse-color !default;
|
|
86
86
|
|
|
87
87
|
|
|
88
88
|
/* ========================================================================
|
|
@@ -585,14 +585,14 @@ template { display: none; }
|
|
|
585
585
|
// Inverse
|
|
586
586
|
// ========================================================================
|
|
587
587
|
|
|
588
|
-
$inverse-base-color: $inverse-global-color !default;
|
|
589
|
-
$inverse-base-link-color: $inverse-global-emphasis-color !default;
|
|
590
|
-
$inverse-base-link-hover-color: $inverse-global-emphasis-color !default;
|
|
591
|
-
$inverse-base-code-color: $inverse-global-color !default;
|
|
592
|
-
$inverse-base-em-color: $inverse-global-emphasis-color !default;
|
|
593
|
-
$inverse-base-heading-color: $inverse-global-emphasis-color !default;
|
|
594
|
-
$inverse-base-hr-border: $inverse-global-border !default;
|
|
595
|
-
$inverse-base-focus-outline: $inverse-global-emphasis-color !default;
|
|
588
|
+
// $inverse-base-color: $inverse-global-color !default;
|
|
589
|
+
// $inverse-base-link-color: $inverse-global-emphasis-color !default;
|
|
590
|
+
// $inverse-base-link-hover-color: $inverse-global-emphasis-color !default;
|
|
591
|
+
// $inverse-base-code-color: $inverse-global-color !default;
|
|
592
|
+
// $inverse-base-em-color: $inverse-global-emphasis-color !default;
|
|
593
|
+
// $inverse-base-heading-color: $inverse-global-emphasis-color !default;
|
|
594
|
+
// $inverse-base-hr-border: $inverse-global-border !default;
|
|
595
|
+
// $inverse-base-focus-outline: $inverse-global-emphasis-color !default;
|
|
596
596
|
|
|
597
597
|
|
|
598
598
|
|
|
@@ -11,16 +11,16 @@
|
|
|
11
11
|
// Variables
|
|
12
12
|
// ========================================================================
|
|
13
13
|
|
|
14
|
-
$breadcrumb-item-font-size: $global-small-font-size !default;
|
|
15
|
-
$breadcrumb-item-color: $global-muted-color !default;
|
|
16
|
-
$breadcrumb-item-hover-color: $global-color !default;
|
|
17
|
-
$breadcrumb-item-hover-text-decoration: none !default;
|
|
18
|
-
$breadcrumb-item-active-color: $global-color !default;
|
|
14
|
+
// $breadcrumb-item-font-size: $global-small-font-size !default;
|
|
15
|
+
// $breadcrumb-item-color: $global-muted-color !default;
|
|
16
|
+
// $breadcrumb-item-hover-color: $global-color !default;
|
|
17
|
+
// $breadcrumb-item-hover-text-decoration: none !default;
|
|
18
|
+
// $breadcrumb-item-active-color: $global-color !default;
|
|
19
19
|
|
|
20
|
-
$breadcrumb-divider: "/" !default;
|
|
21
|
-
$breadcrumb-divider-margin-horizontal: 20px !default;
|
|
22
|
-
$breadcrumb-divider-font-size: $breadcrumb-item-font-size !default;
|
|
23
|
-
$breadcrumb-divider-color: $global-muted-color !default;
|
|
20
|
+
// $breadcrumb-divider: "/" !default;
|
|
21
|
+
// $breadcrumb-divider-margin-horizontal: 20px !default;
|
|
22
|
+
// $breadcrumb-divider-font-size: $breadcrumb-item-font-size !default;
|
|
23
|
+
// $breadcrumb-divider-color: $global-muted-color !default;
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
/* ========================================================================
|
|
@@ -108,10 +108,10 @@ $breadcrumb-divider-color: $global-muted-color !defaul
|
|
|
108
108
|
// Inverse
|
|
109
109
|
// ========================================================================
|
|
110
110
|
|
|
111
|
-
$inverse-breadcrumb-item-color: $inverse-global-muted-color !default;
|
|
112
|
-
$inverse-breadcrumb-item-hover-color: $inverse-global-color !default;
|
|
113
|
-
$inverse-breadcrumb-item-active-color: $inverse-global-color !default;
|
|
114
|
-
$inverse-breadcrumb-divider-color: $inverse-global-muted-color !default;
|
|
111
|
+
// $inverse-breadcrumb-item-color: $inverse-global-muted-color !default;
|
|
112
|
+
// $inverse-breadcrumb-item-hover-color: $inverse-global-color !default;
|
|
113
|
+
// $inverse-breadcrumb-item-active-color: $inverse-global-color !default;
|
|
114
|
+
// $inverse-breadcrumb-divider-color: $inverse-global-muted-color !default;
|
|
115
115
|
|
|
116
116
|
|
|
117
117
|
|