@broxus/react-uikit 0.23.3 → 0.24.1
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/README.md +328 -1
- package/dist/assets/accordion.css +1 -4
- package/dist/assets/alert.css +28 -1
- package/dist/assets/align.css +5 -5
- package/dist/assets/animation.css +1 -1
- package/dist/assets/article.css +2 -3
- package/dist/assets/background.css +5 -5
- package/dist/assets/badge.css +1 -4
- package/dist/assets/base.css +2 -12
- package/dist/assets/breadcrumb.css +1 -5
- package/dist/assets/button.css +12 -37
- package/dist/assets/card.css +3 -5
- package/dist/assets/checkbox.css +1 -1
- package/dist/assets/close.css +1 -3
- package/dist/assets/column.css +7 -8
- package/dist/assets/comment.css +2 -2
- package/dist/assets/container.css +7 -7
- package/dist/assets/control.css +1 -16
- package/dist/assets/cover.css +1 -1
- package/dist/assets/custom-media.css +15 -0
- package/dist/assets/datepicker.css +5 -3
- package/dist/assets/description-list.css +1 -2
- package/dist/assets/divider.css +2 -5
- package/dist/assets/dotnav.css +1 -5
- package/dist/assets/drawer.css +1 -1
- package/dist/assets/drop.css +1 -1
- package/dist/assets/dropdown.css +1 -9
- package/dist/assets/flex.css +9 -9
- package/dist/assets/form.css +3 -11
- package/dist/assets/grid.css +7 -8
- package/dist/assets/heading.css +3 -6
- package/dist/assets/height.css +1 -1
- package/dist/assets/icon.css +1 -10
- package/dist/assets/iconnav.css +1 -4
- package/dist/assets/input-number.css +1 -1
- package/dist/assets/input-password.css +1 -1
- package/dist/assets/inverse.css +1 -1
- package/dist/assets/label.css +1 -3
- package/dist/assets/leader.css +1 -1
- package/dist/assets/link.css +1 -5
- package/dist/assets/list.css +1 -8
- package/dist/assets/margin.css +11 -11
- package/dist/assets/marker.css +1 -4
- package/dist/assets/modal.css +4 -4
- package/dist/assets/motion.css +3 -2
- package/dist/assets/nav.css +1 -18
- package/dist/assets/navbar.css +5 -23
- package/dist/assets/overlay.css +1 -1
- package/dist/assets/padding.css +3 -3
- package/dist/assets/pagination.css +1 -5
- package/dist/assets/placeholder.css +1 -1
- package/dist/assets/position.css +2 -2
- package/dist/assets/print.css +4 -4
- package/dist/assets/progress.css +1 -1
- package/dist/assets/radio.css +1 -1
- package/dist/assets/search.css +1 -10
- package/dist/assets/section.css +4 -4
- package/dist/assets/segmented.css +1 -1
- package/dist/assets/select.css +3 -5
- package/dist/assets/slider.css +1 -1
- package/dist/assets/spinner.css +1 -1
- package/dist/assets/sticky.css +1 -1
- package/dist/assets/subnav.css +1 -14
- package/dist/assets/svg.css +1 -1
- package/dist/assets/switch.css +1 -1
- package/dist/assets/table.css +2 -8
- package/dist/assets/tabs.css +1 -6
- package/dist/assets/text.css +5 -12
- package/dist/assets/textarea.css +1 -1
- package/dist/assets/thumbnav.css +1 -1
- package/dist/assets/tile.css +5 -5
- package/dist/assets/tooltip.css +1 -1
- package/dist/assets/totop.css +1 -4
- package/dist/assets/transition.css +1 -1
- package/dist/assets/uikit.min.css +1 -1
- package/dist/assets/utility.css +1 -3
- package/dist/assets/vars.css +72 -4
- package/dist/assets/visibility.css +9 -9
- package/dist/assets/width.css +9 -9
- package/dist/esm/components/Navbar/Nav.d.ts +1 -1
- package/package.json +321 -18
- package/styles/_components.scss +85 -0
- package/styles/_globals.scss +151 -0
- package/styles/_import.components.scss +508 -58
- package/styles/_import.scss +608 -83
- package/styles/_import.utilities.scss +162 -17
- package/styles/_mixins.scss +1865 -0
- package/styles/_tokens.scss +85 -0
- package/styles/{mixin.scss → _utils.scss} +8 -2
- package/styles/{variables.scss → _variables.scss} +41 -27
- package/styles/accordion/_accordion.scss +231 -0
- package/styles/accordion/_index.scss +11 -0
- package/styles/alert/_alert.scss +201 -0
- package/styles/alert/_index.scss +11 -0
- package/styles/align/_align.scss +153 -0
- package/styles/align/_index.scss +11 -0
- package/styles/animation/_animation.scss +353 -0
- package/styles/animation/_index.scss +11 -0
- package/styles/article/_article.scss +112 -0
- package/styles/article/_index.scss +11 -0
- package/styles/background/_background.scss +170 -0
- package/styles/background/_index.scss +11 -0
- package/styles/badge/_badge.scss +92 -0
- package/styles/badge/_index.scss +11 -0
- package/styles/base/_base.scss +661 -0
- package/styles/base/_index.scss +11 -0
- package/styles/breadcrumb/_breadcrumb.scss +133 -0
- package/styles/breadcrumb/_index.scss +11 -0
- package/styles/button/_button.scss +707 -0
- package/styles/button/_index.scss +11 -0
- package/styles/card/_card.scss +544 -0
- package/styles/card/_index.scss +11 -0
- package/styles/checkbox/_checkbox.scss +329 -0
- package/styles/checkbox/_index.scss +11 -0
- package/styles/close/_close.scss +69 -0
- package/styles/close/_index.scss +11 -0
- package/styles/column/_column.scss +159 -0
- package/styles/column/_index.scss +11 -0
- package/styles/comment/_comment.scss +195 -0
- package/styles/comment/_index.scss +11 -0
- package/styles/container/_container.scss +240 -0
- package/styles/container/_index.scss +11 -0
- package/styles/control/_control.scss +364 -0
- package/styles/control/_index.scss +11 -0
- package/styles/cover/_cover.scss +99 -0
- package/styles/cover/_index.scss +8 -0
- package/styles/custom-media.scss +17 -0
- package/styles/datepicker/_datepicker.scss +841 -0
- package/styles/datepicker/_index.scss +11 -0
- package/styles/description-list/_description-list.scss +96 -0
- package/styles/description-list/_index.scss +11 -0
- package/styles/divider/_divider.scss +168 -0
- package/styles/divider/_index.scss +11 -0
- package/styles/dotnav/_dotnav.scss +171 -0
- package/styles/dotnav/_index.scss +11 -0
- package/styles/drawer/_drawer.scss +588 -0
- package/styles/drawer/_index.scss +11 -0
- package/styles/drop/_drop.scss +97 -0
- package/styles/drop/_index.scss +11 -0
- package/styles/dropdown/_dropdown.scss +218 -0
- package/styles/dropdown/_index.scss +11 -0
- package/styles/flex/_flex.scss +338 -0
- package/styles/flex/_index.scss +8 -0
- package/styles/form/_form.scss +665 -0
- package/styles/form/_index.scss +11 -0
- package/styles/grid/_grid.scss +657 -0
- package/styles/grid/_index.scss +11 -0
- package/styles/heading/_heading.scss +265 -0
- package/styles/heading/_index.scss +11 -0
- package/styles/height/_height.scss +77 -0
- package/styles/height/_index.scss +11 -0
- package/styles/icon/_icon.scss +274 -0
- package/styles/icon/_index.scss +11 -0
- package/styles/iconnav/_iconnav.scss +149 -0
- package/styles/iconnav/_index.scss +11 -0
- package/styles/input-number/_index.scss +8 -0
- package/styles/input-number/_input-number.scss +115 -0
- package/styles/input-password/_index.scss +8 -0
- package/styles/input-password/_input-password.scss +52 -0
- package/styles/inverse/_index.scss +11 -0
- package/styles/inverse/_inverse.scss +68 -0
- package/styles/label/_index.scss +11 -0
- package/styles/label/_label.scss +132 -0
- package/styles/leader/_index.scss +11 -0
- package/styles/leader/_leader.scss +80 -0
- package/styles/link/_index.scss +11 -0
- package/styles/link/_link.scss +158 -0
- package/styles/list/_index.scss +11 -0
- package/styles/list/_list.scss +288 -0
- package/styles/margin/_index.scss +11 -0
- package/styles/margin/_margin.scss +312 -0
- package/styles/marker/_index.scss +11 -0
- package/styles/marker/_marker.scss +73 -0
- package/styles/modal/_index.scss +11 -0
- package/styles/modal/_modal.scss +374 -0
- package/styles/motion/_index.scss +8 -0
- package/styles/motion/_motion.scss +640 -0
- package/styles/nav/_index.scss +11 -0
- package/styles/nav/_nav.scss +583 -0
- package/styles/navbar/_index.scss +11 -0
- package/styles/navbar/_navbar.scss +694 -0
- package/styles/overlay/_index.scss +11 -0
- package/styles/overlay/_overlay.scss +115 -0
- package/styles/padding/_index.scss +11 -0
- package/styles/padding/_padding.scss +93 -0
- package/styles/pagination/_index.scss +11 -0
- package/styles/pagination/_pagination.scss +149 -0
- package/styles/placeholder/_index.scss +11 -0
- package/styles/placeholder/_placeholder.scss +60 -0
- package/styles/position/_index.scss +11 -0
- package/styles/position/_position.scss +257 -0
- package/styles/print.scss +8 -5
- package/styles/progress/_index.scss +11 -0
- package/styles/progress/_progress.scss +131 -0
- package/styles/radio/_index.scss +11 -0
- package/styles/radio/_radio.scss +272 -0
- package/styles/search/_index.scss +11 -0
- package/styles/search/_search.scss +353 -0
- package/styles/section/_index.scss +11 -0
- package/styles/section/_section.scss +293 -0
- package/styles/segmented/_index.scss +11 -0
- package/styles/segmented/_segmented.scss +275 -0
- package/styles/select/_index.scss +11 -0
- package/styles/select/_select.scss +639 -0
- package/styles/slider/_index.scss +11 -0
- package/styles/slider/_slider.scss +525 -0
- package/styles/spinner/_index.scss +11 -0
- package/styles/spinner/_spinner.scss +90 -0
- package/styles/sticky/_index.scss +11 -0
- package/styles/sticky/_sticky.scss +66 -0
- package/styles/subnav/_index.scss +11 -0
- package/styles/subnav/_subnav.scss +267 -0
- package/styles/svg/_index.scss +8 -0
- package/styles/svg/_svg.scss +64 -0
- package/styles/switch/_index.scss +11 -0
- package/styles/switch/_switch.scss +226 -0
- package/styles/table/_index.scss +11 -0
- package/styles/table/_table.scss +337 -0
- package/styles/tabs/_index.scss +11 -0
- package/styles/tabs/_tabs.scss +809 -0
- package/styles/text/_index.scss +11 -0
- package/styles/text/_text.scss +432 -0
- package/styles/textarea/_index.scss +11 -0
- package/styles/textarea/_textarea.scss +98 -0
- package/styles/thumbnav/_index.scss +11 -0
- package/styles/thumbnav/_thumbnav.scss +130 -0
- package/styles/tile/_index.scss +11 -0
- package/styles/tile/_tile.scss +313 -0
- package/styles/tooltip/_index.scss +11 -0
- package/styles/tooltip/_tooltip.scss +101 -0
- package/styles/totop/_index.scss +11 -0
- package/styles/totop/_totop.scss +80 -0
- package/styles/transition/_index.scss +11 -0
- package/styles/transition/_transition.scss +197 -0
- package/styles/utility/_index.scss +11 -0
- package/styles/utility/_utility.scss +642 -0
- package/styles/vars.scss +474 -139
- package/styles/visibility/_index.scss +8 -0
- package/styles/visibility/_visibility.scss +196 -0
- package/styles/width/_index.scss +11 -0
- package/styles/width/_width.scss +698 -0
- package/dist/assets/mixin.css +0 -1
- package/dist/assets/mixins.css +0 -1
- package/dist/assets/variables.css +0 -1
- package/styles/accordion.scss +0 -224
- package/styles/alert.scss +0 -197
- package/styles/align.scss +0 -149
- package/styles/animation.scss +0 -349
- package/styles/article.scss +0 -105
- package/styles/background.scss +0 -167
- package/styles/badge.scss +0 -85
- package/styles/base.scss +0 -656
- package/styles/breadcrumb.scss +0 -126
- package/styles/button.scss +0 -700
- package/styles/card.scss +0 -534
- package/styles/checkbox.scss +0 -325
- package/styles/close.scss +0 -62
- package/styles/column.scss +0 -152
- package/styles/comment.scss +0 -191
- package/styles/container.scss +0 -236
- package/styles/control.scss +0 -357
- package/styles/cover.scss +0 -81
- package/styles/datepicker.scss +0 -834
- package/styles/description-list.scss +0 -89
- package/styles/divider.scss +0 -161
- package/styles/dotnav.scss +0 -164
- package/styles/drawer.scss +0 -584
- package/styles/drop.scss +0 -93
- package/styles/dropdown.scss +0 -207
- package/styles/flex.scss +0 -326
- package/styles/form.scss +0 -658
- package/styles/grid.scss +0 -650
- package/styles/heading.scss +0 -258
- package/styles/height.scss +0 -73
- package/styles/icon.scss +0 -267
- package/styles/iconnav.scss +0 -142
- package/styles/input-number.scss +0 -98
- package/styles/input-password.scss +0 -35
- package/styles/inverse.scss +0 -65
- package/styles/label.scss +0 -125
- package/styles/leader.scss +0 -76
- package/styles/link.scss +0 -151
- package/styles/list.scss +0 -281
- package/styles/margin.scss +0 -308
- package/styles/marker.scss +0 -66
- package/styles/mixins.scss +0 -2555
- package/styles/modal.scss +0 -370
- package/styles/motion.scss +0 -627
- package/styles/nav.scss +0 -576
- package/styles/navbar.scss +0 -682
- package/styles/overlay.scss +0 -107
- package/styles/padding.scss +0 -89
- package/styles/pagination.scss +0 -142
- package/styles/placeholder.scss +0 -56
- package/styles/position.scss +0 -253
- package/styles/progress.scss +0 -127
- package/styles/radio.scss +0 -268
- package/styles/search.scss +0 -346
- package/styles/section.scss +0 -285
- package/styles/segmented.scss +0 -271
- package/styles/select.scss +0 -644
- package/styles/slider.scss +0 -521
- package/styles/spinner.scss +0 -86
- package/styles/sticky.scss +0 -62
- package/styles/subnav.scss +0 -260
- package/styles/svg.scss +0 -46
- package/styles/switch.scss +0 -218
- package/styles/table.scss +0 -330
- package/styles/tabs.scss +0 -802
- package/styles/text.scss +0 -425
- package/styles/textarea.scss +0 -94
- package/styles/thumbnav.scss +0 -126
- package/styles/tile.scss +0 -309
- package/styles/tooltip.scss +0 -94
- package/styles/totop.scss +0 -73
- package/styles/transition.scss +0 -193
- package/styles/utility.scss +0 -635
- package/styles/visibility.scss +0 -184
- package/styles/width.scss +0 -694
package/styles/mixins.scss
DELETED
|
@@ -1,2555 +0,0 @@
|
|
|
1
|
-
@use 'sass:meta';
|
|
2
|
-
@use 'variables' as *;
|
|
3
|
-
@use 'mixin' as *;
|
|
4
|
-
|
|
5
|
-
//@mixin hook-accordion() {}
|
|
6
|
-
//@mixin hook-accordion-item() {}
|
|
7
|
-
//@mixin hook-accordion-item-disable() {}
|
|
8
|
-
//@mixin hook-accordion-header() {}
|
|
9
|
-
//@mixin hook-accordion-header-hover() {}
|
|
10
|
-
//@mixin hook-accordion-header-collapsible-only() {}
|
|
11
|
-
//@mixin hook-accordion-title() {}
|
|
12
|
-
//@mixin hook-accordion-panel() {}
|
|
13
|
-
//@mixin hook-accordion-body() {}
|
|
14
|
-
//@mixin hook-accordion-extra() {}
|
|
15
|
-
//@mixin hook-accordion-misc() {}
|
|
16
|
-
//@mixin hook-inverse-accordion-item() {}
|
|
17
|
-
//@mixin hook-inverse-accordion-header() {}
|
|
18
|
-
//@mixin hook-inverse-accordion-title() {}
|
|
19
|
-
//@mixin hook-inverse-accordion-header-hover() {}
|
|
20
|
-
@mixin hook-inverse-component-accordion() {
|
|
21
|
-
.uk-accordion > :nth-child(n + 2) {
|
|
22
|
-
@if meta.mixin-exists('hook-inverse-accordion-item') {
|
|
23
|
-
@include hook-inverse-accordion-item;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.uk-accordion-title {
|
|
28
|
-
color: var(--inverse-accordion-title-color);
|
|
29
|
-
@if meta.mixin-exists('hook-inverse-accordion-title') {
|
|
30
|
-
@include hook-inverse-accordion-title;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.uk-accordion-title:hover,
|
|
35
|
-
.uk-accordion-title:focus {
|
|
36
|
-
color: var(--inverse-accordion-title-hover-color);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.uk-accordion-item-disabled {
|
|
40
|
-
color: var(--inverse-accordion-item-disabled-color);
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
@mixin hook-alert() {
|
|
45
|
-
a:not([class]) {
|
|
46
|
-
color: inherit;
|
|
47
|
-
text-decoration: underline;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
//@mixin hook-alert-close() {}
|
|
52
|
-
//@mixin hook-alert-close-hover() {}
|
|
53
|
-
//@mixin hook-alert-primary() {}
|
|
54
|
-
//@mixin hook-alert-success() {}
|
|
55
|
-
//@mixin hook-alert-warning() {}
|
|
56
|
-
//@mixin hook-alert-danger() {}
|
|
57
|
-
@mixin hook-alert-misc() {
|
|
58
|
-
/*
|
|
59
|
-
* Content
|
|
60
|
-
*/
|
|
61
|
-
|
|
62
|
-
.uk-alert h1,
|
|
63
|
-
.uk-alert h2,
|
|
64
|
-
.uk-alert h3,
|
|
65
|
-
.uk-alert h4,
|
|
66
|
-
.uk-alert h5,
|
|
67
|
-
.uk-alert h6 {
|
|
68
|
-
color: inherit;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.uk-alert a:not([class]) {
|
|
72
|
-
color: inherit;
|
|
73
|
-
text-decoration: underline;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.uk-alert a:not([class]):hover {
|
|
77
|
-
color: inherit;
|
|
78
|
-
text-decoration: underline;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
//@mixin hook-align-misc() {}
|
|
83
|
-
|
|
84
|
-
//@mixin hook-animation-misc() {}
|
|
85
|
-
|
|
86
|
-
//@mixin hook-article() {}
|
|
87
|
-
//@mixin hook-article-adjacent() {}
|
|
88
|
-
//@mixin hook-article-title() {}
|
|
89
|
-
//@mixin hook-article-meta() {}
|
|
90
|
-
//@mixin hook-article-misc() {}
|
|
91
|
-
//@mixin hook-inverse-article-title() {}
|
|
92
|
-
//@mixin hook-inverse-article-meta() {}
|
|
93
|
-
@mixin hook-inverse-component-article() {
|
|
94
|
-
.uk-article-title {
|
|
95
|
-
@if meta.mixin-exists('hook-inverse-article-title') {
|
|
96
|
-
@include hook-inverse-article-title;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.uk-article-meta {
|
|
101
|
-
color: var(--inverse-article-meta-color);
|
|
102
|
-
@if meta.mixin-exists('hook-inverse-article-meta') {
|
|
103
|
-
@include hook-inverse-article-meta;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
//@mixin hook-background-misc() {}
|
|
109
|
-
|
|
110
|
-
//@mixin hook-badge() {}
|
|
111
|
-
//@mixin hook-badge-hover() {}
|
|
112
|
-
//@mixin hook-badge-misc() {}
|
|
113
|
-
//@mixin hook-inverse-badge() {}
|
|
114
|
-
//@mixin hook-inverse-badge-hover() {}
|
|
115
|
-
@mixin hook-inverse-component-badge() {
|
|
116
|
-
.uk-badge {
|
|
117
|
-
background-color: var(--inverse-badge-background);
|
|
118
|
-
color: var(--inverse-badge-color);
|
|
119
|
-
@if meta.mixin-exists('hook-inverse-badge') {
|
|
120
|
-
@include hook-inverse-badge;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.uk-badge:hover,
|
|
125
|
-
.uk-badge:focus {
|
|
126
|
-
color: var(--inverse-badge-hover-color);
|
|
127
|
-
@if meta.mixin-exists('hook-inverse-badge-hover') {
|
|
128
|
-
@include hook-inverse-badge-hover;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
//@mixin hook-base-body() {}
|
|
134
|
-
//@mixin hook-base-link() {}
|
|
135
|
-
//@mixin hook-base-link-hover() {}
|
|
136
|
-
//@mixin hook-base-code() {}
|
|
137
|
-
//@mixin hook-base-heading() {}
|
|
138
|
-
//@mixin hook-base-h1() {}
|
|
139
|
-
//@mixin hook-base-h2() {}
|
|
140
|
-
//@mixin hook-base-h3() {}
|
|
141
|
-
//@mixin hook-base-h4() {}
|
|
142
|
-
//@mixin hook-base-h5() {}
|
|
143
|
-
//@mixin hook-base-h6() {}
|
|
144
|
-
//@mixin hook-base-hr() {}
|
|
145
|
-
//@mixin hook-base-blockquote() {}
|
|
146
|
-
//@mixin hook-base-blockquote-footer() {}
|
|
147
|
-
//@mixin hook-base-pre() {}
|
|
148
|
-
//@mixin hook-base-misc() {}
|
|
149
|
-
//@mixin hook-inverse-base-link() {}
|
|
150
|
-
//@mixin hook-inverse-base-link-hover() {}
|
|
151
|
-
//@mixin hook-inverse-base-code() {}
|
|
152
|
-
//@mixin hook-inverse-base-heading() {}
|
|
153
|
-
//@mixin hook-inverse-base-h1() {}
|
|
154
|
-
//@mixin hook-inverse-base-h2() {}
|
|
155
|
-
//@mixin hook-inverse-base-h3() {}
|
|
156
|
-
//@mixin hook-inverse-base-h4() {}
|
|
157
|
-
//@mixin hook-inverse-base-h5() {}
|
|
158
|
-
//@mixin hook-inverse-base-h6() {}
|
|
159
|
-
//@mixin hook-inverse-base-blockquote() {}
|
|
160
|
-
//@mixin hook-inverse-base-blockquote-footer() {}
|
|
161
|
-
//@mixin hook-inverse-base-hr() {}
|
|
162
|
-
@mixin hook-inverse-component-base() {
|
|
163
|
-
color: var(--inverse-base-color);
|
|
164
|
-
|
|
165
|
-
// Base
|
|
166
|
-
// ========================================================================
|
|
167
|
-
|
|
168
|
-
//
|
|
169
|
-
// Link
|
|
170
|
-
//
|
|
171
|
-
|
|
172
|
-
a,
|
|
173
|
-
.uk-link {
|
|
174
|
-
color: var(--inverse-base-link-color);
|
|
175
|
-
|
|
176
|
-
@if meta.mixin-exists('hook-inverse-base-link') {
|
|
177
|
-
@include hook-inverse-base-link;
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
a:hover,
|
|
182
|
-
.uk-link:hover,
|
|
183
|
-
.uk-link-toggle:hover .uk-link,
|
|
184
|
-
.uk-link-toggle:focus .uk-link {
|
|
185
|
-
color: var(--inverse-base-link-hover-color);
|
|
186
|
-
|
|
187
|
-
@if meta.mixin-exists('hook-inverse-base-link-hover') {
|
|
188
|
-
@include hook-inverse-base-link-hover;
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
//
|
|
193
|
-
// Code
|
|
194
|
-
//
|
|
195
|
-
|
|
196
|
-
:not(pre) > code,
|
|
197
|
-
:not(pre) > kbd,
|
|
198
|
-
:not(pre) > samp {
|
|
199
|
-
color: var(--inverse-base-code-color);
|
|
200
|
-
|
|
201
|
-
@if meta.mixin-exists('hook-inverse-base-code') {
|
|
202
|
-
@include hook-inverse-base-code;
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
//
|
|
207
|
-
// Emphasize
|
|
208
|
-
//
|
|
209
|
-
|
|
210
|
-
em {
|
|
211
|
-
color: var(--inverse-base-em-color);
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
//
|
|
215
|
-
// Headings
|
|
216
|
-
//
|
|
217
|
-
|
|
218
|
-
h1,
|
|
219
|
-
.uk-h1,
|
|
220
|
-
h2,
|
|
221
|
-
.uk-h2,
|
|
222
|
-
h3,
|
|
223
|
-
.uk-h3,
|
|
224
|
-
h4,
|
|
225
|
-
.uk-h4,
|
|
226
|
-
h5,
|
|
227
|
-
.uk-h5,
|
|
228
|
-
h6,
|
|
229
|
-
.uk-h6,
|
|
230
|
-
.uk-heading-small,
|
|
231
|
-
.uk-heading-medium,
|
|
232
|
-
.uk-heading-large,
|
|
233
|
-
.uk-heading-xlarge,
|
|
234
|
-
.uk-heading-2xlarge {
|
|
235
|
-
color: var(--inverse-base-heading-color);
|
|
236
|
-
|
|
237
|
-
@if meta.mixin-exists('hook-inverse-base-heading') {
|
|
238
|
-
@include hook-inverse-base-heading;
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
h1,
|
|
243
|
-
.uk-h1 {
|
|
244
|
-
@if meta.mixin-exists('hook-inverse-base-h1') {
|
|
245
|
-
@include hook-inverse-base-h1;
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
h2,
|
|
250
|
-
.uk-h2 {
|
|
251
|
-
@if meta.mixin-exists('hook-inverse-base-h2') {
|
|
252
|
-
@include hook-inverse-base-h2;
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
h3,
|
|
257
|
-
.uk-h3 {
|
|
258
|
-
@if meta.mixin-exists('hook-inverse-base-h3') {
|
|
259
|
-
@include hook-inverse-base-h3;
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
h4,
|
|
264
|
-
.uk-h4 {
|
|
265
|
-
@if meta.mixin-exists('hook-inverse-base-h4') {
|
|
266
|
-
@include hook-inverse-base-h4;
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
h5,
|
|
271
|
-
.uk-h5 {
|
|
272
|
-
@if meta.mixin-exists('hook-inverse-base-h5') {
|
|
273
|
-
@include hook-inverse-base-h5;
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
h6,
|
|
278
|
-
.uk-h6 {
|
|
279
|
-
@if meta.mixin-exists('hook-inverse-base-h6') {
|
|
280
|
-
@include hook-inverse-base-h6;
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
//
|
|
285
|
-
// Blockquotes
|
|
286
|
-
//
|
|
287
|
-
|
|
288
|
-
blockquote {
|
|
289
|
-
@if meta.mixin-exists('hook-inverse-base-blockquote') {
|
|
290
|
-
@include hook-inverse-base-blockquote;
|
|
291
|
-
}
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
blockquote footer {
|
|
295
|
-
@if meta.mixin-exists('hook-inverse-base-blockquote-footer') {
|
|
296
|
-
@include hook-inverse-base-blockquote-footer;
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
//
|
|
301
|
-
// Horizontal rules
|
|
302
|
-
//
|
|
303
|
-
|
|
304
|
-
hr,
|
|
305
|
-
.uk-hr {
|
|
306
|
-
border-top-color: var(--inverse-base-hr-border);
|
|
307
|
-
|
|
308
|
-
@if meta.mixin-exists('hook-inverse-base-hr') {
|
|
309
|
-
@include hook-inverse-base-hr;
|
|
310
|
-
}
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
//
|
|
314
|
-
// Focus
|
|
315
|
-
//
|
|
316
|
-
|
|
317
|
-
:focus,
|
|
318
|
-
:focus-visible {
|
|
319
|
-
outline-color: var(--inverse-base-focus-outline);
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
//@mixin hook-breadcrumb() {}
|
|
324
|
-
//@mixin hook-breadcrumb-item() {}
|
|
325
|
-
//@mixin hook-breadcrumb-item-hover() {}
|
|
326
|
-
//@mixin hook-breadcrumb-item-disabled() {}
|
|
327
|
-
//@mixin hook-breadcrumb-item-active() {}
|
|
328
|
-
//@mixin hook-breadcrumb-divider() {}
|
|
329
|
-
//@mixin hook-breadcrumb-misc() {}
|
|
330
|
-
//@mixin hook-inverse-breadcrumb-item() {}
|
|
331
|
-
//@mixin hook-inverse-breadcrumb-item-hover() {}
|
|
332
|
-
//@mixin hook-inverse-breadcrumb-item-disabled() {}
|
|
333
|
-
//@mixin hook-inverse-breadcrumb-item-active() {}
|
|
334
|
-
//@mixin hook-inverse-breadcrumb-divider() {}
|
|
335
|
-
@mixin hook-inverse-component-breadcrumb() {
|
|
336
|
-
.uk-breadcrumb > * > * {
|
|
337
|
-
color: var(--inverse-breadcrumb-item-color);
|
|
338
|
-
@if meta.mixin-exists('hook-inverse-breadcrumb-item') {
|
|
339
|
-
@include hook-inverse-breadcrumb-item;
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
.uk-breadcrumb > * > :hover,
|
|
344
|
-
.uk-breadcrumb > * > :focus {
|
|
345
|
-
color: var(--inverse-breadcrumb-item-hover-color);
|
|
346
|
-
@if meta.mixin-exists('hook-inverse-breadcrumb-item-hover') {
|
|
347
|
-
@include hook-inverse-breadcrumb-item-hover;
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
.uk-breadcrumb > .uk-disabled > * {
|
|
352
|
-
@if meta.mixin-exists('hook-inverse-breadcrumb-item-disabled') {
|
|
353
|
-
@include hook-inverse-breadcrumb-item-disabled;
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
.uk-breadcrumb > :last-child > * {
|
|
358
|
-
color: var(--inverse-breadcrumb-item-active-color);
|
|
359
|
-
@if meta.mixin-exists('hook-inverse-breadcrumb-item-active') {
|
|
360
|
-
@include hook-inverse-breadcrumb-item-active;
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
//
|
|
365
|
-
// Divider
|
|
366
|
-
//
|
|
367
|
-
|
|
368
|
-
.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
|
|
369
|
-
color: var(--inverse-breadcrumb-divider-color);
|
|
370
|
-
@if meta.mixin-exists('hook-inverse-breadcrumb-divider') {
|
|
371
|
-
@include hook-inverse-breadcrumb-divider;
|
|
372
|
-
}
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
//@mixin hook-button() {}
|
|
377
|
-
//@mixin hook-button-hover() {}
|
|
378
|
-
//@mixin hook-button-focus() {}
|
|
379
|
-
//@mixin hook-button-active() {}
|
|
380
|
-
//@mixin hook-button-disabled() {}
|
|
381
|
-
//@mixin hook-button-default() {}
|
|
382
|
-
//@mixin hook-button-default-hover() {}
|
|
383
|
-
//@mixin hook-button-default-active() {}
|
|
384
|
-
//@mixin hook-button-default-disabled() {}
|
|
385
|
-
//@mixin hook-button-primary() {}
|
|
386
|
-
//@mixin hook-button-primary-hover() {}
|
|
387
|
-
//@mixin hook-button-primary-active() {}
|
|
388
|
-
//@mixin hook-button-primary-disabled() {}
|
|
389
|
-
//@mixin hook-button-secondary() {}
|
|
390
|
-
//@mixin hook-button-secondary-hover() {}
|
|
391
|
-
//@mixin hook-button-secondary-active() {}
|
|
392
|
-
//@mixin hook-button-secondary-disabled() {}
|
|
393
|
-
//@mixin hook-button-tertiary() {}
|
|
394
|
-
//@mixin hook-button-tertiary-hover() {}
|
|
395
|
-
//@mixin hook-button-tertiary-active() {}
|
|
396
|
-
//@mixin hook-button-tertiary-disabled() {}
|
|
397
|
-
//@mixin hook-button-danger() {}
|
|
398
|
-
//@mixin hook-button-danger-hover() {}
|
|
399
|
-
//@mixin hook-button-danger-active() {}
|
|
400
|
-
//@mixin hook-button-danger-disabled() {}
|
|
401
|
-
//@mixin hook-button-xsmall() {}
|
|
402
|
-
//@mixin hook-button-small() {}
|
|
403
|
-
//@mixin hook-button-medium() {}
|
|
404
|
-
//@mixin hook-button-large() {}
|
|
405
|
-
//@mixin hook-button-xlarge() {}
|
|
406
|
-
//@mixin hook-button-text() {}
|
|
407
|
-
//@mixin hook-button-text-hover() {}
|
|
408
|
-
//@mixin hook-button-text-disabled() {}
|
|
409
|
-
//@mixin hook-button-link() {}
|
|
410
|
-
//@mixin hook-button-link-disabled() {}
|
|
411
|
-
@mixin hook-button-misc() {
|
|
412
|
-
.uk-button-group {
|
|
413
|
-
.uk-button-circle:not(:last-child),
|
|
414
|
-
.uk-button-round:not(:last-child) {
|
|
415
|
-
border-bottom-right-radius: 0;
|
|
416
|
-
border-top-right-radius: 0;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
.uk-button-circle:not(:first-child),
|
|
420
|
-
.uk-button-round:not(:first-child) {
|
|
421
|
-
border-bottom-left-radius: 0;
|
|
422
|
-
border-top-left-radius: 0;
|
|
423
|
-
}
|
|
424
|
-
}
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
//@mixin hook-inverse-button() {}
|
|
428
|
-
//@mixin hook-inverse-button-default() {}
|
|
429
|
-
//@mixin hook-inverse-button-default-hover() {}
|
|
430
|
-
//@mixin hook-inverse-button-default-active() {}
|
|
431
|
-
//@mixin hook-inverse-button-primary() {}
|
|
432
|
-
//@mixin hook-inverse-button-primary-hover() {}
|
|
433
|
-
//@mixin hook-inverse-button-primary-active() {}
|
|
434
|
-
//@mixin hook-inverse-button-secondary() {}
|
|
435
|
-
//@mixin hook-inverse-button-secondary-hover() {}
|
|
436
|
-
//@mixin hook-inverse-button-secondary-active() {}
|
|
437
|
-
//@mixin hook-inverse-button-tertiary() {}
|
|
438
|
-
//@mixin hook-inverse-button-tertiary-hover() {}
|
|
439
|
-
//@mixin hook-inverse-button-tertiary-active() {}
|
|
440
|
-
//@mixin hook-inverse-button-danger() {}
|
|
441
|
-
//@mixin hook-inverse-button-danger-hover() {}
|
|
442
|
-
//@mixin hook-inverse-button-danger-active() {}
|
|
443
|
-
//@mixin hook-inverse-button-text() {}
|
|
444
|
-
//@mixin hook-inverse-button-text-hover() {}
|
|
445
|
-
//@mixin hook-inverse-button-text-disabled() {}
|
|
446
|
-
//@mixin hook-inverse-button-link() {}
|
|
447
|
-
@mixin hook-inverse-component-button() {
|
|
448
|
-
.uk-button {
|
|
449
|
-
color: var(--inverse-button-color);
|
|
450
|
-
@if meta.mixin-exists('hook-inverse-button') {
|
|
451
|
-
@include hook-inverse-button;
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
//
|
|
456
|
-
// Default
|
|
457
|
-
//
|
|
458
|
-
|
|
459
|
-
.uk-button-default {
|
|
460
|
-
background-color: var(--inverse-button-default-background);
|
|
461
|
-
color: var(--inverse-button-default-color);
|
|
462
|
-
@if meta.mixin-exists('hook-inverse-button-default') {
|
|
463
|
-
@include hook-inverse-button-default;
|
|
464
|
-
}
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
.uk-button-default:hover,
|
|
468
|
-
.uk-button-default:focus {
|
|
469
|
-
background-color: var(--inverse-button-default-hover-background);
|
|
470
|
-
color: var(--inverse-button-default-hover-color);
|
|
471
|
-
@if meta.mixin-exists('hook-inverse-button-default-hover') {
|
|
472
|
-
@include hook-inverse-button-default-hover;
|
|
473
|
-
}
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
.uk-button-default:active,
|
|
477
|
-
.uk-button-default.uk-active {
|
|
478
|
-
background-color: var(--inverse-button-default-active-background);
|
|
479
|
-
color: var(--inverse-button-default-active-color);
|
|
480
|
-
@if meta.mixin-exists('hook-inverse-button-default-active') {
|
|
481
|
-
@include hook-inverse-button-default-active;
|
|
482
|
-
}
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
//
|
|
486
|
-
// Primary
|
|
487
|
-
//
|
|
488
|
-
|
|
489
|
-
.uk-button-primary {
|
|
490
|
-
background-color: var(--inverse-button-primary-background);
|
|
491
|
-
color: var(--inverse-button-primary-color);
|
|
492
|
-
@if meta.mixin-exists('hook-inverse-button-primary') {
|
|
493
|
-
@include hook-inverse-button-primary;
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
.uk-button-primary:hover,
|
|
498
|
-
.uk-button-primary:focus {
|
|
499
|
-
background-color: var(--inverse-button-primary-hover-background);
|
|
500
|
-
color: var(--inverse-button-primary-hover-color);
|
|
501
|
-
@if meta.mixin-exists('hook-inverse-button-primary-hover') {
|
|
502
|
-
@include hook-inverse-button-primary-hover;
|
|
503
|
-
}
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
.uk-button-primary:active,
|
|
507
|
-
.uk-button-primary.uk-active {
|
|
508
|
-
background-color: var(--inverse-button-primary-active-background);
|
|
509
|
-
color: var(--inverse-button-primary-active-color);
|
|
510
|
-
@if meta.mixin-exists('hook-inverse-button-primary-active') {
|
|
511
|
-
@include hook-inverse-button-primary-active;
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
//
|
|
516
|
-
// Secondary
|
|
517
|
-
//
|
|
518
|
-
|
|
519
|
-
.uk-button-secondary {
|
|
520
|
-
background-color: var(--inverse-button-secondary-background);
|
|
521
|
-
color: var(--inverse-button-secondary-color);
|
|
522
|
-
@if meta.mixin-exists('hook-inverse-button-secondary') {
|
|
523
|
-
@include hook-inverse-button-secondary;
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
.uk-button-secondary:hover,
|
|
528
|
-
.uk-button-secondary:focus {
|
|
529
|
-
background-color: var(--inverse-button-secondary-hover-background);
|
|
530
|
-
color: var(--inverse-button-secondary-hover-color);
|
|
531
|
-
@if meta.mixin-exists('hook-inverse-button-secondary-hover') {
|
|
532
|
-
@include hook-inverse-button-secondary-hover;
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
.uk-button-secondary:active,
|
|
537
|
-
.uk-button-secondary.uk-active {
|
|
538
|
-
background-color: var(--inverse-button-secondary-active-background);
|
|
539
|
-
color: var(--inverse-button-secondary-active-color);
|
|
540
|
-
@if meta.mixin-exists('hook-inverse-button-secondary-active') {
|
|
541
|
-
@include hook-inverse-button-secondary-active;
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
//
|
|
546
|
-
// Tertiary
|
|
547
|
-
//
|
|
548
|
-
|
|
549
|
-
.uk-button-tertiary {
|
|
550
|
-
background-color: var(--inverse-button-tertiary-background);
|
|
551
|
-
color: var(--inverse-button-tertiary-color);
|
|
552
|
-
@if meta.mixin-exists('hook-inverse-button-tertiary') {
|
|
553
|
-
@include hook-inverse-button-tertiary;
|
|
554
|
-
}
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
.uk-button-tertiary:hover,
|
|
558
|
-
.uk-button-tertiary:focus {
|
|
559
|
-
background-color: var(--inverse-button-tertiary-hover-background);
|
|
560
|
-
color: var(--inverse-button-tertiary-hover-color);
|
|
561
|
-
@if meta.mixin-exists('hook-inverse-button-tertiary-hover') {
|
|
562
|
-
@include hook-inverse-button-tertiary-hover;
|
|
563
|
-
}
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
.uk-button-tertiary:active,
|
|
567
|
-
.uk-button-tertiary.uk-active {
|
|
568
|
-
background-color: var(--inverse-button-tertiary-active-background);
|
|
569
|
-
color: var(--inverse-button-tertiary-active-color);
|
|
570
|
-
@if meta.mixin-exists('hook-inverse-button-tertiary-active') {
|
|
571
|
-
@include hook-inverse-button-tertiary-active;
|
|
572
|
-
}
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
//
|
|
576
|
-
// Danger
|
|
577
|
-
//
|
|
578
|
-
|
|
579
|
-
.uk-button-danger {
|
|
580
|
-
background-color: var(--inverse-button-danger-background);
|
|
581
|
-
color: var(--inverse-button-danger-color);
|
|
582
|
-
@if meta.mixin-exists('hook-inverse-button-danger') {
|
|
583
|
-
@include hook-inverse-button-danger;
|
|
584
|
-
}
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
.uk-button-danger:hover,
|
|
588
|
-
.uk-button-danger:focus {
|
|
589
|
-
background-color: var(--inverse-button-danger-hover-background);
|
|
590
|
-
color: var(--inverse-button-danger-hover-color);
|
|
591
|
-
@if meta.mixin-exists('hook-inverse-button-danger-hover') {
|
|
592
|
-
@include hook-inverse-button-danger-hover;
|
|
593
|
-
}
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
.uk-button-danger:active,
|
|
597
|
-
.uk-button-danger.uk-active {
|
|
598
|
-
background-color: var(--inverse-button-danger-active-background);
|
|
599
|
-
color: var(--inverse-button-danger-active-color);
|
|
600
|
-
@if meta.mixin-exists('hook-inverse-button-danger-active') {
|
|
601
|
-
@include hook-inverse-button-danger-active;
|
|
602
|
-
}
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
//
|
|
606
|
-
// Text
|
|
607
|
-
//
|
|
608
|
-
|
|
609
|
-
.uk-button-text {
|
|
610
|
-
color: var(--inverse-button-text-color);
|
|
611
|
-
@if meta.mixin-exists('hook-inverse-button-text') {
|
|
612
|
-
@include hook-inverse-button-text;
|
|
613
|
-
}
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
.uk-button-text:hover,
|
|
617
|
-
.uk-button-text:focus {
|
|
618
|
-
color: var(--inverse-button-text-hover-color);
|
|
619
|
-
@if meta.mixin-exists('hook-inverse-button-text-hover') {
|
|
620
|
-
@include hook-inverse-button-text-hover;
|
|
621
|
-
}
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
.uk-button-text:disabled {
|
|
625
|
-
color: var(--inverse-button-text-disabled-color);
|
|
626
|
-
@if meta.mixin-exists('hook-inverse-button-text-disabled') {
|
|
627
|
-
@include hook-inverse-button-text-disabled;
|
|
628
|
-
}
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
//
|
|
632
|
-
// Link
|
|
633
|
-
//
|
|
634
|
-
|
|
635
|
-
.uk-button-link {
|
|
636
|
-
color: var(--inverse-button-link-color);
|
|
637
|
-
@if meta.mixin-exists('hook-inverse-button-link') {
|
|
638
|
-
@include hook-inverse-button-link;
|
|
639
|
-
}
|
|
640
|
-
}
|
|
641
|
-
|
|
642
|
-
.uk-button-link:hover,
|
|
643
|
-
.uk-button-link:focus {
|
|
644
|
-
color: var(--inverse-button-link-hover-color);
|
|
645
|
-
@if meta.mixin-exists('hook-inverse-button-link-hover') {
|
|
646
|
-
@include hook-inverse-button-link-hover;
|
|
647
|
-
}
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
.uk-button-link:disabled {
|
|
651
|
-
@if meta.mixin-exists('hook-inverse-button-link-disabled') {
|
|
652
|
-
@include hook-inverse-button-link-disabled;
|
|
653
|
-
}
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
//@mixin hook-card() {}
|
|
659
|
-
//@mixin hook-card-body() {}
|
|
660
|
-
//@mixin hook-card-header() {}
|
|
661
|
-
//@mixin hook-card-footer() {}
|
|
662
|
-
//@mixin hook-card-media() {}
|
|
663
|
-
//@mixin hook-card-media-top() {}
|
|
664
|
-
//@mixin hook-card-media-bottom() {}
|
|
665
|
-
//@mixin hook-card-media-left() {}
|
|
666
|
-
//@mixin hook-card-media-right() {}
|
|
667
|
-
//@mixin hook-card-title() {}
|
|
668
|
-
//@mixin hook-card-badge() {}
|
|
669
|
-
//@mixin hook-card-hover() {}
|
|
670
|
-
//@mixin hook-card-default() {}
|
|
671
|
-
//@mixin hook-card-default-title() {}
|
|
672
|
-
//@mixin hook-card-default-hover() {}
|
|
673
|
-
//@mixin hook-card-default-header() {}
|
|
674
|
-
//@mixin hook-card-default-footer() {}
|
|
675
|
-
//@mixin hook-card-primary() {}
|
|
676
|
-
//@mixin hook-card-primary-title() {}
|
|
677
|
-
//@mixin hook-card-primary-hover() {}
|
|
678
|
-
//@mixin hook-card-secondary() {}
|
|
679
|
-
//@mixin hook-card-secondary-title() {}
|
|
680
|
-
//@mixin hook-card-secondary-hover() {}
|
|
681
|
-
//@mixin hook-card-tertiary() {}
|
|
682
|
-
//@mixin hook-card-tertiary-title() {}
|
|
683
|
-
//@mixin hook-card-tertiary-hover() {}
|
|
684
|
-
//@mixin hook-card-misc() {}
|
|
685
|
-
//@mixin hook-inverse-card-badge() {}
|
|
686
|
-
@mixin hook-inverse-component-card() {
|
|
687
|
-
&.uk-card-badge {
|
|
688
|
-
background-color: var(--inverse-card-badge-background);
|
|
689
|
-
color: var(--inverse-card-badge-color);
|
|
690
|
-
@if meta.mixin-exists('hook-inverse-card-badge') {
|
|
691
|
-
@include hook-inverse-card-badge;
|
|
692
|
-
}
|
|
693
|
-
}
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
//@mixin hook-checkbox-control() {}
|
|
697
|
-
//@mixin hook-checkbox-wrapper() {}
|
|
698
|
-
//@mixin hook-checkbox-checkbox() {}
|
|
699
|
-
//@mixin hook-checkbox-input() {}
|
|
700
|
-
//@mixin hook-checkbox-inner() {}
|
|
701
|
-
//@mixin hook-checkbox-label() {}
|
|
702
|
-
//@mixin hook-checkbox-hover() {}
|
|
703
|
-
//@mixin hook-checkbox-checked() {}
|
|
704
|
-
//@mixin hook-checkbox-disabled() {}
|
|
705
|
-
//@mixin hook-checkbox-indeterminate() {}
|
|
706
|
-
//@mixin hook-checkbox-group() {}
|
|
707
|
-
//@mixin hook-checkbox-group-stack() {}
|
|
708
|
-
|
|
709
|
-
//@mixin hook-close() {}
|
|
710
|
-
//@mixin hook-close-hover() {}
|
|
711
|
-
//@mixin hook-close-misc() {}
|
|
712
|
-
//@mixin hook-inverse-close() {}
|
|
713
|
-
//@mixin hook-inverse-close-hover() {}
|
|
714
|
-
@mixin hook-inverse-component-close() {
|
|
715
|
-
.uk-close {
|
|
716
|
-
color: var(--inverse-close-color);
|
|
717
|
-
@if meta.mixin-exists('hook-inverse-close') {
|
|
718
|
-
@include hook-inverse-close;
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
.uk-close:hover,
|
|
723
|
-
.uk-close:focus {
|
|
724
|
-
color: var(--inverse-close-hover-color);
|
|
725
|
-
@if meta.mixin-exists('hook-inverse-close-hover') {
|
|
726
|
-
@include hook-inverse-close-hover;
|
|
727
|
-
}
|
|
728
|
-
}
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
//@mixin hook-column-misc() {}
|
|
732
|
-
@mixin hook-inverse-component-column() {
|
|
733
|
-
.uk-column-divider {
|
|
734
|
-
column-rule-color: var(--inverse-column-divider-rule-color);
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
//@mixin hook-comment() {}
|
|
739
|
-
//@mixin hook-comment-body() {}
|
|
740
|
-
//@mixin hook-comment-header() {}
|
|
741
|
-
//@mixin hook-comment-title() {}
|
|
742
|
-
//@mixin hook-comment-meta() {}
|
|
743
|
-
//@mixin hook-comment-avatar() {}
|
|
744
|
-
//@mixin hook-comment-list-adjacent() {}
|
|
745
|
-
//@mixin hook-comment-list-sub() {}
|
|
746
|
-
//@mixin hook-comment-list-sub-adjacent() {}
|
|
747
|
-
//@mixin hook-comment-primary() {}
|
|
748
|
-
//@mixin hook-comment-misc() {}
|
|
749
|
-
|
|
750
|
-
//@mixin hook-container-misc() {}
|
|
751
|
-
|
|
752
|
-
//@mixin hook-control() {}
|
|
753
|
-
//@mixin hook-control-hover() {}
|
|
754
|
-
//@mixin hook-control-focus() {}
|
|
755
|
-
//@mixin hook-control-disabled() {}
|
|
756
|
-
//@mixin hook-control-small() {}
|
|
757
|
-
//@mixin hook-control-medium() {}
|
|
758
|
-
//@mixin hook-control-large() {}
|
|
759
|
-
//@mixin hook-control-success() {}
|
|
760
|
-
//@mixin hook-control-warning() {}
|
|
761
|
-
//@mixin hook-control-danger() {}
|
|
762
|
-
//@mixin hook-control-blank() {}
|
|
763
|
-
//@mixin hook-control-blank-focus() {}
|
|
764
|
-
//@mixin hook-control-input() {}
|
|
765
|
-
//@mixin hook-control-prefix() {}
|
|
766
|
-
//@mixin hook-control-suffix() {}
|
|
767
|
-
//@mixin hook-inverse-control() {}
|
|
768
|
-
//@mixin hook-inverse-control-hover() {}
|
|
769
|
-
//@mixin hook-inverse-control-focus() {}
|
|
770
|
-
//@mixin hook-inverse-control-disabled() {}
|
|
771
|
-
//@mixin hook-inverse-control-success() {}
|
|
772
|
-
//@mixin hook-inverse-control-warning() {}
|
|
773
|
-
//@mixin hook-inverse-control-danger() {}
|
|
774
|
-
//@mixin hook-inverse-control-blank-focus() {}
|
|
775
|
-
@mixin hook-inverse-component-control() {
|
|
776
|
-
.uk-control {
|
|
777
|
-
background-color: var(--inverse-control-background);
|
|
778
|
-
border-color: var(--inverse-control-border);
|
|
779
|
-
color: var(--inverse-control-color);
|
|
780
|
-
@if meta.mixin-exists('hook-inverse-control') {
|
|
781
|
-
@include hook-inverse-control;
|
|
782
|
-
}
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
// Hover state (unused for disabled state)
|
|
786
|
-
.uk-control:hover {
|
|
787
|
-
background-color: var(--inverse-control-hover-background);
|
|
788
|
-
border-color: var(--inverse-control-hover-border);
|
|
789
|
-
color: var(--inverse-control-hover-color);
|
|
790
|
-
@if meta.mixin-exists('hook-inverse-control-hover') {
|
|
791
|
-
@include hook-inverse-control-hover;
|
|
792
|
-
}
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
// Focus state (unused for disabled state)
|
|
796
|
-
.uk-control:focus-within {
|
|
797
|
-
background-color: var(--inverse-control-focus-background);
|
|
798
|
-
border-color: var(--inverse-control-focus-border);
|
|
799
|
-
color: var(--inverse-control-focus-color);
|
|
800
|
-
@if meta.mixin-exists('hook-inverse-control-focus') {
|
|
801
|
-
@include hook-inverse-control-focus;
|
|
802
|
-
}
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
// Disabled state
|
|
806
|
-
.uk-control.uk-disabled {
|
|
807
|
-
background-color: var(--inverse-control-disabled-background);
|
|
808
|
-
border-color: var(--inverse-control-disabled-border);
|
|
809
|
-
color: var(--inverse-control-disabled-color);
|
|
810
|
-
@if meta.mixin-exists('hook-inverse-control-disabled') {
|
|
811
|
-
@include hook-inverse-control-disabled;
|
|
812
|
-
}
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
// Success
|
|
816
|
-
.uk-control-success,
|
|
817
|
-
.uk-control-success:hover,
|
|
818
|
-
.uk-control-success:focus-within {
|
|
819
|
-
border-color: var(--control-success-border);
|
|
820
|
-
color: var(--control-success-color);
|
|
821
|
-
@if meta.mixin-exists('hook-inverse-control-success') {
|
|
822
|
-
@include hook-inverse-control-success;
|
|
823
|
-
}
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
// Warning
|
|
827
|
-
.uk-control-warning,
|
|
828
|
-
.uk-control-warning:hover,
|
|
829
|
-
.uk-control-warning:focus-within {
|
|
830
|
-
border-color: var(--control-warning-border);
|
|
831
|
-
color: var(--control-warning-color);
|
|
832
|
-
@if meta.mixin-exists('hook-inverse-control-warning') {
|
|
833
|
-
@include hook-inverse-control-warning;
|
|
834
|
-
}
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
// Danger
|
|
838
|
-
.uk-control-danger,
|
|
839
|
-
.uk-control-danger:hover,
|
|
840
|
-
.uk-control-danger:focus-within {
|
|
841
|
-
border-color: var(--control-danger-border);
|
|
842
|
-
color: var(--control-danger-color);
|
|
843
|
-
@if meta.mixin-exists('hook-inverse-control-danger') {
|
|
844
|
-
@include hook-inverse-control-danger;
|
|
845
|
-
}
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
// Blank
|
|
849
|
-
.uk-control-blank:focus-within {
|
|
850
|
-
border-color: var(--control-blank-focus-border);
|
|
851
|
-
@if meta.mixin-exists('hook-inverse-control-blank-focus') {
|
|
852
|
-
@include hook-inverse-control-blank-focus;
|
|
853
|
-
}
|
|
854
|
-
}
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
//@mixin hook-cover-misc() {}
|
|
858
|
-
|
|
859
|
-
//@mixin hook-datepicker() {}
|
|
860
|
-
//@mixin hook-datepicker-hover() {}
|
|
861
|
-
//@mixin hook-datepicker-focus() {}
|
|
862
|
-
//@mixin hook-datepicker-disabled() {}
|
|
863
|
-
//@mixin hook-datepicker-input() {}
|
|
864
|
-
//@mixin hook-datepicker-control() {}
|
|
865
|
-
//@mixin hook-datepicker-small() {}
|
|
866
|
-
//@mixin hook-datepicker-medium() {}
|
|
867
|
-
//@mixin hook-datepicker-large() {}
|
|
868
|
-
//@mixin hook-datepicker-success() {}
|
|
869
|
-
//@mixin hook-datepicker-warning() {}
|
|
870
|
-
//@mixin hook-datepicker-danger() {}
|
|
871
|
-
//@mixin hook-datepicker-blank() {}
|
|
872
|
-
//@mixin hook-datepicker-blank-focus() {}
|
|
873
|
-
//@mixin hook-datepicker-panel-layout() {}
|
|
874
|
-
//@mixin hook-datepicker-panel() {}
|
|
875
|
-
//@mixin hook-datepicker-datetime-panel() {}
|
|
876
|
-
//@mixin hook-datepicker-time-panel() {}
|
|
877
|
-
//@mixin hook-datepicker-date-panel() {}
|
|
878
|
-
//@mixin hook-datepicker-month-panel() {}
|
|
879
|
-
//@mixin hook-datepicker-quarter-panel() {}
|
|
880
|
-
//@mixin hook-datepicker-decade-panel() {}
|
|
881
|
-
//@mixin hook-datepicker-week-panel() {}
|
|
882
|
-
//@mixin hook-datepicker-year-panel() {}
|
|
883
|
-
//@mixin hook-datepicker-header() {}
|
|
884
|
-
//@mixin hook-datepicker-header-view() {}
|
|
885
|
-
//@mixin hook-datepicker-body() {}
|
|
886
|
-
//@mixin hook-datepicker-content() {}
|
|
887
|
-
//@mixin hook-datepicker-footer() {}
|
|
888
|
-
//@mixin hook-datepicker-ranges() {}
|
|
889
|
-
//@mixin hook-datepicker-cell() {}
|
|
890
|
-
//@mixin hook-datepicker-cell-inner() {}
|
|
891
|
-
//@mixin hook-datepicker-time-panel-column() {}
|
|
892
|
-
//@mixin hook-datepicker-dropdown() {}
|
|
893
|
-
|
|
894
|
-
//@mixin hook-description-list-term() {}
|
|
895
|
-
//@mixin hook-description-list-description() {}
|
|
896
|
-
//@mixin hook-description-list-divider-term() {}
|
|
897
|
-
//@mixin hook-description-list-misc() {}
|
|
898
|
-
//@mixin hook-inverse-description-list-term() {}
|
|
899
|
-
@mixin hook-inverse-component-description() {
|
|
900
|
-
.uk-description-list > dt {
|
|
901
|
-
color: var(--inverse-description-list-term-color);
|
|
902
|
-
@if meta.mixin-exists('hook-inverse-description-list-term') {
|
|
903
|
-
@include hook-inverse-description-list-term;
|
|
904
|
-
}
|
|
905
|
-
}
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
//@mixin hook-divider-icon() {}
|
|
909
|
-
//@mixin hook-divider-icon-line() {}
|
|
910
|
-
//@mixin hook-divider-icon-line-left() {}
|
|
911
|
-
//@mixin hook-divider-icon-line-right() {}
|
|
912
|
-
//@mixin hook-divider-small() {}
|
|
913
|
-
//@mixin hook-divider-vertical() {}
|
|
914
|
-
//@mixin hook-divider-misc() {}
|
|
915
|
-
//@mixin hook-inverse-divider-icon() {}
|
|
916
|
-
//@mixin hook-inverse-divider-icon-line() {}
|
|
917
|
-
//@mixin hook-inverse-divider-small() {}
|
|
918
|
-
//@mixin hook-inverse-divider-vertical() {}
|
|
919
|
-
@mixin hook-inverse-component-divider() {
|
|
920
|
-
.uk-divider-icon {
|
|
921
|
-
@if meta.mixin-exists('svg-fill') {
|
|
922
|
-
@include svg-fill($internal-divider-icon-image, '#000', $inverse-divider-icon-color);
|
|
923
|
-
}
|
|
924
|
-
@if meta.mixin-exists('hook-inverse-divider-icon') {
|
|
925
|
-
@include hook-inverse-divider-icon;
|
|
926
|
-
}
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
.uk-divider-icon::before,
|
|
930
|
-
.uk-divider-icon::after {
|
|
931
|
-
border-bottom-color: var(--inverse-divider-icon-line-border);
|
|
932
|
-
@if meta.mixin-exists('hook-inverse-divider-icon-line') {
|
|
933
|
-
@include hook-inverse-divider-icon-line;
|
|
934
|
-
}
|
|
935
|
-
}
|
|
936
|
-
|
|
937
|
-
.uk-divider-small::after {
|
|
938
|
-
border-top-color: var(--inverse-divider-small-border);
|
|
939
|
-
@if meta.mixin-exists('hook-inverse-divider-small') {
|
|
940
|
-
@include hook-inverse-divider-small;
|
|
941
|
-
}
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
.uk-divider-vertical {
|
|
945
|
-
border-left-color: var(--inverse-divider-vertical-border);
|
|
946
|
-
@if meta.mixin-exists('hook-inverse-divider-vertical') {
|
|
947
|
-
@include hook-inverse-divider-vertical;
|
|
948
|
-
}
|
|
949
|
-
}
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
//@mixin hook-dotnav() {}
|
|
953
|
-
//@mixin hook-dotnav-item() {}
|
|
954
|
-
//@mixin hook-dotnav-item-hover() {}
|
|
955
|
-
//@mixin hook-dotnav-item-onclick() {}
|
|
956
|
-
//@mixin hook-dotnav-item-active() {}
|
|
957
|
-
//@mixin hook-dotnav-misc() {}
|
|
958
|
-
//@mixin hook-inverse-dotnav-item() {}
|
|
959
|
-
//@mixin hook-inverse-dotnav-item-hover() {}
|
|
960
|
-
//@mixin hook-inverse-dotnav-item-onclick() {}
|
|
961
|
-
//@mixin hook-inverse-dotnav-item-active() {}
|
|
962
|
-
@mixin hook-inverse-component-dotnav() {
|
|
963
|
-
.uk-dotnav > * > * {
|
|
964
|
-
background-color: var(--inverse-dotnav-item-background);
|
|
965
|
-
@if meta.mixin-exists('hook-inverse-dotnav-item') {
|
|
966
|
-
@include hook-inverse-dotnav-item;
|
|
967
|
-
}
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
.uk-dotnav > * > :hover,
|
|
971
|
-
.uk-dotnav > * > :focus {
|
|
972
|
-
background-color: var(--inverse-dotnav-item-hover-background);
|
|
973
|
-
@if meta.mixin-exists('hook-inverse-dotnav-item-hover') {
|
|
974
|
-
@include hook-inverse-dotnav-item-hover;
|
|
975
|
-
}
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
.uk-dotnav > * > :active {
|
|
979
|
-
background-color: var(--inverse-dotnav-item-onclick-background);
|
|
980
|
-
@if meta.mixin-exists('hook-inverse-dotnav-item-onclick') {
|
|
981
|
-
@include hook-inverse-dotnav-item-onclick;
|
|
982
|
-
}
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
.uk-dotnav > .uk-active > * {
|
|
986
|
-
background-color: var(--inverse-dotnav-item-active-background);
|
|
987
|
-
@if meta.mixin-exists('hook-inverse-dotnav-item-active') {
|
|
988
|
-
@include hook-inverse-dotnav-item-active;
|
|
989
|
-
}
|
|
990
|
-
}
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
//@mixin hook-drawer() {}
|
|
994
|
-
//@mixin hook-drawer-content-wrapper() {}
|
|
995
|
-
//@mixin hook-drawer-content() {}
|
|
996
|
-
//@mixin hook-drawer-mask() {}
|
|
997
|
-
//@mixin hook-drawer-mask-open() {}
|
|
998
|
-
//@mixin hook-drawer-close() {}
|
|
999
|
-
//@mixin hook-drawer-close-hover() {}
|
|
1000
|
-
|
|
1001
|
-
//@mixin hook-drop-mask() {}
|
|
1002
|
-
//@mixin hook-drop-mask-active() {}
|
|
1003
|
-
//@mixin hook-drop-misc() {}
|
|
1004
|
-
|
|
1005
|
-
//@mixin hook-dropdown() {}
|
|
1006
|
-
//@mixin hook-dropdown-nav() {}
|
|
1007
|
-
//@mixin hook-dropdown-nav-item() {}
|
|
1008
|
-
//@mixin hook-dropdown-nav-item-hover() {}
|
|
1009
|
-
//@mixin hook-dropdown-nav-header() {}
|
|
1010
|
-
//@mixin hook-dropdown-nav-divider() {}
|
|
1011
|
-
//@mixin hook-dropdown-misc() {}
|
|
1012
|
-
//@mixin hook-inverse-dropdown() {}
|
|
1013
|
-
//@mixin hook-inverse-dropdown-nav-item() {}
|
|
1014
|
-
//@mixin hook-inverse-dropdown-nav-item-hover() {}
|
|
1015
|
-
//@mixin hook-inverse-dropdown-nav-header() {}
|
|
1016
|
-
//@mixin hook-inverse-dropdown-nav-divider() {}
|
|
1017
|
-
@mixin hook-inverse-component-dropdown() {
|
|
1018
|
-
.uk-dropdown {
|
|
1019
|
-
background: var(--inverse-dropdown-background);
|
|
1020
|
-
color: var(--inverse-dropdown-color);
|
|
1021
|
-
@if meta.mixin-exists('hook-inverse-dropdown') {
|
|
1022
|
-
@include hook-inverse-dropdown;
|
|
1023
|
-
}
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
.uk-dropdown-nav > li > a {
|
|
1027
|
-
color: var(--inverse-dropdown-nav-item-color);
|
|
1028
|
-
@if meta.mixin-exists('hook-inverse-dropdown-nav-item') {
|
|
1029
|
-
@include hook-inverse-dropdown-nav-item;
|
|
1030
|
-
}
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
.uk-dropdown-nav > li > a:hover,
|
|
1034
|
-
.uk-dropdown-nav > li > a:focus,
|
|
1035
|
-
.uk-dropdown-nav > li.uk-active > a {
|
|
1036
|
-
color: var(--inverse-dropdown-nav-item-hover-color);
|
|
1037
|
-
@if meta.mixin-exists('hook-inverse-dropdown-nav-item-hover') {
|
|
1038
|
-
@include hook-inverse-dropdown-nav-item-hover;
|
|
1039
|
-
}
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
.uk-dropdown-nav .uk-nav-header {
|
|
1043
|
-
color: var(--inverse-dropdown-nav-header-color);
|
|
1044
|
-
@if meta.mixin-exists('hook-inverse-dropdown-nav-header') {
|
|
1045
|
-
@include hook-inverse-dropdown-nav-header;
|
|
1046
|
-
}
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
.uk-dropdown-nav .uk-nav-divider {
|
|
1050
|
-
border-color: var(--inverse-dropdown-nav-divider-border);
|
|
1051
|
-
@if meta.mixin-exists('hook-inverse-dropdown-nav-divider') {
|
|
1052
|
-
@include hook-inverse-dropdown-nav-divider;
|
|
1053
|
-
}
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
.uk-dropdown-nav .uk-nav-sub a {
|
|
1057
|
-
color: var(--inverse-dropdown-nav-sublist-item-color);
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
.uk-dropdown-nav .uk-nav-sub a:hover,
|
|
1061
|
-
.uk-dropdown-nav .uk-nav-sub a:focus,
|
|
1062
|
-
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
|
|
1063
|
-
color: var(--inverse-dropdown-nav-sublist-item-hover-color);
|
|
1064
|
-
}
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
//@mixin hook-flex-misc() {}
|
|
1068
|
-
|
|
1069
|
-
//@mixin hook-form() {}
|
|
1070
|
-
//@mixin hook-form-single-line() {}
|
|
1071
|
-
//@mixin hook-form-multi-line() {}
|
|
1072
|
-
//@mixin hook-form-focus() {}
|
|
1073
|
-
//@mixin hook-form-disabled() {}
|
|
1074
|
-
//@mixin hook-form-danger() {}
|
|
1075
|
-
//@mixin hook-form-warning() {}
|
|
1076
|
-
//@mixin hook-form-success() {}
|
|
1077
|
-
//@mixin hook-form-blank() {}
|
|
1078
|
-
//@mixin hook-form-blank-focus() {}
|
|
1079
|
-
//@mixin hook-form-legend() {}
|
|
1080
|
-
//@mixin hook-form-label() {}
|
|
1081
|
-
//@mixin hook-form-stacked-label() {}
|
|
1082
|
-
//@mixin hook-form-horizontal-label() {}
|
|
1083
|
-
//@mixin hook-form-misc() {}
|
|
1084
|
-
//@mixin hook-inverse-form() {}
|
|
1085
|
-
//@mixin hook-inverse-form-focus() {}
|
|
1086
|
-
//@mixin hook-inverse-form-label() {}
|
|
1087
|
-
@mixin hook-inverse-component-form() {
|
|
1088
|
-
.uk-input,
|
|
1089
|
-
.uk-textarea {
|
|
1090
|
-
background-clip: padding-box;
|
|
1091
|
-
background-color: var(--inverse-form-background);
|
|
1092
|
-
color: var(--inverse-form-color);
|
|
1093
|
-
@if meta.mixin-exists('hook-inverse-form') {
|
|
1094
|
-
@include hook-inverse-form;
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
&:focus {
|
|
1098
|
-
background-color: var(--inverse-form-focus-background);
|
|
1099
|
-
color: var(--inverse-form-focus-color);
|
|
1100
|
-
@if meta.mixin-exists('hook-inverse-form-focus') {
|
|
1101
|
-
@include hook-inverse-form-focus;
|
|
1102
|
-
}
|
|
1103
|
-
}
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
//
|
|
1107
|
-
// Placeholder
|
|
1108
|
-
//
|
|
1109
|
-
|
|
1110
|
-
.uk-input::-ms-input-placeholder {
|
|
1111
|
-
color: var(--inverse-form-placeholder-color) !important;
|
|
1112
|
-
}
|
|
1113
|
-
|
|
1114
|
-
.uk-input::placeholder {
|
|
1115
|
-
color: var(--inverse-form-placeholder-color);
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
.uk-textarea::-ms-input-placeholder {
|
|
1119
|
-
color: var(--inverse-form-placeholder-color) !important;
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
|
-
.uk-textarea::placeholder {
|
|
1123
|
-
color: var(--inverse-form-placeholder-color);
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
//
|
|
1127
|
-
// Datalist
|
|
1128
|
-
//
|
|
1129
|
-
|
|
1130
|
-
.uk-input[list]:hover,
|
|
1131
|
-
.uk-input[list]:focus {
|
|
1132
|
-
@if meta.mixin-exists('svg-fill') {
|
|
1133
|
-
@include svg-fill($form-icon-datalist-image-path, '#000', $inverse-form-datalist-icon-color);
|
|
1134
|
-
}
|
|
1135
|
-
}
|
|
1136
|
-
|
|
1137
|
-
// Label
|
|
1138
|
-
.uk-form-label {
|
|
1139
|
-
@if meta.mixin-exists('hook-inverse-form-label') {
|
|
1140
|
-
@include hook-inverse-form-label;
|
|
1141
|
-
}
|
|
1142
|
-
}
|
|
1143
|
-
|
|
1144
|
-
// Icon
|
|
1145
|
-
.uk-form-icon {
|
|
1146
|
-
color: var(--inverse-form-icon-color);
|
|
1147
|
-
}
|
|
1148
|
-
|
|
1149
|
-
.uk-form-icon:hover {
|
|
1150
|
-
color: var(--inverse-form-icon-hover-color);
|
|
1151
|
-
}
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
|
-
//@mixin hook-grid-divider-horizontal() {}
|
|
1155
|
-
//@mixin hook-grid-divider-vertical() {}
|
|
1156
|
-
//@mixin hook-grid-misc() {}
|
|
1157
|
-
//@mixin hook-inverse-grid-divider-horizontal() {}
|
|
1158
|
-
//@mixin hook-inverse-grid-divider-vertical() {}
|
|
1159
|
-
@mixin hook-inverse-component-grid() {
|
|
1160
|
-
.uk-grid-divider > :not(.uk-first-column)::before {
|
|
1161
|
-
border-left-color: var(--inverse-grid-divider-border);
|
|
1162
|
-
@if meta.mixin-exists('hook-inverse-grid-divider-horizontal') {
|
|
1163
|
-
@include hook-inverse-grid-divider-horizontal;
|
|
1164
|
-
}
|
|
1165
|
-
}
|
|
1166
|
-
|
|
1167
|
-
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
|
|
1168
|
-
border-top-color: var(--inverse-grid-divider-border);
|
|
1169
|
-
@if meta.mixin-exists('hook-inverse-grid-divider-vertical') {
|
|
1170
|
-
@include hook-inverse-grid-divider-vertical;
|
|
1171
|
-
}
|
|
1172
|
-
}
|
|
1173
|
-
}
|
|
1174
|
-
|
|
1175
|
-
//@mixin hook-heading-small() {}
|
|
1176
|
-
//@mixin hook-heading-medium() {}
|
|
1177
|
-
//@mixin hook-heading-large() {}
|
|
1178
|
-
//@mixin hook-heading-xlarge() {}
|
|
1179
|
-
//@mixin hook-heading-2xlarge() {}
|
|
1180
|
-
//@mixin hook-heading-primary() {}
|
|
1181
|
-
//@mixin hook-heading-hero() {}
|
|
1182
|
-
//@mixin hook-heading-divider() {}
|
|
1183
|
-
//@mixin hook-heading-bullet() {}
|
|
1184
|
-
//@mixin hook-heading-line() {}
|
|
1185
|
-
//@mixin hook-heading-misc() {}
|
|
1186
|
-
//@mixin hook-inverse-heading-small() {}
|
|
1187
|
-
//@mixin hook-inverse-heading-medium() {}
|
|
1188
|
-
//@mixin hook-inverse-heading-large() {}
|
|
1189
|
-
//@mixin hook-inverse-heading-xlarge() {}
|
|
1190
|
-
//@mixin hook-inverse-heading-2xlarge() {}
|
|
1191
|
-
//@mixin hook-inverse-heading-primary() {}
|
|
1192
|
-
//@mixin hook-inverse-heading-hero() {}
|
|
1193
|
-
//@mixin hook-inverse-heading-divider() {}
|
|
1194
|
-
//@mixin hook-inverse-heading-bullet() {}
|
|
1195
|
-
//@mixin hook-inverse-heading-line() {}
|
|
1196
|
-
@mixin hook-inverse-component-heading() {
|
|
1197
|
-
.uk-heading-small {
|
|
1198
|
-
@if meta.mixin-exists('hook-inverse-heading-small') {
|
|
1199
|
-
@include hook-inverse-heading-small;
|
|
1200
|
-
}
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
.uk-heading-medium {
|
|
1204
|
-
@if meta.mixin-exists('hook-inverse-heading-medium') {
|
|
1205
|
-
@include hook-inverse-heading-medium;
|
|
1206
|
-
}
|
|
1207
|
-
}
|
|
1208
|
-
|
|
1209
|
-
.uk-heading-large {
|
|
1210
|
-
@if meta.mixin-exists('hook-inverse-heading-large') {
|
|
1211
|
-
@include hook-inverse-heading-large;
|
|
1212
|
-
}
|
|
1213
|
-
}
|
|
1214
|
-
|
|
1215
|
-
.uk-heading-xlarge {
|
|
1216
|
-
@if meta.mixin-exists('hook-inverse-heading-xlarge') {
|
|
1217
|
-
@include hook-inverse-heading-xlarge;
|
|
1218
|
-
}
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
.uk-heading-2xlarge {
|
|
1222
|
-
@if meta.mixin-exists('hook-inverse-heading-2xlarge') {
|
|
1223
|
-
@include hook-inverse-heading-2xlarge;
|
|
1224
|
-
}
|
|
1225
|
-
}
|
|
1226
|
-
|
|
1227
|
-
.uk-heading-divider {
|
|
1228
|
-
border-bottom-color: var(--inverse-heading-divider-border);
|
|
1229
|
-
@if meta.mixin-exists('hook-inverse-heading-divider') {
|
|
1230
|
-
@include hook-inverse-heading-divider;
|
|
1231
|
-
}
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
|
-
.uk-heading-bullet::before {
|
|
1235
|
-
border-left-color: var(--inverse-heading-bullet-border);
|
|
1236
|
-
@if meta.mixin-exists('hook-inverse-heading-bullet') {
|
|
1237
|
-
@include hook-inverse-heading-bullet;
|
|
1238
|
-
}
|
|
1239
|
-
}
|
|
1240
|
-
|
|
1241
|
-
.uk-heading-line > ::before,
|
|
1242
|
-
.uk-heading-line > ::after {
|
|
1243
|
-
border-bottom-color: var(--inverse-heading-line-border);
|
|
1244
|
-
@if meta.mixin-exists('hook-inverse-heading-line') {
|
|
1245
|
-
@include hook-inverse-heading-line;
|
|
1246
|
-
}
|
|
1247
|
-
}
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
//@mixin hook-height-misc() {}
|
|
1251
|
-
|
|
1252
|
-
//@mixin hook-icon-link() {}
|
|
1253
|
-
//@mixin hook-icon-link-hover() {}
|
|
1254
|
-
//@mixin hook-icon-link-active() {}
|
|
1255
|
-
//@mixin hook-icon-button() {}
|
|
1256
|
-
//@mixin hook-icon-button-hover() {}
|
|
1257
|
-
//@mixin hook-icon-button-active() {}
|
|
1258
|
-
//@mixin hook-icon-misc() {}
|
|
1259
|
-
//@mixin hook-inverse-icon-link() {}
|
|
1260
|
-
//@mixin hook-inverse-icon-link-hover() {}
|
|
1261
|
-
//@mixin hook-inverse-icon-link-active() {}
|
|
1262
|
-
//@mixin hook-inverse-icon-button() {}
|
|
1263
|
-
//@mixin hook-inverse-icon-button-hover() {}
|
|
1264
|
-
//@mixin hook-inverse-icon-button-active() {}
|
|
1265
|
-
@mixin hook-inverse-component-icon() {
|
|
1266
|
-
//
|
|
1267
|
-
// Link
|
|
1268
|
-
//
|
|
1269
|
-
|
|
1270
|
-
.uk-icon-link {
|
|
1271
|
-
color: var(--inverse-icon-link-color);
|
|
1272
|
-
@if meta.mixin-exists('hook-inverse-icon-link') {
|
|
1273
|
-
@include hook-inverse-icon-link;
|
|
1274
|
-
}
|
|
1275
|
-
}
|
|
1276
|
-
|
|
1277
|
-
.uk-icon-link:hover,
|
|
1278
|
-
.uk-icon-link:focus {
|
|
1279
|
-
color: var(--inverse-icon-link-hover-color);
|
|
1280
|
-
@if meta.mixin-exists('hook-inverse-icon-link-hover') {
|
|
1281
|
-
@include hook-inverse-icon-link-hover;
|
|
1282
|
-
}
|
|
1283
|
-
}
|
|
1284
|
-
|
|
1285
|
-
.uk-icon-link:active,
|
|
1286
|
-
.uk-active > .uk-icon-link {
|
|
1287
|
-
color: var(--inverse-icon-link-active-color);
|
|
1288
|
-
@if meta.mixin-exists('hook-inverse-icon-link-active') {
|
|
1289
|
-
@include hook-inverse-icon-link-active;
|
|
1290
|
-
}
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
//
|
|
1294
|
-
// Button
|
|
1295
|
-
//
|
|
1296
|
-
|
|
1297
|
-
.uk-icon-button {
|
|
1298
|
-
background-color: var(--inverse-icon-button-background);
|
|
1299
|
-
color: var(--inverse-icon-button-color);
|
|
1300
|
-
@if meta.mixin-exists('hook-inverse-icon-button') {
|
|
1301
|
-
@include hook-inverse-icon-button;
|
|
1302
|
-
}
|
|
1303
|
-
}
|
|
1304
|
-
|
|
1305
|
-
.uk-icon-button:hover,
|
|
1306
|
-
.uk-icon-button:focus {
|
|
1307
|
-
background-color: var(--inverse-icon-button-hover-background);
|
|
1308
|
-
color: var(--inverse-icon-button-hover-color);
|
|
1309
|
-
@if meta.mixin-exists('hook-inverse-icon-button-hover') {
|
|
1310
|
-
@include hook-inverse-icon-button-hover;
|
|
1311
|
-
}
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
|
-
.uk-icon-button:active {
|
|
1315
|
-
background-color: var(--inverse-icon-button-active-background);
|
|
1316
|
-
color: var(--inverse-icon-button-active-color);
|
|
1317
|
-
@if meta.mixin-exists('hook-inverse-icon-button-active') {
|
|
1318
|
-
@include hook-inverse-icon-button-active;
|
|
1319
|
-
}
|
|
1320
|
-
}
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
|
-
//@mixin hook-iconnav() {}
|
|
1324
|
-
//@mixin hook-iconnav-item() {}
|
|
1325
|
-
//@mixin hook-iconnav-item-hover() {}
|
|
1326
|
-
//@mixin hook-iconnav-item-active() {}
|
|
1327
|
-
//@mixin hook-iconnav-misc() {}
|
|
1328
|
-
//@mixin hook-inverse-iconnav-item() {}
|
|
1329
|
-
//@mixin hook-inverse-iconnav-item-hover() {}
|
|
1330
|
-
//@mixin hook-inverse-iconnav-item-active() {}
|
|
1331
|
-
@mixin hook-inverse-component-iconnav() {
|
|
1332
|
-
.uk-iconnav > * > a {
|
|
1333
|
-
color: var(--inverse-iconnav-item-color);
|
|
1334
|
-
@if meta.mixin-exists('hook-inverse-iconnav-item') {
|
|
1335
|
-
@include hook-inverse-iconnav-item;
|
|
1336
|
-
}
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
.uk-iconnav > * > a:hover,
|
|
1340
|
-
.uk-iconnav > * > a:focus {
|
|
1341
|
-
color: var(--inverse-iconnav-item-hover-color);
|
|
1342
|
-
@if meta.mixin-exists('hook-inverse-iconnav-item-hover') {
|
|
1343
|
-
@include hook-inverse-iconnav-item-hover;
|
|
1344
|
-
}
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
|
-
.uk-iconnav > .uk-active > a {
|
|
1348
|
-
color: var(--inverse-iconnav-item-active-color);
|
|
1349
|
-
@if meta.mixin-exists('hook-inverse-iconnav-item-active') {
|
|
1350
|
-
@include hook-inverse-iconnav-item-active;
|
|
1351
|
-
}
|
|
1352
|
-
}
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
//@mixin hook-label() {}
|
|
1356
|
-
//@mixin hook-label-success() {}
|
|
1357
|
-
//@mixin hook-label-warning() {}
|
|
1358
|
-
//@mixin hook-label-danger() {}
|
|
1359
|
-
//@mixin hook-label-misc() {}
|
|
1360
|
-
//@mixin hook-inverse-label() {}
|
|
1361
|
-
@mixin hook-inverse-component-label() {
|
|
1362
|
-
.uk-label {
|
|
1363
|
-
background-color: var(--inverse-label-background);
|
|
1364
|
-
color: var(--inverse-label-color);
|
|
1365
|
-
@if meta.mixin-exists('hook-inverse-label') {
|
|
1366
|
-
@include hook-inverse-label;
|
|
1367
|
-
}
|
|
1368
|
-
}
|
|
1369
|
-
}
|
|
1370
|
-
|
|
1371
|
-
//@mixin hook-leader() {}
|
|
1372
|
-
//@mixin hook-leader-misc() {}
|
|
1373
|
-
//@mixin hook-inverse-leader() {}
|
|
1374
|
-
//@mixin hook-inverse-component-leader() {}
|
|
1375
|
-
|
|
1376
|
-
//@mixin hook-link-muted() {}
|
|
1377
|
-
//@mixin hook-link-muted-hover() {}
|
|
1378
|
-
//@mixin hook-link-text() {}
|
|
1379
|
-
//@mixin hook-link-text-hover() {}
|
|
1380
|
-
//@mixin hook-link-heading() {}
|
|
1381
|
-
//@mixin hook-link-heading-hover() {}
|
|
1382
|
-
//@mixin hook-link-reset() {}
|
|
1383
|
-
//@mixin hook-link-misc() {}
|
|
1384
|
-
//@mixin hook-inverse-link-muted() {}
|
|
1385
|
-
//@mixin hook-inverse-link-muted-hover() {}
|
|
1386
|
-
//@mixin hook-inverse-link-text-hover() {}
|
|
1387
|
-
//@mixin hook-inverse-link-heading-hover() {}
|
|
1388
|
-
@mixin hook-inverse-component-link() {
|
|
1389
|
-
a.uk-link-muted,
|
|
1390
|
-
.uk-link-muted a {
|
|
1391
|
-
color: var(--inverse-link-muted-color);
|
|
1392
|
-
@if meta.mixin-exists('hook-inverse-link-muted') {
|
|
1393
|
-
@include hook-inverse-link-muted;
|
|
1394
|
-
}
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
|
-
a.uk-link-muted:hover,
|
|
1398
|
-
.uk-link-muted a:hover,
|
|
1399
|
-
.uk-link-toggle:hover .uk-link-muted,
|
|
1400
|
-
.uk-link-toggle:focus .uk-link-muted {
|
|
1401
|
-
color: var(--inverse-link-muted-hover-color);
|
|
1402
|
-
@if meta.mixin-exists('hook-inverse-link-muted-hover') {
|
|
1403
|
-
@include hook-inverse-link-muted-hover;
|
|
1404
|
-
}
|
|
1405
|
-
}
|
|
1406
|
-
|
|
1407
|
-
a.uk-link-text:hover,
|
|
1408
|
-
.uk-link-text a:hover,
|
|
1409
|
-
.uk-link-toggle:hover .uk-link-text,
|
|
1410
|
-
.uk-link-toggle:focus .uk-link-text {
|
|
1411
|
-
color: var(--inverse-link-text-hover-color);
|
|
1412
|
-
@if meta.mixin-exists('hook-inverse-link-text-hover') {
|
|
1413
|
-
@include hook-inverse-link-text-hover;
|
|
1414
|
-
}
|
|
1415
|
-
}
|
|
1416
|
-
|
|
1417
|
-
a.uk-link-heading:hover,
|
|
1418
|
-
.uk-link-heading a:hover,
|
|
1419
|
-
.uk-link-toggle:hover .uk-link-heading,
|
|
1420
|
-
.uk-link-toggle:focus .uk-link-heading {
|
|
1421
|
-
color: var(--inverse-link-heading-hover-color);
|
|
1422
|
-
@if meta.mixin-exists('hook-inverse-link-heading-hover') {
|
|
1423
|
-
@include hook-inverse-link-heading-hover;
|
|
1424
|
-
}
|
|
1425
|
-
}
|
|
1426
|
-
}
|
|
1427
|
-
|
|
1428
|
-
//@mixin hook-list-divider() {}
|
|
1429
|
-
//@mixin hook-list-striped() {}
|
|
1430
|
-
//@mixin hook-list-misc() {}
|
|
1431
|
-
//@mixin hook-inverse-list-divider() {}
|
|
1432
|
-
//@mixin hook-inverse-list-striped() {}
|
|
1433
|
-
@mixin hook-inverse-component-list() {
|
|
1434
|
-
.uk-list-muted > ::before {
|
|
1435
|
-
color: var(--inverse-list-muted-color) !important;
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
|
-
.uk-list-emphasis > ::before {
|
|
1439
|
-
color: var(--inverse-list-emphasis-color) !important;
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
.uk-list-primary > ::before {
|
|
1443
|
-
color: var(--inverse-list-primary-color) !important;
|
|
1444
|
-
}
|
|
1445
|
-
|
|
1446
|
-
.uk-list-secondary > ::before {
|
|
1447
|
-
color: var(--inverse-list-secondary-color) !important;
|
|
1448
|
-
}
|
|
1449
|
-
|
|
1450
|
-
.uk-list-bullet > ::before {
|
|
1451
|
-
@if meta.mixin-exists('svg-fill') {
|
|
1452
|
-
@include svg-fill($list-bullet-icon-image-path, '#000', $inverse-list-bullet-icon-color);
|
|
1453
|
-
}
|
|
1454
|
-
}
|
|
1455
|
-
|
|
1456
|
-
.uk-list-divider > :nth-child(n + 2) {
|
|
1457
|
-
border-top-color: var(--inverse-list-divider-border);
|
|
1458
|
-
@if meta.mixin-exists('hook-inverse-list-divider') {
|
|
1459
|
-
@include hook-inverse-list-divider;
|
|
1460
|
-
}
|
|
1461
|
-
}
|
|
1462
|
-
|
|
1463
|
-
.uk-list-striped > * {
|
|
1464
|
-
@if meta.mixin-exists('hook-inverse-list-striped') {
|
|
1465
|
-
@include hook-inverse-list-striped;
|
|
1466
|
-
}
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
.uk-list-striped > :nth-of-type(odd) {
|
|
1470
|
-
background-color: var(--inverse-list-striped-background);
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
//@mixin hook-marker() {}
|
|
1475
|
-
//@mixin hook-marker-hover() {}
|
|
1476
|
-
//@mixin hook-marker-misc() {}
|
|
1477
|
-
//@mixin hook-inverse-marker() {}
|
|
1478
|
-
//@mixin hook-inverse-marker-hover() {}
|
|
1479
|
-
@mixin hook-inverse-component-marker() {
|
|
1480
|
-
.uk-marker {
|
|
1481
|
-
background: var(--inverse-marker-background);
|
|
1482
|
-
color: var(--inverse-marker-color);
|
|
1483
|
-
@if meta.mixin-exists('hook-inverse-marker') {
|
|
1484
|
-
@include hook-inverse-marker;
|
|
1485
|
-
}
|
|
1486
|
-
}
|
|
1487
|
-
|
|
1488
|
-
.uk-marker:hover,
|
|
1489
|
-
.uk-marker:focus {
|
|
1490
|
-
color: var(--inverse-marker-hover-color);
|
|
1491
|
-
@if meta.mixin-exists('hook-inverse-marker-hover') {
|
|
1492
|
-
@include hook-inverse-marker-hover;
|
|
1493
|
-
}
|
|
1494
|
-
}
|
|
1495
|
-
}
|
|
1496
|
-
|
|
1497
|
-
//@mixin hook-margin-misc() {}
|
|
1498
|
-
//@mixin hook-padding-misc() {}
|
|
1499
|
-
|
|
1500
|
-
//@mixin hook-modal() {}
|
|
1501
|
-
//@mixin hook-modal-container() {}
|
|
1502
|
-
//@mixin hook-modal-mask() {}
|
|
1503
|
-
//@mixin hook-modal-full() {}
|
|
1504
|
-
//@mixin hook-modal-header() {}
|
|
1505
|
-
//@mixin hook-modal-body() {}
|
|
1506
|
-
//@mixin hook-modal-footer() {}
|
|
1507
|
-
//@mixin hook-modal-title() {}
|
|
1508
|
-
//@mixin hook-modal-close() {}
|
|
1509
|
-
//@mixin hook-modal-close-hover() {}
|
|
1510
|
-
//@mixin hook-modal-close-default() {}
|
|
1511
|
-
//@mixin hook-modal-close-default-hover() {}
|
|
1512
|
-
//@mixin hook-modal-close-outside() {}
|
|
1513
|
-
//@mixin hook-modal-close-outside-hover() {}
|
|
1514
|
-
//@mixin hook-modal-close-full() {}
|
|
1515
|
-
//@mixin hook-modal-close-full-hover() {}
|
|
1516
|
-
//@mixin hook-modal-misc() {}
|
|
1517
|
-
|
|
1518
|
-
//@mixin hook-nav-sub() {}
|
|
1519
|
-
//@mixin hook-nav-header() {}
|
|
1520
|
-
//@mixin hook-nav-divider() {}
|
|
1521
|
-
//@mixin hook-nav-default() {}
|
|
1522
|
-
//@mixin hook-nav-default-item() {}
|
|
1523
|
-
//@mixin hook-nav-default-item-hover() {}
|
|
1524
|
-
//@mixin hook-nav-default-item-active() {}
|
|
1525
|
-
//@mixin hook-nav-default-header() {}
|
|
1526
|
-
//@mixin hook-nav-default-divider() {}
|
|
1527
|
-
//@mixin hook-nav-primary() {}
|
|
1528
|
-
//@mixin hook-nav-primary-item() {}
|
|
1529
|
-
//@mixin hook-nav-primary-item-hover() {}
|
|
1530
|
-
//@mixin hook-nav-primary-item-active() {}
|
|
1531
|
-
//@mixin hook-nav-primary-header() {}
|
|
1532
|
-
//@mixin hook-nav-primary-divider() {}
|
|
1533
|
-
//@mixin hook-nav-dividers() {}
|
|
1534
|
-
//@mixin hook-nav-misc() {}
|
|
1535
|
-
//@mixin hook-inverse-nav-parent-icon() {}
|
|
1536
|
-
//@mixin hook-inverse-nav-default-item() {}
|
|
1537
|
-
//@mixin hook-inverse-nav-default-item-hover() {}
|
|
1538
|
-
//@mixin hook-inverse-nav-default-item-active() {}
|
|
1539
|
-
//@mixin hook-inverse-nav-default-header() {}
|
|
1540
|
-
//@mixin hook-inverse-nav-default-divider() {}
|
|
1541
|
-
//@mixin hook-inverse-nav-primary-item() {}
|
|
1542
|
-
//@mixin hook-inverse-nav-primary-item-hover() {}
|
|
1543
|
-
//@mixin hook-inverse-nav-primary-item-active() {}
|
|
1544
|
-
//@mixin hook-inverse-nav-primary-header() {}
|
|
1545
|
-
//@mixin hook-inverse-nav-primary-divider() {}
|
|
1546
|
-
@mixin hook-inverse-component-nav() {
|
|
1547
|
-
//
|
|
1548
|
-
// Default
|
|
1549
|
-
//
|
|
1550
|
-
|
|
1551
|
-
.uk-nav-default > li > a {
|
|
1552
|
-
color: var(--inverse-nav-default-item-color);
|
|
1553
|
-
@if meta.mixin-exists('hook-inverse-nav-default-item') {
|
|
1554
|
-
@include hook-inverse-nav-default-item;
|
|
1555
|
-
}
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1558
|
-
.uk-nav-default > li > a:hover,
|
|
1559
|
-
.uk-nav-default > li > a:focus {
|
|
1560
|
-
color: var(--inverse-nav-default-item-hover-color);
|
|
1561
|
-
@if meta.mixin-exists('hook-inverse-nav-default-item-hover') {
|
|
1562
|
-
@include hook-inverse-nav-default-item-hover;
|
|
1563
|
-
}
|
|
1564
|
-
}
|
|
1565
|
-
|
|
1566
|
-
.uk-nav-default > li.uk-active > a {
|
|
1567
|
-
color: var(--inverse-nav-default-item-active-color);
|
|
1568
|
-
@if meta.mixin-exists('hook-inverse-nav-default-item-active') {
|
|
1569
|
-
@include hook-inverse-nav-default-item-active;
|
|
1570
|
-
}
|
|
1571
|
-
}
|
|
1572
|
-
|
|
1573
|
-
.uk-nav-default .uk-nav-header {
|
|
1574
|
-
color: var(--inverse-nav-default-header-color);
|
|
1575
|
-
@if meta.mixin-exists('hook-inverse-nav-default-header') {
|
|
1576
|
-
@include hook-inverse-nav-default-header;
|
|
1577
|
-
}
|
|
1578
|
-
}
|
|
1579
|
-
|
|
1580
|
-
.uk-nav-default .uk-nav-divider {
|
|
1581
|
-
border-top-color: var(--inverse-nav-default-divider-border);
|
|
1582
|
-
@if meta.mixin-exists('hook-inverse-nav-default-divider') {
|
|
1583
|
-
@include hook-inverse-nav-default-divider;
|
|
1584
|
-
}
|
|
1585
|
-
}
|
|
1586
|
-
|
|
1587
|
-
.uk-nav-default .uk-nav-sub a {
|
|
1588
|
-
color: var(--inverse-nav-default-sublist-item-color);
|
|
1589
|
-
}
|
|
1590
|
-
|
|
1591
|
-
.uk-nav-default .uk-nav-sub a:hover,
|
|
1592
|
-
.uk-nav-default .uk-nav-sub a:focus {
|
|
1593
|
-
color: var(--inverse-nav-default-sublist-item-hover-color);
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
.uk-nav-default .uk-nav-sub li.uk-active > a {
|
|
1597
|
-
color: var(--inverse-nav-default-sublist-item-active-color);
|
|
1598
|
-
}
|
|
1599
|
-
|
|
1600
|
-
//
|
|
1601
|
-
// Primary
|
|
1602
|
-
//
|
|
1603
|
-
|
|
1604
|
-
.uk-nav-primary > li > a {
|
|
1605
|
-
color: var(--inverse-nav-primary-item-color);
|
|
1606
|
-
@if meta.mixin-exists('hook-inverse-nav-primary-item') {
|
|
1607
|
-
@include hook-inverse-nav-primary-item;
|
|
1608
|
-
}
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
|
-
.uk-nav-primary > li > a:hover,
|
|
1612
|
-
.uk-nav-primary > li > a:focus {
|
|
1613
|
-
color: var(--inverse-nav-primary-item-hover-color);
|
|
1614
|
-
@if meta.mixin-exists('hook-inverse-nav-primary-item-hover') {
|
|
1615
|
-
@include hook-inverse-nav-primary-item-hover;
|
|
1616
|
-
}
|
|
1617
|
-
}
|
|
1618
|
-
|
|
1619
|
-
.uk-nav-primary > li.uk-active > a {
|
|
1620
|
-
color: var(--inverse-nav-primary-item-active-color);
|
|
1621
|
-
@if meta.mixin-exists('hook-inverse-nav-primary-item-active') {
|
|
1622
|
-
@include hook-inverse-nav-primary-item-active;
|
|
1623
|
-
}
|
|
1624
|
-
}
|
|
1625
|
-
|
|
1626
|
-
.uk-nav-primary .uk-nav-header {
|
|
1627
|
-
color: var(--inverse-nav-primary-header-color);
|
|
1628
|
-
@if meta.mixin-exists('hook-inverse-nav-primary-header') {
|
|
1629
|
-
@include hook-inverse-nav-primary-header;
|
|
1630
|
-
}
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
|
-
.uk-nav-primary .uk-nav-divider {
|
|
1634
|
-
border-top-color: var(--inverse-nav-primary-divider-border);
|
|
1635
|
-
@if meta.mixin-exists('hook-inverse-nav-primary-divider') {
|
|
1636
|
-
@include hook-inverse-nav-primary-divider;
|
|
1637
|
-
}
|
|
1638
|
-
}
|
|
1639
|
-
|
|
1640
|
-
.uk-nav-primary .uk-nav-sub a {
|
|
1641
|
-
color: var(--inverse-nav-primary-sublist-item-color);
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
|
-
.uk-nav-primary .uk-nav-sub a:hover,
|
|
1645
|
-
.uk-nav-primary .uk-nav-sub a:focus {
|
|
1646
|
-
color: var(--inverse-nav-primary-sublist-item-hover-color);
|
|
1647
|
-
}
|
|
1648
|
-
|
|
1649
|
-
.uk-nav-primary .uk-nav-sub li.uk-active > a {
|
|
1650
|
-
color: var(--inverse-nav-primary-sublist-item-active-color);
|
|
1651
|
-
}
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
|
-
//@mixin hook-navbar() {}
|
|
1655
|
-
//@mixin hook-navbar-container() {}
|
|
1656
|
-
//@mixin hook-navbar-nav-item() {}
|
|
1657
|
-
//@mixin hook-navbar-nav-item-hover() {}
|
|
1658
|
-
//@mixin hook-navbar-nav-item-onclick() {}
|
|
1659
|
-
//@mixin hook-navbar-nav-item-active() {}
|
|
1660
|
-
//@mixin hook-navbar-item() {}
|
|
1661
|
-
//@mixin hook-navbar-toggle() {}
|
|
1662
|
-
//@mixin hook-navbar-toggle-hover() {}
|
|
1663
|
-
//@mixin hook-navbar-toggle-icon() {}
|
|
1664
|
-
//@mixin hook-navbar-toggle-icon-hover() {}
|
|
1665
|
-
//@mixin hook-navbar-subtitle() {}
|
|
1666
|
-
//@mixin hook-navbar-primary() {}
|
|
1667
|
-
//@mixin hook-navbar-transparent() {}
|
|
1668
|
-
//@mixin hook-navbar-sticky() {}
|
|
1669
|
-
//@mixin hook-navbar-dropdown() {}
|
|
1670
|
-
//@mixin hook-navbar-dropdown-dropbar() {}
|
|
1671
|
-
//@mixin hook-navbar-dropdown-nav() {}
|
|
1672
|
-
//@mixin hook-navbar-dropdown-nav-item() {}
|
|
1673
|
-
//@mixin hook-navbar-dropdown-nav-item-hover() {}
|
|
1674
|
-
//@mixin hook-navbar-dropdown-nav-item-active() {}
|
|
1675
|
-
//@mixin hook-navbar-dropdown-nav-header() {}
|
|
1676
|
-
//@mixin hook-navbar-dropdown-nav-divider() {}
|
|
1677
|
-
//@mixin hook-navbar-dropbar() {}
|
|
1678
|
-
//@mixin hook-navbar-dropbar-slide() {}
|
|
1679
|
-
//@mixin hook-navbar-misc() {}
|
|
1680
|
-
//@mixin hook-inverse-navbar-container() {}
|
|
1681
|
-
//@mixin hook-inverse-navbar-nav-item() {}
|
|
1682
|
-
//@mixin hook-inverse-navbar-nav-item-hover() {}
|
|
1683
|
-
//@mixin hook-inverse-navbar-nav-item-onclick() {}
|
|
1684
|
-
//@mixin hook-inverse-navbar-nav-item-active() {}
|
|
1685
|
-
//@mixin hook-inverse-navbar-item() {}
|
|
1686
|
-
//@mixin hook-inverse-navbar-toggle() {}
|
|
1687
|
-
//@mixin hook-inverse-navbar-toggle-hover() {}
|
|
1688
|
-
//@mixin hook-inverse-navbar-dropdown() {}
|
|
1689
|
-
//@mixin hook-inverse-navbar-dropdown-nav-item() {}
|
|
1690
|
-
//@mixin hook-inverse-navbar-dropdown-nav-item-hover() {}
|
|
1691
|
-
//@mixin hook-inverse-navbar-dropdown-nav-item-active() {}
|
|
1692
|
-
//@mixin hook-inverse-navbar-dropdown-nav-header() {}
|
|
1693
|
-
//@mixin hook-inverse-navbar-dropdown-nav-divider() {}
|
|
1694
|
-
@mixin hook-inverse-component-navbar() {
|
|
1695
|
-
.uk-navbar-container:not(.uk-navbar-transparent) {
|
|
1696
|
-
background: var(--inverse-navbar-background);
|
|
1697
|
-
@if meta.mixin-exists('hook-inverse-navbar-container') {
|
|
1698
|
-
@include hook-inverse-navbar-container;
|
|
1699
|
-
}
|
|
1700
|
-
}
|
|
1701
|
-
|
|
1702
|
-
.uk-navbar-nav > li > a {
|
|
1703
|
-
color: var(--inverse-navbar-nav-item-color);
|
|
1704
|
-
@if meta.mixin-exists('hook-inverse-navbar-nav-item') {
|
|
1705
|
-
@include hook-inverse-navbar-nav-item;
|
|
1706
|
-
}
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1709
|
-
.uk-navbar-nav > li:hover > a,
|
|
1710
|
-
.uk-navbar-nav > li > a:focus,
|
|
1711
|
-
.uk-navbar-nav > li > a.uk-open {
|
|
1712
|
-
color: var(--inverse-navbar-nav-item-hover-color);
|
|
1713
|
-
@if meta.mixin-exists('hook-inverse-navbar-nav-item-hover') {
|
|
1714
|
-
@include hook-inverse-navbar-nav-item-hover;
|
|
1715
|
-
}
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
|
-
.uk-navbar-nav > li > a:active {
|
|
1719
|
-
color: var(--inverse-navbar-nav-item-onclick-color);
|
|
1720
|
-
@if meta.mixin-exists('hook-inverse-navbar-nav-item-onclick') {
|
|
1721
|
-
@include hook-inverse-navbar-nav-item-onclick;
|
|
1722
|
-
}
|
|
1723
|
-
}
|
|
1724
|
-
|
|
1725
|
-
.uk-navbar-nav > li.uk-active > a {
|
|
1726
|
-
color: var(--inverse-navbar-nav-item-active-color);
|
|
1727
|
-
@if meta.mixin-exists('hook-inverse-navbar-nav-item-active') {
|
|
1728
|
-
@include hook-inverse-navbar-nav-item-active;
|
|
1729
|
-
}
|
|
1730
|
-
}
|
|
1731
|
-
|
|
1732
|
-
.uk-navbar-item {
|
|
1733
|
-
color: var(--inverse-navbar-item-color);
|
|
1734
|
-
@if meta.mixin-exists('hook-inverse-navbar-item') {
|
|
1735
|
-
@include hook-inverse-navbar-item;
|
|
1736
|
-
}
|
|
1737
|
-
}
|
|
1738
|
-
|
|
1739
|
-
.uk-navbar-toggle {
|
|
1740
|
-
color: var(--inverse-navbar-toggle-color);
|
|
1741
|
-
@if meta.mixin-exists('hook-inverse-navbar-toggle') {
|
|
1742
|
-
@include hook-inverse-navbar-toggle;
|
|
1743
|
-
}
|
|
1744
|
-
}
|
|
1745
|
-
|
|
1746
|
-
.uk-navbar-toggle:hover,
|
|
1747
|
-
.uk-navbar-toggle:focus,
|
|
1748
|
-
.uk-navbar-toggle.uk-open {
|
|
1749
|
-
color: var(--inverse-navbar-toggle-hover-color);
|
|
1750
|
-
@if meta.mixin-exists('hook-inverse-navbar-toggle-hover') {
|
|
1751
|
-
@include hook-inverse-navbar-toggle-hover;
|
|
1752
|
-
}
|
|
1753
|
-
}
|
|
1754
|
-
|
|
1755
|
-
.uk-navbar-dropdown {
|
|
1756
|
-
background: var(--inverse-navbar-dropdown-background);
|
|
1757
|
-
color: var(--inverse-navbar-dropdown-color);
|
|
1758
|
-
@if meta.mixin-exists('hook-inverse-navbar-dropdown') {
|
|
1759
|
-
@include hook-inverse-navbar-dropdown;
|
|
1760
|
-
}
|
|
1761
|
-
}
|
|
1762
|
-
|
|
1763
|
-
.uk-navbar-dropdown-nav > li > a {
|
|
1764
|
-
color: var(--inverse-navbar-dropdown-nav-item-color);
|
|
1765
|
-
@if meta.mixin-exists('hook-inverse-navbar-dropdown-nav-item') {
|
|
1766
|
-
@include hook-inverse-navbar-dropdown-nav-item;
|
|
1767
|
-
}
|
|
1768
|
-
}
|
|
1769
|
-
|
|
1770
|
-
/* Hover + Focus */
|
|
1771
|
-
.uk-navbar-dropdown-nav > li > a:hover,
|
|
1772
|
-
.uk-navbar-dropdown-nav > li > a:focus {
|
|
1773
|
-
color: var(--inverse-navbar-dropdown-nav-item-hover-color);
|
|
1774
|
-
@if meta.mixin-exists('hook-inverse-navbar-dropdown-nav-item-hover') {
|
|
1775
|
-
@include hook-inverse-navbar-dropdown-nav-item-hover;
|
|
1776
|
-
}
|
|
1777
|
-
}
|
|
1778
|
-
|
|
1779
|
-
/* Active */
|
|
1780
|
-
.uk-navbar-dropdown-nav > li.uk-active > a {
|
|
1781
|
-
color: var(--inverse-navbar-dropdown-nav-item-active-color);
|
|
1782
|
-
@if meta.mixin-exists('hook-inverse-navbar-dropdown-nav-item-active') {
|
|
1783
|
-
@include hook-inverse-navbar-dropdown-nav-item-active;
|
|
1784
|
-
}
|
|
1785
|
-
}
|
|
1786
|
-
|
|
1787
|
-
/*
|
|
1788
|
-
* Header
|
|
1789
|
-
*/
|
|
1790
|
-
|
|
1791
|
-
.uk-navbar-dropdown-nav .uk-nav-header {
|
|
1792
|
-
color: var(--inverse-navbar-dropdown-nav-header-color);
|
|
1793
|
-
@if meta.mixin-exists('hook-inverse-navbar-dropdown-nav-header') {
|
|
1794
|
-
@include hook-inverse-navbar-dropdown-nav-header;
|
|
1795
|
-
}
|
|
1796
|
-
}
|
|
1797
|
-
|
|
1798
|
-
/*
|
|
1799
|
-
* Divider
|
|
1800
|
-
*/
|
|
1801
|
-
|
|
1802
|
-
.uk-navbar-dropdown-nav .uk-nav-divider {
|
|
1803
|
-
border-color: var(--inverse-navbar-dropdown-nav-divider-border);
|
|
1804
|
-
@if meta.mixin-exists('hook-inverse-navbar-dropdown-nav-divider') {
|
|
1805
|
-
@include hook-inverse-navbar-dropdown-nav-divider;
|
|
1806
|
-
}
|
|
1807
|
-
}
|
|
1808
|
-
|
|
1809
|
-
/*
|
|
1810
|
-
* Sublists
|
|
1811
|
-
*/
|
|
1812
|
-
|
|
1813
|
-
// noinspection Stylelint
|
|
1814
|
-
.uk-navbar-dropdown-nav .uk-nav-sub a {
|
|
1815
|
-
color: var(--inverse-navbar-dropdown-nav-sublist-item-color);
|
|
1816
|
-
}
|
|
1817
|
-
|
|
1818
|
-
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
|
|
1819
|
-
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
|
|
1820
|
-
color: var(--inverse-navbar-dropdown-nav-sublist-item-hover-color);
|
|
1821
|
-
}
|
|
1822
|
-
|
|
1823
|
-
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
|
|
1824
|
-
color: var(--inverse-navbar-dropdown-nav-sublist-item-active-color);
|
|
1825
|
-
}
|
|
1826
|
-
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
|
-
//@mixin hook-overlay() {}
|
|
1830
|
-
//@mixin hook-overlay-icon() {}
|
|
1831
|
-
//@mixin hook-overlay-default() {}
|
|
1832
|
-
//@mixin hook-overlay-primary() {}
|
|
1833
|
-
//@mixin hook-overlay-misc() {}
|
|
1834
|
-
|
|
1835
|
-
//@mixin hook-pagination() {}
|
|
1836
|
-
//@mixin hook-pagination-item() {}
|
|
1837
|
-
//@mixin hook-pagination-item-hover() {}
|
|
1838
|
-
//@mixin hook-pagination-item-active() {}
|
|
1839
|
-
//@mixin hook-pagination-item-disabled() {}
|
|
1840
|
-
//@mixin hook-pagination-misc() {}
|
|
1841
|
-
//@mixin hook-inverse-pagination-item() {}
|
|
1842
|
-
//@mixin hook-inverse-pagination-item-hover() {}
|
|
1843
|
-
//@mixin hook-inverse-pagination-item-active() {}
|
|
1844
|
-
//@mixin hook-inverse-pagination-item-disabled() {}
|
|
1845
|
-
@mixin hook-inverse-component-pagination() {
|
|
1846
|
-
.uk-pagination > * > * {
|
|
1847
|
-
color: var(--inverse-pagination-item-color);
|
|
1848
|
-
@if meta.mixin-exists('hook-inverse-pagination-item') {
|
|
1849
|
-
@include hook-inverse-pagination-item;
|
|
1850
|
-
}
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
.uk-pagination > * > :hover,
|
|
1854
|
-
.uk-pagination > * > :focus {
|
|
1855
|
-
color: var(--inverse-pagination-item-hover-color);
|
|
1856
|
-
@if meta.mixin-exists('hook-inverse-pagination-item-hover') {
|
|
1857
|
-
@include hook-inverse-pagination-item-hover;
|
|
1858
|
-
}
|
|
1859
|
-
}
|
|
1860
|
-
|
|
1861
|
-
.uk-pagination > .uk-active > * {
|
|
1862
|
-
color: var(--inverse-pagination-item-active-color);
|
|
1863
|
-
@if meta.mixin-exists('hook-inverse-pagination-item-active') {
|
|
1864
|
-
@include hook-inverse-pagination-item-active;
|
|
1865
|
-
}
|
|
1866
|
-
}
|
|
1867
|
-
|
|
1868
|
-
.uk-pagination > .uk-disabled > * {
|
|
1869
|
-
color: var(--inverse-pagination-item-disabled-color);
|
|
1870
|
-
@if meta.mixin-exists('hook-inverse-pagination-item-disabled') {
|
|
1871
|
-
@include hook-inverse-pagination-item-disabled;
|
|
1872
|
-
}
|
|
1873
|
-
}
|
|
1874
|
-
}
|
|
1875
|
-
|
|
1876
|
-
//@mixin hook-placeholder() {}
|
|
1877
|
-
//@mixin hook-placeholder-misc() {}
|
|
1878
|
-
|
|
1879
|
-
//@mixin hook-position-misc() {}
|
|
1880
|
-
|
|
1881
|
-
//@mixin hook-print() {}
|
|
1882
|
-
|
|
1883
|
-
//@mixin hook-progress() {}
|
|
1884
|
-
//@mixin hook-progress-bar() {}
|
|
1885
|
-
//@mixin hook-progress-misc() {}
|
|
1886
|
-
|
|
1887
|
-
//@mixin hook-radio-control() {}
|
|
1888
|
-
//@mixin hook-radio-wrapper() {}
|
|
1889
|
-
//@mixin hook-radio-radio() {}
|
|
1890
|
-
//@mixin hook-radio-input() {}
|
|
1891
|
-
//@mixin hook-radio-inner() {}
|
|
1892
|
-
//@mixin hook-radio-label() {}
|
|
1893
|
-
//@mixin hook-radio-hover() {}
|
|
1894
|
-
//@mixin hook-radio-checked() {}
|
|
1895
|
-
//@mixin hook-radio-disabled() {}
|
|
1896
|
-
//@mixin hook-radio-indeterminate() {}
|
|
1897
|
-
//@mixin hook-radio-group() {}
|
|
1898
|
-
//@mixin hook-radio-group-stack() {}
|
|
1899
|
-
|
|
1900
|
-
//@mixin hook-search-input() {}
|
|
1901
|
-
//@mixin hook-search-icon() {}
|
|
1902
|
-
//@mixin hook-search-default-input() {}
|
|
1903
|
-
//@mixin hook-search-default-input-focus() {}
|
|
1904
|
-
//@mixin hook-search-navbar-input() {}
|
|
1905
|
-
//@mixin hook-search-navbar-input-focus() {}
|
|
1906
|
-
//@mixin hook-search-large-input() {}
|
|
1907
|
-
//@mixin hook-search-large-input-focus() {}
|
|
1908
|
-
//@mixin hook-search-toggle() {}
|
|
1909
|
-
//@mixin hook-search-toggle-hover() {}
|
|
1910
|
-
//@mixin hook-search-misc() {}
|
|
1911
|
-
//@mixin hook-inverse-search-default-input() {}
|
|
1912
|
-
//@mixin hook-inverse-search-default-input-focus() {}
|
|
1913
|
-
//@mixin hook-inverse-search-navbar-input() {}
|
|
1914
|
-
//@mixin hook-inverse-search-navbar-input-focus() {}
|
|
1915
|
-
//@mixin hook-inverse-search-large-input() {}
|
|
1916
|
-
//@mixin hook-inverse-search-large-input-focus() {}
|
|
1917
|
-
//@mixin hook-inverse-search-toggle() {}
|
|
1918
|
-
//@mixin hook-inverse-search-toggle-hover() {}
|
|
1919
|
-
@mixin hook-inverse-component-search() {
|
|
1920
|
-
//
|
|
1921
|
-
// Input
|
|
1922
|
-
//
|
|
1923
|
-
|
|
1924
|
-
.uk-search-input {
|
|
1925
|
-
color: var(--inverse-search-color);
|
|
1926
|
-
}
|
|
1927
|
-
|
|
1928
|
-
.uk-search-input:-ms-input-placeholder {
|
|
1929
|
-
color: var(--inverse-search-placeholder-color) !important;
|
|
1930
|
-
}
|
|
1931
|
-
|
|
1932
|
-
.uk-search-input::placeholder {
|
|
1933
|
-
color: var(--inverse-search-placeholder-color);
|
|
1934
|
-
}
|
|
1935
|
-
|
|
1936
|
-
//
|
|
1937
|
-
// Icon
|
|
1938
|
-
//
|
|
1939
|
-
|
|
1940
|
-
.uk-search .uk-search-icon {
|
|
1941
|
-
color: var(--inverse-search-icon-color);
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
.uk-search .uk-search-icon:hover {
|
|
1945
|
-
color: var(--inverse-search-icon-color);
|
|
1946
|
-
}
|
|
1947
|
-
|
|
1948
|
-
//
|
|
1949
|
-
// Style modifier
|
|
1950
|
-
//
|
|
1951
|
-
|
|
1952
|
-
.uk-search-default .uk-search-input {
|
|
1953
|
-
background-color: var(--inverse-search-default-background);
|
|
1954
|
-
@if meta.mixin-exists('hook-inverse-search-default-input') {
|
|
1955
|
-
@include hook-inverse-search-default-input;
|
|
1956
|
-
}
|
|
1957
|
-
}
|
|
1958
|
-
|
|
1959
|
-
.uk-search-default .uk-search-input:focus {
|
|
1960
|
-
background-color: var(--inverse-search-default-focus-background);
|
|
1961
|
-
@if meta.mixin-exists('hook-inverse-search-default-input-focus') {
|
|
1962
|
-
@include hook-inverse-search-default-input-focus;
|
|
1963
|
-
}
|
|
1964
|
-
}
|
|
1965
|
-
|
|
1966
|
-
.uk-search-navbar .uk-search-input {
|
|
1967
|
-
background-color: var(--inverse-search-navbar-background);
|
|
1968
|
-
@if meta.mixin-exists('hook-inverse-search-navbar-input') {
|
|
1969
|
-
@include hook-inverse-search-navbar-input;
|
|
1970
|
-
}
|
|
1971
|
-
}
|
|
1972
|
-
|
|
1973
|
-
.uk-search-large .uk-search-input {
|
|
1974
|
-
background-color: var(--inverse-search-large-background);
|
|
1975
|
-
@if meta.mixin-exists('hook-inverse-search-large-input') {
|
|
1976
|
-
@include hook-inverse-search-large-input;
|
|
1977
|
-
}
|
|
1978
|
-
}
|
|
1979
|
-
|
|
1980
|
-
//
|
|
1981
|
-
// Toggle
|
|
1982
|
-
//
|
|
1983
|
-
|
|
1984
|
-
.uk-search-toggle {
|
|
1985
|
-
color: var(--inverse-search-toggle-color);
|
|
1986
|
-
@if meta.mixin-exists('hook-inverse-search-toggle') {
|
|
1987
|
-
@include hook-inverse-search-toggle;
|
|
1988
|
-
}
|
|
1989
|
-
}
|
|
1990
|
-
|
|
1991
|
-
.uk-search-toggle:hover,
|
|
1992
|
-
.uk-search-toggle:focus {
|
|
1993
|
-
color: var(--inverse-search-toggle-hover-color);
|
|
1994
|
-
@if meta.mixin-exists('hook-inverse-search-toggle-hover') {
|
|
1995
|
-
@include hook-inverse-search-toggle-hover;
|
|
1996
|
-
}
|
|
1997
|
-
}
|
|
1998
|
-
}
|
|
1999
|
-
|
|
2000
|
-
//@mixin hook-segmented() {}
|
|
2001
|
-
//@mixin hook-segmented-item() {}
|
|
2002
|
-
//@mixin hook-segmented-item-hover() {}
|
|
2003
|
-
//@mixin hook-segmented-item-selected() {}
|
|
2004
|
-
//@mixin hook-segmented-item-disabled() {}
|
|
2005
|
-
//@mixin hook-segmented-item-label() {}
|
|
2006
|
-
//@mixin hook-segmented-thumb() {}
|
|
2007
|
-
//@mixin hook-segmented-misc() {}
|
|
2008
|
-
|
|
2009
|
-
//@mixin hook-select() {}
|
|
2010
|
-
//@mixin hook-select-content() {}
|
|
2011
|
-
//@mixin hook-select-placeholder() {}
|
|
2012
|
-
//@mixin hook-select-search-input() {}
|
|
2013
|
-
//@mixin hook-select-single-content() {}
|
|
2014
|
-
//@mixin hook-select-single-content-value() {}
|
|
2015
|
-
//@mixin hook-select-single-open-content-value() {}
|
|
2016
|
-
//@mixin hook-select-single-search-input() {}
|
|
2017
|
-
//@mixin hook-select-multiple-content() {}
|
|
2018
|
-
//@mixin hook-select-multiple-placeholder() {}
|
|
2019
|
-
//@mixin hook-select-multiple-selection-item() {}
|
|
2020
|
-
//@mixin hook-select-multiple-selection-item-remove() {}
|
|
2021
|
-
//@mixin hook-select-multiple-search-input() {}
|
|
2022
|
-
//@mixin hook-select-arrow() {}
|
|
2023
|
-
//@mixin hook-select-clear() {}
|
|
2024
|
-
//@mixin hook-select-dropdown() {}
|
|
2025
|
-
|
|
2026
|
-
//@mixin hook-section() {}
|
|
2027
|
-
//@mixin hook-section-default() {}
|
|
2028
|
-
//@mixin hook-section-muted() {}
|
|
2029
|
-
//@mixin hook-section-primary() {}
|
|
2030
|
-
//@mixin hook-section-secondary() {}
|
|
2031
|
-
//@mixin hook-section-tertiary() {}
|
|
2032
|
-
//@mixin hook-section-overlap() {}
|
|
2033
|
-
//@mixin hook-section-misc() {}
|
|
2034
|
-
|
|
2035
|
-
//@mixin hook-slider() {}
|
|
2036
|
-
//@mixin hook-slider-rail() {}
|
|
2037
|
-
//@mixin hook-slider-track() {}
|
|
2038
|
-
//@mixin hook-slider-track-draggable() {}
|
|
2039
|
-
//@mixin hook-slider-handle() {}
|
|
2040
|
-
//@mixin hook-slider-handle-hover() {}
|
|
2041
|
-
//@mixin hook-slider-handle-focus() {}
|
|
2042
|
-
//@mixin hook-slider-handle-active() {}
|
|
2043
|
-
//@mixin hook-slider-handle-dragging() {}
|
|
2044
|
-
//@mixin hook-slider-mark() {}
|
|
2045
|
-
//@mixin hook-slider-mark-text() {}
|
|
2046
|
-
//@mixin hook-slider-mark-text-active() {}
|
|
2047
|
-
//@mixin hook-slider-step() {}
|
|
2048
|
-
//@mixin hook-slider-dot() {}
|
|
2049
|
-
//@mixin hook-slider-dot-active() {}
|
|
2050
|
-
//@mixin hook-slider-dot-reverse() {}
|
|
2051
|
-
//@mixin hook-slider-disabled() {}
|
|
2052
|
-
//@mixin hook-slider-disabled-track() {}
|
|
2053
|
-
//@mixin hook-slider-misc() {}
|
|
2054
|
-
|
|
2055
|
-
//@mixin hook-spinner() {}
|
|
2056
|
-
//@mixin hook-spinner-misc() {}
|
|
2057
|
-
|
|
2058
|
-
//@mixin hook-sticky-misc() {}
|
|
2059
|
-
|
|
2060
|
-
//@mixin hook-subnav() {}
|
|
2061
|
-
//@mixin hook-subnav-item() {}
|
|
2062
|
-
//@mixin hook-subnav-item-hover() {}
|
|
2063
|
-
//@mixin hook-subnav-item-active() {}
|
|
2064
|
-
//@mixin hook-subnav-divider() {}
|
|
2065
|
-
//@mixin hook-subnav-pill-item() {}
|
|
2066
|
-
//@mixin hook-subnav-pill-item-hover() {}
|
|
2067
|
-
//@mixin hook-subnav-pill-item-onclick() {}
|
|
2068
|
-
//@mixin hook-subnav-pill-item-active() {}
|
|
2069
|
-
//@mixin hook-subnav-item-disabled() {}
|
|
2070
|
-
//@mixin hook-subnav-misc() {}
|
|
2071
|
-
//@mixin hook-inverse-subnav-item() {}
|
|
2072
|
-
//@mixin hook-inverse-subnav-item-hover() {}
|
|
2073
|
-
//@mixin hook-inverse-subnav-item-active() {}
|
|
2074
|
-
//@mixin hook-inverse-subnav-divider() {}
|
|
2075
|
-
//@mixin hook-inverse-subnav-pill-item() {}
|
|
2076
|
-
//@mixin hook-inverse-subnav-pill-item-hover() {}
|
|
2077
|
-
//@mixin hook-inverse-subnav-pill-item-onclick() {}
|
|
2078
|
-
//@mixin hook-inverse-subnav-pill-item-active() {}
|
|
2079
|
-
//@mixin hook-inverse-subnav-item-disabled() {}
|
|
2080
|
-
@mixin hook-inverse-component-subnav() {
|
|
2081
|
-
.uk-subnav > * > :first-child {
|
|
2082
|
-
color: var(--inverse-subnav-item-color);
|
|
2083
|
-
@if meta.mixin-exists('hook-inverse-subnav-item') {
|
|
2084
|
-
@include hook-inverse-subnav-item;
|
|
2085
|
-
}
|
|
2086
|
-
}
|
|
2087
|
-
|
|
2088
|
-
.uk-subnav > * > a:hover,
|
|
2089
|
-
.uk-subnav > * > a:focus {
|
|
2090
|
-
color: var(--inverse-subnav-item-hover-color);
|
|
2091
|
-
@if meta.mixin-exists('hook-inverse-subnav-item-hover') {
|
|
2092
|
-
@include hook-inverse-subnav-item-hover;
|
|
2093
|
-
}
|
|
2094
|
-
}
|
|
2095
|
-
|
|
2096
|
-
.uk-subnav > .uk-active > a {
|
|
2097
|
-
color: var(--inverse-subnav-item-active-color);
|
|
2098
|
-
@if meta.mixin-exists('hook-inverse-subnav-item-active') {
|
|
2099
|
-
@include hook-inverse-subnav-item-active;
|
|
2100
|
-
}
|
|
2101
|
-
}
|
|
2102
|
-
|
|
2103
|
-
//
|
|
2104
|
-
// Divider
|
|
2105
|
-
//
|
|
2106
|
-
|
|
2107
|
-
.uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column)::before {
|
|
2108
|
-
border-left-color: var(--inverse-subnav-divider-border);
|
|
2109
|
-
@if meta.mixin-exists('hook-inverse-subnav-divider') {
|
|
2110
|
-
@include hook-inverse-subnav-divider;
|
|
2111
|
-
}
|
|
2112
|
-
}
|
|
2113
|
-
|
|
2114
|
-
//
|
|
2115
|
-
// Pill
|
|
2116
|
-
//
|
|
2117
|
-
|
|
2118
|
-
.uk-subnav-pill > * > :first-child {
|
|
2119
|
-
background-color: var(--inverse-subnav-pill-item-background);
|
|
2120
|
-
color: var(--inverse-subnav-pill-item-color);
|
|
2121
|
-
@if meta.mixin-exists('hook-inverse-subnav-pill-item') {
|
|
2122
|
-
@include hook-inverse-subnav-pill-item;
|
|
2123
|
-
}
|
|
2124
|
-
}
|
|
2125
|
-
|
|
2126
|
-
.uk-subnav-pill > * > a:hover,
|
|
2127
|
-
.uk-subnav-pill > * > a:focus {
|
|
2128
|
-
background-color: var(--inverse-subnav-pill-item-hover-background);
|
|
2129
|
-
color: var(--inverse-subnav-pill-item-hover-color);
|
|
2130
|
-
@if meta.mixin-exists('hook-inverse-subnav-pill-item-hover') {
|
|
2131
|
-
@include hook-inverse-subnav-pill-item-hover;
|
|
2132
|
-
}
|
|
2133
|
-
}
|
|
2134
|
-
|
|
2135
|
-
.uk-subnav-pill > * > a:active {
|
|
2136
|
-
background-color: var(--inverse-subnav-pill-item-onclick-background);
|
|
2137
|
-
color: var(--inverse-subnav-pill-item-onclick-color);
|
|
2138
|
-
@if meta.mixin-exists('hook-inverse-subnav-pill-item-onclick') {
|
|
2139
|
-
@include hook-inverse-subnav-pill-item-onclick;
|
|
2140
|
-
}
|
|
2141
|
-
}
|
|
2142
|
-
|
|
2143
|
-
.uk-subnav-pill > .uk-active > a {
|
|
2144
|
-
background-color: var(--inverse-subnav-pill-item-active-background);
|
|
2145
|
-
color: var(--inverse-subnav-pill-item-active-color);
|
|
2146
|
-
@if meta.mixin-exists('hook-inverse-subnav-pill-item-active') {
|
|
2147
|
-
@include hook-inverse-subnav-pill-item-active;
|
|
2148
|
-
}
|
|
2149
|
-
}
|
|
2150
|
-
|
|
2151
|
-
//
|
|
2152
|
-
// Disabled
|
|
2153
|
-
//
|
|
2154
|
-
|
|
2155
|
-
.uk-subnav > .uk-disabled > a {
|
|
2156
|
-
color: var(--inverse-subnav-item-disabled-color);
|
|
2157
|
-
@if meta.mixin-exists('hook-inverse-subnav-item-disabled') {
|
|
2158
|
-
@include hook-inverse-subnav-item-disabled;
|
|
2159
|
-
}
|
|
2160
|
-
}
|
|
2161
|
-
}
|
|
2162
|
-
|
|
2163
|
-
//@mixin hook-switch() {}
|
|
2164
|
-
//@mixin hook-switch-handle() {}
|
|
2165
|
-
//@mixin hook-switch-checked() {}
|
|
2166
|
-
//@mixin hook-switch-checked-handle() {}
|
|
2167
|
-
//@mixin hook-switch-disabled() {}
|
|
2168
|
-
//@mixin hook-switch-misc() {}
|
|
2169
|
-
//@mixin hook-inverse-switch() {}
|
|
2170
|
-
//@mixin hook-inverse-switch-handle() {}
|
|
2171
|
-
//@mixin hook-inverse-switch-checked() {}
|
|
2172
|
-
//@mixin hook-inverse-switch-checked-handle() {}
|
|
2173
|
-
//@mixin hook-inverse-switch-disabled() {}
|
|
2174
|
-
//@mixin hook-inverse-component-switch() {}
|
|
2175
|
-
|
|
2176
|
-
//@mixin hook-tabs() {}
|
|
2177
|
-
//@mixin hook-tabs-tab() {}
|
|
2178
|
-
//@mixin hook-tabs-tab-hover() {}
|
|
2179
|
-
//@mixin hook-tabs-tab-active() {}
|
|
2180
|
-
//@mixin hook-tabs-tab-disabled() {}
|
|
2181
|
-
//@mixin hook-tabs-top() {}
|
|
2182
|
-
//@mixin hook-tabs-top-tab() {}
|
|
2183
|
-
//@mixin hook-tabs-bottom() {}
|
|
2184
|
-
//@mixin hook-tabs-bottom-tab() {}
|
|
2185
|
-
//@mixin hook-tabs-left() {}
|
|
2186
|
-
//@mixin hook-tabs-left-tab() {}
|
|
2187
|
-
//@mixin hook-tabs-right() {}
|
|
2188
|
-
//@mixin hook-tabs-right-tab() {}
|
|
2189
|
-
//@mixin hook-tabs-dropdown-menu() {}
|
|
2190
|
-
//@mixin hook-tabs-misc() {}
|
|
2191
|
-
//@mixin hook-inverse-tabs() {}
|
|
2192
|
-
//@mixin hook-inverse-tabs-tab() {}
|
|
2193
|
-
//@mixin hook-inverse-tabs-tab-hover() {}
|
|
2194
|
-
//@mixin hook-inverse-tabs-tab-active() {}
|
|
2195
|
-
//@mixin hook-inverse-tabs-tab-disabled() {}
|
|
2196
|
-
//@mixin hook-inverse-tabs-tab-remove() {}
|
|
2197
|
-
//@mixin hook-inverse-tabs-tab-remove-hover() {}
|
|
2198
|
-
//@mixin hook-inverse-tabs-tab-remove-active() {}
|
|
2199
|
-
//@mixin hook-inverse-tabs-ink-bar() {}
|
|
2200
|
-
@mixin hook-inverse-component-tabs() {
|
|
2201
|
-
.uk-tabs {
|
|
2202
|
-
@if meta.mixin-exists('hook-inverse-tabs') {
|
|
2203
|
-
@include hook-inverse-tabs;
|
|
2204
|
-
}
|
|
2205
|
-
}
|
|
2206
|
-
|
|
2207
|
-
.uk-tabs-tab,
|
|
2208
|
-
.uk-tabs-nav-more,
|
|
2209
|
-
.uk-tabs-nav-add {
|
|
2210
|
-
color: var(--inverse-tabs-tab-color);
|
|
2211
|
-
@if meta.mixin-exists('hook-inverse-tabs-tab') {
|
|
2212
|
-
@include hook-inverse-tabs-tab;
|
|
2213
|
-
}
|
|
2214
|
-
}
|
|
2215
|
-
|
|
2216
|
-
.uk-tabs-tab:not(.uk-tabs-tab-disabled):hover,
|
|
2217
|
-
.uk-tabs-tab:not(.uk-tabs-tab-disabled):focus,
|
|
2218
|
-
.uk-tabs-nav-add:hover,
|
|
2219
|
-
.uk-tabs-nav-add:focus {
|
|
2220
|
-
color: var(--inverse-tabs-tab-hover-color);
|
|
2221
|
-
@if meta.mixin-exists('hook-inverse-tabs-tab-hover') {
|
|
2222
|
-
@include hook-inverse-tabs-tab-hover;
|
|
2223
|
-
}
|
|
2224
|
-
}
|
|
2225
|
-
|
|
2226
|
-
.uk-tabs-tab-active:not(.uk-tabs-tab-disabled) {
|
|
2227
|
-
color: var(--inverse-tabs-tab-active-color);
|
|
2228
|
-
@if meta.mixin-exists('hook-inverse-tabs-tab-active') {
|
|
2229
|
-
@include hook-inverse-tabs-tab-active;
|
|
2230
|
-
}
|
|
2231
|
-
}
|
|
2232
|
-
|
|
2233
|
-
.uk-tabs-tab-disabled {
|
|
2234
|
-
color: var(--inverse-tabs-tab-disabled-color);
|
|
2235
|
-
@if meta.mixin-exists('hook-inverse-tabs-tab-disabled') {
|
|
2236
|
-
@include hook-inverse-tabs-tab-disabled;
|
|
2237
|
-
}
|
|
2238
|
-
}
|
|
2239
|
-
|
|
2240
|
-
.uk-tabs-tab-remove {
|
|
2241
|
-
@if meta.mixin-exists('hook-inverse-tabs-tab-remove') {
|
|
2242
|
-
@include hook-inverse-tabs-tab-remove;
|
|
2243
|
-
}
|
|
2244
|
-
}
|
|
2245
|
-
|
|
2246
|
-
.uk-tabs-tab-remove:hover {
|
|
2247
|
-
@if meta.mixin-exists('hook-inverse-tabs-tab-remove-hover') {
|
|
2248
|
-
@include hook-inverse-tabs-tab-remove-hover;
|
|
2249
|
-
}
|
|
2250
|
-
}
|
|
2251
|
-
|
|
2252
|
-
.uk-tabs-tab-remove:focus,
|
|
2253
|
-
.uk-tabs-tab-remove:active {
|
|
2254
|
-
@if meta.mixin-exists('hook-inverse-tabs-tab-remove-active') {
|
|
2255
|
-
@include hook-inverse-tabs-tab-remove-active;
|
|
2256
|
-
}
|
|
2257
|
-
}
|
|
2258
|
-
|
|
2259
|
-
.uk-tabs-ink-bar {
|
|
2260
|
-
background: var(--inverse-tabs-ink-bar-color);
|
|
2261
|
-
@if meta.mixin-exists('hook-inverse-tabs-ink-bar') {
|
|
2262
|
-
@include hook-inverse-tabs-ink-bar;
|
|
2263
|
-
}
|
|
2264
|
-
}
|
|
2265
|
-
}
|
|
2266
|
-
|
|
2267
|
-
//@mixin hook-table() {}
|
|
2268
|
-
//@mixin hook-table-header-cell() {}
|
|
2269
|
-
//@mixin hook-table-cell() {}
|
|
2270
|
-
//@mixin hook-table-footer() {}
|
|
2271
|
-
//@mixin hook-table-caption() {}
|
|
2272
|
-
//@mixin hook-table-row-active() {}
|
|
2273
|
-
//@mixin hook-table-divider() {}
|
|
2274
|
-
//@mixin hook-table-striped() {}
|
|
2275
|
-
//@mixin hook-table-hover() {}
|
|
2276
|
-
//@mixin hook-table-small() {}
|
|
2277
|
-
//@mixin hook-table-large() {}
|
|
2278
|
-
//@mixin hook-table-misc() {}
|
|
2279
|
-
//@mixin hook-inverse-table-header-cell() {}
|
|
2280
|
-
//@mixin hook-inverse-table-caption() {}
|
|
2281
|
-
//@mixin hook-inverse-table-row-active() {}
|
|
2282
|
-
//@mixin hook-inverse-table-divider() {}
|
|
2283
|
-
//@mixin hook-inverse-table-striped() {}
|
|
2284
|
-
//@mixin hook-inverse-table-hover() {}
|
|
2285
|
-
@mixin hook-inverse-component-table() {
|
|
2286
|
-
.uk-table th {
|
|
2287
|
-
color: var(--inverse-table-header-cell-color);
|
|
2288
|
-
@if meta.mixin-exists('hook-inverse-table-header-cell') {
|
|
2289
|
-
@include hook-inverse-table-header-cell;
|
|
2290
|
-
}
|
|
2291
|
-
}
|
|
2292
|
-
|
|
2293
|
-
.uk-table caption {
|
|
2294
|
-
color: var(--inverse-table-caption-color);
|
|
2295
|
-
@if meta.mixin-exists('hook-inverse-table-caption') {
|
|
2296
|
-
@include hook-inverse-table-caption;
|
|
2297
|
-
}
|
|
2298
|
-
}
|
|
2299
|
-
|
|
2300
|
-
.uk-table > tr.uk-active,
|
|
2301
|
-
.uk-table tbody tr.uk-active {
|
|
2302
|
-
background: var(--inverse-table-row-active-background);
|
|
2303
|
-
@if meta.mixin-exists('hook-inverse-table-row-active') {
|
|
2304
|
-
@include hook-inverse-table-row-active;
|
|
2305
|
-
}
|
|
2306
|
-
}
|
|
2307
|
-
|
|
2308
|
-
.uk-table-divider > tr:not(:first-child),
|
|
2309
|
-
.uk-table-divider > :not(:first-child) > tr,
|
|
2310
|
-
.uk-table-divider > :first-child > tr:not(:first-child) {
|
|
2311
|
-
border-top-color: var(--inverse-table-divider-border);
|
|
2312
|
-
@if meta.mixin-exists('hook-inverse-table-divider') {
|
|
2313
|
-
@include hook-inverse-table-divider;
|
|
2314
|
-
}
|
|
2315
|
-
}
|
|
2316
|
-
|
|
2317
|
-
.uk-table-striped > tr:nth-of-type(odd),
|
|
2318
|
-
.uk-table-striped tbody tr:nth-of-type(odd) {
|
|
2319
|
-
background: var(--inverse-table-striped-row-background);
|
|
2320
|
-
@if meta.mixin-exists('hook-inverse-table-striped') {
|
|
2321
|
-
@include hook-inverse-table-striped;
|
|
2322
|
-
}
|
|
2323
|
-
}
|
|
2324
|
-
|
|
2325
|
-
.uk-table-hover > tr:hover,
|
|
2326
|
-
.uk-table-hover tbody tr:hover {
|
|
2327
|
-
background: var(--inverse-table-hover-row-background);
|
|
2328
|
-
@if meta.mixin-exists('hook-inverse-table-hover') {
|
|
2329
|
-
@include hook-inverse-table-hover;
|
|
2330
|
-
}
|
|
2331
|
-
}
|
|
2332
|
-
}
|
|
2333
|
-
|
|
2334
|
-
//@mixin hook-text-lead() {}
|
|
2335
|
-
//@mixin hook-text-meta() {}
|
|
2336
|
-
//@mixin hook-text-base() {}
|
|
2337
|
-
//@mixin hook-text-xsmall() {}
|
|
2338
|
-
//@mixin hook-text-small() {}
|
|
2339
|
-
//@mixin hook-text-large() {}
|
|
2340
|
-
//@mixin hook-text-background() {}
|
|
2341
|
-
//@mixin hook-text-misc() {}
|
|
2342
|
-
//@mixin hook-inverse-text-lead() {}
|
|
2343
|
-
//@mixin hook-inverse-text-meta() {}
|
|
2344
|
-
@mixin hook-inverse-component-text() {
|
|
2345
|
-
.uk-text-lead {
|
|
2346
|
-
color: var(--inverse-text-lead-color);
|
|
2347
|
-
@if meta.mixin-exists('hook-inverse-text-lead') {
|
|
2348
|
-
@include hook-inverse-text-lead;
|
|
2349
|
-
}
|
|
2350
|
-
}
|
|
2351
|
-
|
|
2352
|
-
.uk-text-meta {
|
|
2353
|
-
color: var(--inverse-text-meta-color);
|
|
2354
|
-
@if meta.mixin-exists('hook-inverse-text-meta') {
|
|
2355
|
-
@include hook-inverse-text-meta;
|
|
2356
|
-
}
|
|
2357
|
-
}
|
|
2358
|
-
|
|
2359
|
-
.uk-text-muted {
|
|
2360
|
-
color: var(--inverse-text-muted-color) !important;
|
|
2361
|
-
}
|
|
2362
|
-
|
|
2363
|
-
.uk-text-emphasis {
|
|
2364
|
-
color: var(--inverse-text-emphasis-color) !important;
|
|
2365
|
-
}
|
|
2366
|
-
|
|
2367
|
-
.uk-text-primary {
|
|
2368
|
-
color: var(--inverse-text-primary-color) !important;
|
|
2369
|
-
}
|
|
2370
|
-
|
|
2371
|
-
.uk-text-secondary {
|
|
2372
|
-
color: var(--inverse-text-secondary-color) !important;
|
|
2373
|
-
}
|
|
2374
|
-
|
|
2375
|
-
.uk-text-tertiary {
|
|
2376
|
-
color: var(--inverse-text-tertiary-color) !important;
|
|
2377
|
-
}
|
|
2378
|
-
}
|
|
2379
|
-
|
|
2380
|
-
//@mixin hook-textarea-control() {}
|
|
2381
|
-
//@mixin hook-textarea-counter() {}
|
|
2382
|
-
//@mixin hook-textarea() {}
|
|
2383
|
-
|
|
2384
|
-
//@mixin hook-thumbnav() {}
|
|
2385
|
-
//@mixin hook-thumbnav-item() {}
|
|
2386
|
-
//@mixin hook-thumbnav-item-hover() {}
|
|
2387
|
-
//@mixin hook-thumbnav-item-active() {}
|
|
2388
|
-
//@mixin hook-thumbnav-misc() {}
|
|
2389
|
-
//@mixin hook-inverse-thumbnav-item() {}
|
|
2390
|
-
//@mixin hook-inverse-thumbnav-item-hover() {}
|
|
2391
|
-
//@mixin hook-inverse-thumbnav-item-active() {}
|
|
2392
|
-
@mixin hook-inverse-component-thumbnav() {
|
|
2393
|
-
.uk-thumbnav > * > * {
|
|
2394
|
-
@if meta.mixin-exists('hook-inverse-thumbnav-item') {
|
|
2395
|
-
@include hook-inverse-thumbnav-item;
|
|
2396
|
-
}
|
|
2397
|
-
}
|
|
2398
|
-
|
|
2399
|
-
.uk-thumbnav > * > :hover,
|
|
2400
|
-
.uk-thumbnav > * > :focus {
|
|
2401
|
-
@if meta.mixin-exists('hook-inverse-thumbnav-item-hover') {
|
|
2402
|
-
@include hook-inverse-thumbnav-item-hover;
|
|
2403
|
-
}
|
|
2404
|
-
}
|
|
2405
|
-
|
|
2406
|
-
.uk-thumbnav > .uk-active > * {
|
|
2407
|
-
@if meta.mixin-exists('hook-inverse-thumbnav-item-active') {
|
|
2408
|
-
@include hook-inverse-thumbnav-item-active;
|
|
2409
|
-
}
|
|
2410
|
-
}
|
|
2411
|
-
}
|
|
2412
|
-
|
|
2413
|
-
//@mixin hook-tile() {}
|
|
2414
|
-
//@mixin hook-tile-default() {}
|
|
2415
|
-
//@mixin hook-tile-default-hover() {}
|
|
2416
|
-
//@mixin hook-tile-muted() {}
|
|
2417
|
-
//@mixin hook-tile-muted-hover() {}
|
|
2418
|
-
//@mixin hook-tile-primary() {}
|
|
2419
|
-
//@mixin hook-tile-primary-hover() {}
|
|
2420
|
-
//@mixin hook-tile-secondary() {}
|
|
2421
|
-
//@mixin hook-tile-secondary-hover() {}
|
|
2422
|
-
//@mixin hook-tile-tertiary() {}
|
|
2423
|
-
//@mixin hook-tile-tertiary-hover() {}
|
|
2424
|
-
//@mixin hook-tile-misc() {}
|
|
2425
|
-
|
|
2426
|
-
//@mixin hook-tooltip() {}
|
|
2427
|
-
//@mixin hook-tooltip-misc() {}
|
|
2428
|
-
|
|
2429
|
-
//@mixin hook-totop() {}
|
|
2430
|
-
//@mixin hook-totop-hover() {}
|
|
2431
|
-
//@mixin hook-totop-active() {}
|
|
2432
|
-
//@mixin hook-totop-misc() {}
|
|
2433
|
-
//@mixin hook-inverse-totop() {}
|
|
2434
|
-
//@mixin hook-inverse-totop-hover() {}
|
|
2435
|
-
//@mixin hook-inverse-totop-active() {}
|
|
2436
|
-
@mixin hook-inverse-component-totop() {
|
|
2437
|
-
.uk-totop {
|
|
2438
|
-
color: var(--inverse-totop-color);
|
|
2439
|
-
@if meta.mixin-exists('hook-inverse-totop') {
|
|
2440
|
-
@include hook-inverse-totop;
|
|
2441
|
-
}
|
|
2442
|
-
}
|
|
2443
|
-
|
|
2444
|
-
.uk-totop:hover,
|
|
2445
|
-
.uk-totop:focus {
|
|
2446
|
-
color: var(--inverse-totop-hover-color);
|
|
2447
|
-
@if meta.mixin-exists('hook-inverse-totop-hover') {
|
|
2448
|
-
@include hook-inverse-totop-hover;
|
|
2449
|
-
}
|
|
2450
|
-
}
|
|
2451
|
-
|
|
2452
|
-
.uk-totop:active {
|
|
2453
|
-
color: var(--inverse-totop-active-color);
|
|
2454
|
-
@if meta.mixin-exists('hook-inverse-totop-active') {
|
|
2455
|
-
@include hook-inverse-totop-active;
|
|
2456
|
-
}
|
|
2457
|
-
}
|
|
2458
|
-
}
|
|
2459
|
-
|
|
2460
|
-
//@mixin hook-transition-misc() {}
|
|
2461
|
-
|
|
2462
|
-
//@mixin hook-width-misc() {}
|
|
2463
|
-
|
|
2464
|
-
//@mixin hook-panel-scrollable() {}
|
|
2465
|
-
//@mixin hook-box-shadow-bottom() {}
|
|
2466
|
-
//@mixin hook-dropcap() {}
|
|
2467
|
-
//@mixin hook-logo() {}
|
|
2468
|
-
//@mixin hook-logo-hover() {}
|
|
2469
|
-
//@mixin hook-utility-misc() {}
|
|
2470
|
-
//@mixin hook-inverse-dropcap() {}
|
|
2471
|
-
//@mixin hook-inverse-logo() {}
|
|
2472
|
-
//@mixin hook-inverse-logo-hover() {}
|
|
2473
|
-
@mixin hook-inverse-component-utility() {
|
|
2474
|
-
.uk-dropcap::first-letter,
|
|
2475
|
-
.uk-dropcap p:first-of-type::first-letter {
|
|
2476
|
-
@if meta.mixin-exists('hook-inverse-dropcap') {
|
|
2477
|
-
@include hook-inverse-dropcap;
|
|
2478
|
-
}
|
|
2479
|
-
}
|
|
2480
|
-
|
|
2481
|
-
.uk-logo {
|
|
2482
|
-
color: var(--inverse-logo-color);
|
|
2483
|
-
@if meta.mixin-exists('hook-inverse-logo') {
|
|
2484
|
-
@include hook-inverse-logo;
|
|
2485
|
-
}
|
|
2486
|
-
}
|
|
2487
|
-
|
|
2488
|
-
.uk-logo:hover,
|
|
2489
|
-
.uk-logo:focus {
|
|
2490
|
-
color: var(--inverse-logo-hover-color);
|
|
2491
|
-
@if meta.mixin-exists('hook-inverse-logo-hover') {
|
|
2492
|
-
@include hook-inverse-logo-hover;
|
|
2493
|
-
}
|
|
2494
|
-
}
|
|
2495
|
-
|
|
2496
|
-
.uk-logo > :not(.uk-logo-inverse, :only-of-type) {
|
|
2497
|
-
display: none;
|
|
2498
|
-
}
|
|
2499
|
-
|
|
2500
|
-
.uk-logo-inverse {
|
|
2501
|
-
display: inline;
|
|
2502
|
-
}
|
|
2503
|
-
}
|
|
2504
|
-
|
|
2505
|
-
@mixin hook-inverse-misc() {}
|
|
2506
|
-
|
|
2507
|
-
@mixin hook-inverse() {
|
|
2508
|
-
@include hook-inverse-component-base;
|
|
2509
|
-
@include hook-inverse-component-link;
|
|
2510
|
-
@include hook-inverse-component-heading;
|
|
2511
|
-
@include hook-inverse-component-description;
|
|
2512
|
-
@include hook-inverse-component-divider;
|
|
2513
|
-
@include hook-inverse-component-list;
|
|
2514
|
-
@include hook-inverse-component-icon;
|
|
2515
|
-
@include hook-inverse-component-card;
|
|
2516
|
-
@include hook-inverse-component-form;
|
|
2517
|
-
@include hook-inverse-component-control;
|
|
2518
|
-
@include hook-inverse-component-button;
|
|
2519
|
-
@include hook-inverse-component-grid;
|
|
2520
|
-
@include hook-inverse-component-close;
|
|
2521
|
-
|
|
2522
|
-
// @include hook-inverse-component-totop;
|
|
2523
|
-
@include hook-inverse-component-badge;
|
|
2524
|
-
@include hook-inverse-component-label;
|
|
2525
|
-
|
|
2526
|
-
//@include hook-inverse-component-leader;
|
|
2527
|
-
@include hook-inverse-component-article;
|
|
2528
|
-
|
|
2529
|
-
@include hook-inverse-component-search;
|
|
2530
|
-
@include hook-inverse-component-accordion;
|
|
2531
|
-
@include hook-inverse-component-dropdown;
|
|
2532
|
-
@include hook-inverse-component-nav;
|
|
2533
|
-
@include hook-inverse-component-navbar;
|
|
2534
|
-
|
|
2535
|
-
@include hook-inverse-component-subnav;
|
|
2536
|
-
@include hook-inverse-component-breadcrumb;
|
|
2537
|
-
|
|
2538
|
-
@include hook-inverse-component-pagination;
|
|
2539
|
-
|
|
2540
|
-
//@include hook-inverse-component-switch;
|
|
2541
|
-
@include hook-inverse-component-tabs;
|
|
2542
|
-
@include hook-inverse-component-table;
|
|
2543
|
-
|
|
2544
|
-
// @include hook-inverse-component-slidenav;
|
|
2545
|
-
@include hook-inverse-component-dotnav;
|
|
2546
|
-
@include hook-inverse-component-iconnav;
|
|
2547
|
-
@include hook-inverse-component-text;
|
|
2548
|
-
@include hook-inverse-component-column;
|
|
2549
|
-
@include hook-inverse-component-utility;
|
|
2550
|
-
@include hook-inverse-component-marker;
|
|
2551
|
-
|
|
2552
|
-
// @include hook-inverse-component-totop;
|
|
2553
|
-
|
|
2554
|
-
@include hook-inverse-misc;
|
|
2555
|
-
}
|