@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$breadcrumb-bg: transparent !default;
|
|
2
2
|
$breadcrumb-font-size: 0.875rem !default; // 14px
|
|
3
|
-
$breadcrumb-margin-bottom:
|
|
3
|
+
$breadcrumb-margin-bottom: 0rem !default;
|
|
4
4
|
$breadcrumb-padding-x: 0.125rem !default; // 2px
|
|
5
5
|
$breadcrumb-padding-y: 0.59375rem !default;
|
|
6
6
|
|
|
@@ -12,6 +12,7 @@ $breadcrumb-link: map-deep-merge(
|
|
|
12
12
|
(
|
|
13
13
|
border-radius: 1px,
|
|
14
14
|
transition: box-shadow 0.15s ease-in-out,
|
|
15
|
+
|
|
15
16
|
focus: (
|
|
16
17
|
box-shadow: $component-focus-box-shadow,
|
|
17
18
|
outline: 0,
|
|
@@ -71,6 +71,7 @@ $card-link: map-deep-merge(
|
|
|
71
71
|
(
|
|
72
72
|
color: $gray-600,
|
|
73
73
|
font-size: 0.875rem,
|
|
74
|
+
|
|
74
75
|
hover: (
|
|
75
76
|
color: $gray-600,
|
|
76
77
|
text-decoration: underline,
|
|
@@ -92,10 +93,12 @@ $card-interactive: map-deep-merge(
|
|
|
92
93
|
hover: (
|
|
93
94
|
background-color: #f7f8f9,
|
|
94
95
|
),
|
|
96
|
+
|
|
95
97
|
focus: (
|
|
96
98
|
border-color: null,
|
|
97
99
|
box-shadow: $component-focus-box-shadow,
|
|
98
100
|
),
|
|
101
|
+
|
|
99
102
|
active: (
|
|
100
103
|
background-color: #f1f2f5,
|
|
101
104
|
),
|
|
@@ -112,6 +115,7 @@ $card-interactive-secondary: map-deep-merge(
|
|
|
112
115
|
border-color: transparent,
|
|
113
116
|
box-shadow: 0 0 0 2px $primary-l0,
|
|
114
117
|
),
|
|
118
|
+
|
|
115
119
|
focus: (
|
|
116
120
|
border-color: transparent,
|
|
117
121
|
box-shadow: 0 0 0 2px $primary-l0,
|
|
@@ -128,6 +132,7 @@ $card-type-asset: map-deep-merge(
|
|
|
128
132
|
aspect-ratio: (
|
|
129
133
|
border-color: $gray-300,
|
|
130
134
|
),
|
|
135
|
+
|
|
131
136
|
card-body: (
|
|
132
137
|
padding-top: 0.75rem,
|
|
133
138
|
),
|
|
@@ -6,15 +6,19 @@ $clay-color-dropdown-menu-close: map-deep-merge(
|
|
|
6
6
|
color: $gray-600,
|
|
7
7
|
font-size: 1rem,
|
|
8
8
|
opacity: 1,
|
|
9
|
+
|
|
9
10
|
hover: (
|
|
10
11
|
background-color: rgba($gray-900, 0.03),
|
|
11
12
|
),
|
|
13
|
+
|
|
12
14
|
focus: (
|
|
13
15
|
background-color: rgba($gray-900, 0.03),
|
|
14
16
|
),
|
|
17
|
+
|
|
15
18
|
active: (
|
|
16
19
|
background-color: rgba($gray-900, 0.06),
|
|
17
20
|
),
|
|
21
|
+
|
|
18
22
|
disabled: (
|
|
19
23
|
background-color: transparent,
|
|
20
24
|
),
|
|
@@ -31,6 +35,7 @@ $clay-color-dropdown-menu-component-action: map-deep-merge(
|
|
|
31
35
|
background-color: null,
|
|
32
36
|
color: null,
|
|
33
37
|
),
|
|
38
|
+
|
|
34
39
|
focus: (
|
|
35
40
|
box-shadow: null,
|
|
36
41
|
color: null,
|
|
@@ -3,12 +3,12 @@ $custom-control-indicator-border-color: $gray-600 !default;
|
|
|
3
3
|
$custom-control-indicator-border-style: solid !default;
|
|
4
4
|
$custom-control-indicator-border-width: 0.0625rem !default; // 1px
|
|
5
5
|
$custom-control-indicator-box-shadow: none !default;
|
|
6
|
-
$custom-control-indicator-position-top:
|
|
6
|
+
$custom-control-indicator-position-top: 0rem !default;
|
|
7
7
|
|
|
8
8
|
$custom-control-indicator-focus-border-color: $custom-control-indicator-border-color !default;
|
|
9
9
|
$custom-control-indicator-focus-box-shadow: $component-focus-box-shadow !default;
|
|
10
10
|
|
|
11
|
-
$custom-control-indicator-active-bg: $
|
|
11
|
+
$custom-control-indicator-active-bg: $custom-control-indicator-bg !default;
|
|
12
12
|
$custom-control-indicator-active-border-color: $custom-control-indicator-border-color !default;
|
|
13
13
|
$custom-control-indicator-active-box-shadow: c-unset !default;
|
|
14
14
|
|
|
@@ -28,11 +28,13 @@ $custom-control-indicator-checked-color: $component-active-color !default;
|
|
|
28
28
|
// @deprecated as of v2.2.1 use `$custom-control-indicator-checked-active-bg` instead
|
|
29
29
|
|
|
30
30
|
$custom-control-indicator-active-checked-bg: $component-active-bg !default;
|
|
31
|
+
|
|
31
32
|
$custom-control-indicator-checked-active-bg: $custom-control-indicator-active-checked-bg !default;
|
|
32
33
|
|
|
33
34
|
// @deprecated as of v2.2.1 use `$custom-control-indicator-checked-active-border-color` instead
|
|
34
35
|
|
|
35
36
|
$custom-control-indicator-active-checked-border-color: $custom-control-indicator-checked-active-bg !default;
|
|
37
|
+
|
|
36
38
|
$custom-control-indicator-checked-active-border-color: $custom-control-indicator-active-checked-border-color !default;
|
|
37
39
|
|
|
38
40
|
// @deprecated as of v2.2.1 use `$custom-control-indicator-checked-disabled-bg` instead
|
|
@@ -41,11 +43,13 @@ $custom-control-indicator-disabled-checked-bg: clay-lighten(
|
|
|
41
43
|
$component-active-bg,
|
|
42
44
|
32.94
|
|
43
45
|
) !default;
|
|
46
|
+
|
|
44
47
|
$custom-control-indicator-checked-disabled-bg: $custom-control-indicator-disabled-checked-bg !default;
|
|
45
48
|
|
|
46
49
|
// @deprecated as of v2.2.1 use `$custom-control-indicator-checked-disabled-border-color` instead
|
|
47
50
|
|
|
48
51
|
$custom-control-indicator-disabled-checked-border-color: $custom-control-indicator-disabled-checked-bg !default;
|
|
52
|
+
|
|
49
53
|
$custom-control-indicator-checked-disabled-border-color: $custom-control-indicator-disabled-checked-border-color !default;
|
|
50
54
|
|
|
51
55
|
// Custom Control Indicator Indeterminate
|
|
@@ -89,6 +93,7 @@ $custom-control-label: map-deep-merge(
|
|
|
89
93
|
(
|
|
90
94
|
font-size: $custom-control-description-font-size,
|
|
91
95
|
font-weight: $custom-control-description-font-weight,
|
|
96
|
+
|
|
92
97
|
before: (
|
|
93
98
|
background-color: $custom-control-indicator-bg,
|
|
94
99
|
border-color: $custom-control-indicator-border-color,
|
|
@@ -98,6 +103,7 @@ $custom-control-label: map-deep-merge(
|
|
|
98
103
|
clay-enable-shadows($custom-control-indicator-box-shadow),
|
|
99
104
|
top: 0.25rem,
|
|
100
105
|
),
|
|
106
|
+
|
|
101
107
|
after: (
|
|
102
108
|
top: $custom-control-indicator-position-top,
|
|
103
109
|
),
|
|
@@ -109,6 +115,7 @@ $custom-control-label-disabled: () !default;
|
|
|
109
115
|
$custom-control-label-disabled: map-deep-merge(
|
|
110
116
|
(
|
|
111
117
|
color: $custom-control-label-disabled-color,
|
|
118
|
+
|
|
112
119
|
before: (
|
|
113
120
|
background-color: $custom-control-indicator-disabled-bg,
|
|
114
121
|
border-color: $custom-control-indicator-disabled-border-color,
|
|
@@ -147,11 +154,13 @@ $custom-control-input: map-deep-merge(
|
|
|
147
154
|
before: (
|
|
148
155
|
border-color: $custom-control-indicator-focus-border-color,
|
|
149
156
|
),
|
|
157
|
+
|
|
150
158
|
after: (
|
|
151
159
|
box-shadow: $custom-control-indicator-focus-box-shadow,
|
|
152
160
|
),
|
|
153
161
|
),
|
|
154
162
|
),
|
|
163
|
+
|
|
155
164
|
active: (
|
|
156
165
|
custom-control-label: (
|
|
157
166
|
before: (
|
|
@@ -161,23 +170,28 @@ $custom-control-input: map-deep-merge(
|
|
|
161
170
|
),
|
|
162
171
|
),
|
|
163
172
|
),
|
|
173
|
+
|
|
164
174
|
disabled: (
|
|
165
175
|
custom-control-label: $custom-control-label-disabled,
|
|
166
176
|
),
|
|
177
|
+
|
|
167
178
|
readonly: (
|
|
168
179
|
custom-control-label: (
|
|
169
180
|
color: $gray-900,
|
|
181
|
+
|
|
170
182
|
before: (
|
|
171
183
|
background-color: $gray-200,
|
|
172
184
|
border-color: $secondary-l3,
|
|
173
185
|
),
|
|
174
186
|
),
|
|
187
|
+
|
|
175
188
|
disabled: (
|
|
176
189
|
custom-control-label: (
|
|
177
190
|
color: $custom-control-label-disabled-color,
|
|
178
191
|
),
|
|
179
192
|
),
|
|
180
193
|
),
|
|
194
|
+
|
|
181
195
|
checked: (
|
|
182
196
|
custom-control-label: (
|
|
183
197
|
before: (
|
|
@@ -186,6 +200,7 @@ $custom-control-input: map-deep-merge(
|
|
|
186
200
|
color: $custom-control-indicator-checked-color,
|
|
187
201
|
),
|
|
188
202
|
),
|
|
203
|
+
|
|
189
204
|
active: (
|
|
190
205
|
custom-control-label: (
|
|
191
206
|
before: (
|
|
@@ -205,7 +220,7 @@ $custom-control-input: map-deep-merge(
|
|
|
205
220
|
|
|
206
221
|
$custom-checkbox-indicator-icon-checked: clay-icon(
|
|
207
222
|
check-small,
|
|
208
|
-
$
|
|
223
|
+
$custom-control-indicator-checked-color
|
|
209
224
|
) !default;
|
|
210
225
|
$custom-checkbox-indicator-icon-checked-bg-size: 1rem !default;
|
|
211
226
|
$custom-checkbox-indicator-icon-indeterminate-bg-size: 1rem !default;
|
|
@@ -233,6 +248,7 @@ $custom-checkbox: map-deep-merge(
|
|
|
233
248
|
),
|
|
234
249
|
),
|
|
235
250
|
),
|
|
251
|
+
|
|
236
252
|
checked: (
|
|
237
253
|
custom-control-label: (
|
|
238
254
|
before: (),
|
|
@@ -243,6 +259,7 @@ $custom-checkbox: map-deep-merge(
|
|
|
243
259
|
$custom-checkbox-indicator-icon-checked-bg-size,
|
|
244
260
|
),
|
|
245
261
|
),
|
|
262
|
+
|
|
246
263
|
disabled: (
|
|
247
264
|
custom-control-label: (
|
|
248
265
|
before: (
|
|
@@ -253,21 +270,25 @@ $custom-checkbox: map-deep-merge(
|
|
|
253
270
|
),
|
|
254
271
|
),
|
|
255
272
|
),
|
|
273
|
+
|
|
256
274
|
readonly: (
|
|
257
275
|
custom-control-label: (
|
|
258
276
|
before: (
|
|
259
|
-
background-color: $
|
|
277
|
+
background-color: $custom-control-indicator-bg,
|
|
260
278
|
border-color: $secondary-l2,
|
|
261
279
|
),
|
|
280
|
+
|
|
262
281
|
after: (
|
|
263
282
|
background-image: clay-icon(check-small, $secondary),
|
|
264
283
|
),
|
|
265
284
|
),
|
|
285
|
+
|
|
266
286
|
disabled: (
|
|
267
287
|
custom-control-label: (
|
|
268
288
|
before: (
|
|
269
289
|
opacity: 0.4,
|
|
270
290
|
),
|
|
291
|
+
|
|
271
292
|
after: (
|
|
272
293
|
opacity: 0.4,
|
|
273
294
|
),
|
|
@@ -275,6 +296,7 @@ $custom-checkbox: map-deep-merge(
|
|
|
275
296
|
),
|
|
276
297
|
),
|
|
277
298
|
),
|
|
299
|
+
|
|
278
300
|
indeterminate: (
|
|
279
301
|
custom-control-label: (
|
|
280
302
|
before: (
|
|
@@ -285,6 +307,7 @@ $custom-checkbox: map-deep-merge(
|
|
|
285
307
|
box-shadow:
|
|
286
308
|
$custom-checkbox-indicator-indeterminate-box-shadow,
|
|
287
309
|
),
|
|
310
|
+
|
|
288
311
|
after: (
|
|
289
312
|
background-image:
|
|
290
313
|
$custom-checkbox-indicator-icon-indeterminate,
|
|
@@ -292,6 +315,7 @@ $custom-checkbox: map-deep-merge(
|
|
|
292
315
|
$custom-checkbox-indicator-icon-indeterminate-bg-size,
|
|
293
316
|
),
|
|
294
317
|
),
|
|
318
|
+
|
|
295
319
|
disabled: (
|
|
296
320
|
custom-control-label: (
|
|
297
321
|
before: (
|
|
@@ -302,21 +326,25 @@ $custom-checkbox: map-deep-merge(
|
|
|
302
326
|
),
|
|
303
327
|
),
|
|
304
328
|
),
|
|
329
|
+
|
|
305
330
|
readonly: (
|
|
306
331
|
custom-control-label: (
|
|
307
332
|
before: (
|
|
308
|
-
background-color: $
|
|
333
|
+
background-color: $custom-control-indicator-bg,
|
|
309
334
|
border-color: $secondary-l2,
|
|
310
335
|
),
|
|
336
|
+
|
|
311
337
|
after: (
|
|
312
338
|
background-image: clay-icon(hr, $secondary),
|
|
313
339
|
),
|
|
314
340
|
),
|
|
341
|
+
|
|
315
342
|
disabled: (
|
|
316
343
|
custom-control-label: (
|
|
317
344
|
before: (
|
|
318
345
|
opacity: 0.4,
|
|
319
346
|
),
|
|
347
|
+
|
|
320
348
|
after: (
|
|
321
349
|
opacity: 0.4,
|
|
322
350
|
),
|
|
@@ -339,6 +367,7 @@ $custom-radio-indicator-disabled-border-color: $custom-control-indicator-disable
|
|
|
339
367
|
// @deprecated as of v2.2.1 use `$custom-radio-indicator-checked-disabled-border-color` instead
|
|
340
368
|
|
|
341
369
|
$custom-radio-indicator-disabled-checked-border-color: $custom-control-indicator-disabled-checked-border-color !default;
|
|
370
|
+
|
|
342
371
|
$custom-radio-indicator-checked-disabled-border-color: $custom-radio-indicator-disabled-checked-border-color !default;
|
|
343
372
|
|
|
344
373
|
$custom-radio: () !default;
|
|
@@ -353,6 +382,7 @@ $custom-radio: map-deep-merge(
|
|
|
353
382
|
),
|
|
354
383
|
),
|
|
355
384
|
),
|
|
385
|
+
|
|
356
386
|
checked: (
|
|
357
387
|
custom-control-label: (
|
|
358
388
|
after: (
|
|
@@ -361,6 +391,7 @@ $custom-radio: map-deep-merge(
|
|
|
361
391
|
$custom-radio-indicator-icon-checked-bg-size,
|
|
362
392
|
),
|
|
363
393
|
),
|
|
394
|
+
|
|
364
395
|
disabled: (
|
|
365
396
|
custom-control-label: (
|
|
366
397
|
before: (
|
|
@@ -16,13 +16,16 @@ $date-picker-nav-btn: map-deep-merge(
|
|
|
16
16
|
hover: (
|
|
17
17
|
color: $gray-900,
|
|
18
18
|
),
|
|
19
|
+
|
|
19
20
|
focus: (
|
|
20
21
|
background-color: $gray-200,
|
|
21
22
|
color: $gray-900,
|
|
22
23
|
),
|
|
24
|
+
|
|
23
25
|
active: (
|
|
24
26
|
background-color: $gray-200,
|
|
25
27
|
),
|
|
28
|
+
|
|
26
29
|
disabled: (
|
|
27
30
|
color: $gray-500,
|
|
28
31
|
opacity: null,
|
|
@@ -40,17 +43,20 @@ $date-picker-nav-select: map-deep-merge(
|
|
|
40
43
|
font-size: $font-size-sm,
|
|
41
44
|
font-weight: $font-weight-semi-bold,
|
|
42
45
|
height: if(variable-exists(input-height-sm), $input-height-sm, 2rem),
|
|
43
|
-
padding-bottom:
|
|
46
|
+
padding-bottom: 0rem,
|
|
44
47
|
padding-left: 0.5rem,
|
|
45
|
-
padding-top:
|
|
48
|
+
padding-top: 0rem,
|
|
49
|
+
|
|
46
50
|
hover: (
|
|
47
51
|
background-color: $gray-200,
|
|
48
52
|
color: $gray-900,
|
|
49
53
|
),
|
|
54
|
+
|
|
50
55
|
focus: (
|
|
51
56
|
background-color: $gray-200,
|
|
52
57
|
color: $gray-900,
|
|
53
58
|
),
|
|
59
|
+
|
|
54
60
|
disabled: (
|
|
55
61
|
background-color: transparent,
|
|
56
62
|
color:
|
|
@@ -72,10 +78,12 @@ $date-picker-date: map-deep-merge(
|
|
|
72
78
|
hover: (
|
|
73
79
|
color: $gray-900,
|
|
74
80
|
),
|
|
81
|
+
|
|
75
82
|
focus: (
|
|
76
83
|
background-color: $gray-200,
|
|
77
84
|
color: $gray-900,
|
|
78
85
|
),
|
|
86
|
+
|
|
79
87
|
disabled: (
|
|
80
88
|
color: $gray-500,
|
|
81
89
|
opacity: null,
|
|
@@ -89,9 +97,11 @@ $date-picker-previous-month-date: map-deep-merge(
|
|
|
89
97
|
(
|
|
90
98
|
color: $gray-500,
|
|
91
99
|
opacity: null,
|
|
100
|
+
|
|
92
101
|
focus: (
|
|
93
102
|
opacity: null,
|
|
94
103
|
),
|
|
104
|
+
|
|
95
105
|
active: (
|
|
96
106
|
background-color: $primary-l2,
|
|
97
107
|
color: $secondary,
|
|
@@ -105,9 +115,11 @@ $date-picker-next-month-date: map-deep-merge(
|
|
|
105
115
|
(
|
|
106
116
|
color: $gray-500,
|
|
107
117
|
opacity: null,
|
|
118
|
+
|
|
108
119
|
focus: (
|
|
109
120
|
opacity: null,
|
|
110
121
|
),
|
|
122
|
+
|
|
111
123
|
active: (
|
|
112
124
|
background-color: $primary-l2,
|
|
113
125
|
),
|
|
@@ -43,11 +43,11 @@ $dropdown-menu: map-deep-merge(
|
|
|
43
43
|
border-width: $dropdown-border-width,
|
|
44
44
|
box-shadow: clay-enable-shadows($dropdown-box-shadow),
|
|
45
45
|
font-size: $dropdown-font-size,
|
|
46
|
-
margin: $dropdown-spacer
|
|
46
|
+
margin: $dropdown-spacer 0rem 0rem,
|
|
47
47
|
max-width: $dropdown-max-width,
|
|
48
48
|
min-height: $dropdown-min-height,
|
|
49
49
|
min-width: $dropdown-min-width,
|
|
50
|
-
padding: $dropdown-padding-y
|
|
50
|
+
padding: $dropdown-padding-y 0rem,
|
|
51
51
|
),
|
|
52
52
|
$dropdown-menu
|
|
53
53
|
);
|
|
@@ -95,19 +95,23 @@ $dropdown-item-base: () !default;
|
|
|
95
95
|
$dropdown-item-base: map-deep-merge(
|
|
96
96
|
(
|
|
97
97
|
font-size: inherit,
|
|
98
|
+
|
|
98
99
|
focus: (
|
|
99
100
|
box-shadow: $component-focus-inset-box-shadow,
|
|
100
101
|
outline: 0,
|
|
101
102
|
text-decoration: none,
|
|
102
103
|
),
|
|
104
|
+
|
|
103
105
|
active-class: (
|
|
104
106
|
c-kbd-inline: (
|
|
105
107
|
color: $dropdown-link-active-color,
|
|
106
108
|
),
|
|
107
109
|
),
|
|
110
|
+
|
|
108
111
|
disabled: (
|
|
109
112
|
box-shadow: none,
|
|
110
113
|
),
|
|
114
|
+
|
|
111
115
|
c-kbd-inline: (
|
|
112
116
|
color: $gray-500,
|
|
113
117
|
),
|
|
@@ -232,9 +236,11 @@ $dropdown-section: map-deep-merge(
|
|
|
232
236
|
padding: 0.375rem $dropdown-item-padding-x,
|
|
233
237
|
custom-control-label: $dropdown-section-custom-control-label,
|
|
234
238
|
custom-control-label-text: $dropdown-section-custom-control-label-text,
|
|
239
|
+
|
|
235
240
|
active: (
|
|
236
241
|
custom-control-label: $dropdown-section-active-custom-control-label,
|
|
237
242
|
),
|
|
243
|
+
|
|
238
244
|
custom-control-outside: (
|
|
239
245
|
label: (
|
|
240
246
|
padding-left: 1.75rem,
|
|
@@ -283,6 +289,7 @@ $dropdown-action: map-deep-merge(
|
|
|
283
289
|
height: $dropdown-action-toggle-size,
|
|
284
290
|
line-height: $dropdown-action-toggle-size,
|
|
285
291
|
width: $dropdown-action-toggle-size,
|
|
292
|
+
|
|
286
293
|
disabled: (
|
|
287
294
|
opacity: $dropdown-action-toggle-disabled-opacity,
|
|
288
295
|
),
|
|
@@ -27,9 +27,9 @@ $input-focus-box-shadow: $component-focus-box-shadow !default;
|
|
|
27
27
|
|
|
28
28
|
// Input Disabled (.form-control:disabled)
|
|
29
29
|
|
|
30
|
-
$input-disabled-color: $gray-500 !default;
|
|
31
30
|
$input-disabled-bg: $input-bg !default;
|
|
32
31
|
$input-disabled-border-color: $input-bg !default;
|
|
32
|
+
$input-disabled-color: $gray-500 !default;
|
|
33
33
|
|
|
34
34
|
// .form-control:disabled::placeholder
|
|
35
35
|
|
|
@@ -52,21 +52,26 @@ $input: map-deep-merge(
|
|
|
52
52
|
padding-left: $input-padding-x,
|
|
53
53
|
padding-right: $input-padding-x,
|
|
54
54
|
padding-top: $input-padding-y,
|
|
55
|
+
|
|
55
56
|
mobile: (
|
|
56
57
|
font-size: $input-font-size-mobile,
|
|
57
58
|
),
|
|
59
|
+
|
|
58
60
|
placeholder: (
|
|
59
61
|
color: $input-placeholder-color,
|
|
60
62
|
),
|
|
63
|
+
|
|
61
64
|
focus: (
|
|
62
65
|
background-color: $input-focus-bg,
|
|
63
66
|
border-color: $input-focus-border-color,
|
|
64
67
|
box-shadow: $input-focus-box-shadow,
|
|
65
68
|
),
|
|
69
|
+
|
|
66
70
|
disabled: (
|
|
67
71
|
background-color: $input-disabled-bg,
|
|
68
72
|
border-color: $input-disabled-border-color,
|
|
69
73
|
color: $input-disabled-color,
|
|
74
|
+
|
|
70
75
|
placeholder: (
|
|
71
76
|
color: $input-placeholder-disabled-color,
|
|
72
77
|
),
|
|
@@ -126,6 +131,7 @@ $input-label: map-deep-merge(
|
|
|
126
131
|
font-size: $input-label-font-size,
|
|
127
132
|
font-weight: $input-label-font-weight,
|
|
128
133
|
margin-bottom: $input-label-margin-bottom,
|
|
134
|
+
|
|
129
135
|
disabled: (
|
|
130
136
|
color: $input-label-disabled-color,
|
|
131
137
|
),
|
|
@@ -146,6 +152,7 @@ $input-readonly: map-deep-merge(
|
|
|
146
152
|
(
|
|
147
153
|
background-color: $input-readonly-bg,
|
|
148
154
|
border-color: $input-border-color,
|
|
155
|
+
|
|
149
156
|
focus: (
|
|
150
157
|
border-color: $input-focus-border-color,
|
|
151
158
|
box-shadow: none,
|
|
@@ -195,7 +202,7 @@ $form-text-font-weight: $font-weight-semi-bold !default;
|
|
|
195
202
|
$form-feedback-font-size: 0.875rem !default; // 14px
|
|
196
203
|
$form-feedback-font-weight: $font-weight-semi-bold !default;
|
|
197
204
|
|
|
198
|
-
$form-feedback-indicator-margin-x:
|
|
205
|
+
$form-feedback-indicator-margin-x: 0rem !default;
|
|
199
206
|
|
|
200
207
|
// .has-error .form-control
|
|
201
208
|
|
|
@@ -213,6 +220,7 @@ $input-danger: map-deep-merge(
|
|
|
213
220
|
border-color: $input-danger-border-color,
|
|
214
221
|
box-shadow: $input-danger-box-shadow,
|
|
215
222
|
color: $input-danger-color,
|
|
223
|
+
|
|
216
224
|
focus: (
|
|
217
225
|
box-shadow: $input-danger-focus-box-shadow,
|
|
218
226
|
),
|
|
@@ -272,6 +280,7 @@ $input-warning: map-deep-merge(
|
|
|
272
280
|
border-color: $input-warning-border-color,
|
|
273
281
|
box-shadow: $input-warning-box-shadow,
|
|
274
282
|
color: $input-warning-color,
|
|
283
|
+
|
|
275
284
|
focus: (
|
|
276
285
|
box-shadow: $input-warning-focus-box-shadow,
|
|
277
286
|
),
|
|
@@ -331,6 +340,7 @@ $input-success: map-deep-merge(
|
|
|
331
340
|
border-color: $input-success-border-color,
|
|
332
341
|
box-shadow: $input-success-box-shadow,
|
|
333
342
|
color: $input-success-color,
|
|
343
|
+
|
|
334
344
|
focus: (
|
|
335
345
|
box-shadow: $input-success-focus-box-shadow,
|
|
336
346
|
),
|
|
@@ -361,6 +371,7 @@ $input-success-checkbox-label-color: $success !default;
|
|
|
361
371
|
// .has-success select.form-control
|
|
362
372
|
|
|
363
373
|
$input-success-select-icon-color: $input-success-border-color !default;
|
|
374
|
+
|
|
364
375
|
$input-success-select-icon: clay-icon(
|
|
365
376
|
caret-double-l,
|
|
366
377
|
$input-success-select-icon-color
|
|
@@ -381,18 +392,21 @@ $input-select-bg-size: 1.5em 1.5em !default;
|
|
|
381
392
|
$input-select-padding-right: 2em !default;
|
|
382
393
|
|
|
383
394
|
$input-select-icon-color: $gray-600 !default;
|
|
395
|
+
|
|
384
396
|
$input-select-icon: clay-icon(
|
|
385
397
|
caret-double-l,
|
|
386
398
|
$input-select-icon-color
|
|
387
399
|
) !default;
|
|
388
400
|
|
|
389
401
|
$input-select-icon-focus-color: $input-select-icon-color !default;
|
|
402
|
+
|
|
390
403
|
$input-select-icon-focus: clay-icon(
|
|
391
404
|
caret-double-l,
|
|
392
405
|
$input-select-icon-focus-color
|
|
393
406
|
) !default;
|
|
394
407
|
|
|
395
408
|
$input-select-icon-disabled-color: $gray-500 !default;
|
|
409
|
+
|
|
396
410
|
$input-select-icon-disabled: clay-icon(
|
|
397
411
|
caret-double-l,
|
|
398
412
|
$input-select-icon-disabled-color
|
|
@@ -407,18 +421,22 @@ $form-control-select-palette: map-deep-merge(
|
|
|
407
421
|
background-color: $white,
|
|
408
422
|
border-color: $secondary-l0,
|
|
409
423
|
color: $gray-600,
|
|
424
|
+
|
|
410
425
|
hover: (
|
|
411
426
|
color: $gray-600,
|
|
412
427
|
),
|
|
428
|
+
|
|
413
429
|
focus: (
|
|
414
430
|
background-image: clay-icon(caret-double-l, $gray-900),
|
|
415
431
|
color: $gray-900,
|
|
416
432
|
),
|
|
433
|
+
|
|
417
434
|
disabled: (
|
|
418
435
|
background-color: $white,
|
|
419
436
|
color: $gray-600,
|
|
420
437
|
opacity: $component-disabled-opacity,
|
|
421
438
|
),
|
|
439
|
+
|
|
422
440
|
show: (
|
|
423
441
|
background-color: $gray-200,
|
|
424
442
|
background-image: clay-icon(caret-double-l, $gray-900),
|
|
@@ -446,6 +464,7 @@ $input-select-size: map-deep-merge(
|
|
|
446
464
|
),
|
|
447
465
|
),
|
|
448
466
|
),
|
|
467
|
+
|
|
449
468
|
disabled: (
|
|
450
469
|
option: (
|
|
451
470
|
hover: (
|
|
@@ -453,15 +472,18 @@ $input-select-size: map-deep-merge(
|
|
|
453
472
|
),
|
|
454
473
|
),
|
|
455
474
|
),
|
|
475
|
+
|
|
456
476
|
option: (
|
|
457
477
|
padding: 0.4375rem 0.5rem,
|
|
458
478
|
hover: (
|
|
459
479
|
background-image: linear-gradient(#{$gray-300}, #{$gray-300}),
|
|
460
480
|
),
|
|
481
|
+
|
|
461
482
|
checked: (
|
|
462
483
|
background-image: linear-gradient(#{$light-d2}, #{$light-d2}),
|
|
463
484
|
),
|
|
464
485
|
),
|
|
486
|
+
|
|
465
487
|
firefox-only: (
|
|
466
488
|
focus: (
|
|
467
489
|
option: (
|
|
@@ -500,6 +522,7 @@ $form-control-label-size: map-deep-merge(
|
|
|
500
522
|
padding-right: 0.5rem,
|
|
501
523
|
padding-top: 0.3125rem,
|
|
502
524
|
text-transform: none,
|
|
525
|
+
|
|
503
526
|
label-item: (
|
|
504
527
|
margin-bottom: -0.0625rem,
|
|
505
528
|
margin-top: -0.0625rem,
|
|
@@ -514,8 +537,9 @@ $form-control-inset-margin-y: 0.3125rem !default;
|
|
|
514
537
|
|
|
515
538
|
// Form Group
|
|
516
539
|
|
|
517
|
-
$form-group-item-label-spacer: (
|
|
518
|
-
$input-label-margin-bottom
|
|
540
|
+
$form-group-item-label-spacer: calc(
|
|
541
|
+
(#{$input-label-font-size} * #{$line-height-base}) + #{$input-label-margin-bottom}
|
|
542
|
+
) !default;
|
|
519
543
|
|
|
520
544
|
// Input Groups
|
|
521
545
|
|
|
@@ -535,25 +559,31 @@ $input-group-item: map-deep-merge(
|
|
|
535
559
|
border-top-right-radius: clay-enable-rounded(0),
|
|
536
560
|
z-index: 1,
|
|
537
561
|
),
|
|
562
|
+
|
|
538
563
|
input-group-append: (
|
|
539
564
|
border-bottom-left-radius: clay-enable-rounded(0),
|
|
540
565
|
border-top-left-radius: clay-enable-rounded(0),
|
|
541
566
|
),
|
|
567
|
+
|
|
542
568
|
form-control: (
|
|
543
569
|
background-color: $input-focus-bg,
|
|
544
570
|
border-color: $input-focus-border-color,
|
|
545
571
|
),
|
|
572
|
+
|
|
546
573
|
input-group-inset-item: (
|
|
547
574
|
background-color: $input-focus-bg,
|
|
548
575
|
border-color: $input-focus-border-color,
|
|
549
576
|
),
|
|
550
577
|
),
|
|
578
|
+
|
|
551
579
|
first-child: (
|
|
552
|
-
margin-left:
|
|
580
|
+
margin-left: 0rem,
|
|
553
581
|
),
|
|
582
|
+
|
|
554
583
|
btn: (
|
|
555
584
|
align-self: flex-start,
|
|
556
585
|
),
|
|
586
|
+
|
|
557
587
|
dropdown: (
|
|
558
588
|
display: flex,
|
|
559
589
|
flex-wrap: wrap,
|