@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
|
@@ -23,8 +23,8 @@ $clay-color-input-group-text: map-merge(
|
|
|
23
23
|
background-color:
|
|
24
24
|
setter(map-get($clay-color-input-group-text, bg), $white),
|
|
25
25
|
border-color: $clay-color-border-color,
|
|
26
|
-
padding-left:
|
|
27
|
-
padding-right:
|
|
26
|
+
padding-left: 0rem,
|
|
27
|
+
padding-right: 0rem,
|
|
28
28
|
),
|
|
29
29
|
$clay-color-input-group-text
|
|
30
30
|
);
|
|
@@ -53,7 +53,7 @@ $clay-color-dropdown-menu: map-deep-merge(
|
|
|
53
53
|
(
|
|
54
54
|
max-height: 500px,
|
|
55
55
|
max-width: none,
|
|
56
|
-
padding-bottom:
|
|
56
|
+
padding-bottom: 0rem,
|
|
57
57
|
padding-left: 1rem,
|
|
58
58
|
padding-right: 1rem,
|
|
59
59
|
padding-top: 1rem,
|
|
@@ -113,6 +113,7 @@ $clay-color-dropdown-menu-component-action: map-deep-merge(
|
|
|
113
113
|
background-color: transparent,
|
|
114
114
|
color: $black,
|
|
115
115
|
),
|
|
116
|
+
|
|
116
117
|
focus: (
|
|
117
118
|
box-shadow: $component-focus-box-shadow,
|
|
118
119
|
color: $black,
|
|
@@ -154,11 +155,12 @@ $clay-color-btn: map-deep-merge(
|
|
|
154
155
|
(
|
|
155
156
|
border-radius: 2px,
|
|
156
157
|
height: 1.5rem,
|
|
157
|
-
padding-bottom:
|
|
158
|
-
padding-left:
|
|
159
|
-
padding-right:
|
|
160
|
-
padding-top:
|
|
158
|
+
padding-bottom: 0rem,
|
|
159
|
+
padding-left: 0rem,
|
|
160
|
+
padding-right: 0rem,
|
|
161
|
+
padding-top: 0rem,
|
|
161
162
|
width: 1.5rem,
|
|
163
|
+
|
|
162
164
|
active: (
|
|
163
165
|
box-shadow: $component-focus-box-shadow,
|
|
164
166
|
),
|
|
@@ -185,13 +187,14 @@ $clay-color-pointer: map-deep-merge(
|
|
|
185
187
|
border-style: solid,
|
|
186
188
|
border-width: 2px,
|
|
187
189
|
height: 0.875rem,
|
|
188
|
-
padding-bottom:
|
|
189
|
-
padding-left:
|
|
190
|
-
padding-right:
|
|
191
|
-
padding-top:
|
|
190
|
+
padding-bottom: 0rem,
|
|
191
|
+
padding-left: 0rem,
|
|
192
|
+
padding-right: 0rem,
|
|
193
|
+
padding-top: 0rem,
|
|
192
194
|
position: absolute,
|
|
193
195
|
transition: box-shadow 0.15s ease-in-out,
|
|
194
196
|
width: 0.875rem,
|
|
197
|
+
|
|
195
198
|
focus: (
|
|
196
199
|
box-shadow: $component-focus-box-shadow,
|
|
197
200
|
outline: 0,
|
|
@@ -295,7 +298,7 @@ $clay-color-map-values-form-group: () !default;
|
|
|
295
298
|
$clay-color-map-values-input: () !default;
|
|
296
299
|
$clay-color-map-values-input: map-deep-merge(
|
|
297
300
|
(
|
|
298
|
-
padding-left:
|
|
301
|
+
padding-left: 0rem,
|
|
299
302
|
padding-right: 10%,
|
|
300
303
|
text-align: right,
|
|
301
304
|
),
|
|
@@ -309,7 +312,7 @@ $clay-color-map-values-input-group-inset-item-before: map-merge(
|
|
|
309
312
|
(
|
|
310
313
|
font-weight: $font-weight-semi-bold,
|
|
311
314
|
padding-left: 10%,
|
|
312
|
-
padding-right:
|
|
315
|
+
padding-right: 0rem,
|
|
313
316
|
min-width: 1.125rem,
|
|
314
317
|
),
|
|
315
318
|
$clay-color-map-values-input-group-inset-item-before
|
|
@@ -349,22 +352,25 @@ $clay-color-form-group: map-deep-merge(
|
|
|
349
352
|
align-items: center,
|
|
350
353
|
margin-top: 0.25rem,
|
|
351
354
|
margin-bottom: 1rem,
|
|
355
|
+
|
|
352
356
|
clay-range: (
|
|
353
357
|
flex-grow: 1,
|
|
354
358
|
flex-shrink: 0,
|
|
355
359
|
margin-right: 1rem,
|
|
356
360
|
width: 144px,
|
|
357
361
|
),
|
|
362
|
+
|
|
358
363
|
form-control: (
|
|
359
|
-
padding-left:
|
|
364
|
+
padding-left: 0rem,
|
|
360
365
|
padding-right: 10%,
|
|
361
366
|
text-align: right,
|
|
362
367
|
),
|
|
368
|
+
|
|
363
369
|
input-group: (
|
|
364
370
|
input-group-inset-item-before: (
|
|
365
371
|
font-weight: $font-weight-semi-bold,
|
|
366
372
|
padding-left: 10%,
|
|
367
|
-
padding-right:
|
|
373
|
+
padding-right: 0rem,
|
|
368
374
|
min-width: 1.125rem,
|
|
369
375
|
),
|
|
370
376
|
),
|
|
@@ -379,11 +385,13 @@ $clay-color-slider: map-deep-merge(
|
|
|
379
385
|
(
|
|
380
386
|
clay-range-input: (
|
|
381
387
|
border-radius: 100px,
|
|
388
|
+
|
|
382
389
|
clay-range-track: (
|
|
383
390
|
border-radius: inherit,
|
|
384
391
|
height: 0.5rem,
|
|
385
392
|
margin-top: -0.25rem,
|
|
386
393
|
),
|
|
394
|
+
|
|
387
395
|
clay-range-progress: (
|
|
388
396
|
background-color: transparent,
|
|
389
397
|
border-radius: inherit,
|
|
@@ -391,20 +399,24 @@ $clay-color-slider: map-deep-merge(
|
|
|
391
399
|
margin-top: -0.25rem,
|
|
392
400
|
width: 100%,
|
|
393
401
|
),
|
|
402
|
+
|
|
394
403
|
ms-thumb: (
|
|
395
404
|
visibility: visible,
|
|
396
405
|
),
|
|
406
|
+
|
|
397
407
|
moz-range-thumb: (
|
|
398
408
|
height: 0.625rem,
|
|
399
409
|
visibility: visible,
|
|
400
410
|
width: 0.625rem,
|
|
401
411
|
),
|
|
412
|
+
|
|
402
413
|
webkit-slider-thumb: (
|
|
403
414
|
visibility: visible,
|
|
404
415
|
),
|
|
416
|
+
|
|
405
417
|
clay-range-thumb: (
|
|
406
418
|
background-color: currentColor,
|
|
407
|
-
border-width:
|
|
419
|
+
border-width: 0rem,
|
|
408
420
|
box-shadow: 0 0 0 0.125rem $white,
|
|
409
421
|
height: 0.625rem,
|
|
410
422
|
margin-top: -0.3125rem,
|
|
@@ -413,16 +425,19 @@ $clay-color-slider: map-deep-merge(
|
|
|
413
425
|
visibility: hidden,
|
|
414
426
|
width: 0.625rem,
|
|
415
427
|
),
|
|
428
|
+
|
|
416
429
|
form-control-range: (
|
|
417
430
|
background-color: inherit,
|
|
418
431
|
border-radius: inherit,
|
|
419
432
|
color: inherit,
|
|
420
433
|
height: 0.5rem,
|
|
434
|
+
|
|
421
435
|
webkit-slider-runnable-track: (
|
|
422
436
|
-webkit-appearance: none,
|
|
423
437
|
appearance: none,
|
|
424
438
|
),
|
|
425
439
|
),
|
|
440
|
+
|
|
426
441
|
focus: (
|
|
427
442
|
clay-range-thumb: (
|
|
428
443
|
box-shadow: #{0 0 0 0.125rem $white,
|
|
@@ -439,6 +454,7 @@ $clay-color-slider-hue: map-deep-merge(
|
|
|
439
454
|
(
|
|
440
455
|
clay-range-input: (
|
|
441
456
|
color: #26affd,
|
|
457
|
+
|
|
442
458
|
clay-range-track: (
|
|
443
459
|
background-image:
|
|
444
460
|
linear-gradient(
|
|
@@ -462,6 +478,7 @@ $clay-color-slider-alpha: map-deep-merge(
|
|
|
462
478
|
(
|
|
463
479
|
clay-range-input: (
|
|
464
480
|
color: $black,
|
|
481
|
+
|
|
465
482
|
clay-range-track: (
|
|
466
483
|
background-color: $white,
|
|
467
484
|
background-image: #{linear-gradient(
|
|
@@ -486,6 +503,7 @@ $clay-color-slider-alpha: map-deep-merge(
|
|
|
486
503
|
-4px 0px},
|
|
487
504
|
background-size: 8px 8px,
|
|
488
505
|
),
|
|
506
|
+
|
|
489
507
|
form-control-range: (
|
|
490
508
|
background-image:
|
|
491
509
|
linear-gradient(90deg, transparent 0%, currentcolor 100%),
|
|
@@ -509,7 +527,7 @@ $clay-color-sm-input-group-inset-item-before: map-merge(
|
|
|
509
527
|
$clay-color-sm-input-group-text: () !default;
|
|
510
528
|
$clay-color-sm-input-group-text: map-merge(
|
|
511
529
|
(
|
|
512
|
-
padding:
|
|
530
|
+
padding: 0rem,
|
|
513
531
|
),
|
|
514
532
|
$clay-color-sm-input-group-text
|
|
515
533
|
);
|
|
@@ -519,7 +537,7 @@ $clay-color-sm-clay-color-btn: map-deep-merge(
|
|
|
519
537
|
(
|
|
520
538
|
border-radius: 2px,
|
|
521
539
|
height: 1.25rem,
|
|
522
|
-
padding:
|
|
540
|
+
padding: 0rem,
|
|
523
541
|
width: 1.25rem,
|
|
524
542
|
),
|
|
525
543
|
$clay-color-sm-clay-color-btn
|
|
@@ -44,7 +44,7 @@ $custom-control-indicator-box-shadow: if(
|
|
|
44
44
|
$input-box-shadow,
|
|
45
45
|
inset 0 1px 1px rgba($black, 0.075)
|
|
46
46
|
) !default;
|
|
47
|
-
$custom-control-indicator-position-top:
|
|
47
|
+
$custom-control-indicator-position-top: 0px !default;
|
|
48
48
|
|
|
49
49
|
$custom-control-indicator-focus-border-color: if(
|
|
50
50
|
variable-exists(input-focus-border-color),
|
|
@@ -61,8 +61,8 @@ $custom-control-indicator-active-bg: clay-lighten(
|
|
|
61
61
|
$component-active-bg,
|
|
62
62
|
0.35
|
|
63
63
|
) !default;
|
|
64
|
-
$custom-control-indicator-active-box-shadow: none !default;
|
|
65
64
|
$custom-control-indicator-active-border-color: $custom-control-indicator-active-bg !default;
|
|
65
|
+
$custom-control-indicator-active-box-shadow: none !default;
|
|
66
66
|
$custom-control-indicator-active-color: $component-active-color !default;
|
|
67
67
|
|
|
68
68
|
$custom-control-indicator-disabled-bg: if(
|
|
@@ -83,21 +83,25 @@ $custom-control-indicator-checked-box-shadow: none !default;
|
|
|
83
83
|
/// @deprecated as of v2.2.1 use `$custom-control-indicator-checked-active-bg` instead
|
|
84
84
|
|
|
85
85
|
$custom-control-indicator-active-checked-bg: null !default;
|
|
86
|
+
|
|
86
87
|
$custom-control-indicator-checked-active-bg: $custom-control-indicator-active-checked-bg !default;
|
|
87
88
|
|
|
88
89
|
/// @deprecated as of v2.2.1 use `$custom-control-indicator-checked-active-border-color` instead
|
|
89
90
|
|
|
90
91
|
$custom-control-indicator-active-checked-border-color: null !default;
|
|
92
|
+
|
|
91
93
|
$custom-control-indicator-checked-active-border-color: $custom-control-indicator-active-checked-border-color !default;
|
|
92
94
|
|
|
93
95
|
/// @deprecated as of v2.2.1 use `$custom-control-indicator-checked-disabled-bg` instead
|
|
94
96
|
|
|
95
97
|
$custom-control-indicator-disabled-checked-bg: rgba($primary, 0.5) !default;
|
|
98
|
+
|
|
96
99
|
$custom-control-indicator-checked-disabled-bg: $custom-control-indicator-disabled-checked-bg !default;
|
|
97
100
|
|
|
98
101
|
/// @deprecated as of v2.2.1 use `$custom-control-indicator-checked-disabled-border-color` instead
|
|
99
102
|
|
|
100
103
|
$custom-control-indicator-disabled-checked-border-color: null !default;
|
|
104
|
+
|
|
101
105
|
$custom-control-indicator-checked-disabled-border-color: $custom-control-indicator-disabled-checked-border-color !default;
|
|
102
106
|
|
|
103
107
|
// .custom-control
|
|
@@ -162,9 +166,10 @@ $custom-control-label: map-deep-merge(
|
|
|
162
166
|
font-size: $custom-control-description-font-size,
|
|
163
167
|
font-weight: $custom-control-description-font-weight,
|
|
164
168
|
line-height: $custom-control-description-line-height,
|
|
165
|
-
margin-bottom:
|
|
169
|
+
margin-bottom: 0rem,
|
|
166
170
|
position: static,
|
|
167
171
|
vertical-align: top,
|
|
172
|
+
|
|
168
173
|
before: (
|
|
169
174
|
background-color: $custom-control-indicator-bg,
|
|
170
175
|
border-color: $custom-control-indicator-border-color,
|
|
@@ -177,12 +182,13 @@ $custom-control-label: map-deep-merge(
|
|
|
177
182
|
float: left,
|
|
178
183
|
font-size: $custom-control-indicator-size,
|
|
179
184
|
height: $custom-control-indicator-size,
|
|
180
|
-
left:
|
|
185
|
+
left: 0rem,
|
|
181
186
|
position: relative,
|
|
182
187
|
top: 0.25rem,
|
|
183
188
|
transition: clay-enable-transitions($custom-forms-transition),
|
|
184
189
|
width: $custom-control-indicator-size,
|
|
185
190
|
),
|
|
191
|
+
|
|
186
192
|
after: (
|
|
187
193
|
background: no-repeat 50% / #{$custom-control-indicator-bg-size},
|
|
188
194
|
border-radius: $rounded-circle-border-radius,
|
|
@@ -205,6 +211,7 @@ $custom-control-label-disabled: map-deep-merge(
|
|
|
205
211
|
(
|
|
206
212
|
color: $custom-control-label-disabled-color,
|
|
207
213
|
cursor: $custom-control-description-disabled-cursor,
|
|
214
|
+
|
|
208
215
|
before: (
|
|
209
216
|
background-color: $custom-control-indicator-disabled-bg,
|
|
210
217
|
border-color: $custom-control-indicator-disabled-border-color,
|
|
@@ -254,14 +261,16 @@ $custom-control: map-deep-merge(
|
|
|
254
261
|
min-height: $custom-control-min-height,
|
|
255
262
|
position: relative,
|
|
256
263
|
text-align: left,
|
|
264
|
+
|
|
257
265
|
only-child: (
|
|
258
|
-
margin-bottom:
|
|
266
|
+
margin-bottom: 0rem,
|
|
259
267
|
),
|
|
268
|
+
|
|
260
269
|
label: (
|
|
261
270
|
cursor: map-get($custom-control-label, cursor),
|
|
262
271
|
display: inline,
|
|
263
272
|
font-size: $font-size-base,
|
|
264
|
-
margin-bottom:
|
|
273
|
+
margin-bottom: 0rem,
|
|
265
274
|
),
|
|
266
275
|
),
|
|
267
276
|
$custom-control
|
|
@@ -285,16 +294,19 @@ $custom-control-input: map-deep-merge(
|
|
|
285
294
|
top: $custom-control-indicator-position-top,
|
|
286
295
|
width: 1.5rem,
|
|
287
296
|
z-index: 1,
|
|
297
|
+
|
|
288
298
|
focus: (
|
|
289
299
|
custom-control-label: (
|
|
290
300
|
before: (
|
|
291
301
|
border-color: $custom-control-indicator-focus-border-color,
|
|
292
302
|
),
|
|
303
|
+
|
|
293
304
|
after: (
|
|
294
305
|
box-shadow: $custom-control-indicator-focus-box-shadow,
|
|
295
306
|
),
|
|
296
307
|
),
|
|
297
308
|
),
|
|
309
|
+
|
|
298
310
|
active: (
|
|
299
311
|
custom-control-label: (
|
|
300
312
|
before: (
|
|
@@ -305,9 +317,11 @@ $custom-control-input: map-deep-merge(
|
|
|
305
317
|
),
|
|
306
318
|
),
|
|
307
319
|
),
|
|
320
|
+
|
|
308
321
|
disabled: (
|
|
309
322
|
custom-control-label: $custom-control-label-disabled,
|
|
310
323
|
),
|
|
324
|
+
|
|
311
325
|
checked: (
|
|
312
326
|
custom-control-label: (
|
|
313
327
|
before: (
|
|
@@ -320,6 +334,7 @@ $custom-control-input: map-deep-merge(
|
|
|
320
334
|
color: $custom-control-indicator-checked-color,
|
|
321
335
|
),
|
|
322
336
|
),
|
|
337
|
+
|
|
323
338
|
active: (
|
|
324
339
|
custom-control-label: (
|
|
325
340
|
before: (
|
|
@@ -330,8 +345,10 @@ $custom-control-input: map-deep-merge(
|
|
|
330
345
|
),
|
|
331
346
|
),
|
|
332
347
|
),
|
|
348
|
+
|
|
333
349
|
disabled: (
|
|
334
350
|
cursor: $custom-control-indicator-disabled-cursor,
|
|
351
|
+
|
|
335
352
|
custom-control-label: (
|
|
336
353
|
before: (
|
|
337
354
|
background-color: $custom-control-indicator-disabled-bg,
|
|
@@ -339,6 +356,7 @@ $custom-control-input: map-deep-merge(
|
|
|
339
356
|
),
|
|
340
357
|
),
|
|
341
358
|
),
|
|
359
|
+
|
|
342
360
|
readonly: (
|
|
343
361
|
custom-control-label: (
|
|
344
362
|
before: (
|
|
@@ -396,6 +414,7 @@ $custom-checkbox: map-deep-merge(
|
|
|
396
414
|
),
|
|
397
415
|
),
|
|
398
416
|
),
|
|
417
|
+
|
|
399
418
|
checked: (
|
|
400
419
|
custom-control-label: (
|
|
401
420
|
after: (
|
|
@@ -405,6 +424,7 @@ $custom-checkbox: map-deep-merge(
|
|
|
405
424
|
$custom-checkbox-indicator-icon-checked-bg-size,
|
|
406
425
|
),
|
|
407
426
|
),
|
|
427
|
+
|
|
408
428
|
disabled: (
|
|
409
429
|
custom-control-label: (
|
|
410
430
|
before: (
|
|
@@ -413,11 +433,13 @@ $custom-checkbox: map-deep-merge(
|
|
|
413
433
|
),
|
|
414
434
|
),
|
|
415
435
|
),
|
|
436
|
+
|
|
416
437
|
readonly: (
|
|
417
438
|
custom-control-label: (
|
|
418
439
|
before: (
|
|
419
|
-
background-color: $
|
|
440
|
+
background-color: $custom-control-indicator-bg,
|
|
420
441
|
),
|
|
442
|
+
|
|
421
443
|
after: (
|
|
422
444
|
background-image:
|
|
423
445
|
clay-svg-url(
|
|
@@ -427,6 +449,7 @@ $custom-checkbox: map-deep-merge(
|
|
|
427
449
|
),
|
|
428
450
|
),
|
|
429
451
|
),
|
|
452
|
+
|
|
430
453
|
indeterminate: (
|
|
431
454
|
custom-control-label: (
|
|
432
455
|
before: (
|
|
@@ -439,6 +462,7 @@ $custom-checkbox: map-deep-merge(
|
|
|
439
462
|
$custom-checkbox-indicator-indeterminate-box-shadow
|
|
440
463
|
),
|
|
441
464
|
),
|
|
465
|
+
|
|
442
466
|
after: (
|
|
443
467
|
background-image:
|
|
444
468
|
escape-svg(
|
|
@@ -448,6 +472,7 @@ $custom-checkbox: map-deep-merge(
|
|
|
448
472
|
$custom-checkbox-indicator-icon-indeterminate-bg-size,
|
|
449
473
|
),
|
|
450
474
|
),
|
|
475
|
+
|
|
451
476
|
disabled: (
|
|
452
477
|
custom-control-label: (
|
|
453
478
|
before: (
|
|
@@ -458,12 +483,14 @@ $custom-checkbox: map-deep-merge(
|
|
|
458
483
|
),
|
|
459
484
|
),
|
|
460
485
|
),
|
|
486
|
+
|
|
461
487
|
readonly: (
|
|
462
488
|
custom-control-label: (
|
|
463
489
|
before: (
|
|
464
490
|
background-color: $custom-control-indicator-bg,
|
|
465
491
|
border-color: $custom-control-indicator-border-color,
|
|
466
492
|
),
|
|
493
|
+
|
|
467
494
|
after: (
|
|
468
495
|
background-image:
|
|
469
496
|
clay-svg-url(
|
|
@@ -492,6 +519,7 @@ $custom-radio-indicator-disabled-border-color: null !default;
|
|
|
492
519
|
/// @deprecated as of v2.2.1 use `$custom-radio-indicator-checked-disabled-border-color` instead
|
|
493
520
|
|
|
494
521
|
$custom-radio-indicator-disabled-checked-border-color: null !default;
|
|
522
|
+
|
|
495
523
|
$custom-radio-indicator-checked-disabled-border-color: $custom-radio-indicator-disabled-checked-border-color !default;
|
|
496
524
|
|
|
497
525
|
$custom-radio: () !default;
|
|
@@ -503,6 +531,7 @@ $custom-radio: map-deep-merge(
|
|
|
503
531
|
border-radius: $custom-radio-indicator-border-radius,
|
|
504
532
|
),
|
|
505
533
|
),
|
|
534
|
+
|
|
506
535
|
disabled: (
|
|
507
536
|
custom-control-label: (
|
|
508
537
|
before: (
|
|
@@ -511,6 +540,7 @@ $custom-radio: map-deep-merge(
|
|
|
511
540
|
),
|
|
512
541
|
),
|
|
513
542
|
),
|
|
543
|
+
|
|
514
544
|
checked: (
|
|
515
545
|
custom-control-label: (
|
|
516
546
|
after: (
|
|
@@ -520,6 +550,7 @@ $custom-radio: map-deep-merge(
|
|
|
520
550
|
$custom-radio-indicator-icon-checked-bg-size,
|
|
521
551
|
),
|
|
522
552
|
),
|
|
553
|
+
|
|
523
554
|
disabled: (
|
|
524
555
|
custom-control-label: (
|
|
525
556
|
before: (
|
|
@@ -546,6 +577,7 @@ $custom-control-outside: map-deep-merge(
|
|
|
546
577
|
#{$custom-control-indicator-size} + #{$custom-control-description-padding-left}
|
|
547
578
|
),
|
|
548
579
|
),
|
|
580
|
+
|
|
549
581
|
custom-control-input: (
|
|
550
582
|
custom-control-label: (
|
|
551
583
|
before: (
|
|
@@ -553,8 +585,9 @@ $custom-control-outside: map-deep-merge(
|
|
|
553
585
|
),
|
|
554
586
|
),
|
|
555
587
|
),
|
|
588
|
+
|
|
556
589
|
custom-control-label-text: (
|
|
557
|
-
padding-left:
|
|
590
|
+
padding-left: 0rem,
|
|
558
591
|
),
|
|
559
592
|
),
|
|
560
593
|
$custom-control-outside
|
|
@@ -564,11 +597,13 @@ $custom-control-outside: map-deep-merge(
|
|
|
564
597
|
|
|
565
598
|
/// @deprecated as of v3.x with no replacement
|
|
566
599
|
|
|
567
|
-
$custom-switch-width: $custom-control-indicator-size * 1.75 !default;
|
|
600
|
+
$custom-switch-width: calc(#{$custom-control-indicator-size} * 1.75) !default;
|
|
568
601
|
|
|
569
602
|
/// @deprecated as of v3.x with no replacement
|
|
570
603
|
|
|
571
|
-
$custom-switch-indicator-border-radius:
|
|
604
|
+
$custom-switch-indicator-border-radius: calc(
|
|
605
|
+
#{$custom-control-indicator-size} * 0.5
|
|
606
|
+
) !default;
|
|
572
607
|
|
|
573
608
|
/// @deprecated as of v3.x with no replacement
|
|
574
609
|
|
|
@@ -739,7 +774,7 @@ $custom-select-feedback-icon-padding-right: calc(
|
|
|
739
774
|
/// @deprecated as of v3.x with no replacement
|
|
740
775
|
|
|
741
776
|
$custom-select-feedback-icon-position: center right
|
|
742
|
-
($custom-select-padding-x + $custom-select-indicator-padding) !default;
|
|
777
|
+
calc(#{$custom-select-padding-x} + #{$custom-select-indicator-padding}) !default;
|
|
743
778
|
|
|
744
779
|
/// @deprecated as of v3.x with no replacement
|
|
745
780
|
|
|
@@ -845,7 +880,7 @@ $custom-range-thumb-bg: $component-active-bg !default;
|
|
|
845
880
|
|
|
846
881
|
/// @deprecated as of v3.x with no replacement
|
|
847
882
|
|
|
848
|
-
$custom-range-thumb-border:
|
|
883
|
+
$custom-range-thumb-border: 0px !default;
|
|
849
884
|
|
|
850
885
|
/// @deprecated as of v3.x with no replacement
|
|
851
886
|
|
|
@@ -5,15 +5,16 @@ $date-picker-dropdown-menu: map-deep-merge(
|
|
|
5
5
|
(
|
|
6
6
|
max-height: none,
|
|
7
7
|
max-width: 370px,
|
|
8
|
-
padding-bottom:
|
|
9
|
-
padding-left:
|
|
10
|
-
padding-right:
|
|
11
|
-
padding-top:
|
|
8
|
+
padding-bottom: 0rem,
|
|
9
|
+
padding-left: 0rem,
|
|
10
|
+
padding-right: 0rem,
|
|
11
|
+
padding-top: 0rem,
|
|
12
12
|
width: 100%,
|
|
13
|
+
|
|
13
14
|
media-breakpoint-down: (
|
|
14
15
|
xs: (
|
|
15
16
|
font-size: 0.75rem,
|
|
16
|
-
margin:
|
|
17
|
+
margin: 0rem,
|
|
17
18
|
max-height: 255px,
|
|
18
19
|
max-width: 264px,
|
|
19
20
|
),
|
|
@@ -39,12 +40,15 @@ $date-picker-nav-btn: map-deep-merge(
|
|
|
39
40
|
(
|
|
40
41
|
color: $gray-600,
|
|
41
42
|
transition: $component-transition,
|
|
43
|
+
|
|
42
44
|
hover: (
|
|
43
45
|
background-color: $gray-200,
|
|
44
46
|
),
|
|
47
|
+
|
|
45
48
|
focus: (
|
|
46
49
|
box-shadow: $component-focus-box-shadow,
|
|
47
50
|
),
|
|
51
|
+
|
|
48
52
|
disabled: (
|
|
49
53
|
background-color: transparent,
|
|
50
54
|
box-shadow: none,
|
|
@@ -58,10 +62,11 @@ $date-picker-nav-btn: map-deep-merge(
|
|
|
58
62
|
$date-picker-nav-btn-monospaced: () !default;
|
|
59
63
|
$date-picker-nav-btn-monospaced: map-deep-merge(
|
|
60
64
|
(
|
|
61
|
-
margin-bottom:
|
|
65
|
+
margin-bottom: 0rem,
|
|
62
66
|
margin-left: 0.125rem,
|
|
63
67
|
margin-right: 0.125rem,
|
|
64
|
-
margin-top:
|
|
68
|
+
margin-top: 0rem,
|
|
69
|
+
|
|
65
70
|
media-breakpoint-down: (
|
|
66
71
|
xs: (
|
|
67
72
|
font-size: 0.75rem,
|
|
@@ -98,7 +103,8 @@ $date-picker-row: map-deep-merge(
|
|
|
98
103
|
list-style: none,
|
|
99
104
|
margin-bottom: 0.5rem,
|
|
100
105
|
margin-top: 0.5rem,
|
|
101
|
-
padding:
|
|
106
|
+
padding: 0rem,
|
|
107
|
+
|
|
102
108
|
media-breakpoint-down: (
|
|
103
109
|
xs: (
|
|
104
110
|
margin-bottom: 0.25rem,
|
|
@@ -115,22 +121,27 @@ $date-picker-col: map-deep-merge(
|
|
|
115
121
|
display: flex,
|
|
116
122
|
flex-grow: 1,
|
|
117
123
|
justify-content: center,
|
|
124
|
+
|
|
118
125
|
c-selected: (
|
|
119
126
|
background-image: linear-gradient($primary-l3, $primary-l3),
|
|
120
127
|
background-repeat: no-repeat,
|
|
121
128
|
),
|
|
129
|
+
|
|
122
130
|
c-selected-first-child: (
|
|
123
131
|
border-bottom-left-radius: 100px,
|
|
124
132
|
border-top-left-radius: 100px,
|
|
125
133
|
),
|
|
134
|
+
|
|
126
135
|
c-selected-last-child: (
|
|
127
136
|
border-bottom-right-radius: 100px,
|
|
128
137
|
border-top-right-radius: 100px,
|
|
129
138
|
),
|
|
139
|
+
|
|
130
140
|
c-selected-start: (
|
|
131
141
|
background-position: right top,
|
|
132
142
|
background-size: 50% 100%,
|
|
133
143
|
),
|
|
144
|
+
|
|
134
145
|
c-selected-end: (
|
|
135
146
|
background-position: left top,
|
|
136
147
|
background-size: 50% 100%,
|
|
@@ -143,7 +154,8 @@ $date-picker-days-row: () !default;
|
|
|
143
154
|
$date-picker-days-row: map-deep-merge(
|
|
144
155
|
(
|
|
145
156
|
margin-bottom: 1rem,
|
|
146
|
-
margin-top:
|
|
157
|
+
margin-top: 0rem,
|
|
158
|
+
|
|
147
159
|
media-breakpoint-down: (
|
|
148
160
|
xs: (
|
|
149
161
|
margin-bottom: 0.25rem,
|
|
@@ -183,6 +195,7 @@ $date-picker-calendar-header-container: map-merge(
|
|
|
183
195
|
padding-left: 1rem,
|
|
184
196
|
padding-right: 1rem,
|
|
185
197
|
padding-top: 1rem,
|
|
198
|
+
|
|
186
199
|
media-breakpoint-down: (
|
|
187
200
|
xs: (
|
|
188
201
|
padding-bottom: 0.25rem,
|
|
@@ -201,6 +214,7 @@ $date-picker-calendar-body-container: map-merge(
|
|
|
201
214
|
padding-left: 0.5rem,
|
|
202
215
|
padding-right: 0.5rem,
|
|
203
216
|
padding-bottom: 0.5rem,
|
|
217
|
+
|
|
204
218
|
media-breakpoint-down: (
|
|
205
219
|
xs: (
|
|
206
220
|
padding-left: 0.375rem,
|
|
@@ -217,11 +231,12 @@ $date-picker-calendar-footer-container: map-merge(
|
|
|
217
231
|
(
|
|
218
232
|
border-color: $gray-400,
|
|
219
233
|
border-style: solid,
|
|
220
|
-
border-width: 1px
|
|
234
|
+
border-width: 1px 0px 0px 0px,
|
|
221
235
|
padding-bottom: 0.5rem,
|
|
222
236
|
padding-left: 0.875rem,
|
|
223
237
|
padding-right: 0.875rem,
|
|
224
238
|
padding-top: 0.5rem,
|
|
239
|
+
|
|
225
240
|
media-breakpoint-down: (
|
|
226
241
|
xs: (
|
|
227
242
|
padding-left: 0.375rem,
|
|
@@ -249,17 +264,18 @@ $date-picker-calendar-item: map-deep-merge(
|
|
|
249
264
|
height: 2rem,
|
|
250
265
|
justify-content: center,
|
|
251
266
|
line-height: 1,
|
|
252
|
-
margin-left:
|
|
253
|
-
margin-right:
|
|
254
|
-
padding-bottom:
|
|
255
|
-
padding-left:
|
|
256
|
-
padding-right:
|
|
257
|
-
padding-top:
|
|
267
|
+
margin-left: 0rem,
|
|
268
|
+
margin-right: 0rem,
|
|
269
|
+
padding-bottom: 0rem,
|
|
270
|
+
padding-left: 0rem,
|
|
271
|
+
padding-right: 0rem,
|
|
272
|
+
padding-top: 0rem,
|
|
258
273
|
transition: $component-transition,
|
|
259
274
|
user-select: none,
|
|
260
275
|
vertical-align: middle,
|
|
261
276
|
white-space: nowrap,
|
|
262
277
|
width: 2rem,
|
|
278
|
+
|
|
263
279
|
media-breakpoint-down: (
|
|
264
280
|
xs: (
|
|
265
281
|
height: 1.5rem,
|
|
@@ -277,17 +293,21 @@ $date-picker-date: map-deep-merge(
|
|
|
277
293
|
color: $gray-600,
|
|
278
294
|
cursor: $link-cursor,
|
|
279
295
|
position: relative,
|
|
296
|
+
|
|
280
297
|
hover: (
|
|
281
298
|
background-color: $gray-200,
|
|
282
299
|
),
|
|
300
|
+
|
|
283
301
|
focus: (
|
|
284
302
|
box-shadow: $component-focus-box-shadow,
|
|
285
303
|
outline: 0,
|
|
286
304
|
),
|
|
305
|
+
|
|
287
306
|
active: (
|
|
288
307
|
background-color: $component-active-bg,
|
|
289
308
|
color: $component-active-color,
|
|
290
309
|
),
|
|
310
|
+
|
|
291
311
|
disabled: (
|
|
292
312
|
background-color: transparent,
|
|
293
313
|
box-shadow: none,
|
|
@@ -301,9 +321,11 @@ $date-picker-previous-month-date: () !default;
|
|
|
301
321
|
$date-picker-previous-month-date: map-deep-merge(
|
|
302
322
|
(
|
|
303
323
|
opacity: 0.65,
|
|
324
|
+
|
|
304
325
|
focus: (
|
|
305
326
|
opacity: 1,
|
|
306
327
|
),
|
|
328
|
+
|
|
307
329
|
active: (
|
|
308
330
|
background-color: $primary-l1,
|
|
309
331
|
color: $primary-l3,
|
|
@@ -316,9 +338,11 @@ $date-picker-next-month-date: () !default;
|
|
|
316
338
|
$date-picker-next-month-date: map-deep-merge(
|
|
317
339
|
(
|
|
318
340
|
opacity: 0.65,
|
|
341
|
+
|
|
319
342
|
focus: (
|
|
320
343
|
opacity: 1,
|
|
321
344
|
),
|
|
345
|
+
|
|
322
346
|
active: (
|
|
323
347
|
background-color: $primary-l1,
|
|
324
348
|
color: $primary-l3,
|
|
@@ -346,6 +370,7 @@ $date-picker-input-group-text: map-deep-merge(
|
|
|
346
370
|
min-width: 2rem,
|
|
347
371
|
padding-left: 0.25rem,
|
|
348
372
|
padding-right: 0.25rem,
|
|
373
|
+
|
|
349
374
|
media-breakpoint-down: (
|
|
350
375
|
xs: (
|
|
351
376
|
font-size: inherit,
|