@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
|
@@ -3,10 +3,10 @@ $input-border-color: $gray-400 !default;
|
|
|
3
3
|
$input-border-style: solid !default;
|
|
4
4
|
$input-border-width: 0.0625rem !default;
|
|
5
5
|
|
|
6
|
-
$input-border-top-width: 0.0625rem !default;
|
|
7
|
-
$input-border-right-width: 0.0625rem !default;
|
|
8
6
|
$input-border-bottom-width: 0.0625rem !default;
|
|
9
7
|
$input-border-left-width: 0.0625rem !default;
|
|
8
|
+
$input-border-right-width: 0.0625rem !default;
|
|
9
|
+
$input-border-top-width: 0.0625rem !default;
|
|
10
10
|
|
|
11
11
|
$input-border-radius: $border-radius !default;
|
|
12
12
|
$input-box-shadow: inset 0 1px 1px rgba($black, 0.075) !default;
|
|
@@ -33,9 +33,9 @@ $input-placeholder-color: $gray-600 !default;
|
|
|
33
33
|
|
|
34
34
|
$input-focus-bg: $input-bg !default;
|
|
35
35
|
$input-focus-border-color: clay-lighten($component-active-bg, 25%) !default;
|
|
36
|
+
$input-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
36
37
|
$input-focus-color: $input-color !default;
|
|
37
38
|
$input-focus-width: $input-btn-focus-width !default;
|
|
38
|
-
$input-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
39
39
|
|
|
40
40
|
// .form-control:focus::placeholder
|
|
41
41
|
|
|
@@ -58,13 +58,14 @@ $input: map-deep-merge(
|
|
|
58
58
|
(
|
|
59
59
|
background-color: $input-bg,
|
|
60
60
|
border-color: $input-border-color,
|
|
61
|
+
border-radius: clay-enable-rounded($input-border-radius),
|
|
61
62
|
border-style: $input-border-style,
|
|
62
63
|
border-width: $input-border-width,
|
|
64
|
+
|
|
63
65
|
border-bottom-width: $input-border-bottom-width,
|
|
64
66
|
border-left-width: $input-border-left-width,
|
|
65
67
|
border-right-width: $input-border-right-width,
|
|
66
68
|
border-top-width: $input-border-top-width,
|
|
67
|
-
border-radius: clay-enable-rounded($input-border-radius),
|
|
68
69
|
box-shadow: clay-enable-shadows([$input-box-shadow]),
|
|
69
70
|
color: $input-color,
|
|
70
71
|
display: block,
|
|
@@ -74,43 +75,50 @@ $input: map-deep-merge(
|
|
|
74
75
|
height: $input-height,
|
|
75
76
|
letter-spacing: inherit,
|
|
76
77
|
line-height: $input-line-height,
|
|
77
|
-
min-width:
|
|
78
|
+
min-width: 0rem,
|
|
78
79
|
padding-bottom: $input-padding-y,
|
|
79
80
|
padding-left: $input-padding-x,
|
|
80
81
|
padding-right: $input-padding-x,
|
|
81
82
|
padding-top: $input-padding-y,
|
|
82
83
|
transition: clay-enable-transitions($input-transition),
|
|
83
84
|
width: 100%,
|
|
85
|
+
|
|
84
86
|
mobile: (
|
|
85
87
|
font-size: $input-font-size-mobile,
|
|
86
88
|
height: $input-height-mobile,
|
|
87
89
|
),
|
|
90
|
+
|
|
88
91
|
placeholder: (
|
|
89
92
|
color: $input-placeholder-color,
|
|
90
93
|
opacity: 1,
|
|
91
94
|
),
|
|
95
|
+
|
|
92
96
|
focus: (
|
|
93
97
|
background-color: $input-focus-bg,
|
|
94
98
|
border-color: $input-focus-border-color,
|
|
95
99
|
box-shadow: $input-focus-box-shadow,
|
|
96
100
|
color: $input-focus-color,
|
|
97
101
|
outline: 0,
|
|
102
|
+
|
|
98
103
|
placeholder: (
|
|
99
104
|
color: $input-placeholder-focus-color,
|
|
100
105
|
),
|
|
101
106
|
),
|
|
107
|
+
|
|
102
108
|
focus-within: (
|
|
103
109
|
background-color: $input-focus-bg,
|
|
104
110
|
border-color: $input-focus-border-color,
|
|
105
111
|
box-shadow: $input-focus-box-shadow,
|
|
106
112
|
color: $input-focus-color,
|
|
107
113
|
),
|
|
114
|
+
|
|
108
115
|
disabled: (
|
|
109
116
|
background-color: $input-disabled-bg,
|
|
110
117
|
border-color: $input-disabled-border-color,
|
|
111
118
|
color: $input-disabled-color,
|
|
112
119
|
cursor: $input-disabled-cursor,
|
|
113
120
|
opacity: $input-disabled-opacity,
|
|
121
|
+
|
|
114
122
|
placeholder: (
|
|
115
123
|
color: $input-placeholder-disabled-color,
|
|
116
124
|
),
|
|
@@ -155,11 +163,11 @@ $input-plaintext: map-deep-merge(
|
|
|
155
163
|
letter-spacing: inherit,
|
|
156
164
|
line-height: $input-line-height,
|
|
157
165
|
// match inputs if this class comes on inputs with default margins
|
|
158
|
-
margin-bottom:
|
|
159
|
-
min-width:
|
|
166
|
+
margin-bottom: 0rem,
|
|
167
|
+
min-width: 0rem,
|
|
160
168
|
padding-bottom: $input-padding-y,
|
|
161
|
-
padding-left:
|
|
162
|
-
padding-right:
|
|
169
|
+
padding-left: 0rem,
|
|
170
|
+
padding-right: 0rem,
|
|
163
171
|
padding-top: $input-padding-y,
|
|
164
172
|
text-overflow: ellipsis,
|
|
165
173
|
width: 100%,
|
|
@@ -208,6 +216,7 @@ $input-lg: map-deep-merge(
|
|
|
208
216
|
padding-left: $input-padding-x-lg,
|
|
209
217
|
padding-right: $input-padding-x-lg,
|
|
210
218
|
padding-top: $input-padding-y-lg,
|
|
219
|
+
|
|
211
220
|
media-breakpoint-down: (
|
|
212
221
|
sm: (
|
|
213
222
|
font-size: $input-font-size-lg-mobile,
|
|
@@ -241,6 +250,7 @@ $input-sm: map-deep-merge(
|
|
|
241
250
|
padding-left: $input-padding-x-sm,
|
|
242
251
|
padding-right: $input-padding-x-sm,
|
|
243
252
|
padding-top: $input-padding-y-sm,
|
|
253
|
+
|
|
244
254
|
media-breakpoint-down: (
|
|
245
255
|
sm: (
|
|
246
256
|
height: $input-height-sm-mobile,
|
|
@@ -284,35 +294,43 @@ $input-label: map-deep-merge(
|
|
|
284
294
|
margin-bottom: $input-label-margin-bottom,
|
|
285
295
|
max-width: 100%,
|
|
286
296
|
word-wrap: break-word,
|
|
297
|
+
|
|
287
298
|
mobile: (
|
|
288
299
|
font-size: $input-label-font-size-mobile,
|
|
289
300
|
),
|
|
301
|
+
|
|
290
302
|
focus: (
|
|
291
303
|
color: $input-label-focus-color,
|
|
292
304
|
),
|
|
305
|
+
|
|
293
306
|
disabled: (
|
|
294
307
|
color: $input-label-disabled-color,
|
|
295
308
|
cursor: $input-label-disabled-cursor,
|
|
296
309
|
opacity: $input-disabled-opacity,
|
|
297
310
|
),
|
|
311
|
+
|
|
298
312
|
for: (
|
|
299
313
|
cursor: $input-label-for-cursor,
|
|
300
314
|
),
|
|
315
|
+
|
|
301
316
|
'+ .form-feedback-group': (
|
|
302
317
|
margin-bottom: 0.75rem,
|
|
303
318
|
),
|
|
319
|
+
|
|
304
320
|
form-text: (
|
|
305
321
|
margin-bottom: $input-label-margin-bottom,
|
|
306
|
-
margin-top:
|
|
322
|
+
margin-top: 0rem,
|
|
307
323
|
),
|
|
324
|
+
|
|
308
325
|
form-help-text: (
|
|
309
326
|
color: $secondary-l0,
|
|
310
327
|
display: inline,
|
|
311
328
|
font-size: 0.875rem,
|
|
312
329
|
font-weight: $font-weight-normal,
|
|
313
330
|
margin-left: 0.5rem,
|
|
314
|
-
margin-top:
|
|
331
|
+
margin-top: 0rem,
|
|
315
332
|
),
|
|
333
|
+
|
|
316
334
|
reference-mark: (
|
|
317
335
|
color: $input-label-reference-mark-color,
|
|
318
336
|
font-size: $input-label-reference-mark-font-size,
|
|
@@ -330,7 +348,7 @@ $form-control-label: () !default;
|
|
|
330
348
|
$form-control-label: map-merge(
|
|
331
349
|
(
|
|
332
350
|
display: inline,
|
|
333
|
-
margin-bottom:
|
|
351
|
+
margin-bottom: 0rem,
|
|
334
352
|
),
|
|
335
353
|
$form-control-label
|
|
336
354
|
);
|
|
@@ -385,6 +403,7 @@ $input-readonly: map-deep-merge(
|
|
|
385
403
|
color: $input-readonly-color,
|
|
386
404
|
cursor: $input-readonly-cursor,
|
|
387
405
|
opacity: 1,
|
|
406
|
+
|
|
388
407
|
focus: (
|
|
389
408
|
background-color: $input-readonly-focus-bg,
|
|
390
409
|
border-color: $input-readonly-focus-border-color,
|
|
@@ -471,8 +490,8 @@ $form-control-tag-group-padding-y: calc(
|
|
|
471
490
|
) * 0.5
|
|
472
491
|
) !default;
|
|
473
492
|
|
|
474
|
-
$form-control-inset-min-height: 1.5rem !default;
|
|
475
493
|
$form-control-inset-margin-y: 0.125rem !default;
|
|
494
|
+
$form-control-inset-min-height: 1.5rem !default;
|
|
476
495
|
|
|
477
496
|
$form-control-inset: () !default;
|
|
478
497
|
$form-control-inset: map-deep-merge(
|
|
@@ -485,11 +504,13 @@ $form-control-inset: map-deep-merge(
|
|
|
485
504
|
margin-left: 0.25rem,
|
|
486
505
|
margin-top: $form-control-inset-margin-y,
|
|
487
506
|
min-height: $form-control-inset-min-height,
|
|
488
|
-
padding:
|
|
507
|
+
padding: 0rem,
|
|
489
508
|
width: 50px,
|
|
509
|
+
|
|
490
510
|
focus: (
|
|
491
511
|
outline: 0,
|
|
492
512
|
),
|
|
513
|
+
|
|
493
514
|
disabled: (
|
|
494
515
|
background-color: $input-disabled-bg,
|
|
495
516
|
border-color: $input-disabled-border-color,
|
|
@@ -563,12 +584,12 @@ $form-control-tag-group-btn: map-deep-merge(
|
|
|
563
584
|
line-height: 1,
|
|
564
585
|
margin-bottom: $form-control-inset-margin-y,
|
|
565
586
|
margin-top: $form-control-inset-margin-y,
|
|
566
|
-
padding-bottom:
|
|
587
|
+
padding-bottom: 0rem,
|
|
567
588
|
padding-left:
|
|
568
589
|
if(variable-exists(btn-padding-x-sm), $btn-padding-x-sm, 0.5rem),
|
|
569
590
|
padding-right:
|
|
570
591
|
if(variable-exists(btn-padding-x-sm), $btn-padding-x-sm, 0.5rem),
|
|
571
|
-
padding-top:
|
|
592
|
+
padding-top: 0rem,
|
|
572
593
|
),
|
|
573
594
|
$form-control-tag-group-btn
|
|
574
595
|
);
|
|
@@ -580,8 +601,8 @@ $form-control-tag-group-btn-monospaced: map-deep-merge(
|
|
|
580
601
|
line-height: 1,
|
|
581
602
|
margin-bottom: $form-control-inset-margin-y,
|
|
582
603
|
margin-top: $form-control-inset-margin-y,
|
|
583
|
-
padding-left:
|
|
584
|
-
padding-right:
|
|
604
|
+
padding-left: 0rem,
|
|
605
|
+
padding-right: 0rem,
|
|
585
606
|
width: $form-control-inset-min-height,
|
|
586
607
|
),
|
|
587
608
|
$form-control-tag-group-btn-monospaced
|
|
@@ -591,8 +612,8 @@ $form-control-tag-group-component-action: () !default;
|
|
|
591
612
|
$form-control-tag-group-component-action: map-deep-merge(
|
|
592
613
|
(
|
|
593
614
|
height: 100%,
|
|
594
|
-
margin-bottom:
|
|
595
|
-
margin-top:
|
|
615
|
+
margin-bottom: 0rem,
|
|
616
|
+
margin-top: 0rem,
|
|
596
617
|
width: 2rem,
|
|
597
618
|
),
|
|
598
619
|
$form-control-tag-group-component-action
|
|
@@ -608,19 +629,22 @@ $form-control-tag-group-sm: map-deep-merge(
|
|
|
608
629
|
height: auto,
|
|
609
630
|
line-height: $input-line-height-sm,
|
|
610
631
|
min-height: $input-height-sm,
|
|
611
|
-
padding-bottom:
|
|
632
|
+
padding-bottom: 0rem,
|
|
612
633
|
padding-left: 0.25rem,
|
|
613
634
|
padding-right: 0.25rem,
|
|
614
|
-
padding-top:
|
|
635
|
+
padding-top: 0rem,
|
|
636
|
+
|
|
615
637
|
inline-item: (
|
|
616
|
-
margin-bottom:
|
|
617
|
-
margin-top:
|
|
638
|
+
margin-bottom: 0rem,
|
|
639
|
+
margin-top: 0rem,
|
|
618
640
|
),
|
|
641
|
+
|
|
619
642
|
label: (
|
|
620
643
|
margin-bottom: 0.1875rem,
|
|
621
644
|
margin-right: 0.25rem,
|
|
622
645
|
margin-top: 0.1875rem,
|
|
623
646
|
),
|
|
647
|
+
|
|
624
648
|
form-control-inset: (
|
|
625
649
|
margin-bottom: 0.125rem,
|
|
626
650
|
margin-left: 0.25rem,
|
|
@@ -651,10 +675,13 @@ $form-group-margin-bottom: 1rem !default;
|
|
|
651
675
|
$form-group-margin-bottom-mobile: null !default;
|
|
652
676
|
|
|
653
677
|
$form-group-sm-margin-bottom: 1rem !default; // 16px
|
|
654
|
-
|
|
678
|
+
|
|
655
679
|
$form-group-sm-input-label-margin-bottom: 0.25rem !default; // 4px
|
|
680
|
+
|
|
656
681
|
$form-group-sm-item-label-spacer: 1.75rem !default; // 28px
|
|
657
682
|
|
|
683
|
+
$form-group-sm-margin-bottom-mobile: null !default;
|
|
684
|
+
|
|
658
685
|
// Form Group Autofit
|
|
659
686
|
|
|
660
687
|
$form-group-autofit-margin-bottom: $form-group-margin-bottom !default;
|
|
@@ -666,16 +693,17 @@ $input-file-cursor: $link-cursor !default;
|
|
|
666
693
|
// Form Check
|
|
667
694
|
|
|
668
695
|
$form-check-input-cursor: $link-cursor !default;
|
|
669
|
-
$form-check-input-gutter:
|
|
696
|
+
$form-check-input-gutter: 0rem !default;
|
|
670
697
|
$form-check-input-margin-x: 0.25rem !default;
|
|
671
|
-
$form-check-input-margin-y:
|
|
698
|
+
$form-check-input-margin-y: 0rem !default;
|
|
699
|
+
|
|
700
|
+
$form-check-input-disabled-cursor: $disabled-cursor !default;
|
|
672
701
|
|
|
673
702
|
$form-check-label-cursor: $input-label-for-cursor !default;
|
|
674
703
|
|
|
675
704
|
$form-check-label-text-margin-left: -0.1875rem !default;
|
|
676
705
|
$form-check-label-text-padding-left: 0.5rem !default;
|
|
677
706
|
|
|
678
|
-
$form-check-input-disabled-cursor: $disabled-cursor !default;
|
|
679
707
|
$form-check-label-text-disabled-cursor: $disabled-cursor !default;
|
|
680
708
|
|
|
681
709
|
// Form Check Inline
|
|
@@ -711,21 +739,23 @@ $form-text: map-merge(
|
|
|
711
739
|
font-weight: $form-text-font-weight,
|
|
712
740
|
margin-top: $form-text-margin-top,
|
|
713
741
|
word-wrap: break-word,
|
|
742
|
+
|
|
714
743
|
blockquote: (
|
|
715
744
|
font-style: italic,
|
|
716
745
|
font-weight: $font-weight-normal,
|
|
717
|
-
margin-bottom:
|
|
746
|
+
margin-bottom: 0rem,
|
|
718
747
|
margin-top: 0.75rem,
|
|
719
748
|
padding-left: 0.75rem,
|
|
720
749
|
position: relative,
|
|
750
|
+
|
|
721
751
|
before: (
|
|
722
752
|
background-color: $secondary-l1,
|
|
723
|
-
bottom:
|
|
753
|
+
bottom: 0rem,
|
|
724
754
|
content: '',
|
|
725
755
|
display: block,
|
|
726
|
-
left:
|
|
756
|
+
left: 0rem,
|
|
727
757
|
position: absolute,
|
|
728
|
-
top:
|
|
758
|
+
top: 0rem,
|
|
729
759
|
width: 0.125rem,
|
|
730
760
|
),
|
|
731
761
|
),
|
|
@@ -770,8 +800,9 @@ $form-feedback-indicator: map-deep-merge(
|
|
|
770
800
|
(
|
|
771
801
|
margin-left: $form-feedback-indicator-margin-x,
|
|
772
802
|
margin-right: $form-feedback-indicator-margin-x,
|
|
803
|
+
|
|
773
804
|
first-child: (
|
|
774
|
-
margin-left:
|
|
805
|
+
margin-left: 0rem,
|
|
775
806
|
),
|
|
776
807
|
),
|
|
777
808
|
$form-feedback-indicator
|
|
@@ -808,10 +839,13 @@ $form-validation-states: map-merge(
|
|
|
808
839
|
(
|
|
809
840
|
'valid': (
|
|
810
841
|
'color': $form-feedback-valid-color,
|
|
842
|
+
|
|
811
843
|
'icon': $form-feedback-icon-valid,
|
|
812
844
|
),
|
|
845
|
+
|
|
813
846
|
'invalid': (
|
|
814
847
|
'color': $form-feedback-invalid-color,
|
|
848
|
+
|
|
815
849
|
'icon': $form-feedback-icon-invalid,
|
|
816
850
|
),
|
|
817
851
|
),
|
|
@@ -838,12 +872,14 @@ $input-danger: map-deep-merge(
|
|
|
838
872
|
border-color: $input-danger-border-color,
|
|
839
873
|
box-shadow: $input-danger-box-shadow,
|
|
840
874
|
color: $input-danger-color,
|
|
875
|
+
|
|
841
876
|
focus: (
|
|
842
877
|
background-color: $input-danger-focus-bg,
|
|
843
878
|
border-color: $input-danger-focus-border-color,
|
|
844
879
|
box-shadow: $input-danger-focus-box-shadow,
|
|
845
880
|
color: $input-danger-focus-color,
|
|
846
881
|
),
|
|
882
|
+
|
|
847
883
|
focus-within: (
|
|
848
884
|
background-color: $input-danger-bg,
|
|
849
885
|
border-color: $input-danger-border-color,
|
|
@@ -859,11 +895,13 @@ $input-danger: map-deep-merge(
|
|
|
859
895
|
$input-danger-readonly: () !default;
|
|
860
896
|
|
|
861
897
|
$input-danger-checkbox-label-color: $form-feedback-invalid-color !default;
|
|
898
|
+
|
|
862
899
|
$input-danger-label-color: null !default;
|
|
863
900
|
|
|
864
901
|
// .has-error select.form-control
|
|
865
902
|
|
|
866
903
|
$input-danger-select-icon-color: $input-danger-border-color !default;
|
|
904
|
+
|
|
867
905
|
$input-danger-select-icon: clay-str-replace(
|
|
868
906
|
url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#{$input-danger-select-icon-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E"),
|
|
869
907
|
'#',
|
|
@@ -904,9 +942,11 @@ $has-error: map-deep-merge(
|
|
|
904
942
|
label: (
|
|
905
943
|
color: $input-danger-label-color,
|
|
906
944
|
),
|
|
945
|
+
|
|
907
946
|
custom-control-label: (
|
|
908
947
|
color: $input-danger-checkbox-label-color,
|
|
909
948
|
),
|
|
949
|
+
|
|
910
950
|
form-control:
|
|
911
951
|
map-deep-merge(
|
|
912
952
|
(
|
|
@@ -917,6 +957,7 @@ $has-error: map-deep-merge(
|
|
|
917
957
|
form-feedback-item: (
|
|
918
958
|
color: $form-feedback-invalid-color,
|
|
919
959
|
),
|
|
960
|
+
|
|
920
961
|
select: (
|
|
921
962
|
form-control:
|
|
922
963
|
map-deep-merge(
|
|
@@ -927,6 +968,7 @@ $has-error: map-deep-merge(
|
|
|
927
968
|
$input-danger-select
|
|
928
969
|
),
|
|
929
970
|
),
|
|
971
|
+
|
|
930
972
|
input-group-item: (
|
|
931
973
|
focus: (
|
|
932
974
|
box-shadow:
|
|
@@ -953,14 +995,17 @@ $has-error: map-deep-merge(
|
|
|
953
995
|
),
|
|
954
996
|
),
|
|
955
997
|
),
|
|
998
|
+
|
|
956
999
|
input-group-inset: (
|
|
957
1000
|
input-group-inset-item: (
|
|
958
1001
|
background-color: $input-danger-bg,
|
|
959
1002
|
border-color: $input-danger-border-color,
|
|
960
1003
|
box-shadow: $input-danger-box-shadow,
|
|
961
1004
|
),
|
|
1005
|
+
|
|
962
1006
|
focus: (
|
|
963
1007
|
box-shadow: none,
|
|
1008
|
+
|
|
964
1009
|
input-group-inset-item: (
|
|
965
1010
|
background-color:
|
|
966
1011
|
setter($input-danger-focus-bg, $input-danger-bg),
|
|
@@ -997,12 +1042,14 @@ $input-warning: map-deep-merge(
|
|
|
997
1042
|
border-color: $input-warning-border-color,
|
|
998
1043
|
box-shadow: $input-warning-box-shadow,
|
|
999
1044
|
color: $input-warning-color,
|
|
1045
|
+
|
|
1000
1046
|
focus: (
|
|
1001
1047
|
background-color: $input-warning-focus-bg,
|
|
1002
1048
|
border-color: $input-warning-focus-border-color,
|
|
1003
1049
|
box-shadow: $input-warning-focus-box-shadow,
|
|
1004
1050
|
color: $input-warning-focus-color,
|
|
1005
1051
|
),
|
|
1052
|
+
|
|
1006
1053
|
focus-within: (
|
|
1007
1054
|
background-color: $input-warning-bg,
|
|
1008
1055
|
border-color: $input-warning-border-color,
|
|
@@ -1018,11 +1065,13 @@ $input-warning: map-deep-merge(
|
|
|
1018
1065
|
$input-warning-readonly: () !default;
|
|
1019
1066
|
|
|
1020
1067
|
$input-warning-checkbox-label-color: $form-feedback-warning-color !default;
|
|
1068
|
+
|
|
1021
1069
|
$input-warning-label-color: null !default;
|
|
1022
1070
|
|
|
1023
1071
|
// .has-warning select.form-control
|
|
1024
1072
|
|
|
1025
1073
|
$input-warning-select-icon-color: $input-warning-border-color !default;
|
|
1074
|
+
|
|
1026
1075
|
$input-warning-select-icon: clay-str-replace(
|
|
1027
1076
|
url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#{$input-warning-select-icon-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E"),
|
|
1028
1077
|
'#',
|
|
@@ -1063,9 +1112,11 @@ $has-warning: map-deep-merge(
|
|
|
1063
1112
|
label: (
|
|
1064
1113
|
color: $input-warning-label-color,
|
|
1065
1114
|
),
|
|
1115
|
+
|
|
1066
1116
|
custom-control-label: (
|
|
1067
1117
|
color: $input-warning-checkbox-label-color,
|
|
1068
1118
|
),
|
|
1119
|
+
|
|
1069
1120
|
form-control:
|
|
1070
1121
|
map-deep-merge(
|
|
1071
1122
|
(
|
|
@@ -1076,6 +1127,7 @@ $has-warning: map-deep-merge(
|
|
|
1076
1127
|
form-feedback-item: (
|
|
1077
1128
|
color: $form-feedback-warning-color,
|
|
1078
1129
|
),
|
|
1130
|
+
|
|
1079
1131
|
select: (
|
|
1080
1132
|
form-control:
|
|
1081
1133
|
map-deep-merge(
|
|
@@ -1086,6 +1138,7 @@ $has-warning: map-deep-merge(
|
|
|
1086
1138
|
$input-warning-select
|
|
1087
1139
|
),
|
|
1088
1140
|
),
|
|
1141
|
+
|
|
1089
1142
|
input-group-item: (
|
|
1090
1143
|
focus: (
|
|
1091
1144
|
box-shadow:
|
|
@@ -1112,14 +1165,17 @@ $has-warning: map-deep-merge(
|
|
|
1112
1165
|
),
|
|
1113
1166
|
),
|
|
1114
1167
|
),
|
|
1168
|
+
|
|
1115
1169
|
input-group-inset: (
|
|
1116
1170
|
input-group-inset-item: (
|
|
1117
1171
|
background-color: $input-warning-bg,
|
|
1118
1172
|
border-color: $input-warning-border-color,
|
|
1119
1173
|
box-shadow: $input-warning-box-shadow,
|
|
1120
1174
|
),
|
|
1175
|
+
|
|
1121
1176
|
focus: (
|
|
1122
1177
|
box-shadow: none,
|
|
1178
|
+
|
|
1123
1179
|
input-group-inset-item: (
|
|
1124
1180
|
background-color:
|
|
1125
1181
|
setter($input-warning-focus-bg, $input-warning-bg),
|
|
@@ -1156,12 +1212,14 @@ $input-success: map-deep-merge(
|
|
|
1156
1212
|
border-color: $input-success-border-color,
|
|
1157
1213
|
box-shadow: $input-success-box-shadow,
|
|
1158
1214
|
color: $input-success-color,
|
|
1215
|
+
|
|
1159
1216
|
focus: (
|
|
1160
1217
|
background-color: $input-success-focus-bg,
|
|
1161
1218
|
border-color: $input-success-focus-border-color,
|
|
1162
1219
|
box-shadow: $input-success-focus-box-shadow,
|
|
1163
1220
|
color: $input-success-focus-color,
|
|
1164
1221
|
),
|
|
1222
|
+
|
|
1165
1223
|
focus-within: (
|
|
1166
1224
|
background-color: $input-success-bg,
|
|
1167
1225
|
border-color: $input-success-border-color,
|
|
@@ -1177,11 +1235,13 @@ $input-success: map-deep-merge(
|
|
|
1177
1235
|
$input-success-readonly: () !default;
|
|
1178
1236
|
|
|
1179
1237
|
$input-success-checkbox-label-color: $form-feedback-valid-color !default;
|
|
1238
|
+
|
|
1180
1239
|
$input-success-label-color: null !default;
|
|
1181
1240
|
|
|
1182
1241
|
// .has-success select.form-control
|
|
1183
1242
|
|
|
1184
1243
|
$input-success-select-icon-color: $input-success-border-color !default;
|
|
1244
|
+
|
|
1185
1245
|
$input-success-select-icon: clay-str-replace(
|
|
1186
1246
|
url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#{$input-success-select-icon-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E"),
|
|
1187
1247
|
'#',
|
|
@@ -1222,9 +1282,11 @@ $has-success: map-deep-merge(
|
|
|
1222
1282
|
label: (
|
|
1223
1283
|
color: $input-success-label-color,
|
|
1224
1284
|
),
|
|
1285
|
+
|
|
1225
1286
|
custom-control-label: (
|
|
1226
1287
|
color: $input-success-checkbox-label-color,
|
|
1227
1288
|
),
|
|
1289
|
+
|
|
1228
1290
|
form-control:
|
|
1229
1291
|
map-deep-merge(
|
|
1230
1292
|
(
|
|
@@ -1235,6 +1297,7 @@ $has-success: map-deep-merge(
|
|
|
1235
1297
|
form-feedback-item: (
|
|
1236
1298
|
color: $form-feedback-valid-color,
|
|
1237
1299
|
),
|
|
1300
|
+
|
|
1238
1301
|
select: (
|
|
1239
1302
|
form-control:
|
|
1240
1303
|
map-deep-merge(
|
|
@@ -1245,6 +1308,7 @@ $has-success: map-deep-merge(
|
|
|
1245
1308
|
$input-success-select
|
|
1246
1309
|
),
|
|
1247
1310
|
),
|
|
1311
|
+
|
|
1248
1312
|
input-group-item: (
|
|
1249
1313
|
focus: (
|
|
1250
1314
|
box-shadow:
|
|
@@ -1271,14 +1335,17 @@ $has-success: map-deep-merge(
|
|
|
1271
1335
|
),
|
|
1272
1336
|
),
|
|
1273
1337
|
),
|
|
1338
|
+
|
|
1274
1339
|
input-group-inset: (
|
|
1275
1340
|
input-group-inset-item: (
|
|
1276
1341
|
background-color: $input-success-bg,
|
|
1277
1342
|
border-color: $input-success-border-color,
|
|
1278
1343
|
box-shadow: $input-success-box-shadow,
|
|
1279
1344
|
),
|
|
1345
|
+
|
|
1280
1346
|
focus: (
|
|
1281
1347
|
box-shadow: none,
|
|
1348
|
+
|
|
1282
1349
|
input-group-inset-item: (
|
|
1283
1350
|
background-color:
|
|
1284
1351
|
setter($input-success-focus-bg, $input-success-bg),
|
|
@@ -1305,10 +1372,11 @@ $input-select-bg-size: 8px 10px !default;
|
|
|
1305
1372
|
$input-select-cursor: $link-cursor !default;
|
|
1306
1373
|
$input-select-padding-bottom: null !default;
|
|
1307
1374
|
$input-select-padding-left: null !default;
|
|
1308
|
-
$input-select-padding-right: 1rem + $input-btn-padding-x !default;
|
|
1375
|
+
$input-select-padding-right: calc(1rem + #{$input-btn-padding-x}) !default;
|
|
1309
1376
|
$input-select-padding-top: null !default;
|
|
1310
1377
|
|
|
1311
1378
|
$input-select-icon-color: $input-color !default;
|
|
1379
|
+
|
|
1312
1380
|
$input-select-icon: clay-str-replace(
|
|
1313
1381
|
url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#{$input-select-icon-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E"),
|
|
1314
1382
|
'#',
|
|
@@ -1316,9 +1384,11 @@ $input-select-icon: clay-str-replace(
|
|
|
1316
1384
|
) !default;
|
|
1317
1385
|
|
|
1318
1386
|
$input-select-icon-focus-color: null !default;
|
|
1387
|
+
|
|
1319
1388
|
$input-select-icon-focus: null !default;
|
|
1320
1389
|
|
|
1321
1390
|
$input-select-icon-disabled-color: null !default;
|
|
1391
|
+
|
|
1322
1392
|
$input-select-icon-disabled: null !default;
|
|
1323
1393
|
|
|
1324
1394
|
$input-select: () !default;
|
|
@@ -1334,16 +1404,20 @@ $input-select: map-deep-merge(
|
|
|
1334
1404
|
padding-left: $input-select-padding-left,
|
|
1335
1405
|
padding-right: $input-select-padding-right,
|
|
1336
1406
|
padding-top: $input-select-padding-top,
|
|
1407
|
+
|
|
1337
1408
|
focus: (
|
|
1338
1409
|
background-color: $input-select-focus-bg,
|
|
1339
1410
|
background-image: $input-select-icon-focus,
|
|
1340
1411
|
),
|
|
1412
|
+
|
|
1341
1413
|
disabled: (
|
|
1342
1414
|
background-image: $input-select-icon-disabled,
|
|
1415
|
+
|
|
1343
1416
|
option: (
|
|
1344
1417
|
cursor: $disabled-cursor,
|
|
1345
1418
|
),
|
|
1346
1419
|
),
|
|
1420
|
+
|
|
1347
1421
|
option: (
|
|
1348
1422
|
cursor: $input-select-cursor,
|
|
1349
1423
|
),
|
|
@@ -1365,6 +1439,7 @@ $form-control-select: map-deep-merge(
|
|
|
1365
1439
|
text-align: left,
|
|
1366
1440
|
text-overflow: ellipsis,
|
|
1367
1441
|
white-space: nowrap,
|
|
1442
|
+
|
|
1368
1443
|
hover: (
|
|
1369
1444
|
color: inherit,
|
|
1370
1445
|
text-decoration: none,
|
|
@@ -1386,6 +1461,7 @@ $form-control-select-sm: map-deep-merge(
|
|
|
1386
1461
|
(
|
|
1387
1462
|
height: $input-height-sm,
|
|
1388
1463
|
padding-right: 2em,
|
|
1464
|
+
|
|
1389
1465
|
mobile: (
|
|
1390
1466
|
height: $input-height-sm-mobile,
|
|
1391
1467
|
),
|
|
@@ -1403,13 +1479,15 @@ $input-select-size: map-deep-merge(
|
|
|
1403
1479
|
(
|
|
1404
1480
|
background-image: none,
|
|
1405
1481
|
height: auto,
|
|
1406
|
-
margin-left:
|
|
1482
|
+
margin-left: 0rem,
|
|
1407
1483
|
padding-left: 0.5rem,
|
|
1408
1484
|
padding-right: 0.5rem,
|
|
1409
1485
|
scrollbar-width: thin,
|
|
1486
|
+
|
|
1410
1487
|
focus: (
|
|
1411
1488
|
background-image: none,
|
|
1412
1489
|
),
|
|
1490
|
+
|
|
1413
1491
|
option: (
|
|
1414
1492
|
padding: 0.25rem,
|
|
1415
1493
|
),
|
|
@@ -1440,6 +1518,7 @@ $input-group: map-deep-merge(
|
|
|
1440
1518
|
flex-wrap: wrap,
|
|
1441
1519
|
position: relative,
|
|
1442
1520
|
width: 100%,
|
|
1521
|
+
|
|
1443
1522
|
btn-unstyled: (
|
|
1444
1523
|
color: inherit,
|
|
1445
1524
|
),
|
|
@@ -1476,7 +1555,7 @@ $input-group-text: map-deep-merge(
|
|
|
1476
1555
|
height: $input-height,
|
|
1477
1556
|
justify-content: center,
|
|
1478
1557
|
line-height: $input-line-height,
|
|
1479
|
-
margin-bottom:
|
|
1558
|
+
margin-bottom: 0rem,
|
|
1480
1559
|
min-width: $input-group-addon-min-width,
|
|
1481
1560
|
padding-bottom: $input-group-addon-padding-y,
|
|
1482
1561
|
padding-left: $input-group-addon-padding-x,
|
|
@@ -1484,21 +1563,27 @@ $input-group-text: map-deep-merge(
|
|
|
1484
1563
|
padding-top: $input-group-addon-padding-y,
|
|
1485
1564
|
text-align: center,
|
|
1486
1565
|
white-space: nowrap,
|
|
1566
|
+
|
|
1487
1567
|
label: (
|
|
1488
1568
|
color: $input-group-addon-color,
|
|
1489
1569
|
),
|
|
1570
|
+
|
|
1490
1571
|
custom-control: (
|
|
1491
|
-
margin-bottom:
|
|
1572
|
+
margin-bottom: 0rem,
|
|
1492
1573
|
),
|
|
1574
|
+
|
|
1493
1575
|
form-check: (
|
|
1494
|
-
margin-bottom:
|
|
1576
|
+
margin-bottom: 0rem,
|
|
1577
|
+
|
|
1495
1578
|
input: (
|
|
1496
|
-
margin-top:
|
|
1579
|
+
margin-top: 0rem,
|
|
1497
1580
|
),
|
|
1498
1581
|
),
|
|
1582
|
+
|
|
1499
1583
|
lexicon-icon: (
|
|
1500
|
-
margin-top:
|
|
1584
|
+
margin-top: 0rem,
|
|
1501
1585
|
),
|
|
1586
|
+
|
|
1502
1587
|
media-breakpoint-down: (
|
|
1503
1588
|
sm: (
|
|
1504
1589
|
height: $input-height-mobile,
|
|
@@ -1523,6 +1608,7 @@ $input-group-text-secondary: map-deep-merge(
|
|
|
1523
1608
|
border-width: $input-group-secondary-addon-border-width,
|
|
1524
1609
|
color: $input-group-secondary-addon-color,
|
|
1525
1610
|
z-index: 2,
|
|
1611
|
+
|
|
1526
1612
|
label: (
|
|
1527
1613
|
color: $input-group-secondary-addon-color,
|
|
1528
1614
|
),
|
|
@@ -1543,47 +1629,56 @@ $input-group-item: map-deep-merge(
|
|
|
1543
1629
|
margin-left: $input-group-item-margin-left,
|
|
1544
1630
|
width: 1%,
|
|
1545
1631
|
word-wrap: break-word,
|
|
1632
|
+
|
|
1546
1633
|
after: (
|
|
1547
1634
|
border-radius: inherit,
|
|
1548
|
-
bottom:
|
|
1635
|
+
bottom: 0rem,
|
|
1549
1636
|
content: '',
|
|
1550
1637
|
display: block,
|
|
1551
|
-
left:
|
|
1638
|
+
left: 0rem,
|
|
1552
1639
|
pointer-events: none,
|
|
1553
1640
|
position: absolute,
|
|
1554
|
-
right:
|
|
1555
|
-
top:
|
|
1641
|
+
right: 0rem,
|
|
1642
|
+
top: 0rem,
|
|
1556
1643
|
transition: clay-enable-transitions($input-transition),
|
|
1557
1644
|
),
|
|
1645
|
+
|
|
1558
1646
|
focus: (
|
|
1559
1647
|
border-radius: clay-enable-rounded($input-border-radius),
|
|
1560
1648
|
after: (
|
|
1561
1649
|
box-shadow: $input-focus-box-shadow,
|
|
1562
1650
|
),
|
|
1651
|
+
|
|
1563
1652
|
input-group-prepend: (
|
|
1564
1653
|
border-bottom-right-radius: clay-enable-rounded(0),
|
|
1565
1654
|
border-top-right-radius: clay-enable-rounded(0),
|
|
1566
1655
|
z-index: 1,
|
|
1567
1656
|
),
|
|
1657
|
+
|
|
1568
1658
|
input-group-append: (
|
|
1569
1659
|
border-bottom-left-radius: clay-enable-rounded(0),
|
|
1570
1660
|
border-top-left-radius: clay-enable-rounded(0),
|
|
1571
1661
|
),
|
|
1662
|
+
|
|
1572
1663
|
form-control: (
|
|
1573
1664
|
background-color: $input-focus-bg,
|
|
1574
1665
|
border-color: $input-focus-border-color,
|
|
1575
1666
|
),
|
|
1667
|
+
|
|
1576
1668
|
input-group-inset-item: (
|
|
1577
1669
|
background-color: $input-focus-bg,
|
|
1578
1670
|
border-color: $input-focus-border-color,
|
|
1579
1671
|
),
|
|
1580
1672
|
),
|
|
1673
|
+
|
|
1581
1674
|
first-child: (
|
|
1582
|
-
margin-left:
|
|
1675
|
+
margin-left: 0rem,
|
|
1583
1676
|
),
|
|
1677
|
+
|
|
1584
1678
|
btn: (
|
|
1585
1679
|
align-self: flex-start,
|
|
1586
1680
|
),
|
|
1681
|
+
|
|
1587
1682
|
dropdown: (
|
|
1588
1683
|
display: flex,
|
|
1589
1684
|
flex-wrap: wrap,
|
|
@@ -1617,13 +1712,15 @@ $input-group-item-focusable: map-deep-merge(
|
|
|
1617
1712
|
box-shadow: $input-focus-box-shadow,
|
|
1618
1713
|
outline: 0,
|
|
1619
1714
|
z-index: 1,
|
|
1715
|
+
|
|
1620
1716
|
input-group-append: (
|
|
1621
|
-
border-top-left-radius:
|
|
1622
|
-
border-bottom-left-radius:
|
|
1717
|
+
border-top-left-radius: 0rem,
|
|
1718
|
+
border-bottom-left-radius: 0rem,
|
|
1623
1719
|
),
|
|
1720
|
+
|
|
1624
1721
|
input-group-prepend: (
|
|
1625
|
-
border-top-right-radius:
|
|
1626
|
-
border-bottom-right-radius:
|
|
1722
|
+
border-top-right-radius: 0rem,
|
|
1723
|
+
border-bottom-right-radius: 0rem,
|
|
1627
1724
|
),
|
|
1628
1725
|
),
|
|
1629
1726
|
),
|
|
@@ -1646,18 +1743,20 @@ $input-group-inset-item-btn: map-deep-merge(
|
|
|
1646
1743
|
line-height: 1,
|
|
1647
1744
|
margin-left: 0.25rem,
|
|
1648
1745
|
margin-right: 0.25rem,
|
|
1649
|
-
padding-bottom:
|
|
1746
|
+
padding-bottom: 0rem,
|
|
1650
1747
|
padding-left: 0.5rem,
|
|
1651
1748
|
padding-right: 0.5rem,
|
|
1652
|
-
padding-top:
|
|
1749
|
+
padding-top: 0rem,
|
|
1750
|
+
|
|
1653
1751
|
c-inner: (
|
|
1654
1752
|
align-items: center,
|
|
1655
1753
|
display: flex,
|
|
1656
1754
|
height: 100%,
|
|
1657
1755
|
justify-content: center,
|
|
1658
1756
|
),
|
|
1757
|
+
|
|
1659
1758
|
lexicon-icon: (
|
|
1660
|
-
margin-top:
|
|
1759
|
+
margin-top: 0rem,
|
|
1661
1760
|
),
|
|
1662
1761
|
),
|
|
1663
1762
|
$input-group-inset-item-btn
|
|
@@ -1668,9 +1767,9 @@ $input-group-inset-item-btn-monospaced: map-deep-merge(
|
|
|
1668
1767
|
(
|
|
1669
1768
|
font-size: 1rem,
|
|
1670
1769
|
height: 2rem,
|
|
1671
|
-
margin-bottom:
|
|
1672
|
-
margin-top:
|
|
1673
|
-
padding:
|
|
1770
|
+
margin-bottom: calc(#{$input-border-bottom-width} * -1),
|
|
1771
|
+
margin-top: calc(#{$input-border-top-width} * -1),
|
|
1772
|
+
padding: 0rem,
|
|
1674
1773
|
width: 2rem,
|
|
1675
1774
|
),
|
|
1676
1775
|
$input-group-inset-item-btn-monospaced
|
|
@@ -1694,6 +1793,7 @@ $input-group-lg-item-btn: () !default; // .input-group-lg .input-group-item
|
|
|
1694
1793
|
$input-group-lg-item-btn: map-deep-merge(
|
|
1695
1794
|
(
|
|
1696
1795
|
breakpoint-down: null,
|
|
1796
|
+
|
|
1697
1797
|
font-size:
|
|
1698
1798
|
if(
|
|
1699
1799
|
variable-exists(btn-lg),
|
|
@@ -1726,6 +1826,7 @@ $input-group-lg-item-btn: map-deep-merge(
|
|
|
1726
1826
|
null
|
|
1727
1827
|
),
|
|
1728
1828
|
),
|
|
1829
|
+
|
|
1729
1830
|
btn-section: (
|
|
1730
1831
|
font-size:
|
|
1731
1832
|
if(
|
|
@@ -1734,6 +1835,7 @@ $input-group-lg-item-btn: map-deep-merge(
|
|
|
1734
1835
|
0.8125rem
|
|
1735
1836
|
),
|
|
1736
1837
|
),
|
|
1838
|
+
|
|
1737
1839
|
mobile: (
|
|
1738
1840
|
font-size:
|
|
1739
1841
|
if(
|
|
@@ -1774,6 +1876,7 @@ $input-group-lg-item-btn-monospaced: () !default;
|
|
|
1774
1876
|
$input-group-lg-item-btn-monospaced: map-deep-merge(
|
|
1775
1877
|
(
|
|
1776
1878
|
breakpoint-down: null,
|
|
1879
|
+
|
|
1777
1880
|
height:
|
|
1778
1881
|
if(
|
|
1779
1882
|
variable-exists(btn-monospaced-lg),
|
|
@@ -1837,12 +1940,13 @@ $input-group-lg-inset-item-form-file-btn: () !default;
|
|
|
1837
1940
|
$input-group-lg-inset-item-form-file-btn: map-deep-merge(
|
|
1838
1941
|
(
|
|
1839
1942
|
breakpoint-down: null,
|
|
1943
|
+
|
|
1840
1944
|
height: 100%,
|
|
1841
1945
|
line-height: 1,
|
|
1842
|
-
padding-bottom:
|
|
1946
|
+
padding-bottom: 0rem,
|
|
1843
1947
|
padding-left: 0.75rem,
|
|
1844
1948
|
padding-right: 0.75rem,
|
|
1845
|
-
padding-top:
|
|
1949
|
+
padding-top: 0rem,
|
|
1846
1950
|
),
|
|
1847
1951
|
$input-group-lg-inset-item-form-file-btn
|
|
1848
1952
|
);
|
|
@@ -1853,6 +1957,7 @@ $input-group-lg: map-deep-merge(
|
|
|
1853
1957
|
input-group-item: (
|
|
1854
1958
|
btn: $input-group-lg-item-btn,
|
|
1855
1959
|
btn-monospaced: $input-group-lg-item-btn-monospaced,
|
|
1960
|
+
|
|
1856
1961
|
form-control: (
|
|
1857
1962
|
border-radius: clay-enable-rounded($input-border-radius-lg),
|
|
1858
1963
|
font-size: $input-font-size-lg,
|
|
@@ -1864,10 +1969,12 @@ $input-group-lg: map-deep-merge(
|
|
|
1864
1969
|
padding-right: $input-padding-x-lg,
|
|
1865
1970
|
padding-top: $input-padding-y-lg,
|
|
1866
1971
|
),
|
|
1972
|
+
|
|
1867
1973
|
form-control-inset: (
|
|
1868
|
-
margin-bottom:
|
|
1869
|
-
margin-top:
|
|
1974
|
+
margin-bottom: 0rem,
|
|
1975
|
+
margin-top: 0rem,
|
|
1870
1976
|
),
|
|
1977
|
+
|
|
1871
1978
|
form-file: (
|
|
1872
1979
|
btn: (
|
|
1873
1980
|
border-radius: clay-enable-rounded($input-border-radius-lg),
|
|
@@ -1880,9 +1987,11 @@ $input-group-lg: map-deep-merge(
|
|
|
1880
1987
|
padding-top: $input-padding-y-lg,
|
|
1881
1988
|
),
|
|
1882
1989
|
),
|
|
1990
|
+
|
|
1883
1991
|
textarea: (
|
|
1884
1992
|
height: $input-textarea-height-lg,
|
|
1885
1993
|
),
|
|
1994
|
+
|
|
1886
1995
|
form-control-plaintext: (
|
|
1887
1996
|
font-size: $input-font-size-lg,
|
|
1888
1997
|
height: $input-height-lg,
|
|
@@ -1890,6 +1999,7 @@ $input-group-lg: map-deep-merge(
|
|
|
1890
1999
|
padding-bottom: $input-padding-y-lg,
|
|
1891
2000
|
padding-top: $input-padding-y-lg,
|
|
1892
2001
|
),
|
|
2002
|
+
|
|
1893
2003
|
input-group-text: (
|
|
1894
2004
|
border-radius: clay-enable-rounded($input-border-radius-lg),
|
|
1895
2005
|
font-size: $input-font-size-lg,
|
|
@@ -1900,26 +2010,33 @@ $input-group-lg: map-deep-merge(
|
|
|
1900
2010
|
padding-right: $input-group-addon-padding-x-lg,
|
|
1901
2011
|
padding-top: $input-group-addon-padding-y-lg,
|
|
1902
2012
|
),
|
|
2013
|
+
|
|
1903
2014
|
input-group-inset-item: (
|
|
1904
2015
|
btn: $input-group-lg-inset-item-btn,
|
|
2016
|
+
|
|
1905
2017
|
btn-monospaced: $input-group-lg-inset-item-btn-monospaced,
|
|
2018
|
+
|
|
1906
2019
|
form-file: (
|
|
1907
2020
|
height: 75%,
|
|
2021
|
+
|
|
1908
2022
|
btn: $input-group-lg-inset-item-form-file-btn,
|
|
1909
2023
|
),
|
|
1910
2024
|
),
|
|
1911
2025
|
),
|
|
2026
|
+
|
|
1912
2027
|
media-breakpoint-down: (
|
|
1913
2028
|
sm: (
|
|
1914
2029
|
input-group-item: (
|
|
1915
2030
|
form-control: (
|
|
1916
2031
|
height: $input-height-lg-mobile,
|
|
1917
2032
|
),
|
|
2033
|
+
|
|
1918
2034
|
form-file: (
|
|
1919
2035
|
btn: (
|
|
1920
2036
|
height: $input-height-lg-mobile,
|
|
1921
2037
|
),
|
|
1922
2038
|
),
|
|
2039
|
+
|
|
1923
2040
|
form-control-plaintext: (
|
|
1924
2041
|
height: $input-height-lg-mobile,
|
|
1925
2042
|
),
|
|
@@ -1971,6 +2088,7 @@ $input-group-sm-item-btn: map-deep-merge(
|
|
|
1971
2088
|
null
|
|
1972
2089
|
),
|
|
1973
2090
|
),
|
|
2091
|
+
|
|
1974
2092
|
btn-section: (
|
|
1975
2093
|
font-size:
|
|
1976
2094
|
if(
|
|
@@ -1979,6 +2097,7 @@ $input-group-sm-item-btn: map-deep-merge(
|
|
|
1979
2097
|
0.5625rem
|
|
1980
2098
|
),
|
|
1981
2099
|
),
|
|
2100
|
+
|
|
1982
2101
|
mobile: (
|
|
1983
2102
|
font-size:
|
|
1984
2103
|
if(
|
|
@@ -2077,10 +2196,10 @@ $input-group-sm-inset-item-btn: () !default;
|
|
|
2077
2196
|
$input-group-sm-inset-item-btn: map-deep-merge(
|
|
2078
2197
|
(
|
|
2079
2198
|
line-height: 1,
|
|
2080
|
-
padding-bottom:
|
|
2199
|
+
padding-bottom: 0rem,
|
|
2081
2200
|
padding-left: 0.5rem,
|
|
2082
2201
|
padding-right: 0.5rem,
|
|
2083
|
-
padding-top:
|
|
2202
|
+
padding-top: 0rem,
|
|
2084
2203
|
),
|
|
2085
2204
|
$input-group-sm-inset-item-btn
|
|
2086
2205
|
);
|
|
@@ -2101,10 +2220,10 @@ $input-group-sm-inset-item-form-file-btn: map-deep-merge(
|
|
|
2101
2220
|
(
|
|
2102
2221
|
height: 100%,
|
|
2103
2222
|
line-height: 1,
|
|
2104
|
-
padding-bottom:
|
|
2223
|
+
padding-bottom: 0rem,
|
|
2105
2224
|
padding-left: 0.5rem,
|
|
2106
2225
|
padding-right: 0.5rem,
|
|
2107
|
-
padding-top:
|
|
2226
|
+
padding-top: 0rem,
|
|
2108
2227
|
),
|
|
2109
2228
|
$input-group-sm-inset-item-form-file-btn
|
|
2110
2229
|
);
|
|
@@ -2114,7 +2233,9 @@ $input-group-sm: map-deep-merge(
|
|
|
2114
2233
|
(
|
|
2115
2234
|
input-group-item: (
|
|
2116
2235
|
btn: $input-group-sm-item-btn,
|
|
2236
|
+
|
|
2117
2237
|
btn-monospaced: $input-group-sm-item-btn-monospaced,
|
|
2238
|
+
|
|
2118
2239
|
form-file: (
|
|
2119
2240
|
btn: (
|
|
2120
2241
|
border-radius: clay-enable-rounded($input-border-radius-sm),
|
|
@@ -2127,6 +2248,7 @@ $input-group-sm: map-deep-merge(
|
|
|
2127
2248
|
padding-top: $input-padding-y-sm,
|
|
2128
2249
|
),
|
|
2129
2250
|
),
|
|
2251
|
+
|
|
2130
2252
|
form-control-plaintext: (
|
|
2131
2253
|
font-size: $input-font-size-sm,
|
|
2132
2254
|
height: $input-height-sm,
|
|
@@ -2134,9 +2256,11 @@ $input-group-sm: map-deep-merge(
|
|
|
2134
2256
|
padding-bottom: $input-padding-y-sm,
|
|
2135
2257
|
padding-top: $input-padding-y-sm,
|
|
2136
2258
|
),
|
|
2259
|
+
|
|
2137
2260
|
textarea: (
|
|
2138
2261
|
height: $input-textarea-height-sm,
|
|
2139
2262
|
),
|
|
2263
|
+
|
|
2140
2264
|
input-group-text: (
|
|
2141
2265
|
border-radius: clay-enable-rounded($input-border-radius-sm),
|
|
2142
2266
|
font-size: $input-font-size-sm,
|
|
@@ -2147,26 +2271,32 @@ $input-group-sm: map-deep-merge(
|
|
|
2147
2271
|
padding-right: $input-group-addon-padding-x-sm,
|
|
2148
2272
|
padding-top: $input-group-addon-padding-y-sm,
|
|
2149
2273
|
),
|
|
2274
|
+
|
|
2150
2275
|
input-group-inset-item: (
|
|
2151
2276
|
btn: $input-group-sm-inset-item-btn,
|
|
2277
|
+
|
|
2152
2278
|
btn-monospaced: $input-group-sm-inset-item-btn-monospaced,
|
|
2279
|
+
|
|
2153
2280
|
form-file: (
|
|
2154
2281
|
height: 75%,
|
|
2155
2282
|
btn: $input-group-sm-inset-item-form-file-btn,
|
|
2156
2283
|
),
|
|
2157
2284
|
),
|
|
2158
2285
|
),
|
|
2286
|
+
|
|
2159
2287
|
media-breakpoint-down: (
|
|
2160
2288
|
sm: (
|
|
2161
2289
|
input-group-item: (
|
|
2162
2290
|
form-control: (
|
|
2163
2291
|
height: $input-height-sm-mobile,
|
|
2164
2292
|
),
|
|
2293
|
+
|
|
2165
2294
|
form-file: (
|
|
2166
2295
|
btn: (
|
|
2167
2296
|
height: $input-height-sm-mobile,
|
|
2168
2297
|
),
|
|
2169
2298
|
),
|
|
2299
|
+
|
|
2170
2300
|
form-control-plaintext: (
|
|
2171
2301
|
height: $input-height-sm-mobile,
|
|
2172
2302
|
),
|
|
@@ -2185,13 +2315,16 @@ $input-group-inset: map-deep-merge(
|
|
|
2185
2315
|
flex-grow: 1,
|
|
2186
2316
|
order: 5,
|
|
2187
2317
|
width: 1%,
|
|
2318
|
+
|
|
2188
2319
|
focus: (
|
|
2189
2320
|
box-shadow: none,
|
|
2321
|
+
|
|
2190
2322
|
input-group-inset-item: (
|
|
2191
2323
|
background-color: $input-focus-bg,
|
|
2192
2324
|
border-color: $input-focus-border-color,
|
|
2193
2325
|
),
|
|
2194
2326
|
),
|
|
2327
|
+
|
|
2195
2328
|
disabled: (
|
|
2196
2329
|
input-group-inset-item: (
|
|
2197
2330
|
background-color: $input-disabled-bg,
|
|
@@ -2213,6 +2346,7 @@ $input-group-inset-readonly: map-deep-merge(
|
|
|
2213
2346
|
color: $input-readonly-color,
|
|
2214
2347
|
cursor: $input-readonly-cursor,
|
|
2215
2348
|
),
|
|
2349
|
+
|
|
2216
2350
|
focus: (
|
|
2217
2351
|
input-group-inset-item: (
|
|
2218
2352
|
background-color: $input-readonly-focus-bg,
|
|
@@ -2230,10 +2364,12 @@ $input-group-stacked-sm-down: () !default;
|
|
|
2230
2364
|
$input-group-stacked-sm-down: map-deep-merge(
|
|
2231
2365
|
(
|
|
2232
2366
|
breakpoint: sm,
|
|
2367
|
+
|
|
2233
2368
|
input-group-item: (
|
|
2234
2369
|
margin-bottom: 0.5rem,
|
|
2235
|
-
margin-left:
|
|
2370
|
+
margin-left: 0rem,
|
|
2236
2371
|
),
|
|
2372
|
+
|
|
2237
2373
|
input-group-item-shrink: (
|
|
2238
2374
|
margin-right: 0.5rem,
|
|
2239
2375
|
),
|