@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
|
@@ -24,7 +24,7 @@ $drilldown-item: map-merge(
|
|
|
24
24
|
(
|
|
25
25
|
display: none,
|
|
26
26
|
flex-shrink: 0,
|
|
27
|
-
height:
|
|
27
|
+
height: 0rem,
|
|
28
28
|
width: 100%,
|
|
29
29
|
),
|
|
30
30
|
$drilldown-item
|
|
@@ -47,7 +47,7 @@ $drilldown-dropdown-menu: map-merge(
|
|
|
47
47
|
flex-direction: column,
|
|
48
48
|
max-height: none,
|
|
49
49
|
max-width: none,
|
|
50
|
-
min-width:
|
|
50
|
+
min-width: 0rem,
|
|
51
51
|
overflow: hidden,
|
|
52
52
|
width: $drilldown-width,
|
|
53
53
|
),
|
|
@@ -186,7 +186,7 @@ $drilldown-dropdown-footer: map-merge(
|
|
|
186
186
|
$drilldown-dropdown-divider: () !default;
|
|
187
187
|
$drilldown-dropdown-divider: map-merge(
|
|
188
188
|
(
|
|
189
|
-
margin:
|
|
189
|
+
margin: 0rem,
|
|
190
190
|
),
|
|
191
191
|
$drilldown-dropdown-divider
|
|
192
192
|
);
|
|
@@ -33,7 +33,7 @@ $dropdown-border-radius: $border-radius !default;
|
|
|
33
33
|
/// @deprecated as of v3.x with no replacement
|
|
34
34
|
|
|
35
35
|
$dropdown-inner-border-radius: $dropdown-border-radius
|
|
36
|
-
|
|
36
|
+
calc(#{$dropdown-border-width} * -1) !default;
|
|
37
37
|
|
|
38
38
|
/// @deprecated as of v3.x use map $dropdown-menu instead
|
|
39
39
|
|
|
@@ -82,6 +82,7 @@ $dropdown-menu: () !default;
|
|
|
82
82
|
$dropdown-menu: map-deep-merge(
|
|
83
83
|
(
|
|
84
84
|
breakpoint-down: md,
|
|
85
|
+
|
|
85
86
|
background-clip: padding-box,
|
|
86
87
|
background-color: $dropdown-bg,
|
|
87
88
|
border-color: $dropdown-border-color,
|
|
@@ -93,24 +94,26 @@ $dropdown-menu: map-deep-merge(
|
|
|
93
94
|
display: none,
|
|
94
95
|
float: left,
|
|
95
96
|
font-size: $dropdown-font-size,
|
|
96
|
-
left:
|
|
97
|
+
left: 0rem,
|
|
97
98
|
list-style: none,
|
|
98
|
-
margin: $dropdown-spacer
|
|
99
|
+
margin: $dropdown-spacer 0rem 0rem,
|
|
99
100
|
max-height: $dropdown-max-height,
|
|
100
101
|
max-width: $dropdown-max-width,
|
|
101
102
|
min-height: $dropdown-min-height,
|
|
102
103
|
min-width: $dropdown-min-width,
|
|
103
104
|
overflow: auto,
|
|
104
|
-
padding: $dropdown-padding-y
|
|
105
|
+
padding: $dropdown-padding-y 0rem,
|
|
105
106
|
position: absolute,
|
|
106
107
|
text-align: left,
|
|
107
108
|
top: 100%,
|
|
108
109
|
z-index: $zindex-dropdown,
|
|
110
|
+
|
|
109
111
|
mobile: (
|
|
110
112
|
font-size: $dropdown-font-size-mobile,
|
|
111
113
|
max-height: $dropdown-max-height-mobile,
|
|
112
114
|
max-width: $dropdown-max-width-mobile,
|
|
113
115
|
),
|
|
116
|
+
|
|
114
117
|
show: (
|
|
115
118
|
display: block,
|
|
116
119
|
),
|
|
@@ -182,40 +185,49 @@ $dropdown-item-base: map-deep-merge(
|
|
|
182
185
|
transition: none,
|
|
183
186
|
width: 100%,
|
|
184
187
|
word-wrap: break-word,
|
|
188
|
+
|
|
185
189
|
hover: (
|
|
186
190
|
background-color: $dropdown-link-hover-bg,
|
|
187
191
|
color: $dropdown-link-hover-color,
|
|
188
192
|
text-decoration: none,
|
|
189
193
|
),
|
|
194
|
+
|
|
190
195
|
focus: (
|
|
191
196
|
background-color: $dropdown-link-hover-bg,
|
|
192
197
|
color: $dropdown-link-hover-color,
|
|
193
198
|
text-decoration: none,
|
|
194
199
|
),
|
|
200
|
+
|
|
195
201
|
active: (
|
|
196
202
|
background-color: $dropdown-link-active-bg,
|
|
197
203
|
color: $dropdown-link-active-color,
|
|
198
204
|
text-decoration: none,
|
|
199
205
|
),
|
|
206
|
+
|
|
200
207
|
active-class: (
|
|
201
208
|
font-weight: $dropdown-link-active-font-weight,
|
|
202
209
|
),
|
|
210
|
+
|
|
203
211
|
disabled: (
|
|
204
212
|
background-color: transparent,
|
|
205
213
|
color: $dropdown-link-disabled-color,
|
|
206
214
|
cursor: $dropdown-item-disabled-cursor,
|
|
207
215
|
opacity: 1,
|
|
208
216
|
outline: 0,
|
|
217
|
+
|
|
209
218
|
active: (
|
|
210
219
|
pointer-events: none,
|
|
211
220
|
),
|
|
221
|
+
|
|
212
222
|
c-kbd-inline: (
|
|
213
223
|
color: $dropdown-link-disabled-color,
|
|
214
224
|
),
|
|
215
225
|
),
|
|
226
|
+
|
|
216
227
|
c-kbd-inline: (
|
|
217
228
|
line-height: calc(#{$dropdown-font-size} * #{$line-height-base}),
|
|
218
229
|
),
|
|
230
|
+
|
|
219
231
|
'&.autofit-row': (
|
|
220
232
|
align-items: center,
|
|
221
233
|
padding-left: calc(#{$dropdown-item-padding-x} - 0.25rem),
|
|
@@ -225,25 +237,30 @@ $dropdown-item-base: map-deep-merge(
|
|
|
225
237
|
padding-right: 0.25rem,
|
|
226
238
|
),
|
|
227
239
|
),
|
|
240
|
+
|
|
228
241
|
autofit-row: (
|
|
229
242
|
align-items: center,
|
|
230
243
|
margin-left: -0.25rem,
|
|
231
244
|
margin-right: -0.25rem,
|
|
232
245
|
width: auto,
|
|
246
|
+
|
|
233
247
|
autofit-col: (
|
|
234
248
|
padding-left: 0.25rem,
|
|
235
249
|
padding-right: 0.25rem,
|
|
236
250
|
),
|
|
237
251
|
),
|
|
252
|
+
|
|
238
253
|
inline-item: (
|
|
239
254
|
line-height: 1,
|
|
255
|
+
|
|
240
256
|
lexicon-icon: (
|
|
241
257
|
font-size: 1rem,
|
|
242
|
-
margin-top:
|
|
258
|
+
margin-top: 0rem,
|
|
243
259
|
),
|
|
244
260
|
),
|
|
261
|
+
|
|
245
262
|
label: (
|
|
246
|
-
margin-bottom:
|
|
263
|
+
margin-bottom: 0rem,
|
|
247
264
|
margin-top: 0.3125rem,
|
|
248
265
|
),
|
|
249
266
|
),
|
|
@@ -305,6 +322,7 @@ $dropdown-header: () !default;
|
|
|
305
322
|
$dropdown-header: map-deep-merge(
|
|
306
323
|
(
|
|
307
324
|
breakpoint-down: sm,
|
|
325
|
+
|
|
308
326
|
color: $dropdown-header-color,
|
|
309
327
|
display: block,
|
|
310
328
|
font-size: $dropdown-header-font-size,
|
|
@@ -317,11 +335,13 @@ $dropdown-header: map-deep-merge(
|
|
|
317
335
|
position: relative,
|
|
318
336
|
text-transform: $dropdown-header-text-transform,
|
|
319
337
|
word-wrap: break-word,
|
|
338
|
+
|
|
320
339
|
mobile: (
|
|
321
340
|
font-size: $dropdown-header-font-size-mobile,
|
|
322
341
|
),
|
|
342
|
+
|
|
323
343
|
first-child: (
|
|
324
|
-
margin-top:
|
|
344
|
+
margin-top: 0rem,
|
|
325
345
|
),
|
|
326
346
|
),
|
|
327
347
|
$dropdown-header
|
|
@@ -376,8 +396,9 @@ $dropdown-subheader: map-deep-merge(
|
|
|
376
396
|
text-transform: $dropdown-subheader-text-transform,
|
|
377
397
|
white-space: normal,
|
|
378
398
|
word-wrap: break-word,
|
|
399
|
+
|
|
379
400
|
first-child: (
|
|
380
|
-
margin-top:
|
|
401
|
+
margin-top: 0rem,
|
|
381
402
|
),
|
|
382
403
|
),
|
|
383
404
|
$dropdown-subheader
|
|
@@ -424,8 +445,8 @@ $dropdown-divider: () !default;
|
|
|
424
445
|
$dropdown-divider: map-merge(
|
|
425
446
|
(
|
|
426
447
|
border-top: 1px solid $dropdown-divider-bg,
|
|
427
|
-
height:
|
|
428
|
-
margin: $dropdown-divider-margin-y
|
|
448
|
+
height: 0rem,
|
|
449
|
+
margin: $dropdown-divider-margin-y 0rem,
|
|
429
450
|
overflow: hidden,
|
|
430
451
|
),
|
|
431
452
|
$dropdown-divider
|
|
@@ -438,7 +459,7 @@ $dropdown-divider: map-merge(
|
|
|
438
459
|
$dropdown-section-custom-control: () !default;
|
|
439
460
|
$dropdown-section-custom-control: map-deep-merge(
|
|
440
461
|
(
|
|
441
|
-
margin-bottom:
|
|
462
|
+
margin-bottom: 0rem,
|
|
442
463
|
),
|
|
443
464
|
$dropdown-section-custom-control
|
|
444
465
|
);
|
|
@@ -459,14 +480,19 @@ $dropdown-section: () !default;
|
|
|
459
480
|
$dropdown-section: map-deep-merge(
|
|
460
481
|
(
|
|
461
482
|
padding: $dropdown-item-padding-y $dropdown-item-padding-x,
|
|
483
|
+
|
|
462
484
|
form-group: (
|
|
463
485
|
form-group: (
|
|
464
|
-
margin-top: $dropdown-item-padding-y * 2,
|
|
486
|
+
margin-top: calc(#{$dropdown-item-padding-y} * 2),
|
|
465
487
|
),
|
|
466
488
|
),
|
|
489
|
+
|
|
467
490
|
custom-control: $dropdown-section-custom-control,
|
|
491
|
+
|
|
468
492
|
custom-control-label: $dropdown-section-custom-control-label,
|
|
493
|
+
|
|
469
494
|
custom-control-label-text: $dropdown-section-custom-control-label-text,
|
|
495
|
+
|
|
470
496
|
active: (
|
|
471
497
|
custom-control-label: $dropdown-section-active-custom-control-label,
|
|
472
498
|
),
|
|
@@ -480,7 +506,7 @@ $dropdown-footer: () !default;
|
|
|
480
506
|
$dropdown-footer: map-merge(
|
|
481
507
|
(
|
|
482
508
|
box-shadow: -1px -2px 3px -3px rgba(0, 0, 0, 0.5),
|
|
483
|
-
padding: 0.5rem $dropdown-item-padding-x
|
|
509
|
+
padding: 0.5rem $dropdown-item-padding-x 0rem,
|
|
484
510
|
position: relative,
|
|
485
511
|
),
|
|
486
512
|
$dropdown-footer
|
|
@@ -514,9 +540,10 @@ $dropdown-item-indicator-start: map-deep-merge(
|
|
|
514
540
|
) / 2)
|
|
515
541
|
),
|
|
516
542
|
width: $dropdown-item-indicator-size,
|
|
543
|
+
|
|
517
544
|
lexicon-icon: (
|
|
518
545
|
font-size: 1rem,
|
|
519
|
-
margin-top:
|
|
546
|
+
margin-top: 0rem,
|
|
520
547
|
),
|
|
521
548
|
),
|
|
522
549
|
$dropdown-item-indicator-start
|
|
@@ -527,14 +554,18 @@ $dropdown-item-indicator-text-start: map-deep-merge(
|
|
|
527
554
|
(
|
|
528
555
|
color: inherit,
|
|
529
556
|
display: block,
|
|
530
|
-
padding-left:
|
|
531
|
-
|
|
557
|
+
padding-left:
|
|
558
|
+
calc(
|
|
559
|
+
#{$dropdown-item-indicator-size} + #{$dropdown-item-indicator-spacer-x}
|
|
560
|
+
),
|
|
532
561
|
text-decoration: inherit,
|
|
533
562
|
width: 100%,
|
|
563
|
+
|
|
534
564
|
hover: (
|
|
535
565
|
color: inherit,
|
|
536
566
|
text-decoration: inherit,
|
|
537
567
|
),
|
|
568
|
+
|
|
538
569
|
focus: (
|
|
539
570
|
color: inherit,
|
|
540
571
|
text-decoration: inherit,
|
|
@@ -561,9 +592,10 @@ $dropdown-item-indicator-end: map-deep-merge(
|
|
|
561
592
|
) / 2)
|
|
562
593
|
),
|
|
563
594
|
width: $dropdown-item-indicator-size,
|
|
595
|
+
|
|
564
596
|
lexicon-icon: (
|
|
565
597
|
font-size: 16px,
|
|
566
|
-
margin-top:
|
|
598
|
+
margin-top: 0rem,
|
|
567
599
|
),
|
|
568
600
|
),
|
|
569
601
|
$dropdown-item-indicator-end
|
|
@@ -574,14 +606,18 @@ $dropdown-item-indicator-text-end: map-deep-merge(
|
|
|
574
606
|
(
|
|
575
607
|
color: inherit,
|
|
576
608
|
display: block,
|
|
577
|
-
padding-right:
|
|
578
|
-
|
|
609
|
+
padding-right:
|
|
610
|
+
calc(
|
|
611
|
+
#{$dropdown-item-indicator-size} + #{$dropdown-item-indicator-spacer-x}
|
|
612
|
+
),
|
|
579
613
|
text-decoration: inherit,
|
|
580
614
|
width: 100%,
|
|
615
|
+
|
|
581
616
|
hover: (
|
|
582
617
|
color: inherit,
|
|
583
618
|
text-decoration: inherit,
|
|
584
619
|
),
|
|
620
|
+
|
|
585
621
|
focus: (
|
|
586
622
|
color: inherit,
|
|
587
623
|
text-decoration: inherit,
|
|
@@ -596,8 +632,8 @@ $dropdown-menu-top: () !default;
|
|
|
596
632
|
$dropdown-menu-top: map-deep-merge(
|
|
597
633
|
(
|
|
598
634
|
bottom: 100% !important,
|
|
599
|
-
left:
|
|
600
|
-
margin-top:
|
|
635
|
+
left: 0rem !important,
|
|
636
|
+
margin-top: 0rem,
|
|
601
637
|
margin-bottom: $dropdown-spacer,
|
|
602
638
|
right: auto !important,
|
|
603
639
|
top: auto !important,
|
|
@@ -614,9 +650,9 @@ $dropdown-menu-top-right: map-deep-merge(
|
|
|
614
650
|
(
|
|
615
651
|
bottom: 100% !important,
|
|
616
652
|
left: auto !important,
|
|
617
|
-
margin-top:
|
|
653
|
+
margin-top: 0rem,
|
|
618
654
|
margin-bottom: $dropdown-spacer,
|
|
619
|
-
right:
|
|
655
|
+
right: 0rem !important,
|
|
620
656
|
top: auto !important,
|
|
621
657
|
transform: none !important,
|
|
622
658
|
will-change: auto !important,
|
|
@@ -631,7 +667,7 @@ $dropdown-menu-top-center: map-deep-merge(
|
|
|
631
667
|
(
|
|
632
668
|
bottom: 100% !important,
|
|
633
669
|
left: 50% !important,
|
|
634
|
-
margin-top:
|
|
670
|
+
margin-top: 0rem,
|
|
635
671
|
margin-bottom: $dropdown-spacer,
|
|
636
672
|
right: auto !important,
|
|
637
673
|
top: auto !important,
|
|
@@ -664,9 +700,9 @@ $dropdown-menu-left-side: map-deep-merge(
|
|
|
664
700
|
bottom: auto !important,
|
|
665
701
|
left: auto !important,
|
|
666
702
|
margin-right: $dropdown-spacer,
|
|
667
|
-
margin-top:
|
|
703
|
+
margin-top: 0rem,
|
|
668
704
|
right: 100% !important,
|
|
669
|
-
top:
|
|
705
|
+
top: 0rem !important,
|
|
670
706
|
transform: none !important,
|
|
671
707
|
will-change: auto !important,
|
|
672
708
|
),
|
|
@@ -678,10 +714,10 @@ $dropdown-menu-left-side: map-deep-merge(
|
|
|
678
714
|
$dropdown-menu-left-side-bottom: () !default;
|
|
679
715
|
$dropdown-menu-left-side-bottom: map-deep-merge(
|
|
680
716
|
(
|
|
681
|
-
bottom:
|
|
717
|
+
bottom: 0rem !important,
|
|
682
718
|
left: auto !important,
|
|
683
719
|
margin-right: $dropdown-spacer,
|
|
684
|
-
margin-top:
|
|
720
|
+
margin-top: 0rem,
|
|
685
721
|
right: 100% !important,
|
|
686
722
|
top: auto !important,
|
|
687
723
|
transform: none !important,
|
|
@@ -698,7 +734,7 @@ $dropdown-menu-left-side-middle: map-deep-merge(
|
|
|
698
734
|
bottom: auto !important,
|
|
699
735
|
left: auto !important,
|
|
700
736
|
margin-right: $dropdown-spacer,
|
|
701
|
-
margin-top:
|
|
737
|
+
margin-top: 0rem,
|
|
702
738
|
right: 100% !important,
|
|
703
739
|
top: 50% !important,
|
|
704
740
|
transform: translate(0, -50%) !important,
|
|
@@ -715,9 +751,9 @@ $dropdown-menu-right-side: map-deep-merge(
|
|
|
715
751
|
bottom: auto !important,
|
|
716
752
|
left: 100% !important,
|
|
717
753
|
margin-left: $dropdown-spacer,
|
|
718
|
-
margin-top:
|
|
754
|
+
margin-top: 0rem,
|
|
719
755
|
right: auto !important,
|
|
720
|
-
top:
|
|
756
|
+
top: 0rem !important,
|
|
721
757
|
transform: none !important,
|
|
722
758
|
will-change: auto !important,
|
|
723
759
|
),
|
|
@@ -729,10 +765,10 @@ $dropdown-menu-right-side: map-deep-merge(
|
|
|
729
765
|
$dropdown-menu-right-side-bottom: () !default;
|
|
730
766
|
$dropdown-menu-right-side-bottom: map-deep-merge(
|
|
731
767
|
(
|
|
732
|
-
bottom:
|
|
768
|
+
bottom: 0rem !important,
|
|
733
769
|
left: 100% !important,
|
|
734
770
|
margin-left: $dropdown-spacer,
|
|
735
|
-
margin-top:
|
|
771
|
+
margin-top: 0rem,
|
|
736
772
|
right: auto !important,
|
|
737
773
|
top: auto !important,
|
|
738
774
|
transform: none !important,
|
|
@@ -749,7 +785,7 @@ $dropdown-menu-right-side-middle: map-deep-merge(
|
|
|
749
785
|
bottom: auto !important,
|
|
750
786
|
left: 100% !important,
|
|
751
787
|
margin-left: $dropdown-spacer,
|
|
752
|
-
margin-top:
|
|
788
|
+
margin-top: 0rem,
|
|
753
789
|
right: auto !important,
|
|
754
790
|
top: 50% !important,
|
|
755
791
|
transform: translate(0, -50%) !important,
|
|
@@ -771,7 +807,7 @@ $dropdown-wide-width: 500px !default;
|
|
|
771
807
|
$dropdown-menu-width-shrink: () !default;
|
|
772
808
|
$dropdown-menu-width-shrink: map-deep-merge(
|
|
773
809
|
(
|
|
774
|
-
min-width:
|
|
810
|
+
min-width: 0rem,
|
|
775
811
|
),
|
|
776
812
|
$dropdown-menu-width-shrink
|
|
777
813
|
);
|
|
@@ -784,7 +820,7 @@ $dropdown-menu-width-full: map-merge(
|
|
|
784
820
|
left: 12px !important,
|
|
785
821
|
right: 12px !important,
|
|
786
822
|
max-width: none,
|
|
787
|
-
min-width:
|
|
823
|
+
min-width: 0rem,
|
|
788
824
|
width: calc(100% - 24px),
|
|
789
825
|
),
|
|
790
826
|
$dropdown-menu-width-full
|
|
@@ -796,7 +832,7 @@ $dropdown-menu-width-sm: () !default;
|
|
|
796
832
|
$dropdown-menu-width-sm: map-merge(
|
|
797
833
|
(
|
|
798
834
|
max-width: none,
|
|
799
|
-
min-width:
|
|
835
|
+
min-width: 0rem,
|
|
800
836
|
width: 500px,
|
|
801
837
|
),
|
|
802
838
|
$dropdown-menu-width-sm
|
|
@@ -819,7 +855,7 @@ $dropdown-menu-height-auto: map-merge(
|
|
|
819
855
|
(
|
|
820
856
|
height: auto,
|
|
821
857
|
max-height: none,
|
|
822
|
-
min-height:
|
|
858
|
+
min-height: 0rem,
|
|
823
859
|
),
|
|
824
860
|
$dropdown-menu-height-auto
|
|
825
861
|
);
|
|
@@ -866,6 +902,7 @@ $dropdown-action: map-deep-merge(
|
|
|
866
902
|
display: inline-block,
|
|
867
903
|
font-size: $dropdown-action-toggle-font-size,
|
|
868
904
|
vertical-align: middle,
|
|
905
|
+
|
|
869
906
|
dropdown-toggle: (
|
|
870
907
|
align-items: center,
|
|
871
908
|
border-radius:
|
|
@@ -877,20 +914,23 @@ $dropdown-action: map-deep-merge(
|
|
|
877
914
|
height: $dropdown-action-toggle-size,
|
|
878
915
|
justify-content: center,
|
|
879
916
|
line-height: inherit,
|
|
880
|
-
padding:
|
|
917
|
+
padding: 0rem,
|
|
881
918
|
text-transform: inherit,
|
|
882
919
|
vertical-align: baseline,
|
|
883
920
|
width: $dropdown-action-toggle-size,
|
|
921
|
+
|
|
884
922
|
disabled: (
|
|
885
923
|
cursor: $dropdown-action-toggle-disabled-cursor,
|
|
886
924
|
opacity: $dropdown-action-toggle-disabled-opacity,
|
|
887
925
|
),
|
|
926
|
+
|
|
888
927
|
lexicon-icon: (
|
|
889
|
-
margin-top:
|
|
928
|
+
margin-top: 0rem,
|
|
890
929
|
),
|
|
930
|
+
|
|
891
931
|
inline-item: (
|
|
892
932
|
lexicon-icon: (
|
|
893
|
-
margin-top:
|
|
933
|
+
margin-top: 0rem,
|
|
894
934
|
),
|
|
895
935
|
),
|
|
896
936
|
),
|
|
@@ -913,11 +953,13 @@ $dropdown-menu-alert: map-deep-merge(
|
|
|
913
953
|
line-height: $dropdown-alert-line-height,
|
|
914
954
|
margin: $dropdown-alert-margin,
|
|
915
955
|
padding: $dropdown-alert-padding-y $dropdown-alert-padding-x,
|
|
956
|
+
|
|
916
957
|
first-child: (
|
|
917
|
-
margin-top:
|
|
958
|
+
margin-top: 0rem,
|
|
918
959
|
),
|
|
960
|
+
|
|
919
961
|
last-child: (
|
|
920
|
-
margin-bottom:
|
|
962
|
+
margin-bottom: 0rem,
|
|
921
963
|
),
|
|
922
964
|
),
|
|
923
965
|
$dropdown-menu-alert
|
|
@@ -926,13 +968,15 @@ $dropdown-menu-alert: map-deep-merge(
|
|
|
926
968
|
$dropdown-menu-alert-fluid: () !default;
|
|
927
969
|
$dropdown-menu-alert-fluid: map-deep-merge(
|
|
928
970
|
(
|
|
929
|
-
margin-left:
|
|
930
|
-
margin-right:
|
|
971
|
+
margin-left: 0rem,
|
|
972
|
+
margin-right: 0rem,
|
|
973
|
+
|
|
931
974
|
first-child: (
|
|
932
|
-
margin-top:
|
|
975
|
+
margin-top: calc(#{$dropdown-padding-y} * -1),
|
|
933
976
|
),
|
|
977
|
+
|
|
934
978
|
last-child: (
|
|
935
|
-
margin-bottom:
|
|
979
|
+
margin-bottom: calc(#{$dropdown-padding-y} * -1),
|
|
936
980
|
),
|
|
937
981
|
),
|
|
938
982
|
$dropdown-menu-alert-fluid
|
|
@@ -963,44 +1007,52 @@ $dropdown-menu-palette: map-deep-merge(
|
|
|
963
1007
|
padding-right: 0.5rem,
|
|
964
1008
|
padding-top: 0.3125rem,
|
|
965
1009
|
),
|
|
1010
|
+
|
|
966
1011
|
dropdown-subheader: (
|
|
967
1012
|
padding-bottom: 0.4375rem,
|
|
968
1013
|
padding-left: 1.75rem,
|
|
969
1014
|
padding-right: 0.5rem,
|
|
970
1015
|
padding-top: 0.4375rem,
|
|
971
1016
|
),
|
|
1017
|
+
|
|
972
1018
|
dropdown-section: (
|
|
973
1019
|
padding-left: 1.75rem,
|
|
974
1020
|
padding-right: 0.5rem,
|
|
975
1021
|
),
|
|
1022
|
+
|
|
976
1023
|
dropdown-item: (
|
|
977
1024
|
padding-bottom: 0.375rem,
|
|
978
1025
|
padding-left: 1.75rem,
|
|
979
1026
|
padding-right: 0.5rem,
|
|
980
1027
|
padding-top: 0.3125rem,
|
|
981
1028
|
),
|
|
1029
|
+
|
|
982
1030
|
dropdown-item-scroll: (
|
|
983
1031
|
font-size: 1rem,
|
|
984
1032
|
height: 2rem,
|
|
985
|
-
padding:
|
|
1033
|
+
padding: 0rem,
|
|
986
1034
|
position: absolute,
|
|
987
1035
|
text-align: center,
|
|
988
1036
|
z-index: 1,
|
|
1037
|
+
|
|
989
1038
|
hover: (
|
|
990
1039
|
background-color: $dropdown-link-hover-bg,
|
|
991
1040
|
background-image: none,
|
|
992
1041
|
color: $dropdown-link-hover-color,
|
|
993
1042
|
),
|
|
1043
|
+
|
|
994
1044
|
focus: (
|
|
995
1045
|
background-color: $dropdown-link-hover-bg,
|
|
996
1046
|
background-image: none,
|
|
997
1047
|
color: $dropdown-link-hover-color,
|
|
998
1048
|
),
|
|
1049
|
+
|
|
999
1050
|
active: (
|
|
1000
1051
|
background-color: $dropdown-link-active-bg,
|
|
1001
1052
|
background-image: none,
|
|
1002
1053
|
color: $dropdown-link-active-color,
|
|
1003
1054
|
),
|
|
1055
|
+
|
|
1004
1056
|
disabled: (
|
|
1005
1057
|
background-color: transparent,
|
|
1006
1058
|
background-image: none,
|
|
@@ -1008,6 +1060,7 @@ $dropdown-menu-palette: map-deep-merge(
|
|
|
1008
1060
|
cursor: $dropdown-item-disabled-cursor,
|
|
1009
1061
|
),
|
|
1010
1062
|
),
|
|
1063
|
+
|
|
1011
1064
|
dropdown-item-scroll-up: (
|
|
1012
1065
|
background-image: (
|
|
1013
1066
|
linear-gradient(
|
|
@@ -1018,6 +1071,7 @@ $dropdown-menu-palette: map-deep-merge(
|
|
|
1018
1071
|
),
|
|
1019
1072
|
top: $dropdown-padding-y,
|
|
1020
1073
|
),
|
|
1074
|
+
|
|
1021
1075
|
dropdown-item-scroll-down: (
|
|
1022
1076
|
background-image: (
|
|
1023
1077
|
linear-gradient(
|
|
@@ -1028,23 +1082,28 @@ $dropdown-menu-palette: map-deep-merge(
|
|
|
1028
1082
|
),
|
|
1029
1083
|
bottom: $dropdown-padding-y,
|
|
1030
1084
|
),
|
|
1085
|
+
|
|
1031
1086
|
dropdown-divider: (
|
|
1032
|
-
margin: 0.3125rem
|
|
1087
|
+
margin: 0.3125rem 0rem,
|
|
1033
1088
|
),
|
|
1089
|
+
|
|
1034
1090
|
dropdown-menu-indicator-start: (
|
|
1035
1091
|
dropdown-item-indicator-start: (
|
|
1036
1092
|
left: 0.5rem,
|
|
1037
1093
|
),
|
|
1038
1094
|
),
|
|
1095
|
+
|
|
1039
1096
|
dropdown-menu-indicator-end: (
|
|
1040
1097
|
dropdown-item-indicator-end: (
|
|
1041
1098
|
right: 0.5rem,
|
|
1042
1099
|
),
|
|
1043
1100
|
),
|
|
1101
|
+
|
|
1044
1102
|
inline-scroller: (
|
|
1045
1103
|
max-height: 224px,
|
|
1046
1104
|
),
|
|
1047
1105
|
),
|
|
1106
|
+
|
|
1048
1107
|
'.dropdown-menu-select.dropdown-menu-height-lg': (
|
|
1049
1108
|
inline-scroller: (
|
|
1050
1109
|
max-height: 432px,
|
|
@@ -45,7 +45,7 @@ $c-empty-state-title: map-deep-merge(
|
|
|
45
45
|
font-size: 1.25rem,
|
|
46
46
|
font-weight: $font-weight-semi-bold,
|
|
47
47
|
line-height: $headings-line-height,
|
|
48
|
-
margin-bottom:
|
|
48
|
+
margin-bottom: 0rem,
|
|
49
49
|
margin-top: 2.5rem,
|
|
50
50
|
max-width: 100%,
|
|
51
51
|
word-wrap: break-word,
|
|
@@ -57,7 +57,7 @@ $c-empty-state-text: () !default;
|
|
|
57
57
|
$c-empty-state-text: map-deep-merge(
|
|
58
58
|
(
|
|
59
59
|
color: $secondary,
|
|
60
|
-
margin-bottom:
|
|
60
|
+
margin-bottom: 0rem,
|
|
61
61
|
margin-top: 0.5rem,
|
|
62
62
|
max-width: 100%,
|
|
63
63
|
word-wrap: break-word,
|
|
@@ -84,13 +84,16 @@ $c-empty-state-sm: map-deep-merge(
|
|
|
84
84
|
margin: 2.5rem auto 2rem,
|
|
85
85
|
max-width: 268px,
|
|
86
86
|
),
|
|
87
|
+
|
|
87
88
|
c-empty-state-image: (
|
|
88
89
|
max-width: 120px,
|
|
89
90
|
),
|
|
91
|
+
|
|
90
92
|
c-empty-state-title: (
|
|
91
93
|
font-size: 1rem,
|
|
92
94
|
line-height: 1.5,
|
|
93
95
|
),
|
|
96
|
+
|
|
94
97
|
c-empty-state-text: (
|
|
95
98
|
font-size: 0.875rem,
|
|
96
99
|
),
|