@clayui/css 3.158.0 → 3.160.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.
Files changed (243) hide show
  1. package/lib/css/atlas.css +2097 -1938
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +2077 -1906
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +1754 -1628
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/blue-print.svg +9 -0
  8. package/lib/images/icons/calculator.svg +10 -0
  9. package/lib/images/icons/icons.svg +1 -1
  10. package/lib/images/icons/layout-new-window.svg +10 -0
  11. package/lib/images/icons/medal.svg +10 -0
  12. package/lib/images/icons/megaphone.svg +9 -0
  13. package/lib/images/icons/price-list.svg +11 -0
  14. package/lib/images/icons/process-builder.svg +9 -0
  15. package/lib/images/icons/product-configuration.svg +10 -0
  16. package/lib/images/icons/product-menu-open.svg +2 -2
  17. package/lib/images/icons/products.svg +9 -0
  18. package/lib/images/icons/publications.svg +10 -0
  19. package/lib/images/icons/puzzle.svg +9 -0
  20. package/lib/images/icons/rocket.svg +11 -0
  21. package/lib/images/icons/submission.svg +10 -0
  22. package/lib/images/icons/synonyms.svg +9 -0
  23. package/package.json +2 -1
  24. package/src/images/icons/blue-print.svg +9 -0
  25. package/src/images/icons/calculator.svg +10 -0
  26. package/src/images/icons/icons.svg +1 -1
  27. package/src/images/icons/layout-new-window.svg +10 -0
  28. package/src/images/icons/medal.svg +10 -0
  29. package/src/images/icons/megaphone.svg +9 -0
  30. package/src/images/icons/price-list.svg +11 -0
  31. package/src/images/icons/process-builder.svg +9 -0
  32. package/src/images/icons/product-configuration.svg +10 -0
  33. package/src/images/icons/product-menu-open.svg +2 -2
  34. package/src/images/icons/products.svg +9 -0
  35. package/src/images/icons/publications.svg +10 -0
  36. package/src/images/icons/puzzle.svg +9 -0
  37. package/src/images/icons/rocket.svg +11 -0
  38. package/src/images/icons/submission.svg +10 -0
  39. package/src/images/icons/synonyms.svg +9 -0
  40. package/src/scss/_license-text.scss +1 -1
  41. package/src/scss/atlas/variables/_alerts.scss +102 -11
  42. package/src/scss/atlas/variables/_application-bar.scss +7 -0
  43. package/src/scss/atlas/variables/_badges.scss +36 -8
  44. package/src/scss/atlas/variables/_breadcrumbs.scss +2 -1
  45. package/src/scss/atlas/variables/_cards.scss +5 -0
  46. package/src/scss/atlas/variables/_clay-color.scss +5 -0
  47. package/src/scss/atlas/variables/_custom-forms.scss +36 -5
  48. package/src/scss/atlas/variables/_date-picker.scss +14 -2
  49. package/src/scss/atlas/variables/_dropdowns.scss +9 -2
  50. package/src/scss/atlas/variables/_forms.scss +35 -5
  51. package/src/scss/atlas/variables/_globals.scss +110 -63
  52. package/src/scss/atlas/variables/_labels.scss +55 -0
  53. package/src/scss/atlas/variables/_links.scss +18 -0
  54. package/src/scss/atlas/variables/_list-group.scss +15 -4
  55. package/src/scss/atlas/variables/_management-bar.scss +11 -0
  56. package/src/scss/atlas/variables/_menubar.scss +70 -22
  57. package/src/scss/atlas/variables/_modals.scss +16 -0
  58. package/src/scss/atlas/variables/_navbar.scss +7 -0
  59. package/src/scss/atlas/variables/_navigation-bar.scss +25 -1
  60. package/src/scss/atlas/variables/_navs.scss +5 -2
  61. package/src/scss/atlas/variables/_pagination.scss +42 -22
  62. package/src/scss/atlas/variables/_panels.scss +7 -0
  63. package/src/scss/atlas/variables/_popovers.scss +6 -4
  64. package/src/scss/atlas/variables/_range.scss +6 -0
  65. package/src/scss/atlas/variables/_sheets.scss +1 -0
  66. package/src/scss/atlas/variables/_sidebar.scss +10 -0
  67. package/src/scss/atlas/variables/_tables.scss +27 -3
  68. package/src/scss/atlas/variables/_time.scss +1 -0
  69. package/src/scss/atlas/variables/_toggle-switch.scss +19 -7
  70. package/src/scss/atlas/variables/_utilities.scss +3 -0
  71. package/src/scss/cadmin/components/_alerts.scss +3 -1
  72. package/src/scss/cadmin/components/_button-groups.scss +2 -2
  73. package/src/scss/cadmin/components/_cards.scss +2 -2
  74. package/src/scss/cadmin/components/_drilldown.scss +10 -10
  75. package/src/scss/cadmin/components/_dropdowns.scss +2 -2
  76. package/src/scss/cadmin/components/_forms.scss +2 -2
  77. package/src/scss/cadmin/components/_grid.scss +6 -6
  78. package/src/scss/cadmin/components/_icons.scss +10 -2
  79. package/src/scss/cadmin/components/_images.scss +1 -1
  80. package/src/scss/cadmin/components/_input-groups.scss +4 -4
  81. package/src/scss/cadmin/components/_list-group.scss +11 -10
  82. package/src/scss/cadmin/components/_modals.scss +5 -5
  83. package/src/scss/cadmin/components/_multi-step-nav.scss +45 -20
  84. package/src/scss/cadmin/components/_navbar.scss +14 -8
  85. package/src/scss/cadmin/components/_navs.scss +1 -1
  86. package/src/scss/cadmin/components/_panels.scss +51 -25
  87. package/src/scss/cadmin/components/_popovers.scss +25 -21
  88. package/src/scss/cadmin/components/_sheets.scss +40 -14
  89. package/src/scss/cadmin/components/_time.scss +6 -2
  90. package/src/scss/cadmin/components/_timelines.scss +15 -8
  91. package/src/scss/cadmin/components/_tooltip.scss +8 -7
  92. package/src/scss/cadmin/components/_treeview.scss +8 -1
  93. package/src/scss/cadmin/components/_type.scss +4 -2
  94. package/src/scss/cadmin/components/_utilities-functional-important.scss +5 -5
  95. package/src/scss/cadmin/components/_utilities.scss +13 -13
  96. package/src/scss/cadmin/variables/_alerts.scss +184 -34
  97. package/src/scss/cadmin/variables/_badges.scss +121 -21
  98. package/src/scss/cadmin/variables/_breadcrumbs.scss +18 -11
  99. package/src/scss/cadmin/variables/_buttons.scss +15 -10
  100. package/src/scss/cadmin/variables/_cards.scss +89 -32
  101. package/src/scss/cadmin/variables/_clay-color.scss +40 -18
  102. package/src/scss/cadmin/variables/_custom-forms.scss +49 -10
  103. package/src/scss/cadmin/variables/_date-picker.scss +47 -19
  104. package/src/scss/cadmin/variables/_dropdowns.scss +105 -49
  105. package/src/scss/cadmin/variables/_dual-listbox.scss +1 -1
  106. package/src/scss/cadmin/variables/_empty-state.scss +5 -2
  107. package/src/scss/cadmin/variables/_forms.scss +218 -74
  108. package/src/scss/cadmin/variables/_globals-z-index.scss +28 -5
  109. package/src/scss/cadmin/variables/_globals.scss +141 -71
  110. package/src/scss/cadmin/variables/_images.scss +1 -2
  111. package/src/scss/cadmin/variables/_labels.scss +99 -6
  112. package/src/scss/cadmin/variables/_links.scss +47 -11
  113. package/src/scss/cadmin/variables/_list-group.scss +25 -9
  114. package/src/scss/cadmin/variables/_loaders.scss +18 -2
  115. package/src/scss/cadmin/variables/_management-bar.scss +66 -26
  116. package/src/scss/cadmin/variables/_menubar.scss +137 -43
  117. package/src/scss/cadmin/variables/_modals.scss +75 -26
  118. package/src/scss/cadmin/variables/_multi-step-nav.scss +34 -14
  119. package/src/scss/cadmin/variables/_navbar.scss +22 -15
  120. package/src/scss/cadmin/variables/_navigation-bar.scss +73 -37
  121. package/src/scss/cadmin/variables/_navs.scss +65 -33
  122. package/src/scss/cadmin/variables/_pagination.scss +60 -22
  123. package/src/scss/cadmin/variables/_panels.scss +34 -16
  124. package/src/scss/cadmin/variables/_popovers.scss +66 -77
  125. package/src/scss/cadmin/variables/_progress-bars.scss +8 -3
  126. package/src/scss/cadmin/variables/_range.scss +29 -9
  127. package/src/scss/cadmin/variables/_reorder.scss +7 -6
  128. package/src/scss/cadmin/variables/_resizer.scss +5 -3
  129. package/src/scss/cadmin/variables/_sheets.scss +21 -12
  130. package/src/scss/cadmin/variables/_sidebar.scss +76 -5
  131. package/src/scss/cadmin/variables/_slideout.scss +88 -31
  132. package/src/scss/cadmin/variables/_stickers.scss +47 -8
  133. package/src/scss/cadmin/variables/_tables.scss +142 -51
  134. package/src/scss/cadmin/variables/_tbar.scss +79 -31
  135. package/src/scss/cadmin/variables/_time.scss +14 -12
  136. package/src/scss/cadmin/variables/_timelines.scss +4 -2
  137. package/src/scss/cadmin/variables/_toggle-switch.scss +117 -37
  138. package/src/scss/cadmin/variables/_tooltip.scss +47 -49
  139. package/src/scss/cadmin/variables/_treeview.scss +62 -10
  140. package/src/scss/cadmin/variables/_type.scss +11 -9
  141. package/src/scss/cadmin/variables/_utilities.scss +123 -6
  142. package/src/scss/components/_alerts.scss +1 -1
  143. package/src/scss/components/_button-groups.scss +2 -2
  144. package/src/scss/components/_cards.scss +10 -10
  145. package/src/scss/components/_carousel.scss +2 -2
  146. package/src/scss/components/_custom-forms.scss +27 -15
  147. package/src/scss/components/_drilldown.scss +8 -4
  148. package/src/scss/components/_forms.scss +6 -6
  149. package/src/scss/components/_grid.scss +7 -7
  150. package/src/scss/components/_icons.scss +10 -2
  151. package/src/scss/components/_images.scss +1 -1
  152. package/src/scss/components/_input-groups.scss +7 -5
  153. package/src/scss/components/_jumbotron.scss +2 -2
  154. package/src/scss/components/_list-group.scss +29 -14
  155. package/src/scss/components/_modals.scss +5 -5
  156. package/src/scss/components/_multi-step-nav.scss +32 -12
  157. package/src/scss/components/_navbar.scss +10 -6
  158. package/src/scss/components/_panels.scss +82 -51
  159. package/src/scss/components/_popovers.scss +21 -25
  160. package/src/scss/components/_sheets.scss +38 -14
  161. package/src/scss/components/_side-navigation.scss +2 -2
  162. package/src/scss/components/_time.scss +2 -2
  163. package/src/scss/components/_timelines.scss +16 -12
  164. package/src/scss/components/_tooltip.scss +8 -6
  165. package/src/scss/components/_treeview.scss +8 -1
  166. package/src/scss/components/_type.scss +2 -2
  167. package/src/scss/components/_utilities-functional-important.scss +5 -5
  168. package/src/scss/components/_utilities.scss +13 -13
  169. package/src/scss/functions/_global-functions.scss +2 -2
  170. package/src/scss/functions/_lx-icons-generated.scss +29 -1
  171. package/src/scss/mixins/_alerts.scss +10 -0
  172. package/src/scss/mixins/_aspect-ratio.scss +11 -0
  173. package/src/scss/mixins/_badges.scss +14 -2
  174. package/src/scss/mixins/_buttons.scss +68 -8
  175. package/src/scss/mixins/_cards.scss +81 -0
  176. package/src/scss/mixins/_close.scss +54 -4
  177. package/src/scss/mixins/_dropdown-menu.scss +55 -6
  178. package/src/scss/mixins/_forms.scss +150 -0
  179. package/src/scss/mixins/_globals.scss +101 -358
  180. package/src/scss/mixins/_grid.scss +21 -8
  181. package/src/scss/mixins/_highlight.scss +14 -0
  182. package/src/scss/mixins/_input-groups.scss +15 -0
  183. package/src/scss/mixins/_labels.scss +64 -10
  184. package/src/scss/mixins/_links.scss +55 -4
  185. package/src/scss/mixins/_list-group.scss +8 -4
  186. package/src/scss/mixins/_menubar.scss +80 -4
  187. package/src/scss/mixins/_modals.scss +10 -18
  188. package/src/scss/mixins/_nav.scss +19 -0
  189. package/src/scss/mixins/_navbar.scss +237 -49
  190. package/src/scss/mixins/_panels.scss +48 -4
  191. package/src/scss/mixins/_stickers.scss +8 -0
  192. package/src/scss/mixins/_tbar.scss +65 -10
  193. package/src/scss/mixins/_timelines.scss +21 -11
  194. package/src/scss/mixins/_toggle-switch.scss +4 -0
  195. package/src/scss/mixins/_utilities.scss +9 -0
  196. package/src/scss/variables/_alerts.scss +184 -29
  197. package/src/scss/variables/_application-bar.scss +11 -4
  198. package/src/scss/variables/_badges.scss +133 -35
  199. package/src/scss/variables/_breadcrumbs.scss +13 -4
  200. package/src/scss/variables/_buttons.scss +11 -10
  201. package/src/scss/variables/_cards.scss +131 -53
  202. package/src/scss/variables/_clay-color.scss +36 -18
  203. package/src/scss/variables/_custom-forms.scss +51 -14
  204. package/src/scss/variables/_date-picker.scss +41 -16
  205. package/src/scss/variables/_drilldown.scss +3 -3
  206. package/src/scss/variables/_dropdowns.scss +108 -49
  207. package/src/scss/variables/_dual-listbox.scss +1 -1
  208. package/src/scss/variables/_empty-state.scss +5 -2
  209. package/src/scss/variables/_forms.scss +209 -71
  210. package/src/scss/variables/_globals-z-index.scss +26 -5
  211. package/src/scss/variables/_globals.scss +145 -68
  212. package/src/scss/variables/_images.scss +1 -2
  213. package/src/scss/variables/_labels.scss +103 -6
  214. package/src/scss/variables/_links.scss +39 -10
  215. package/src/scss/variables/_list-group.scss +39 -13
  216. package/src/scss/variables/_loaders.scss +18 -2
  217. package/src/scss/variables/_management-bar.scss +23 -6
  218. package/src/scss/variables/_menubar.scss +86 -19
  219. package/src/scss/variables/_modals.scss +66 -25
  220. package/src/scss/variables/_multi-step-nav.scss +29 -11
  221. package/src/scss/variables/_navbar.scss +14 -8
  222. package/src/scss/variables/_navigation-bar.scss +26 -4
  223. package/src/scss/variables/_navs.scss +76 -44
  224. package/src/scss/variables/_pagination.scss +30 -5
  225. package/src/scss/variables/_panels.scss +77 -24
  226. package/src/scss/variables/_popovers.scss +65 -78
  227. package/src/scss/variables/_progress-bars.scss +11 -2
  228. package/src/scss/variables/_range.scss +35 -9
  229. package/src/scss/variables/_reorder.scss +7 -6
  230. package/src/scss/variables/_resizer.scss +5 -3
  231. package/src/scss/variables/_sheets.scss +21 -13
  232. package/src/scss/variables/_sidebar.scss +72 -4
  233. package/src/scss/variables/_slideout.scss +87 -31
  234. package/src/scss/variables/_stickers.scss +61 -9
  235. package/src/scss/variables/_tables.scss +125 -33
  236. package/src/scss/variables/_tbar.scss +79 -30
  237. package/src/scss/variables/_time.scss +13 -11
  238. package/src/scss/variables/_timelines.scss +2 -1
  239. package/src/scss/variables/_toggle-switch.scss +114 -30
  240. package/src/scss/variables/_tooltip.scss +46 -49
  241. package/src/scss/variables/_treeview.scss +63 -10
  242. package/src/scss/variables/_type.scss +9 -7
  243. package/src/scss/variables/_utilities.scss +124 -6
@@ -33,11 +33,13 @@ $progress-group-addon: map-deep-merge(
33
33
  margin-right: $progress-group-addon-spacer-x,
34
34
  min-width: 2rem,
35
35
  text-align: center,
36
+
36
37
  first-child: (
37
- padding-left: 0,
38
+ padding-left: 0rem,
38
39
  ),
40
+
39
41
  last-child: (
40
- padding-right: 0,
42
+ padding-right: 0rem,
41
43
  ),
42
44
  ),
43
45
  $progress-group-addon
@@ -69,30 +71,37 @@ $progress-palette: map-deep-merge(
69
71
  progress-bar: (
70
72
  background-color: $progress-bar-success-bg,
71
73
  ),
74
+
72
75
  progress-group-feedback: (
73
76
  color: $progress-group-feedback-success-color,
74
77
  ),
75
78
  ),
79
+
76
80
  info: (
77
81
  progress-bar: (
78
82
  background-color: $progress-bar-info-bg,
79
83
  ),
84
+
80
85
  progress-group-feedback: (
81
86
  color: $progress-group-feedback-info-color,
82
87
  ),
83
88
  ),
89
+
84
90
  warning: (
85
91
  progress-bar: (
86
92
  background-color: $progress-bar-warning-bg,
87
93
  ),
94
+
88
95
  progress-group-feedback: (
89
96
  color: $progress-group-feedback-warning-color,
90
97
  ),
91
98
  ),
99
+
92
100
  danger: (
93
101
  progress-bar: (
94
102
  background-color: $progress-bar-danger-bg,
95
103
  ),
104
+
96
105
  progress-group-feedback: (
97
106
  color: $progress-group-feedback-danger-color,
98
107
  ),
@@ -26,10 +26,10 @@ $clay-range-input-group-text: map-merge(
26
26
  font-size: 0.875rem,
27
27
  font-weight: $font-weight-semi-bold,
28
28
  min-width: 1.5rem,
29
- padding-bottom: 0,
30
- padding-left: 0,
31
- padding-right: 0,
32
- padding-top: 0,
29
+ padding-bottom: 0rem,
30
+ padding-left: 0rem,
31
+ padding-right: 0rem,
32
+ padding-top: 0rem,
33
33
  ),
34
34
  $clay-range-input-group-text
35
35
  );
@@ -56,6 +56,7 @@ $clay-range-input: map-deep-merge(
56
56
  position: relative,
57
57
  vertical-align: middle,
58
58
  width: 100%,
59
+
59
60
  clay-range-thumb: (
60
61
  background-color: $white,
61
62
  border-radius: 100px,
@@ -68,15 +69,19 @@ $clay-range-input: map-deep-merge(
68
69
  top: 50%,
69
70
  width: 1.5rem,
70
71
  ),
72
+
71
73
  ms-thumb: (
72
74
  visibility: hidden,
73
75
  ),
76
+
74
77
  moz-range-thumb: (
75
78
  visibility: hidden,
76
79
  ),
80
+
77
81
  webkit-slider-thumb: (
78
82
  visibility: hidden,
79
83
  ),
84
+
80
85
  clay-range-track: (
81
86
  appearance: none,
82
87
  background-color: $gray-300,
@@ -87,26 +92,31 @@ $clay-range-input: map-deep-merge(
87
92
  top: 50%,
88
93
  width: 100%,
89
94
  ),
95
+
90
96
  clay-range-progress: (
91
97
  background-color: $primary,
92
- border-radius: 100px 0 0 100px,
98
+ border-radius: 100px 0px 0px 100px,
93
99
  position: absolute,
94
100
  top: 50%,
95
101
  width: 50%,
96
102
  ),
103
+
97
104
  tooltip: (
98
105
  margin-left: 0.8125rem,
99
106
  transition: opacity 0.15s linear,
100
107
  visibility: hidden,
101
108
  white-space: nowrap,
102
109
  ),
110
+
103
111
  tooltip-inner: (
104
112
  padding: 0.25rem 0.5rem,
105
113
  ),
114
+
106
115
  tooltip-arrow: (
107
116
  height: 0.375rem,
108
117
  width: 0.375rem,
109
118
  ),
119
+
110
120
  clay-tooltip-bottom: (
111
121
  margin-top: 0.25rem,
112
122
  padding-top: 0.1875rem,
@@ -116,6 +126,7 @@ $clay-range-input: map-deep-merge(
116
126
  margin-left: -0.25rem,
117
127
  ),
118
128
  ),
129
+
119
130
  clay-tooltip-top: (
120
131
  bottom: 100%,
121
132
  margin-bottom: 0.25rem,
@@ -125,37 +136,46 @@ $clay-range-input: map-deep-merge(
125
136
  margin-left: -0.25rem,
126
137
  ),
127
138
  ),
139
+
128
140
  form-control-range: (
129
141
  appearance: none,
130
142
  background-color: transparent,
131
143
  height: if(variable-exists(input-height), $input-height, 2.375rem),
132
- margin: 0,
133
- padding: 0,
144
+ margin: 0rem,
145
+ padding: 0rem,
134
146
  position: relative,
135
147
  z-index: $zindex-clay-range-input-form-control,
148
+
136
149
  hover: (
137
150
  cursor: $link-cursor,
138
151
  ),
152
+
139
153
  focus: (
140
154
  outline: 0,
155
+
141
156
  clay-range-thumb: (
142
157
  box-shadow: $component-focus-box-shadow,
143
158
  ),
144
159
  ),
160
+
145
161
  disabled: (
146
162
  color: $clay-range-disabled-color,
147
163
  cursor: $disabled-cursor,
164
+
148
165
  clay-range-track: (
149
166
  background-color: $gray-200,
150
167
  ),
168
+
151
169
  clay-range-progress: (
152
170
  background-color: $primary-l2,
153
171
  ),
154
172
  ),
155
173
  ),
174
+
156
175
  data-label-min-max: (
157
176
  margin-bottom: 1rem,
158
177
  ),
178
+
159
179
  before-after: (
160
180
  font-size: 0.875rem,
161
181
  font-weight: $font-weight-semi-bold,
@@ -163,18 +183,20 @@ $clay-range-input: map-deep-merge(
163
183
  margin-top: 2.5rem,
164
184
  position: absolute,
165
185
  text-align: center,
166
- top: 0,
186
+ top: 0rem,
167
187
  width: 1.5rem,
168
188
  ),
189
+
169
190
  data-label-min: (
170
191
  before: (
171
192
  content: unquote("'\\FEFF' attr(data-label-min)"),
172
193
  ),
173
194
  ),
195
+
174
196
  data-label-max: (
175
197
  after: (
176
198
  content: unquote("'\\FEFF' attr(data-label-max)"),
177
- right: 0,
199
+ right: 0rem,
178
200
  ),
179
201
  ),
180
202
  ),
@@ -188,15 +210,19 @@ $clay-range-progress-none: map-deep-merge(
188
210
  ms-thumb: (
189
211
  visibility: visible,
190
212
  ),
213
+
191
214
  moz-range-thumb: (
192
215
  visibility: visible,
193
216
  ),
217
+
194
218
  webkit-slider-thumb: (
195
219
  visibility: visible,
196
220
  ),
221
+
197
222
  clay-range-thumb: (
198
223
  visibility: hidden,
199
224
  ),
225
+
200
226
  clay-range-progress: (
201
227
  visibility: hidden,
202
228
  ),
@@ -11,14 +11,15 @@ $clay-reorder: map-deep-merge(
11
11
  $clay-reorder-input-inset: () !default;
12
12
  $clay-reorder-input-inset: map-deep-merge(
13
13
  (
14
- margin-bottom: 0,
15
- margin-top: 0,
14
+ margin-bottom: 0rem,
15
+ margin-top: 0rem,
16
16
  overflow: auto,
17
17
  padding-bottom:
18
18
  if(variable-exists(input-padding-y), $input-padding-y, 0.375rem),
19
19
  padding-top:
20
20
  if(variable-exists(input-padding-y), $input-padding-y, 0.375rem),
21
21
  width: 100%,
22
+
22
23
  focus: (
23
24
  background-color: transparent,
24
25
  box-shadow: none,
@@ -30,11 +31,11 @@ $clay-reorder-input-inset: map-deep-merge(
30
31
  $clay-reorder-underlay: () !default;
31
32
  $clay-reorder-underlay: map-deep-merge(
32
33
  (
33
- bottom: 0,
34
- left: 0,
34
+ bottom: 0rem,
35
+ left: 0rem,
35
36
  position: absolute,
36
- right: 0,
37
- top: 0,
37
+ right: 0rem,
38
+ top: 0rem,
38
39
  z-index: -1,
39
40
  ),
40
41
  $clay-reorder-underlay
@@ -2,18 +2,20 @@ $c-horizontal-resizer: () !default;
2
2
  $c-horizontal-resizer: map-merge(
3
3
  (
4
4
  background-color: transparent,
5
- bottom: 0,
5
+ bottom: 0rem,
6
6
  cursor: ew-resize,
7
7
  margin-right: -0.25rem,
8
8
  position: absolute,
9
- right: 0,
10
- top: 0,
9
+ right: 0rem,
10
+ top: 0rem,
11
11
  user-select: none,
12
12
  width: 0.5rem,
13
13
  z-index: 10,
14
+
14
15
  hover: (
15
16
  background-color: $primary-l0,
16
17
  ),
18
+
17
19
  focus: (
18
20
  background-color: $primary-l0,
19
21
  ),
@@ -4,11 +4,9 @@
4
4
 
5
5
  $sheet-bg: $body-bg !default;
6
6
  $sheet-border-color: $gray-300 !default;
7
+ $sheet-border-radius: $border-radius !default;
7
8
  $sheet-border-style: solid !default;
8
9
  $sheet-border-width: 0.0625rem !default; // 1px
9
-
10
- $sheet-border-radius: $border-radius !default;
11
-
12
10
  $sheet-padding-bottom: 0.0625rem !default; // 1px
13
11
  $sheet-padding-left: 1.5rem !default; // 24px
14
12
  $sheet-padding-right: 1.5rem !default; // 24px
@@ -32,12 +30,12 @@ $sheet-plus-sheet: map-merge(
32
30
  $sheet-row: () !default;
33
31
  $sheet-row: map-merge(
34
32
  (
35
- margin-left: math-sign($sheet-padding-left),
36
- margin-right: math-sign($sheet-padding-right),
33
+ margin-left: calc(#{$sheet-padding-left} * -1),
34
+ margin-right: calc(#{$sheet-padding-right} * -1),
37
35
  media-breakpoint-down: (
38
36
  sm: (
39
- margin-left: math-sign($sheet-padding-left-mobile),
40
- margin-right: math-sign($sheet-padding-right-mobile),
37
+ margin-left: calc(#{$sheet-padding-left-mobile} * -1),
38
+ margin-right: calc(#{$sheet-padding-right-mobile} * -1),
41
39
  ),
42
40
  ),
43
41
  ),
@@ -47,14 +45,17 @@ $sheet-row: map-merge(
47
45
  // Sheet Header
48
46
 
49
47
  $sheet-header-margin-bottom: 3rem !default; // 48px
48
+
50
49
  $sheet-header-margin-bottom-mobile: null !default;
51
50
 
52
51
  // Sheet Section
53
52
 
54
53
  $sheet-section-margin-bottom: 3rem !default; // 48px
54
+
55
55
  $sheet-section-margin-bottom-mobile: null !default;
56
56
 
57
57
  $sheet-panel-group-margin-bottom: 1.5rem !default; // 24px
58
+
58
59
  $sheet-panel-group-margin-bottom-mobile: null !default;
59
60
 
60
61
  // Sheet Footer
@@ -73,19 +74,23 @@ $sheet-footer-btn-block-sm-down: () !default;
73
74
  $sheet-footer-btn-block-sm-down: map-deep-merge(
74
75
  (
75
76
  breakpoint-down: sm,
77
+
76
78
  mobile: (
77
79
  display: block,
80
+
78
81
  btn: (
79
82
  display: block,
80
83
  margin-bottom: 1rem,
81
84
  width: 100%,
82
85
  ),
86
+
83
87
  btn-group: (
84
88
  display: block,
85
89
  ),
90
+
86
91
  btn-group-item: (
87
92
  display: block,
88
- margin-right: 0,
93
+ margin-right: 0rem,
89
94
  ),
90
95
  ),
91
96
  ),
@@ -115,7 +120,7 @@ $sheet-title-margin-bottom-mobile: null !default;
115
120
 
116
121
  $sheet-subtitle-border-color: null !default;
117
122
  $sheet-subtitle-border-style: solid !default;
118
- $sheet-subtitle-border-width: 0 0 1px 0 !default;
123
+ $sheet-subtitle-border-width: 0px 0px 1px 0px !default;
119
124
  $sheet-subtitle-color: null !default;
120
125
  $sheet-subtitle-font-size: 0.875rem !default; // 14px
121
126
  $sheet-subtitle-font-weight: $font-weight-semi-bold !default;
@@ -128,13 +133,14 @@ $sheet-subtitle-text-transform: uppercase !default;
128
133
  $sheet-subtitle-font-size-mobile: null !default;
129
134
  $sheet-subtitle-margin-bottom-mobile: null !default;
130
135
 
131
- $sheet-subtitle-heading-text-margin-bottom: 0 !default;
136
+ $sheet-subtitle-heading-text-margin-bottom: 0rem !default;
132
137
  $sheet-subtitle-heading-text-margin-top: auto !default;
133
138
 
134
139
  // Sheet Subtitle as Panel Header
135
140
 
136
141
  $sheet-subtitle-link-color: $sheet-subtitle-color !default;
137
142
  $sheet-subtitle-link-text-decoration: null !default;
143
+
138
144
  $sheet-subtitle-link-hover-color: null !default;
139
145
  $sheet-subtitle-link-hover-text-decoration: none !default;
140
146
 
@@ -143,6 +149,7 @@ $sheet-subtitle-link: map-deep-merge(
143
149
  (
144
150
  color: $sheet-subtitle-link-color,
145
151
  text-decoration: $sheet-subtitle-link-text-decoration,
152
+
146
153
  hover: (
147
154
  color: $sheet-subtitle-link-hover-color,
148
155
  text-decoration: $sheet-subtitle-link-hover-text-decoration,
@@ -152,6 +159,7 @@ $sheet-subtitle-link: map-deep-merge(
152
159
  );
153
160
 
154
161
  $sheet-subtitle-collapse-icon-font-size: null !default;
162
+
155
163
  $sheet-subtitle-collapse-icon-bottom: null !default;
156
164
  $sheet-subtitle-collapse-icon-left: null !default;
157
165
  $sheet-subtitle-collapse-icon-right: null !default;
@@ -198,7 +206,7 @@ $sheet-multiple-form-sheet-header: map-merge(
198
206
  (
199
207
  border-color: $gray-300,
200
208
  border-style: solid,
201
- border-width: 0 0 1px,
209
+ border-width: 0px 0px 1px,
202
210
  margin: -1.5rem -1.5rem 1.5rem,
203
211
  padding: 1rem 1.5rem,
204
212
  ),
@@ -217,7 +225,7 @@ $sheet-multiple-form-sheet-header-mobile: map-merge(
217
225
  $sheet-multiple-form-sheet-title: () !default;
218
226
  $sheet-multiple-form-sheet-title: map-merge(
219
227
  (
220
- margin-bottom: 0,
228
+ margin-bottom: 0rem,
221
229
  ),
222
230
  $sheet-multiple-form-sheet-title
223
231
  );
@@ -248,7 +256,7 @@ $sheet-dataset-content-sheet-header-mobile: map-merge(
248
256
  $sheet-dataset-content-sheet-title: () !default;
249
257
  $sheet-dataset-content-sheet-title: map-merge(
250
258
  (
251
- margin-bottom: 0,
259
+ margin-bottom: 0rem,
252
260
  ),
253
261
  $sheet-dataset-content-sheet-title
254
262
  );