@clayui/css 3.159.0 → 3.161.0
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/lib/css/atlas.css +3170 -3016
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +2952 -2786
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +1754 -1633
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/blue-print.svg +9 -0
- package/lib/images/icons/books-brush.svg +9 -0
- package/lib/images/icons/calculator.svg +10 -0
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/layout-new-window.svg +10 -0
- package/lib/images/icons/medal.svg +10 -0
- package/lib/images/icons/megaphone.svg +9 -0
- package/lib/images/icons/price-list.svg +11 -0
- package/lib/images/icons/process-builder.svg +9 -0
- package/lib/images/icons/product-configuration.svg +10 -0
- package/lib/images/icons/product-menu-open.svg +2 -2
- package/lib/images/icons/products.svg +9 -0
- package/lib/images/icons/publications.svg +10 -0
- package/lib/images/icons/puzzle.svg +9 -0
- package/lib/images/icons/rocket.svg +11 -0
- package/lib/images/icons/submission.svg +10 -0
- package/lib/images/icons/synonyms.svg +9 -0
- package/package.json +1 -1
- package/src/images/icons/blue-print.svg +9 -0
- package/src/images/icons/books-brush.svg +9 -0
- package/src/images/icons/calculator.svg +10 -0
- package/src/images/icons/icons.svg +1 -1
- package/src/images/icons/layout-new-window.svg +10 -0
- package/src/images/icons/medal.svg +10 -0
- package/src/images/icons/megaphone.svg +9 -0
- package/src/images/icons/price-list.svg +11 -0
- package/src/images/icons/process-builder.svg +9 -0
- package/src/images/icons/product-configuration.svg +10 -0
- package/src/images/icons/product-menu-open.svg +2 -2
- package/src/images/icons/products.svg +9 -0
- package/src/images/icons/publications.svg +10 -0
- package/src/images/icons/puzzle.svg +9 -0
- package/src/images/icons/rocket.svg +11 -0
- package/src/images/icons/submission.svg +10 -0
- package/src/images/icons/synonyms.svg +9 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/_variables.scss +6 -4
- package/src/scss/atlas/variables/_alerts.scss +102 -11
- package/src/scss/atlas/variables/_application-bar.scss +7 -0
- package/src/scss/atlas/variables/_badges.scss +36 -8
- package/src/scss/atlas/variables/_breadcrumbs.scss +2 -1
- package/src/scss/atlas/variables/_cards.scss +5 -0
- package/src/scss/atlas/variables/_clay-color.scss +5 -0
- package/src/scss/atlas/variables/_custom-forms.scss +36 -5
- package/src/scss/atlas/variables/_date-picker.scss +14 -2
- package/src/scss/atlas/variables/_dropdowns.scss +9 -2
- package/src/scss/atlas/variables/_forms.scss +35 -5
- package/src/scss/atlas/variables/_globals.scss +120 -73
- package/src/scss/atlas/variables/_labels.scss +55 -0
- package/src/scss/atlas/variables/_links.scss +18 -0
- package/src/scss/atlas/variables/_list-group.scss +15 -4
- package/src/scss/atlas/variables/_management-bar.scss +11 -0
- package/src/scss/atlas/variables/_menubar.scss +70 -22
- package/src/scss/atlas/variables/_modals.scss +16 -0
- package/src/scss/atlas/variables/_navbar.scss +7 -0
- package/src/scss/atlas/variables/_navigation-bar.scss +25 -1
- package/src/scss/atlas/variables/_navs.scss +5 -2
- package/src/scss/atlas/variables/_pagination.scss +42 -22
- package/src/scss/atlas/variables/_panels.scss +7 -0
- package/src/scss/atlas/variables/_popovers.scss +6 -4
- package/src/scss/atlas/variables/_range.scss +6 -0
- package/src/scss/atlas/variables/_sheets.scss +1 -0
- package/src/scss/atlas/variables/_sidebar.scss +10 -0
- package/src/scss/atlas/variables/_tables.scss +27 -3
- package/src/scss/atlas/variables/_time.scss +1 -0
- package/src/scss/atlas/variables/_toggle-switch.scss +19 -7
- package/src/scss/atlas/variables/_utilities.scss +3 -0
- package/src/scss/atlas-custom-properties/_variables.scss +68 -0
- package/src/scss/atlas-custom-properties/variables/_alerts.scss +1212 -0
- package/src/scss/atlas-custom-properties/variables/_application-bar.scss +62 -0
- package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +28 -0
- package/src/scss/atlas-custom-properties/variables/_badges.scss +352 -0
- package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +205 -0
- package/src/scss/atlas-custom-properties/variables/_buttons.scss +1498 -0
- package/src/scss/atlas-custom-properties/variables/_c-root.scss +353 -0
- package/src/scss/atlas-custom-properties/variables/_cards.scss +1217 -0
- package/src/scss/atlas-custom-properties/variables/_clay-color.scss +647 -0
- package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +1127 -0
- package/src/scss/atlas-custom-properties/variables/_date-picker.scss +701 -0
- package/src/scss/atlas-custom-properties/variables/_drilldown.scss +252 -0
- package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1250 -0
- package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +75 -0
- package/src/scss/atlas-custom-properties/variables/_empty-state.scss +104 -0
- package/src/scss/atlas-custom-properties/variables/_forms.scss +2342 -0
- package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +50 -0
- package/src/scss/atlas-custom-properties/variables/_globals.scss +846 -0
- package/src/scss/atlas-custom-properties/variables/_icons.scss +73 -0
- package/src/scss/atlas-custom-properties/variables/_images.scss +14 -0
- package/src/scss/atlas-custom-properties/variables/_labels.scss +1485 -0
- package/src/scss/atlas-custom-properties/variables/_links.scss +482 -0
- package/src/scss/atlas-custom-properties/variables/_list-group.scss +493 -0
- package/src/scss/atlas-custom-properties/variables/_loaders.scss +243 -0
- package/src/scss/atlas-custom-properties/variables/_management-bar.scss +153 -0
- package/src/scss/atlas-custom-properties/variables/_menubar.scss +836 -0
- package/src/scss/atlas-custom-properties/variables/_modals.scss +650 -0
- package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +324 -0
- package/src/scss/atlas-custom-properties/variables/_navbar.scss +200 -0
- package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +473 -0
- package/src/scss/atlas-custom-properties/variables/_navs.scss +547 -0
- package/src/scss/atlas-custom-properties/variables/_pagination.scss +1101 -0
- package/src/scss/atlas-custom-properties/variables/_panels.scss +567 -0
- package/src/scss/atlas-custom-properties/variables/_popovers.scss +565 -0
- package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +142 -0
- package/src/scss/atlas-custom-properties/variables/_quick-action.scss +27 -0
- package/src/scss/atlas-custom-properties/variables/_range.scss +267 -0
- package/src/scss/atlas-custom-properties/variables/_reorder.scss +91 -0
- package/src/scss/atlas-custom-properties/variables/_resizer.scss +26 -0
- package/src/scss/atlas-custom-properties/variables/_sheets.scss +301 -0
- package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +4 -0
- package/src/scss/atlas-custom-properties/variables/_sidebar.scss +579 -0
- package/src/scss/atlas-custom-properties/variables/_slideout.scss +379 -0
- package/src/scss/atlas-custom-properties/variables/_stickers.scss +578 -0
- package/src/scss/atlas-custom-properties/variables/_tables.scss +1277 -0
- package/src/scss/atlas-custom-properties/variables/_tbar.scss +636 -0
- package/src/scss/atlas-custom-properties/variables/_time.scss +142 -0
- package/src/scss/atlas-custom-properties/variables/_timelines.scss +43 -0
- package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +706 -0
- package/src/scss/atlas-custom-properties/variables/_tooltip.scss +332 -0
- package/src/scss/atlas-custom-properties/variables/_treeview.scss +369 -0
- package/src/scss/atlas-custom-properties/variables/_type.scss +194 -0
- package/src/scss/atlas-custom-properties/variables/_utilities.scss +1016 -0
- package/src/scss/atlas-variables.scss +2 -0
- package/src/scss/atlas.scss +2 -0
- package/src/scss/base-variables.scss +2 -0
- package/src/scss/base.scss +2 -0
- package/src/scss/cadmin/components/_alerts.scss +3 -1
- package/src/scss/cadmin/components/_button-groups.scss +2 -2
- package/src/scss/cadmin/components/_cards.scss +2 -2
- package/src/scss/cadmin/components/_drilldown.scss +10 -10
- package/src/scss/cadmin/components/_dropdowns.scss +2 -2
- package/src/scss/cadmin/components/_forms.scss +2 -2
- package/src/scss/cadmin/components/_grid.scss +6 -6
- package/src/scss/cadmin/components/_icons.scss +10 -2
- package/src/scss/cadmin/components/_images.scss +1 -1
- package/src/scss/cadmin/components/_input-groups.scss +4 -4
- package/src/scss/cadmin/components/_list-group.scss +11 -10
- package/src/scss/cadmin/components/_modals.scss +5 -5
- package/src/scss/cadmin/components/_multi-step-nav.scss +45 -20
- package/src/scss/cadmin/components/_navbar.scss +14 -8
- package/src/scss/cadmin/components/_navs.scss +1 -1
- package/src/scss/cadmin/components/_panels.scss +51 -25
- package/src/scss/cadmin/components/_popovers.scss +25 -21
- package/src/scss/cadmin/components/_sheets.scss +40 -14
- package/src/scss/cadmin/components/_time.scss +6 -2
- package/src/scss/cadmin/components/_timelines.scss +15 -8
- package/src/scss/cadmin/components/_tooltip.scss +8 -7
- package/src/scss/cadmin/components/_treeview.scss +8 -1
- package/src/scss/cadmin/components/_type.scss +4 -2
- package/src/scss/cadmin/components/_utilities-functional-important.scss +5 -5
- package/src/scss/cadmin/components/_utilities.scss +13 -13
- package/src/scss/cadmin/variables/_alerts.scss +184 -34
- package/src/scss/cadmin/variables/_badges.scss +121 -21
- package/src/scss/cadmin/variables/_breadcrumbs.scss +18 -11
- package/src/scss/cadmin/variables/_buttons.scss +15 -10
- package/src/scss/cadmin/variables/_cards.scss +89 -32
- package/src/scss/cadmin/variables/_clay-color.scss +40 -18
- package/src/scss/cadmin/variables/_custom-forms.scss +49 -10
- package/src/scss/cadmin/variables/_date-picker.scss +47 -19
- package/src/scss/cadmin/variables/_dropdowns.scss +105 -49
- package/src/scss/cadmin/variables/_dual-listbox.scss +1 -1
- package/src/scss/cadmin/variables/_empty-state.scss +5 -2
- package/src/scss/cadmin/variables/_forms.scss +218 -74
- package/src/scss/cadmin/variables/_globals-z-index.scss +28 -5
- package/src/scss/cadmin/variables/_globals.scss +141 -71
- package/src/scss/cadmin/variables/_images.scss +1 -2
- package/src/scss/cadmin/variables/_labels.scss +99 -6
- package/src/scss/cadmin/variables/_links.scss +47 -11
- package/src/scss/cadmin/variables/_list-group.scss +25 -9
- package/src/scss/cadmin/variables/_loaders.scss +18 -2
- package/src/scss/cadmin/variables/_management-bar.scss +66 -26
- package/src/scss/cadmin/variables/_menubar.scss +137 -43
- package/src/scss/cadmin/variables/_modals.scss +75 -26
- package/src/scss/cadmin/variables/_multi-step-nav.scss +34 -14
- package/src/scss/cadmin/variables/_navbar.scss +22 -15
- package/src/scss/cadmin/variables/_navigation-bar.scss +73 -37
- package/src/scss/cadmin/variables/_navs.scss +65 -33
- package/src/scss/cadmin/variables/_pagination.scss +60 -22
- package/src/scss/cadmin/variables/_panels.scss +34 -16
- package/src/scss/cadmin/variables/_popovers.scss +66 -77
- package/src/scss/cadmin/variables/_progress-bars.scss +8 -3
- package/src/scss/cadmin/variables/_range.scss +29 -9
- package/src/scss/cadmin/variables/_reorder.scss +7 -6
- package/src/scss/cadmin/variables/_resizer.scss +5 -3
- package/src/scss/cadmin/variables/_sheets.scss +21 -12
- package/src/scss/cadmin/variables/_sidebar.scss +76 -5
- package/src/scss/cadmin/variables/_slideout.scss +88 -31
- package/src/scss/cadmin/variables/_stickers.scss +36 -8
- package/src/scss/cadmin/variables/_tables.scss +142 -51
- package/src/scss/cadmin/variables/_tbar.scss +79 -31
- package/src/scss/cadmin/variables/_time.scss +14 -12
- package/src/scss/cadmin/variables/_timelines.scss +4 -2
- package/src/scss/cadmin/variables/_toggle-switch.scss +117 -37
- package/src/scss/cadmin/variables/_tooltip.scss +47 -49
- package/src/scss/cadmin/variables/_treeview.scss +62 -10
- package/src/scss/cadmin/variables/_type.scss +11 -9
- package/src/scss/cadmin/variables/_utilities.scss +123 -6
- package/src/scss/components/_alerts.scss +1 -1
- package/src/scss/components/_button-groups.scss +2 -2
- package/src/scss/components/_cards.scss +10 -10
- package/src/scss/components/_carousel.scss +2 -2
- package/src/scss/components/_custom-forms.scss +23 -12
- package/src/scss/components/_drilldown.scss +8 -4
- package/src/scss/components/_forms.scss +6 -6
- package/src/scss/components/_grid.scss +7 -7
- package/src/scss/components/_icons.scss +10 -2
- package/src/scss/components/_images.scss +1 -1
- package/src/scss/components/_input-groups.scss +7 -5
- package/src/scss/components/_jumbotron.scss +2 -2
- package/src/scss/components/_list-group.scss +29 -14
- package/src/scss/components/_modals.scss +5 -5
- package/src/scss/components/_multi-step-nav.scss +32 -12
- package/src/scss/components/_navbar.scss +10 -6
- package/src/scss/components/_panels.scss +82 -51
- package/src/scss/components/_popovers.scss +21 -25
- package/src/scss/components/_sheets.scss +38 -14
- package/src/scss/components/_side-navigation.scss +2 -2
- package/src/scss/components/_time.scss +2 -2
- package/src/scss/components/_timelines.scss +16 -12
- package/src/scss/components/_tooltip.scss +8 -6
- package/src/scss/components/_treeview.scss +8 -1
- package/src/scss/components/_type.scss +2 -2
- package/src/scss/components/_utilities-functional-important.scss +5 -5
- package/src/scss/components/_utilities.scss +13 -13
- package/src/scss/functions/_global-functions.scss +8 -6
- package/src/scss/functions/_lx-icons-generated.scss +31 -1
- package/src/scss/mixins/_alerts.scss +10 -0
- package/src/scss/mixins/_aspect-ratio.scss +11 -0
- package/src/scss/mixins/_badges.scss +14 -2
- package/src/scss/mixins/_buttons.scss +68 -8
- package/src/scss/mixins/_cards.scss +81 -0
- package/src/scss/mixins/_close.scss +54 -4
- package/src/scss/mixins/_dropdown-menu.scss +55 -6
- package/src/scss/mixins/_forms.scss +150 -0
- package/src/scss/mixins/_globals.scss +101 -358
- package/src/scss/mixins/_grid.scss +21 -8
- package/src/scss/mixins/_highlight.scss +14 -0
- package/src/scss/mixins/_input-groups.scss +15 -0
- package/src/scss/mixins/_labels.scss +64 -10
- package/src/scss/mixins/_links.scss +55 -4
- package/src/scss/mixins/_list-group.scss +8 -4
- package/src/scss/mixins/_menubar.scss +80 -4
- package/src/scss/mixins/_modals.scss +10 -18
- package/src/scss/mixins/_nav.scss +19 -0
- package/src/scss/mixins/_navbar.scss +237 -49
- package/src/scss/mixins/_panels.scss +48 -4
- package/src/scss/mixins/_stickers.scss +8 -0
- package/src/scss/mixins/_tbar.scss +65 -10
- package/src/scss/mixins/_timelines.scss +21 -11
- package/src/scss/mixins/_toggle-switch.scss +4 -0
- package/src/scss/mixins/_utilities.scss +9 -0
- package/src/scss/variables/_alerts.scss +184 -29
- package/src/scss/variables/_application-bar.scss +11 -4
- package/src/scss/variables/_badges.scss +133 -35
- package/src/scss/variables/_breadcrumbs.scss +13 -4
- package/src/scss/variables/_buttons.scss +11 -10
- package/src/scss/variables/_cards.scss +131 -53
- package/src/scss/variables/_clay-color.scss +36 -18
- package/src/scss/variables/_custom-forms.scss +47 -12
- package/src/scss/variables/_date-picker.scss +41 -16
- package/src/scss/variables/_drilldown.scss +3 -3
- package/src/scss/variables/_dropdowns.scss +108 -49
- package/src/scss/variables/_dual-listbox.scss +1 -1
- package/src/scss/variables/_empty-state.scss +5 -2
- package/src/scss/variables/_forms.scss +200 -64
- package/src/scss/variables/_globals-z-index.scss +26 -5
- package/src/scss/variables/_globals.scss +153 -76
- package/src/scss/variables/_images.scss +1 -2
- package/src/scss/variables/_labels.scss +103 -6
- package/src/scss/variables/_links.scss +39 -10
- package/src/scss/variables/_list-group.scss +39 -13
- package/src/scss/variables/_loaders.scss +18 -2
- package/src/scss/variables/_management-bar.scss +23 -6
- package/src/scss/variables/_menubar.scss +86 -19
- package/src/scss/variables/_modals.scss +66 -25
- package/src/scss/variables/_multi-step-nav.scss +29 -11
- package/src/scss/variables/_navbar.scss +14 -8
- package/src/scss/variables/_navigation-bar.scss +26 -4
- package/src/scss/variables/_navs.scss +76 -44
- package/src/scss/variables/_pagination.scss +30 -5
- package/src/scss/variables/_panels.scss +77 -24
- package/src/scss/variables/_popovers.scss +65 -78
- package/src/scss/variables/_progress-bars.scss +11 -2
- package/src/scss/variables/_range.scss +35 -9
- package/src/scss/variables/_reorder.scss +7 -6
- package/src/scss/variables/_resizer.scss +5 -3
- package/src/scss/variables/_sheets.scss +21 -13
- package/src/scss/variables/_sidebar.scss +72 -4
- package/src/scss/variables/_slideout.scss +87 -31
- package/src/scss/variables/_stickers.scss +50 -9
- package/src/scss/variables/_tables.scss +125 -33
- package/src/scss/variables/_tbar.scss +79 -30
- package/src/scss/variables/_time.scss +13 -11
- package/src/scss/variables/_timelines.scss +2 -1
- package/src/scss/variables/_toggle-switch.scss +114 -30
- package/src/scss/variables/_tooltip.scss +46 -49
- package/src/scss/variables/_treeview.scss +63 -10
- package/src/scss/variables/_type.scss +9 -7
- package/src/scss/variables/_utilities.scss +124 -6
|
@@ -10,23 +10,29 @@ $c-link: map-deep-merge(
|
|
|
10
10
|
hover: (
|
|
11
11
|
text-decoration: none,
|
|
12
12
|
),
|
|
13
|
+
|
|
13
14
|
focus: (
|
|
14
15
|
border-radius: 1px,
|
|
15
16
|
box-shadow: $component-focus-box-shadow,
|
|
16
17
|
outline: 0,
|
|
17
18
|
),
|
|
19
|
+
|
|
18
20
|
c-link-variants: (
|
|
19
21
|
text-secondary: (
|
|
20
22
|
color: $gray-900 !important,
|
|
23
|
+
|
|
21
24
|
hover: (
|
|
22
25
|
color: $black !important,
|
|
23
26
|
),
|
|
27
|
+
|
|
24
28
|
focus: (
|
|
25
29
|
color: $black !important,
|
|
26
30
|
),
|
|
27
31
|
),
|
|
32
|
+
|
|
28
33
|
text-tertiary: (
|
|
29
34
|
color: $gray-900 !important,
|
|
35
|
+
|
|
30
36
|
hover: (
|
|
31
37
|
color: $black !important,
|
|
32
38
|
text-decoration: underline,
|
|
@@ -41,6 +47,7 @@ $component-link: () !default;
|
|
|
41
47
|
$component-link: map-deep-merge(
|
|
42
48
|
(
|
|
43
49
|
color: $gray-600,
|
|
50
|
+
|
|
44
51
|
hover: (
|
|
45
52
|
color: clay-darken($gray-600, 15%),
|
|
46
53
|
),
|
|
@@ -52,6 +59,7 @@ $link-primary: () !default;
|
|
|
52
59
|
$link-primary: map-deep-merge(
|
|
53
60
|
(
|
|
54
61
|
color: $primary,
|
|
62
|
+
|
|
55
63
|
hover: (
|
|
56
64
|
color: clay-darken($primary, 15%),
|
|
57
65
|
),
|
|
@@ -63,6 +71,7 @@ $link-secondary: () !default;
|
|
|
63
71
|
$link-secondary: map-deep-merge(
|
|
64
72
|
(
|
|
65
73
|
color: $secondary,
|
|
74
|
+
|
|
66
75
|
hover: (
|
|
67
76
|
color: clay-darken($secondary, 15%),
|
|
68
77
|
),
|
|
@@ -150,21 +159,26 @@ $link-outline: map-deep-merge(
|
|
|
150
159
|
padding-top: $link-outline-padding-y,
|
|
151
160
|
transition: $link-outline-transition,
|
|
152
161
|
vertical-align: middle,
|
|
162
|
+
|
|
153
163
|
hover: (
|
|
154
164
|
text-decoration: none,
|
|
155
165
|
),
|
|
166
|
+
|
|
156
167
|
focus: (
|
|
157
168
|
box-shadow: $component-focus-box-shadow,
|
|
158
169
|
outline: 0,
|
|
159
170
|
),
|
|
171
|
+
|
|
160
172
|
disabled: (
|
|
161
173
|
box-shadow: none,
|
|
174
|
+
|
|
162
175
|
active: (
|
|
163
176
|
pointer-events: none,
|
|
164
177
|
),
|
|
165
178
|
),
|
|
179
|
+
|
|
166
180
|
lexicon-icon: (
|
|
167
|
-
margin-top:
|
|
181
|
+
margin-top: 0rem,
|
|
168
182
|
),
|
|
169
183
|
),
|
|
170
184
|
$link-outline
|
|
@@ -175,14 +189,17 @@ $link-outline-primary: map-deep-merge(
|
|
|
175
189
|
(
|
|
176
190
|
border-color: $primary,
|
|
177
191
|
color: $primary,
|
|
192
|
+
|
|
178
193
|
hover: (
|
|
179
194
|
background-color: $primary,
|
|
180
195
|
color: $white,
|
|
181
196
|
),
|
|
197
|
+
|
|
182
198
|
active: (
|
|
183
199
|
background-color: $primary,
|
|
184
200
|
color: $white,
|
|
185
201
|
),
|
|
202
|
+
|
|
186
203
|
disabled: (
|
|
187
204
|
background-color: transparent,
|
|
188
205
|
color: $primary,
|
|
@@ -198,14 +215,17 @@ $link-outline-secondary: map-deep-merge(
|
|
|
198
215
|
(
|
|
199
216
|
border-color: $secondary,
|
|
200
217
|
color: $secondary,
|
|
218
|
+
|
|
201
219
|
hover: (
|
|
202
220
|
background-color: $secondary,
|
|
203
221
|
color: $white,
|
|
204
222
|
),
|
|
223
|
+
|
|
205
224
|
active: (
|
|
206
225
|
background-color: $secondary,
|
|
207
226
|
color: $white,
|
|
208
227
|
),
|
|
228
|
+
|
|
209
229
|
disabled: (
|
|
210
230
|
background-color: transparent,
|
|
211
231
|
color: $secondary,
|
|
@@ -234,14 +254,15 @@ $link-monospaced: map-deep-merge(
|
|
|
234
254
|
height: $link-monospaced-size,
|
|
235
255
|
justify-content: center,
|
|
236
256
|
overflow: hidden,
|
|
237
|
-
padding-bottom:
|
|
238
|
-
padding-left:
|
|
239
|
-
padding-right:
|
|
240
|
-
padding-top:
|
|
257
|
+
padding-bottom: 0rem,
|
|
258
|
+
padding-left: 0rem,
|
|
259
|
+
padding-right: 0rem,
|
|
260
|
+
padding-top: 0rem,
|
|
241
261
|
vertical-align: middle,
|
|
242
262
|
width: $link-monospaced-size,
|
|
263
|
+
|
|
243
264
|
lexicon-icon: (
|
|
244
|
-
margin-top:
|
|
265
|
+
margin-top: 0rem,
|
|
245
266
|
),
|
|
246
267
|
),
|
|
247
268
|
$link-monospaced
|
|
@@ -284,6 +305,7 @@ $component-title-link: () !default;
|
|
|
284
305
|
$component-title-link: map-deep-merge(
|
|
285
306
|
(
|
|
286
307
|
color: $gray-900,
|
|
308
|
+
|
|
287
309
|
hover: (
|
|
288
310
|
color: clay-darken($gray-900, 15%),
|
|
289
311
|
),
|
|
@@ -304,7 +326,7 @@ $component-subtitle: () !default;
|
|
|
304
326
|
$component-subtitle: map-deep-merge(
|
|
305
327
|
(
|
|
306
328
|
color: $gray-600,
|
|
307
|
-
margin-bottom:
|
|
329
|
+
margin-bottom: 0rem,
|
|
308
330
|
),
|
|
309
331
|
$component-subtitle
|
|
310
332
|
);
|
|
@@ -313,6 +335,7 @@ $component-subtitle-link: () !default;
|
|
|
313
335
|
$component-subtitle-link: map-deep-merge(
|
|
314
336
|
(
|
|
315
337
|
color: $gray-600,
|
|
338
|
+
|
|
316
339
|
hover: (
|
|
317
340
|
color: clay-darken($gray-600, 15%),
|
|
318
341
|
),
|
|
@@ -342,7 +365,7 @@ $component-action: map-deep-merge(
|
|
|
342
365
|
height: map-get($link-monospaced, height),
|
|
343
366
|
justify-content: center,
|
|
344
367
|
overflow: hidden,
|
|
345
|
-
padding:
|
|
368
|
+
padding: 0rem,
|
|
346
369
|
transition: $component-transition,
|
|
347
370
|
vertical-align: middle,
|
|
348
371
|
width: map-get($link-monospaced, width),
|
|
@@ -350,26 +373,31 @@ $component-action: map-deep-merge(
|
|
|
350
373
|
background-color: $secondary,
|
|
351
374
|
color: $white,
|
|
352
375
|
),
|
|
376
|
+
|
|
353
377
|
focus: (
|
|
354
378
|
box-shadow: $component-focus-box-shadow,
|
|
355
379
|
outline: 0,
|
|
356
380
|
),
|
|
381
|
+
|
|
357
382
|
active: (
|
|
358
383
|
background-color: $secondary,
|
|
359
384
|
color: $white,
|
|
360
385
|
),
|
|
386
|
+
|
|
361
387
|
disabled: (
|
|
362
388
|
background-color: transparent,
|
|
363
389
|
box-shadow: none,
|
|
364
390
|
color: $secondary,
|
|
365
391
|
cursor: $disabled-cursor,
|
|
366
392
|
opacity: $component-disabled-opacity,
|
|
393
|
+
|
|
367
394
|
active: (
|
|
368
395
|
pointer-events: none,
|
|
369
396
|
),
|
|
370
397
|
),
|
|
398
|
+
|
|
371
399
|
lexicon-icon: (
|
|
372
|
-
margin-top:
|
|
400
|
+
margin-top: 0rem,
|
|
373
401
|
),
|
|
374
402
|
),
|
|
375
403
|
$component-action
|
|
@@ -389,8 +417,9 @@ $component-icon: map-deep-merge(
|
|
|
389
417
|
height: 32px,
|
|
390
418
|
justify-content: center,
|
|
391
419
|
width: 32px,
|
|
420
|
+
|
|
392
421
|
lexicon-icon: (
|
|
393
|
-
margin-top:
|
|
422
|
+
margin-top: 0rem,
|
|
394
423
|
),
|
|
395
424
|
),
|
|
396
425
|
$component-icon
|
|
@@ -1,21 +1,19 @@
|
|
|
1
1
|
$list-group-bg: $white !default;
|
|
2
2
|
$list-group-border-color: rgba($black, 0.125) !default;
|
|
3
|
-
$list-group-border-width: $border-width !default;
|
|
4
|
-
|
|
5
3
|
$list-group-border-radius: $border-radius !default;
|
|
6
|
-
|
|
4
|
+
$list-group-border-width: $border-width !default;
|
|
7
5
|
$list-group-box-shadow: null !default;
|
|
8
6
|
$list-group-color: null !default;
|
|
9
7
|
$list-group-font-size: null !default;
|
|
10
8
|
$list-group-margin-bottom: 1.5rem !default;
|
|
11
9
|
$list-group-margin-top: null !default;
|
|
12
10
|
|
|
11
|
+
$list-group-hover-bg: $gray-100 !default;
|
|
12
|
+
|
|
13
13
|
// List Group Item Action
|
|
14
14
|
|
|
15
15
|
$list-group-action-color: $gray-700 !default;
|
|
16
16
|
|
|
17
|
-
$list-group-hover-bg: $gray-100 !default;
|
|
18
|
-
|
|
19
17
|
$list-group-action-hover-color: $list-group-action-color !default;
|
|
20
18
|
|
|
21
19
|
$list-group-action-active-bg: $gray-200 !default;
|
|
@@ -29,16 +27,17 @@ $list-group-item-padding-y: 0.75rem !default;
|
|
|
29
27
|
// Use values flex-start, flex-end, or center
|
|
30
28
|
|
|
31
29
|
$list-group-item-flex-align-items: flex-start !default;
|
|
30
|
+
$list-group-item-flex-offset-top: 0.0625rem !default;
|
|
32
31
|
|
|
33
32
|
$list-group-item-flex-checkbox-offset-top: 0.1875rem !default;
|
|
34
|
-
|
|
33
|
+
|
|
35
34
|
$list-group-item-flex-list-group-title-offset-top: -0.25rem !default;
|
|
36
35
|
|
|
37
36
|
$list-group-item-flex: () !default;
|
|
38
37
|
$list-group-item-flex: map-deep-merge(
|
|
39
38
|
(
|
|
40
39
|
display: flex,
|
|
41
|
-
margin-bottom:
|
|
40
|
+
margin-bottom: calc(#{$list-group-border-width} * -1),
|
|
42
41
|
padding-left: calc(#{$list-group-item-padding-x} * 0.5),
|
|
43
42
|
padding-right: calc(#{$list-group-item-padding-x} * 0.5),
|
|
44
43
|
autofit-col: (
|
|
@@ -71,7 +70,7 @@ $list-group-header-title: map-deep-merge(
|
|
|
71
70
|
font-size: 1rem,
|
|
72
71
|
font-weight: $font-weight-semi-bold,
|
|
73
72
|
line-height: $headings-line-height,
|
|
74
|
-
margin-bottom:
|
|
73
|
+
margin-bottom: 0rem,
|
|
75
74
|
),
|
|
76
75
|
$list-group-header-title
|
|
77
76
|
);
|
|
@@ -83,6 +82,7 @@ $list-group-title-link: map-deep-merge(
|
|
|
83
82
|
(
|
|
84
83
|
color: $gray-900,
|
|
85
84
|
max-width: 100%,
|
|
85
|
+
|
|
86
86
|
hover: (
|
|
87
87
|
color: clay-darken($gray-900, 15%),
|
|
88
88
|
),
|
|
@@ -97,8 +97,9 @@ $list-group-title: map-deep-merge(
|
|
|
97
97
|
font-size: 1.125rem,
|
|
98
98
|
font-weight: $font-weight-semi-bold,
|
|
99
99
|
line-height: $line-height-base,
|
|
100
|
-
margin-bottom:
|
|
100
|
+
margin-bottom: 0rem,
|
|
101
101
|
margin-top: $list-group-item-flex-list-group-title-offset-top,
|
|
102
|
+
|
|
102
103
|
href: $list-group-title-link
|
|
103
104
|
),
|
|
104
105
|
$list-group-title
|
|
@@ -112,6 +113,7 @@ $list-group-subtitle-link: () !default;
|
|
|
112
113
|
$list-group-subtitle-link: map-deep-merge(
|
|
113
114
|
(
|
|
114
115
|
color: $gray-600,
|
|
116
|
+
|
|
115
117
|
hover: (
|
|
116
118
|
color: clay-darken($gray-600, 15%),
|
|
117
119
|
),
|
|
@@ -123,7 +125,8 @@ $list-group-subtitle: () !default;
|
|
|
123
125
|
$list-group-subtitle: map-deep-merge(
|
|
124
126
|
(
|
|
125
127
|
color: $gray-600,
|
|
126
|
-
margin-bottom:
|
|
128
|
+
margin-bottom: 0rem,
|
|
129
|
+
|
|
127
130
|
href: $list-group-subtitle-link,
|
|
128
131
|
),
|
|
129
132
|
$list-group-subtitle
|
|
@@ -135,6 +138,7 @@ $list-group-text-link: () !default;
|
|
|
135
138
|
$list-group-text-link: map-deep-merge(
|
|
136
139
|
(
|
|
137
140
|
color: $gray-900,
|
|
141
|
+
|
|
138
142
|
hover: (
|
|
139
143
|
color: clay-darken($gray-900, 15%),
|
|
140
144
|
),
|
|
@@ -146,7 +150,8 @@ $list-group-text: () !default;
|
|
|
146
150
|
$list-group-text: map-deep-merge(
|
|
147
151
|
(
|
|
148
152
|
color: $gray-900,
|
|
149
|
-
margin-bottom:
|
|
153
|
+
margin-bottom: 0rem,
|
|
154
|
+
|
|
150
155
|
href: $list-group-text-link,
|
|
151
156
|
),
|
|
152
157
|
$list-group-text
|
|
@@ -160,6 +165,7 @@ $list-group-subtext-link: () !default;
|
|
|
160
165
|
$list-group-subtext-link: map-deep-merge(
|
|
161
166
|
(
|
|
162
167
|
color: $gray-600,
|
|
168
|
+
|
|
163
169
|
hover: (
|
|
164
170
|
color: clay-darken($gray-600, 15%),
|
|
165
171
|
),
|
|
@@ -171,7 +177,8 @@ $list-group-subtext: () !default;
|
|
|
171
177
|
$list-group-subtext: map-deep-merge(
|
|
172
178
|
(
|
|
173
179
|
color: $gray-600,
|
|
174
|
-
margin-bottom:
|
|
180
|
+
margin-bottom: 0rem,
|
|
181
|
+
|
|
175
182
|
href: $list-group-subtext-link,
|
|
176
183
|
),
|
|
177
184
|
$list-group-subtext
|
|
@@ -185,7 +192,9 @@ $list-group-detail-margin-bottom: null !default;
|
|
|
185
192
|
$list-group-detail-margin-top: null !default;
|
|
186
193
|
|
|
187
194
|
$list-group-link-color: null !default;
|
|
195
|
+
|
|
188
196
|
$list-group-link-hover-color: null !default;
|
|
197
|
+
|
|
189
198
|
$list-group-link-active-color: $white !default;
|
|
190
199
|
|
|
191
200
|
$list-group: () !default;
|
|
@@ -199,7 +208,8 @@ $list-group: map-deep-merge(
|
|
|
199
208
|
font-size: $list-group-font-size,
|
|
200
209
|
margin-bottom: $list-group-margin-bottom,
|
|
201
210
|
margin-top: $list-group-margin-top,
|
|
202
|
-
padding-left:
|
|
211
|
+
padding-left: 0rem,
|
|
212
|
+
|
|
203
213
|
list-group: (
|
|
204
214
|
box-shadow: if($list-group-box-shadow != null, none, null),
|
|
205
215
|
),
|
|
@@ -222,12 +232,14 @@ $list-group-item-theme-colors: map-deep-merge(
|
|
|
222
232
|
clay-darken(theme-color-level(primary, -9), 5%),
|
|
223
233
|
color: theme-color-level(primary, 6),
|
|
224
234
|
),
|
|
235
|
+
|
|
225
236
|
active: (
|
|
226
237
|
background-color: theme-color-level(primary, 6),
|
|
227
238
|
border-color: theme-color-level(primary, 6),
|
|
228
239
|
color: $white,
|
|
229
240
|
),
|
|
230
241
|
),
|
|
242
|
+
|
|
231
243
|
'secondary': (
|
|
232
244
|
background-color: theme-color-level(secondary, -9),
|
|
233
245
|
color: theme-color-level(secondary, 6),
|
|
@@ -236,12 +248,14 @@ $list-group-item-theme-colors: map-deep-merge(
|
|
|
236
248
|
clay-darken(theme-color-level(secondary, -9), 5%),
|
|
237
249
|
color: theme-color-level(secondary, 6),
|
|
238
250
|
),
|
|
251
|
+
|
|
239
252
|
active: (
|
|
240
253
|
background-color: theme-color-level(secondary, 6),
|
|
241
254
|
border-color: theme-color-level(secondary, 6),
|
|
242
255
|
color: $white,
|
|
243
256
|
),
|
|
244
257
|
),
|
|
258
|
+
|
|
245
259
|
'success': (
|
|
246
260
|
background-color: theme-color-level(success, -9),
|
|
247
261
|
color: theme-color-level(success, 6),
|
|
@@ -250,12 +264,14 @@ $list-group-item-theme-colors: map-deep-merge(
|
|
|
250
264
|
clay-darken(theme-color-level(success, -9), 5%),
|
|
251
265
|
color: theme-color-level(success, 6),
|
|
252
266
|
),
|
|
267
|
+
|
|
253
268
|
active: (
|
|
254
269
|
background-color: theme-color-level(success, 6),
|
|
255
270
|
border-color: theme-color-level(success, 6),
|
|
256
271
|
color: $white,
|
|
257
272
|
),
|
|
258
273
|
),
|
|
274
|
+
|
|
259
275
|
'info': (
|
|
260
276
|
background-color: theme-color-level(info, -9),
|
|
261
277
|
color: theme-color-level(info, 6),
|
|
@@ -263,12 +279,14 @@ $list-group-item-theme-colors: map-deep-merge(
|
|
|
263
279
|
background-color: clay-darken(theme-color-level(info, -9), 5%),
|
|
264
280
|
color: theme-color-level(info, 6),
|
|
265
281
|
),
|
|
282
|
+
|
|
266
283
|
active: (
|
|
267
284
|
background-color: theme-color-level(info, 6),
|
|
268
285
|
border-color: theme-color-level(info, 6),
|
|
269
286
|
color: $white,
|
|
270
287
|
),
|
|
271
288
|
),
|
|
289
|
+
|
|
272
290
|
'warning': (
|
|
273
291
|
background-color: theme-color-level(warning, -9),
|
|
274
292
|
color: theme-color-level(warning, 6),
|
|
@@ -277,12 +295,14 @@ $list-group-item-theme-colors: map-deep-merge(
|
|
|
277
295
|
clay-darken(theme-color-level(warning, -9), 5%),
|
|
278
296
|
color: theme-color-level(warning, 6),
|
|
279
297
|
),
|
|
298
|
+
|
|
280
299
|
active: (
|
|
281
300
|
background-color: theme-color-level(warning, 6),
|
|
282
301
|
border-color: theme-color-level(warning, 6),
|
|
283
302
|
color: $white,
|
|
284
303
|
),
|
|
285
304
|
),
|
|
305
|
+
|
|
286
306
|
'danger': (
|
|
287
307
|
background-color: theme-color-level(danger, -9),
|
|
288
308
|
color: theme-color-level(danger, 6),
|
|
@@ -290,12 +310,14 @@ $list-group-item-theme-colors: map-deep-merge(
|
|
|
290
310
|
background-color: clay-darken(theme-color-level(danger, -9), 5%),
|
|
291
311
|
color: theme-color-level(danger, 6),
|
|
292
312
|
),
|
|
313
|
+
|
|
293
314
|
active: (
|
|
294
315
|
background-color: theme-color-level(danger, 6),
|
|
295
316
|
border-color: theme-color-level(danger, 6),
|
|
296
317
|
color: $white,
|
|
297
318
|
),
|
|
298
319
|
),
|
|
320
|
+
|
|
299
321
|
'light': (
|
|
300
322
|
background-color: theme-color-level(light, -9),
|
|
301
323
|
color: theme-color-level(light, 6),
|
|
@@ -303,12 +325,14 @@ $list-group-item-theme-colors: map-deep-merge(
|
|
|
303
325
|
background-color: clay-darken(theme-color-level(light, -9), 5%),
|
|
304
326
|
color: theme-color-level(light, 6),
|
|
305
327
|
),
|
|
328
|
+
|
|
306
329
|
active: (
|
|
307
330
|
background-color: theme-color-level(light, 6),
|
|
308
331
|
border-color: theme-color-level(light, 6),
|
|
309
332
|
color: $white,
|
|
310
333
|
),
|
|
311
334
|
),
|
|
335
|
+
|
|
312
336
|
'dark': (
|
|
313
337
|
background-color: theme-color-level(dark, -9),
|
|
314
338
|
color: theme-color-level(dark, 6),
|
|
@@ -316,6 +340,7 @@ $list-group-item-theme-colors: map-deep-merge(
|
|
|
316
340
|
background-color: clay-darken(theme-color-level(dark, -9), 5%),
|
|
317
341
|
color: theme-color-level(dark, 6),
|
|
318
342
|
),
|
|
343
|
+
|
|
319
344
|
active: (
|
|
320
345
|
background-color: theme-color-level(dark, 6),
|
|
321
346
|
border-color: theme-color-level(dark, 6),
|
|
@@ -352,6 +377,7 @@ $list-group-notification-item-primary: map-deep-merge(
|
|
|
352
377
|
border-left-width: 0.5rem,
|
|
353
378
|
border-bottom-left-radius: 0px,
|
|
354
379
|
border-top-left-radius: 0px,
|
|
380
|
+
|
|
355
381
|
active-border-left-color: theme-color-level(primary, -9),
|
|
356
382
|
),
|
|
357
383
|
$list-group-notification-item-primary
|
|
@@ -22,6 +22,7 @@ $loading-animation: map-deep-merge(
|
|
|
22
22
|
text-align: left,
|
|
23
23
|
vertical-align: middle,
|
|
24
24
|
width: 1em,
|
|
25
|
+
|
|
25
26
|
before: (
|
|
26
27
|
animation: loading-animation-circle 1s linear infinite,
|
|
27
28
|
border-radius: 50%,
|
|
@@ -35,6 +36,7 @@ $loading-animation: map-deep-merge(
|
|
|
35
36
|
top: 50%,
|
|
36
37
|
width: 0.25em,
|
|
37
38
|
),
|
|
39
|
+
|
|
38
40
|
after: (
|
|
39
41
|
animation: loading-animation-circle 1s linear infinite,
|
|
40
42
|
background-color: currentColor,
|
|
@@ -42,9 +44,11 @@ $loading-animation: map-deep-merge(
|
|
|
42
44
|
content: '',
|
|
43
45
|
display: block,
|
|
44
46
|
height: 1em,
|
|
47
|
+
|
|
45
48
|
-webkit-mask: #{conic-gradient(transparent 10%, #000),
|
|
46
49
|
linear-gradient(#000 0 0) content-box},
|
|
47
50
|
-webkit-mask-composite: source-out,
|
|
51
|
+
|
|
48
52
|
mask-composite: subtract,
|
|
49
53
|
padding: 0.25em,
|
|
50
54
|
width: 1em,
|
|
@@ -66,6 +70,7 @@ $loading-animation-squares: map-deep-merge(
|
|
|
66
70
|
text-align: left,
|
|
67
71
|
vertical-align: middle,
|
|
68
72
|
width: 1em,
|
|
73
|
+
|
|
69
74
|
before: (
|
|
70
75
|
animation: loading-animation-squares-box-1 2.4s ease-in-out infinite,
|
|
71
76
|
background-color: currentColor,
|
|
@@ -74,13 +79,14 @@ $loading-animation-squares: map-deep-merge(
|
|
|
74
79
|
display: block,
|
|
75
80
|
font-size: 0.3125em,
|
|
76
81
|
height: 1em,
|
|
77
|
-
left:
|
|
82
|
+
left: 0rem,
|
|
78
83
|
opacity: 0.4,
|
|
79
84
|
position: absolute,
|
|
80
|
-
top:
|
|
85
|
+
top: 0rem,
|
|
81
86
|
transform: scale(1),
|
|
82
87
|
width: 1em,
|
|
83
88
|
),
|
|
89
|
+
|
|
84
90
|
after: (
|
|
85
91
|
animation: loading-animation-squares-box-2 2.4s ease-in-out infinite,
|
|
86
92
|
background-color: currentColor,
|
|
@@ -96,6 +102,7 @@ $loading-animation-squares: map-deep-merge(
|
|
|
96
102
|
transform: scale(2),
|
|
97
103
|
width: 1em,
|
|
98
104
|
),
|
|
105
|
+
|
|
99
106
|
'prefers-reduced-motion': (
|
|
100
107
|
display: block,
|
|
101
108
|
height: 1em,
|
|
@@ -106,6 +113,7 @@ $loading-animation-squares: map-deep-merge(
|
|
|
106
113
|
text-align: left,
|
|
107
114
|
vertical-align: middle,
|
|
108
115
|
width: 1em,
|
|
116
|
+
|
|
109
117
|
'&::before': (
|
|
110
118
|
animation: loading-animation-circle 1s linear infinite,
|
|
111
119
|
background-color: transparent,
|
|
@@ -124,6 +132,7 @@ $loading-animation-squares: map-deep-merge(
|
|
|
124
132
|
transform: none,
|
|
125
133
|
width: 0.25em,
|
|
126
134
|
),
|
|
135
|
+
|
|
127
136
|
'&::after': (
|
|
128
137
|
animation: loading-animation-circle 1s linear infinite,
|
|
129
138
|
background-color: currentColor,
|
|
@@ -133,9 +142,11 @@ $loading-animation-squares: map-deep-merge(
|
|
|
133
142
|
font-size: inherit,
|
|
134
143
|
height: 1em,
|
|
135
144
|
left: auto,
|
|
145
|
+
|
|
136
146
|
-webkit-mask: #{conic-gradient(transparent 10%, #000),
|
|
137
147
|
linear-gradient(#000 0 0) content-box},
|
|
138
148
|
-webkit-mask-composite: source-out,
|
|
149
|
+
|
|
139
150
|
mask-composite: subtract,
|
|
140
151
|
padding: 0.25em,
|
|
141
152
|
position: relative,
|
|
@@ -156,12 +167,15 @@ $loading-animation-sizes: map-deep-merge(
|
|
|
156
167
|
loading-animation-xs: (
|
|
157
168
|
font-size: map-get($font-scale, 1),
|
|
158
169
|
),
|
|
170
|
+
|
|
159
171
|
loading-animation-sm: (
|
|
160
172
|
font-size: $loading-icon-font-size-sm,
|
|
161
173
|
),
|
|
174
|
+
|
|
162
175
|
loading-animation-md: (
|
|
163
176
|
font-size: 2rem,
|
|
164
177
|
),
|
|
178
|
+
|
|
165
179
|
loading-animation-lg: (
|
|
166
180
|
font-size: 4rem,
|
|
167
181
|
),
|
|
@@ -185,9 +199,11 @@ $loading-animation-palette: map-deep-merge(
|
|
|
185
199
|
loading-animation-primary: (
|
|
186
200
|
color: $primary,
|
|
187
201
|
),
|
|
202
|
+
|
|
188
203
|
loading-animation-secondary: (
|
|
189
204
|
color: $secondary,
|
|
190
205
|
),
|
|
206
|
+
|
|
191
207
|
loading-animation-light: $loading-animation-light,
|
|
192
208
|
),
|
|
193
209
|
$loading-animation-palette
|
|
@@ -3,6 +3,7 @@ $management-bar-base: map-deep-merge(
|
|
|
3
3
|
(
|
|
4
4
|
border-color: transparent,
|
|
5
5
|
border-style: solid,
|
|
6
|
+
|
|
6
7
|
media-breakpoint-down: (),
|
|
7
8
|
media-breakpoint-up: (),
|
|
8
9
|
),
|
|
@@ -13,25 +14,34 @@ $management-bar-size: () !default;
|
|
|
13
14
|
$management-bar-size: map-deep-merge(
|
|
14
15
|
(
|
|
15
16
|
scaling-navbar: true,
|
|
17
|
+
|
|
16
18
|
border-bottom-width: 0.0625rem,
|
|
17
19
|
font-size:
|
|
18
20
|
if(variable-exists(navbar-font-size), $navbar-font-size, null),
|
|
19
21
|
height: 4rem,
|
|
20
22
|
min-height: 4rem,
|
|
21
|
-
padding-x:
|
|
22
|
-
padding-y:
|
|
23
|
+
padding-x: 0rem,
|
|
24
|
+
padding-y: 0rem,
|
|
25
|
+
|
|
26
|
+
active-border-bottom-width: 0.25rem,
|
|
27
|
+
|
|
23
28
|
height-mobile: 3rem,
|
|
24
29
|
min-height-mobile: 3rem,
|
|
30
|
+
|
|
25
31
|
btn-monospaced-font-size: 1rem,
|
|
32
|
+
|
|
26
33
|
link-height: 2rem,
|
|
27
|
-
link-height-mobile: 2rem,
|
|
28
34
|
link-margin-x: 0.5rem,
|
|
35
|
+
|
|
36
|
+
toggler-margin-x: 0.875rem,
|
|
37
|
+
|
|
38
|
+
nav-item-dropdown-margin-top: 0rem,
|
|
39
|
+
|
|
40
|
+
link-height-mobile: 2rem,
|
|
29
41
|
link-margin-x-mobile: 0.25rem,
|
|
30
42
|
link-padding-x-mobile: 0.25rem,
|
|
43
|
+
|
|
31
44
|
form-control-height-mobile: 2rem,
|
|
32
|
-
toggler-margin-x: 0.875rem,
|
|
33
|
-
active-border-bottom-width: 0.25rem,
|
|
34
|
-
nav-item-dropdown-margin-top: 0,
|
|
35
45
|
),
|
|
36
46
|
$management-bar-size
|
|
37
47
|
);
|
|
@@ -40,6 +50,7 @@ $management-bar-light: () !default;
|
|
|
40
50
|
$management-bar-light: map-deep-merge(
|
|
41
51
|
(
|
|
42
52
|
background-color: $light,
|
|
53
|
+
|
|
43
54
|
navbar-nav: (
|
|
44
55
|
nav-link: (
|
|
45
56
|
color:
|
|
@@ -56,6 +67,7 @@ $management-bar-light: map-deep-merge(
|
|
|
56
67
|
rgba($black, 0.7)
|
|
57
68
|
),
|
|
58
69
|
),
|
|
70
|
+
|
|
59
71
|
active: (
|
|
60
72
|
color:
|
|
61
73
|
if(
|
|
@@ -64,6 +76,7 @@ $management-bar-light: map-deep-merge(
|
|
|
64
76
|
rgba($black, 0.9)
|
|
65
77
|
),
|
|
66
78
|
),
|
|
79
|
+
|
|
67
80
|
disabled: (
|
|
68
81
|
color:
|
|
69
82
|
if(
|
|
@@ -75,6 +88,7 @@ $management-bar-light: map-deep-merge(
|
|
|
75
88
|
),
|
|
76
89
|
),
|
|
77
90
|
),
|
|
91
|
+
|
|
78
92
|
media-breakpoint-down: (),
|
|
79
93
|
media-breakpoint-up: (),
|
|
80
94
|
),
|
|
@@ -108,6 +122,7 @@ $management-bar-primary: map-deep-merge(
|
|
|
108
122
|
rgba($black, 0.7)
|
|
109
123
|
),
|
|
110
124
|
),
|
|
125
|
+
|
|
111
126
|
active: (
|
|
112
127
|
color:
|
|
113
128
|
if(
|
|
@@ -116,6 +131,7 @@ $management-bar-primary: map-deep-merge(
|
|
|
116
131
|
rgba($black, 0.9)
|
|
117
132
|
),
|
|
118
133
|
),
|
|
134
|
+
|
|
119
135
|
disabled: (
|
|
120
136
|
color:
|
|
121
137
|
if(
|
|
@@ -127,6 +143,7 @@ $management-bar-primary: map-deep-merge(
|
|
|
127
143
|
),
|
|
128
144
|
),
|
|
129
145
|
),
|
|
146
|
+
|
|
130
147
|
media-breakpoint-down: (),
|
|
131
148
|
media-breakpoint-up: (),
|
|
132
149
|
),
|