@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.
Files changed (304) hide show
  1. package/lib/css/atlas.css +3170 -3016
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +2952 -2786
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +1754 -1633
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/blue-print.svg +9 -0
  8. package/lib/images/icons/books-brush.svg +9 -0
  9. package/lib/images/icons/calculator.svg +10 -0
  10. package/lib/images/icons/icons.svg +1 -1
  11. package/lib/images/icons/layout-new-window.svg +10 -0
  12. package/lib/images/icons/medal.svg +10 -0
  13. package/lib/images/icons/megaphone.svg +9 -0
  14. package/lib/images/icons/price-list.svg +11 -0
  15. package/lib/images/icons/process-builder.svg +9 -0
  16. package/lib/images/icons/product-configuration.svg +10 -0
  17. package/lib/images/icons/product-menu-open.svg +2 -2
  18. package/lib/images/icons/products.svg +9 -0
  19. package/lib/images/icons/publications.svg +10 -0
  20. package/lib/images/icons/puzzle.svg +9 -0
  21. package/lib/images/icons/rocket.svg +11 -0
  22. package/lib/images/icons/submission.svg +10 -0
  23. package/lib/images/icons/synonyms.svg +9 -0
  24. package/package.json +1 -1
  25. package/src/images/icons/blue-print.svg +9 -0
  26. package/src/images/icons/books-brush.svg +9 -0
  27. package/src/images/icons/calculator.svg +10 -0
  28. package/src/images/icons/icons.svg +1 -1
  29. package/src/images/icons/layout-new-window.svg +10 -0
  30. package/src/images/icons/medal.svg +10 -0
  31. package/src/images/icons/megaphone.svg +9 -0
  32. package/src/images/icons/price-list.svg +11 -0
  33. package/src/images/icons/process-builder.svg +9 -0
  34. package/src/images/icons/product-configuration.svg +10 -0
  35. package/src/images/icons/product-menu-open.svg +2 -2
  36. package/src/images/icons/products.svg +9 -0
  37. package/src/images/icons/publications.svg +10 -0
  38. package/src/images/icons/puzzle.svg +9 -0
  39. package/src/images/icons/rocket.svg +11 -0
  40. package/src/images/icons/submission.svg +10 -0
  41. package/src/images/icons/synonyms.svg +9 -0
  42. package/src/scss/_license-text.scss +1 -1
  43. package/src/scss/atlas/_variables.scss +6 -4
  44. package/src/scss/atlas/variables/_alerts.scss +102 -11
  45. package/src/scss/atlas/variables/_application-bar.scss +7 -0
  46. package/src/scss/atlas/variables/_badges.scss +36 -8
  47. package/src/scss/atlas/variables/_breadcrumbs.scss +2 -1
  48. package/src/scss/atlas/variables/_cards.scss +5 -0
  49. package/src/scss/atlas/variables/_clay-color.scss +5 -0
  50. package/src/scss/atlas/variables/_custom-forms.scss +36 -5
  51. package/src/scss/atlas/variables/_date-picker.scss +14 -2
  52. package/src/scss/atlas/variables/_dropdowns.scss +9 -2
  53. package/src/scss/atlas/variables/_forms.scss +35 -5
  54. package/src/scss/atlas/variables/_globals.scss +120 -73
  55. package/src/scss/atlas/variables/_labels.scss +55 -0
  56. package/src/scss/atlas/variables/_links.scss +18 -0
  57. package/src/scss/atlas/variables/_list-group.scss +15 -4
  58. package/src/scss/atlas/variables/_management-bar.scss +11 -0
  59. package/src/scss/atlas/variables/_menubar.scss +70 -22
  60. package/src/scss/atlas/variables/_modals.scss +16 -0
  61. package/src/scss/atlas/variables/_navbar.scss +7 -0
  62. package/src/scss/atlas/variables/_navigation-bar.scss +25 -1
  63. package/src/scss/atlas/variables/_navs.scss +5 -2
  64. package/src/scss/atlas/variables/_pagination.scss +42 -22
  65. package/src/scss/atlas/variables/_panels.scss +7 -0
  66. package/src/scss/atlas/variables/_popovers.scss +6 -4
  67. package/src/scss/atlas/variables/_range.scss +6 -0
  68. package/src/scss/atlas/variables/_sheets.scss +1 -0
  69. package/src/scss/atlas/variables/_sidebar.scss +10 -0
  70. package/src/scss/atlas/variables/_tables.scss +27 -3
  71. package/src/scss/atlas/variables/_time.scss +1 -0
  72. package/src/scss/atlas/variables/_toggle-switch.scss +19 -7
  73. package/src/scss/atlas/variables/_utilities.scss +3 -0
  74. package/src/scss/atlas-custom-properties/_variables.scss +68 -0
  75. package/src/scss/atlas-custom-properties/variables/_alerts.scss +1212 -0
  76. package/src/scss/atlas-custom-properties/variables/_application-bar.scss +62 -0
  77. package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +28 -0
  78. package/src/scss/atlas-custom-properties/variables/_badges.scss +352 -0
  79. package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +205 -0
  80. package/src/scss/atlas-custom-properties/variables/_buttons.scss +1498 -0
  81. package/src/scss/atlas-custom-properties/variables/_c-root.scss +353 -0
  82. package/src/scss/atlas-custom-properties/variables/_cards.scss +1217 -0
  83. package/src/scss/atlas-custom-properties/variables/_clay-color.scss +647 -0
  84. package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +1127 -0
  85. package/src/scss/atlas-custom-properties/variables/_date-picker.scss +701 -0
  86. package/src/scss/atlas-custom-properties/variables/_drilldown.scss +252 -0
  87. package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1250 -0
  88. package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +75 -0
  89. package/src/scss/atlas-custom-properties/variables/_empty-state.scss +104 -0
  90. package/src/scss/atlas-custom-properties/variables/_forms.scss +2342 -0
  91. package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +50 -0
  92. package/src/scss/atlas-custom-properties/variables/_globals.scss +846 -0
  93. package/src/scss/atlas-custom-properties/variables/_icons.scss +73 -0
  94. package/src/scss/atlas-custom-properties/variables/_images.scss +14 -0
  95. package/src/scss/atlas-custom-properties/variables/_labels.scss +1485 -0
  96. package/src/scss/atlas-custom-properties/variables/_links.scss +482 -0
  97. package/src/scss/atlas-custom-properties/variables/_list-group.scss +493 -0
  98. package/src/scss/atlas-custom-properties/variables/_loaders.scss +243 -0
  99. package/src/scss/atlas-custom-properties/variables/_management-bar.scss +153 -0
  100. package/src/scss/atlas-custom-properties/variables/_menubar.scss +836 -0
  101. package/src/scss/atlas-custom-properties/variables/_modals.scss +650 -0
  102. package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +324 -0
  103. package/src/scss/atlas-custom-properties/variables/_navbar.scss +200 -0
  104. package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +473 -0
  105. package/src/scss/atlas-custom-properties/variables/_navs.scss +547 -0
  106. package/src/scss/atlas-custom-properties/variables/_pagination.scss +1101 -0
  107. package/src/scss/atlas-custom-properties/variables/_panels.scss +567 -0
  108. package/src/scss/atlas-custom-properties/variables/_popovers.scss +565 -0
  109. package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +142 -0
  110. package/src/scss/atlas-custom-properties/variables/_quick-action.scss +27 -0
  111. package/src/scss/atlas-custom-properties/variables/_range.scss +267 -0
  112. package/src/scss/atlas-custom-properties/variables/_reorder.scss +91 -0
  113. package/src/scss/atlas-custom-properties/variables/_resizer.scss +26 -0
  114. package/src/scss/atlas-custom-properties/variables/_sheets.scss +301 -0
  115. package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +4 -0
  116. package/src/scss/atlas-custom-properties/variables/_sidebar.scss +579 -0
  117. package/src/scss/atlas-custom-properties/variables/_slideout.scss +379 -0
  118. package/src/scss/atlas-custom-properties/variables/_stickers.scss +578 -0
  119. package/src/scss/atlas-custom-properties/variables/_tables.scss +1277 -0
  120. package/src/scss/atlas-custom-properties/variables/_tbar.scss +636 -0
  121. package/src/scss/atlas-custom-properties/variables/_time.scss +142 -0
  122. package/src/scss/atlas-custom-properties/variables/_timelines.scss +43 -0
  123. package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +706 -0
  124. package/src/scss/atlas-custom-properties/variables/_tooltip.scss +332 -0
  125. package/src/scss/atlas-custom-properties/variables/_treeview.scss +369 -0
  126. package/src/scss/atlas-custom-properties/variables/_type.scss +194 -0
  127. package/src/scss/atlas-custom-properties/variables/_utilities.scss +1016 -0
  128. package/src/scss/atlas-variables.scss +2 -0
  129. package/src/scss/atlas.scss +2 -0
  130. package/src/scss/base-variables.scss +2 -0
  131. package/src/scss/base.scss +2 -0
  132. package/src/scss/cadmin/components/_alerts.scss +3 -1
  133. package/src/scss/cadmin/components/_button-groups.scss +2 -2
  134. package/src/scss/cadmin/components/_cards.scss +2 -2
  135. package/src/scss/cadmin/components/_drilldown.scss +10 -10
  136. package/src/scss/cadmin/components/_dropdowns.scss +2 -2
  137. package/src/scss/cadmin/components/_forms.scss +2 -2
  138. package/src/scss/cadmin/components/_grid.scss +6 -6
  139. package/src/scss/cadmin/components/_icons.scss +10 -2
  140. package/src/scss/cadmin/components/_images.scss +1 -1
  141. package/src/scss/cadmin/components/_input-groups.scss +4 -4
  142. package/src/scss/cadmin/components/_list-group.scss +11 -10
  143. package/src/scss/cadmin/components/_modals.scss +5 -5
  144. package/src/scss/cadmin/components/_multi-step-nav.scss +45 -20
  145. package/src/scss/cadmin/components/_navbar.scss +14 -8
  146. package/src/scss/cadmin/components/_navs.scss +1 -1
  147. package/src/scss/cadmin/components/_panels.scss +51 -25
  148. package/src/scss/cadmin/components/_popovers.scss +25 -21
  149. package/src/scss/cadmin/components/_sheets.scss +40 -14
  150. package/src/scss/cadmin/components/_time.scss +6 -2
  151. package/src/scss/cadmin/components/_timelines.scss +15 -8
  152. package/src/scss/cadmin/components/_tooltip.scss +8 -7
  153. package/src/scss/cadmin/components/_treeview.scss +8 -1
  154. package/src/scss/cadmin/components/_type.scss +4 -2
  155. package/src/scss/cadmin/components/_utilities-functional-important.scss +5 -5
  156. package/src/scss/cadmin/components/_utilities.scss +13 -13
  157. package/src/scss/cadmin/variables/_alerts.scss +184 -34
  158. package/src/scss/cadmin/variables/_badges.scss +121 -21
  159. package/src/scss/cadmin/variables/_breadcrumbs.scss +18 -11
  160. package/src/scss/cadmin/variables/_buttons.scss +15 -10
  161. package/src/scss/cadmin/variables/_cards.scss +89 -32
  162. package/src/scss/cadmin/variables/_clay-color.scss +40 -18
  163. package/src/scss/cadmin/variables/_custom-forms.scss +49 -10
  164. package/src/scss/cadmin/variables/_date-picker.scss +47 -19
  165. package/src/scss/cadmin/variables/_dropdowns.scss +105 -49
  166. package/src/scss/cadmin/variables/_dual-listbox.scss +1 -1
  167. package/src/scss/cadmin/variables/_empty-state.scss +5 -2
  168. package/src/scss/cadmin/variables/_forms.scss +218 -74
  169. package/src/scss/cadmin/variables/_globals-z-index.scss +28 -5
  170. package/src/scss/cadmin/variables/_globals.scss +141 -71
  171. package/src/scss/cadmin/variables/_images.scss +1 -2
  172. package/src/scss/cadmin/variables/_labels.scss +99 -6
  173. package/src/scss/cadmin/variables/_links.scss +47 -11
  174. package/src/scss/cadmin/variables/_list-group.scss +25 -9
  175. package/src/scss/cadmin/variables/_loaders.scss +18 -2
  176. package/src/scss/cadmin/variables/_management-bar.scss +66 -26
  177. package/src/scss/cadmin/variables/_menubar.scss +137 -43
  178. package/src/scss/cadmin/variables/_modals.scss +75 -26
  179. package/src/scss/cadmin/variables/_multi-step-nav.scss +34 -14
  180. package/src/scss/cadmin/variables/_navbar.scss +22 -15
  181. package/src/scss/cadmin/variables/_navigation-bar.scss +73 -37
  182. package/src/scss/cadmin/variables/_navs.scss +65 -33
  183. package/src/scss/cadmin/variables/_pagination.scss +60 -22
  184. package/src/scss/cadmin/variables/_panels.scss +34 -16
  185. package/src/scss/cadmin/variables/_popovers.scss +66 -77
  186. package/src/scss/cadmin/variables/_progress-bars.scss +8 -3
  187. package/src/scss/cadmin/variables/_range.scss +29 -9
  188. package/src/scss/cadmin/variables/_reorder.scss +7 -6
  189. package/src/scss/cadmin/variables/_resizer.scss +5 -3
  190. package/src/scss/cadmin/variables/_sheets.scss +21 -12
  191. package/src/scss/cadmin/variables/_sidebar.scss +76 -5
  192. package/src/scss/cadmin/variables/_slideout.scss +88 -31
  193. package/src/scss/cadmin/variables/_stickers.scss +36 -8
  194. package/src/scss/cadmin/variables/_tables.scss +142 -51
  195. package/src/scss/cadmin/variables/_tbar.scss +79 -31
  196. package/src/scss/cadmin/variables/_time.scss +14 -12
  197. package/src/scss/cadmin/variables/_timelines.scss +4 -2
  198. package/src/scss/cadmin/variables/_toggle-switch.scss +117 -37
  199. package/src/scss/cadmin/variables/_tooltip.scss +47 -49
  200. package/src/scss/cadmin/variables/_treeview.scss +62 -10
  201. package/src/scss/cadmin/variables/_type.scss +11 -9
  202. package/src/scss/cadmin/variables/_utilities.scss +123 -6
  203. package/src/scss/components/_alerts.scss +1 -1
  204. package/src/scss/components/_button-groups.scss +2 -2
  205. package/src/scss/components/_cards.scss +10 -10
  206. package/src/scss/components/_carousel.scss +2 -2
  207. package/src/scss/components/_custom-forms.scss +23 -12
  208. package/src/scss/components/_drilldown.scss +8 -4
  209. package/src/scss/components/_forms.scss +6 -6
  210. package/src/scss/components/_grid.scss +7 -7
  211. package/src/scss/components/_icons.scss +10 -2
  212. package/src/scss/components/_images.scss +1 -1
  213. package/src/scss/components/_input-groups.scss +7 -5
  214. package/src/scss/components/_jumbotron.scss +2 -2
  215. package/src/scss/components/_list-group.scss +29 -14
  216. package/src/scss/components/_modals.scss +5 -5
  217. package/src/scss/components/_multi-step-nav.scss +32 -12
  218. package/src/scss/components/_navbar.scss +10 -6
  219. package/src/scss/components/_panels.scss +82 -51
  220. package/src/scss/components/_popovers.scss +21 -25
  221. package/src/scss/components/_sheets.scss +38 -14
  222. package/src/scss/components/_side-navigation.scss +2 -2
  223. package/src/scss/components/_time.scss +2 -2
  224. package/src/scss/components/_timelines.scss +16 -12
  225. package/src/scss/components/_tooltip.scss +8 -6
  226. package/src/scss/components/_treeview.scss +8 -1
  227. package/src/scss/components/_type.scss +2 -2
  228. package/src/scss/components/_utilities-functional-important.scss +5 -5
  229. package/src/scss/components/_utilities.scss +13 -13
  230. package/src/scss/functions/_global-functions.scss +8 -6
  231. package/src/scss/functions/_lx-icons-generated.scss +31 -1
  232. package/src/scss/mixins/_alerts.scss +10 -0
  233. package/src/scss/mixins/_aspect-ratio.scss +11 -0
  234. package/src/scss/mixins/_badges.scss +14 -2
  235. package/src/scss/mixins/_buttons.scss +68 -8
  236. package/src/scss/mixins/_cards.scss +81 -0
  237. package/src/scss/mixins/_close.scss +54 -4
  238. package/src/scss/mixins/_dropdown-menu.scss +55 -6
  239. package/src/scss/mixins/_forms.scss +150 -0
  240. package/src/scss/mixins/_globals.scss +101 -358
  241. package/src/scss/mixins/_grid.scss +21 -8
  242. package/src/scss/mixins/_highlight.scss +14 -0
  243. package/src/scss/mixins/_input-groups.scss +15 -0
  244. package/src/scss/mixins/_labels.scss +64 -10
  245. package/src/scss/mixins/_links.scss +55 -4
  246. package/src/scss/mixins/_list-group.scss +8 -4
  247. package/src/scss/mixins/_menubar.scss +80 -4
  248. package/src/scss/mixins/_modals.scss +10 -18
  249. package/src/scss/mixins/_nav.scss +19 -0
  250. package/src/scss/mixins/_navbar.scss +237 -49
  251. package/src/scss/mixins/_panels.scss +48 -4
  252. package/src/scss/mixins/_stickers.scss +8 -0
  253. package/src/scss/mixins/_tbar.scss +65 -10
  254. package/src/scss/mixins/_timelines.scss +21 -11
  255. package/src/scss/mixins/_toggle-switch.scss +4 -0
  256. package/src/scss/mixins/_utilities.scss +9 -0
  257. package/src/scss/variables/_alerts.scss +184 -29
  258. package/src/scss/variables/_application-bar.scss +11 -4
  259. package/src/scss/variables/_badges.scss +133 -35
  260. package/src/scss/variables/_breadcrumbs.scss +13 -4
  261. package/src/scss/variables/_buttons.scss +11 -10
  262. package/src/scss/variables/_cards.scss +131 -53
  263. package/src/scss/variables/_clay-color.scss +36 -18
  264. package/src/scss/variables/_custom-forms.scss +47 -12
  265. package/src/scss/variables/_date-picker.scss +41 -16
  266. package/src/scss/variables/_drilldown.scss +3 -3
  267. package/src/scss/variables/_dropdowns.scss +108 -49
  268. package/src/scss/variables/_dual-listbox.scss +1 -1
  269. package/src/scss/variables/_empty-state.scss +5 -2
  270. package/src/scss/variables/_forms.scss +200 -64
  271. package/src/scss/variables/_globals-z-index.scss +26 -5
  272. package/src/scss/variables/_globals.scss +153 -76
  273. package/src/scss/variables/_images.scss +1 -2
  274. package/src/scss/variables/_labels.scss +103 -6
  275. package/src/scss/variables/_links.scss +39 -10
  276. package/src/scss/variables/_list-group.scss +39 -13
  277. package/src/scss/variables/_loaders.scss +18 -2
  278. package/src/scss/variables/_management-bar.scss +23 -6
  279. package/src/scss/variables/_menubar.scss +86 -19
  280. package/src/scss/variables/_modals.scss +66 -25
  281. package/src/scss/variables/_multi-step-nav.scss +29 -11
  282. package/src/scss/variables/_navbar.scss +14 -8
  283. package/src/scss/variables/_navigation-bar.scss +26 -4
  284. package/src/scss/variables/_navs.scss +76 -44
  285. package/src/scss/variables/_pagination.scss +30 -5
  286. package/src/scss/variables/_panels.scss +77 -24
  287. package/src/scss/variables/_popovers.scss +65 -78
  288. package/src/scss/variables/_progress-bars.scss +11 -2
  289. package/src/scss/variables/_range.scss +35 -9
  290. package/src/scss/variables/_reorder.scss +7 -6
  291. package/src/scss/variables/_resizer.scss +5 -3
  292. package/src/scss/variables/_sheets.scss +21 -13
  293. package/src/scss/variables/_sidebar.scss +72 -4
  294. package/src/scss/variables/_slideout.scss +87 -31
  295. package/src/scss/variables/_stickers.scss +50 -9
  296. package/src/scss/variables/_tables.scss +125 -33
  297. package/src/scss/variables/_tbar.scss +79 -30
  298. package/src/scss/variables/_time.scss +13 -11
  299. package/src/scss/variables/_timelines.scss +2 -1
  300. package/src/scss/variables/_toggle-switch.scss +114 -30
  301. package/src/scss/variables/_tooltip.scss +46 -49
  302. package/src/scss/variables/_treeview.scss +63 -10
  303. package/src/scss/variables/_type.scss +9 -7
  304. package/src/scss/variables/_utilities.scss +124 -6
@@ -0,0 +1,1127 @@
1
+ @if ($enable-atlas-custom-properties) {
2
+ $custom-forms-transition:
3
+ background-color 0.15s ease-in-out,
4
+ border-color 0.15s ease-in-out,
5
+ box-shadow 0.15s ease-in-out;
6
+
7
+ // Form File
8
+
9
+ $form-file: ();
10
+ $form-file: map-deep-merge(
11
+ (
12
+ border-radius: clay-enable-rounded($input-border-radius),
13
+ display: flex,
14
+ position: relative,
15
+ transition: clay-enable-transitions($input-transition),
16
+ focus-within: (
17
+ background-color: $input-focus-bg,
18
+ box-shadow: $input-focus-box-shadow,
19
+ outline: 0,
20
+ z-index: 1,
21
+ ),
22
+ ),
23
+ $form-file
24
+ );
25
+
26
+ // Custom Control Indicator
27
+
28
+ $custom-control-indicator-size: 1rem;
29
+
30
+ $custom-control-indicator-bg: $white;
31
+ $custom-control-indicator-bg-size: 8px 8px;
32
+ $custom-control-indicator-border-color: $gray-600;
33
+ $custom-control-indicator-border-style: solid;
34
+ $custom-control-indicator-border-width: $border-width;
35
+ $custom-control-indicator-box-shadow: none;
36
+ $custom-control-indicator-position-top: 0px;
37
+
38
+ $custom-control-indicator-focus-border-color: $custom-control-indicator-border-color;
39
+ $custom-control-indicator-focus-box-shadow: $component-focus-box-shadow;
40
+
41
+ $custom-control-indicator-active-bg: $custom-control-indicator-bg;
42
+ $custom-control-indicator-active-border-color: $custom-control-indicator-border-color;
43
+ $custom-control-indicator-active-box-shadow: none;
44
+ $custom-control-indicator-active-color: $component-active-color;
45
+
46
+ $custom-control-indicator-disabled-bg: if(
47
+ variable-exists(input-disabled-bg),
48
+ $input-disabled-bg,
49
+ $gray-200
50
+ );
51
+ $custom-control-indicator-disabled-border-color: $secondary-l3;
52
+ $custom-control-indicator-disabled-cursor: $disabled-cursor;
53
+
54
+ // Custom Control Indicator Checked
55
+
56
+ $custom-control-indicator-checked-bg: $component-active-bg;
57
+ $custom-control-indicator-checked-color: $component-active-color;
58
+ $custom-control-indicator-checked-border-color: $component-active-bg;
59
+ $custom-control-indicator-checked-box-shadow: none;
60
+
61
+ // @deprecated as of v2.2.1 use `$custom-control-indicator-checked-active-bg` instead
62
+
63
+ $custom-control-indicator-active-checked-bg: $component-active-bg;
64
+
65
+ $custom-control-indicator-checked-active-bg: $custom-control-indicator-active-checked-bg;
66
+
67
+ // @deprecated as of v2.2.1 use `$custom-control-indicator-checked-active-border-color` instead
68
+
69
+ $custom-control-indicator-active-checked-border-color: $custom-control-indicator-checked-active-bg;
70
+
71
+ $custom-control-indicator-checked-active-border-color: $custom-control-indicator-active-checked-border-color;
72
+
73
+ // @deprecated as of v2.2.1 use `$custom-control-indicator-checked-disabled-bg` instead
74
+
75
+ $custom-control-indicator-disabled-checked-bg: unquote(
76
+ 'hsl(from #{$component-active-bg} h s calc(l + 32.94))'
77
+ );
78
+
79
+ $custom-control-indicator-checked-disabled-bg: $custom-control-indicator-disabled-checked-bg;
80
+
81
+ // @deprecated as of v2.2.1 use `$custom-control-indicator-checked-disabled-border-color` instead
82
+
83
+ $custom-control-indicator-disabled-checked-border-color: $custom-control-indicator-disabled-checked-bg;
84
+
85
+ $custom-control-indicator-checked-disabled-border-color: $custom-control-indicator-disabled-checked-border-color;
86
+
87
+ // .custom-control
88
+
89
+ $custom-control-cursor: null;
90
+ $custom-control-gutter: 0.5rem;
91
+ $custom-control-spacer-x: 1rem;
92
+
93
+ // @deprecated after of v3.5.0 use the Sass map `$custom-control` instead
94
+
95
+ $custom-control-margin-bottom: 0.5rem;
96
+
97
+ // @deprecated after of v3.5.0 use the Sass map `$custom-control` instead
98
+
99
+ $custom-control-margin-top: null;
100
+
101
+ // @deprecated after of v3.5.0 use the Sass map `$custom-control` instead
102
+
103
+ $custom-control-min-height: 1.5rem;
104
+
105
+ // .custom-control-label
106
+
107
+ // @deprecated as of v2.19.0 use the Sass map `$custom-control-label` instead
108
+
109
+ $custom-control-description-cursor: if(
110
+ variable-exists(form-check-label-cursor),
111
+ $form-check-label-cursor,
112
+ $link-cursor
113
+ );
114
+
115
+ // @deprecated as of v2.19.0 use the Sass map `$custom-control-label` instead
116
+
117
+ $custom-control-description-font-size: if(
118
+ variable-exists(input-label-font-size),
119
+ $input-label-font-size,
120
+ 0.875rem
121
+ );
122
+
123
+ // @deprecated as of v2.19.0 use the Sass map `$custom-control-label` instead
124
+
125
+ $custom-control-description-font-weight: $font-weight-normal;
126
+
127
+ // @deprecated as of v2.19.0 use the Sass map `$custom-control-label` instead
128
+
129
+ $custom-control-description-line-height: $custom-control-min-height;
130
+
131
+ // @deprecated as of v2.19.0 use the Sass map `$custom-control-label-text` instead
132
+
133
+ $custom-control-description-padding-left: 0.5rem;
134
+
135
+ // @deprecated as of v2.19.0 use the Sass map `$custom-control-label-disabled` instead
136
+
137
+ $custom-control-description-disabled-cursor: $disabled-cursor;
138
+
139
+ // @deprecated as of v2.19.0 use the Sass map `$custom-control-label-text-small` instead
140
+
141
+ $custom-control-description-small-font-size: 100%;
142
+
143
+ $custom-control-label-color: null;
144
+
145
+ $custom-control-label: ();
146
+ $custom-control-label: map-deep-merge(
147
+ (
148
+ color: $custom-control-label-color,
149
+ cursor: $custom-control-description-cursor,
150
+ font-size: $custom-control-description-font-size,
151
+ font-weight: $custom-control-description-font-weight,
152
+ line-height: $custom-control-description-line-height,
153
+ margin-bottom: 0rem,
154
+ position: static,
155
+ vertical-align: top,
156
+
157
+ before: (
158
+ background-color: $custom-control-indicator-bg,
159
+ border-color: $custom-control-indicator-border-color,
160
+ border-style: $custom-control-indicator-border-style,
161
+ border-width: $custom-control-indicator-border-width,
162
+ box-shadow:
163
+ clay-enable-shadows($custom-control-indicator-box-shadow),
164
+ content: '',
165
+ display: block,
166
+ float: left,
167
+ font-size: $custom-control-indicator-size,
168
+ height: $custom-control-indicator-size,
169
+ left: 0rem,
170
+ position: relative,
171
+ top: 0.25rem,
172
+ transition: clay-enable-transitions($custom-forms-transition),
173
+ width: $custom-control-indicator-size,
174
+ ),
175
+
176
+ after: (
177
+ background:
178
+ no-repeat
179
+ 50% /
180
+ #{$custom-control-indicator-bg-size},
181
+ border-radius: $rounded-circle-border-radius,
182
+ content: '',
183
+ display: block,
184
+ height: 1.5rem,
185
+ left: -0.25rem,
186
+ position: absolute,
187
+ top: $custom-control-indicator-position-top,
188
+ width: 1.5rem,
189
+ ),
190
+ ),
191
+ $custom-control-label
192
+ );
193
+
194
+ $custom-control-label-disabled-color: if(
195
+ variable-exists(input-label-disabled-color),
196
+ $input-label-disabled-color,
197
+ $gray-500
198
+ );
199
+
200
+ $custom-control-label-disabled: ();
201
+ $custom-control-label-disabled: map-deep-merge(
202
+ (
203
+ color: $custom-control-label-disabled-color,
204
+ cursor: $custom-control-description-disabled-cursor,
205
+
206
+ before: (
207
+ background-color: $custom-control-indicator-disabled-bg,
208
+ border-color: $custom-control-indicator-disabled-border-color,
209
+ box-shadow: none,
210
+ ),
211
+ ),
212
+ $custom-control-label-disabled
213
+ );
214
+
215
+ // label.custom-control-label
216
+
217
+ $label-custom-control-label: ();
218
+ $label-custom-control-label: map-deep-merge(
219
+ (
220
+ font-size: map-get($custom-control-label, font-size),
221
+ ),
222
+ $label-custom-control-label
223
+ );
224
+
225
+ // .custom-control-label-text
226
+
227
+ $custom-control-label-text: ();
228
+ $custom-control-label-text: map-deep-merge(
229
+ (
230
+ padding-left: $custom-control-description-padding-left,
231
+ ),
232
+ $custom-control-label-text
233
+ );
234
+
235
+ // .custom-control-label-text small, .custom-control-label-text .small
236
+
237
+ $custom-control-label-text-small: ();
238
+ $custom-control-label-text-small: map-merge(
239
+ (
240
+ font-size: $custom-control-description-small-font-size,
241
+ ),
242
+ $custom-control-label-text-small
243
+ );
244
+
245
+ $custom-control: ();
246
+ $custom-control: map-deep-merge(
247
+ (
248
+ cursor: $custom-control-cursor,
249
+ display: block,
250
+ line-height: 1,
251
+ margin-bottom: $custom-control-margin-bottom,
252
+ margin-top: $custom-control-margin-top,
253
+ min-height: $custom-control-min-height,
254
+ position: relative,
255
+ text-align: left,
256
+
257
+ only-child: (
258
+ margin-bottom: 0rem,
259
+ ),
260
+
261
+ label: (
262
+ cursor: map-get($custom-control-label, cursor),
263
+ display: inline,
264
+ font-size: $font-size-base,
265
+ margin-bottom: 0rem,
266
+ ),
267
+ ),
268
+ $custom-control
269
+ );
270
+
271
+ // .custom-control-input
272
+
273
+ $custom-control-input: ();
274
+ $custom-control-input: map-deep-merge(
275
+ (
276
+ cursor: $link-cursor,
277
+ height: 1.5rem,
278
+ left: -0.25rem,
279
+ opacity: 0,
280
+ position: absolute,
281
+ top: $custom-control-indicator-position-top,
282
+ width: 1.5rem,
283
+ z-index: 1,
284
+
285
+ focus: (
286
+ custom-control-label: (
287
+ before: (
288
+ border-color:
289
+ $custom-control-indicator-focus-border-color,
290
+ ),
291
+
292
+ after: (
293
+ box-shadow: $custom-control-indicator-focus-box-shadow,
294
+ ),
295
+ ),
296
+ ),
297
+
298
+ active: (
299
+ custom-control-label: (
300
+ before: (
301
+ background-color: $custom-control-indicator-active-bg,
302
+ border-color:
303
+ $custom-control-indicator-active-border-color,
304
+ box-shadow: $custom-control-indicator-active-box-shadow,
305
+ color: $custom-control-indicator-active-color,
306
+ ),
307
+ ),
308
+ ),
309
+
310
+ disabled: (
311
+ custom-control-label: $custom-control-label-disabled,
312
+ ),
313
+
314
+ readonly: (
315
+ custom-control-label: (
316
+ color: $gray-900,
317
+
318
+ before: (
319
+ background-color: $gray-200,
320
+ border-color: $secondary-l3,
321
+ ),
322
+ ),
323
+
324
+ disabled: (
325
+ custom-control-label: (
326
+ color: $custom-control-label-disabled-color,
327
+ ),
328
+ ),
329
+ ),
330
+
331
+ checked: (
332
+ custom-control-label: (
333
+ before: (
334
+ background-color: $custom-control-indicator-checked-bg,
335
+ border-color:
336
+ $custom-control-indicator-checked-border-color,
337
+ box-shadow:
338
+ clay-enable-shadows(
339
+ $custom-control-indicator-checked-box-shadow
340
+ ),
341
+ color: $custom-control-indicator-checked-color,
342
+ ),
343
+ ),
344
+
345
+ active: (
346
+ custom-control-label: (
347
+ before: (
348
+ background-color:
349
+ $custom-control-indicator-checked-active-bg,
350
+ border-color:
351
+ $custom-control-indicator-checked-active-border-color,
352
+ ),
353
+ ),
354
+ ),
355
+
356
+ disabled: (
357
+ cursor: $custom-control-indicator-disabled-cursor,
358
+
359
+ custom-control-label: (
360
+ before: (
361
+ background-color:
362
+ $custom-control-indicator-disabled-bg,
363
+ box-shadow: none,
364
+ ),
365
+ ),
366
+ ),
367
+
368
+ readonly: (
369
+ custom-control-label: (
370
+ before: (
371
+ background-color: $custom-control-indicator-bg,
372
+ border-color:
373
+ $custom-control-indicator-border-color,
374
+ ),
375
+ ),
376
+ ),
377
+ ),
378
+ ),
379
+ $custom-control-input
380
+ );
381
+
382
+ // Custom Control Primary
383
+
384
+ $custom-control-primary-label-text: ();
385
+ $custom-control-primary-label-text: map-deep-merge(
386
+ (
387
+ font-weight: $font-weight-semi-bold,
388
+ ),
389
+ $custom-control-primary-label-text
390
+ );
391
+
392
+ // Custom Checkbox
393
+
394
+ $custom-checkbox-indicator-border-radius: 0.125rem;
395
+
396
+ $custom-checkbox-indicator-icon-checked: clay-icon(check-small, #fff);
397
+ $custom-checkbox-indicator-icon-checked-bg-size: 1rem;
398
+
399
+ $custom-checkbox-indicator-indeterminate-bg: $component-active-bg;
400
+ $custom-checkbox-indicator-indeterminate-border-color: $custom-checkbox-indicator-indeterminate-bg;
401
+
402
+ $custom-control-indicator-indeterminate-border-color: $custom-control-indicator-checked-active-bg;
403
+
404
+ $custom-checkbox-indicator-indeterminate-box-shadow: none;
405
+ $custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color;
406
+
407
+ $custom-checkbox-indicator-icon-indeterminate: clay-icon(hr, #fff);
408
+ $custom-checkbox-indicator-icon-indeterminate-bg-size: 1rem;
409
+
410
+ $custom-checkbox: ();
411
+ $custom-checkbox: map-deep-merge(
412
+ (
413
+ custom-control-input: (
414
+ custom-control-label: (
415
+ before: (
416
+ border-radius:
417
+ clay-enable-rounded(
418
+ $custom-checkbox-indicator-border-radius
419
+ ),
420
+ ),
421
+ ),
422
+
423
+ checked: (
424
+ custom-control-label: (
425
+ before: (),
426
+ after: (
427
+ background-image:
428
+ $custom-checkbox-indicator-icon-checked,
429
+ background-size:
430
+ $custom-checkbox-indicator-icon-checked-bg-size,
431
+ ),
432
+ ),
433
+
434
+ disabled: (
435
+ custom-control-label: (
436
+ before: (
437
+ background-color:
438
+ $custom-control-indicator-checked-disabled-bg,
439
+ border-color:
440
+ $custom-control-indicator-checked-disabled-border-color,
441
+ ),
442
+ ),
443
+ ),
444
+
445
+ readonly: (
446
+ custom-control-label: (
447
+ before: (
448
+ background-color: $custom-control-indicator-bg,
449
+ border-color: $secondary-l2,
450
+ ),
451
+
452
+ after: (
453
+ background-image:
454
+ clay-icon(check-small, #6b6c7e),
455
+ ),
456
+ ),
457
+
458
+ disabled: (
459
+ custom-control-label: (
460
+ before: (
461
+ opacity: 0.4,
462
+ ),
463
+
464
+ after: (
465
+ opacity: 0.4,
466
+ ),
467
+ ),
468
+ ),
469
+ ),
470
+ ),
471
+
472
+ indeterminate: (
473
+ custom-control-label: (
474
+ before: (
475
+ background-color:
476
+ $custom-checkbox-indicator-indeterminate-bg,
477
+ border-color:
478
+ $custom-control-indicator-indeterminate-border-color,
479
+ box-shadow:
480
+ $custom-checkbox-indicator-indeterminate-box-shadow,
481
+ ),
482
+
483
+ after: (
484
+ background-image:
485
+ $custom-checkbox-indicator-icon-indeterminate,
486
+ background-size:
487
+ $custom-checkbox-indicator-icon-indeterminate-bg-size,
488
+ ),
489
+ ),
490
+
491
+ disabled: (
492
+ custom-control-label: (
493
+ before: (
494
+ background-color:
495
+ $custom-control-indicator-checked-disabled-bg,
496
+ border-color:
497
+ $custom-control-indicator-checked-disabled-border-color,
498
+ ),
499
+ ),
500
+ ),
501
+
502
+ readonly: (
503
+ custom-control-label: (
504
+ before: (
505
+ background-color: $custom-control-indicator-bg,
506
+ border-color: $secondary-l2,
507
+ ),
508
+
509
+ after: (
510
+ background-image: clay-icon(hr, #6b6c7e),
511
+ ),
512
+ ),
513
+
514
+ disabled: (
515
+ custom-control-label: (
516
+ before: (
517
+ opacity: 0.4,
518
+ ),
519
+
520
+ after: (
521
+ opacity: 0.4,
522
+ ),
523
+ ),
524
+ ),
525
+ ),
526
+ ),
527
+ ),
528
+ ),
529
+ $custom-checkbox
530
+ );
531
+
532
+ // Custom Radio
533
+
534
+ $custom-radio-indicator-border-radius: 50%;
535
+
536
+ $custom-radio-indicator-icon-checked: clay-icon(circle, #fff);
537
+ $custom-radio-indicator-icon-checked-bg-size: 0.5rem;
538
+
539
+ $custom-radio-indicator-disabled-border-color: $custom-control-indicator-disabled-bg;
540
+
541
+ // @deprecated as of v2.2.1 use `$custom-radio-indicator-checked-disabled-border-color` instead
542
+
543
+ $custom-radio-indicator-disabled-checked-border-color: $custom-control-indicator-disabled-checked-border-color;
544
+
545
+ $custom-radio-indicator-checked-disabled-border-color: $custom-radio-indicator-disabled-checked-border-color;
546
+
547
+ $custom-radio: ();
548
+ $custom-radio: map-deep-merge(
549
+ (
550
+ custom-control-input: (
551
+ custom-control-label: (
552
+ before: (
553
+ border-radius: $custom-radio-indicator-border-radius,
554
+ ),
555
+ ),
556
+
557
+ disabled: (
558
+ custom-control-label: (
559
+ before: (
560
+ border-color:
561
+ $custom-radio-indicator-disabled-border-color,
562
+ ),
563
+ ),
564
+ ),
565
+
566
+ checked: (
567
+ custom-control-label: (
568
+ after: (
569
+ background-image:
570
+ $custom-radio-indicator-icon-checked,
571
+ background-size:
572
+ $custom-radio-indicator-icon-checked-bg-size,
573
+ ),
574
+ ),
575
+
576
+ disabled: (
577
+ custom-control-label: (
578
+ before: (
579
+ background-color:
580
+ $custom-control-indicator-checked-disabled-bg,
581
+ border-color:
582
+ $custom-radio-indicator-checked-disabled-border-color,
583
+ ),
584
+ ),
585
+ ),
586
+ ),
587
+ ),
588
+ ),
589
+ $custom-radio
590
+ );
591
+
592
+ $custom-control-outside: ();
593
+ $custom-control-outside: map-deep-merge(
594
+ (
595
+ label: (
596
+ display: inline-block,
597
+ padding-left:
598
+ calc(
599
+ #{$custom-control-indicator-size} +
600
+ #{$custom-control-description-padding-left}
601
+ ),
602
+ ),
603
+
604
+ custom-control-input: (
605
+ custom-control-label: (
606
+ before: (
607
+ position: absolute,
608
+ ),
609
+ ),
610
+ ),
611
+
612
+ custom-control-label-text: (
613
+ padding-left: 0rem,
614
+ ),
615
+ ),
616
+ $custom-control-outside
617
+ );
618
+
619
+ // Custom Switch
620
+
621
+ // @deprecated as of v3.x with no replacement
622
+
623
+ $custom-switch-width: calc(#{$custom-control-indicator-size} * 1.75);
624
+
625
+ // @deprecated as of v3.x with no replacement
626
+
627
+ $custom-switch-indicator-border-radius: calc(
628
+ #{$custom-control-indicator-size} * 0.5
629
+ );
630
+
631
+ // @deprecated as of v3.x with no replacement
632
+
633
+ $custom-switch-indicator-size: calc(
634
+ #{$custom-control-indicator-size} -
635
+ (#{$custom-control-indicator-border-width} * 4)
636
+ );
637
+
638
+ // Custom Select
639
+
640
+ // @deprecated as of v3.x with no replacement
641
+
642
+ $custom-select-bg: if(variable-exists(input-bg), $input-bg, $white);
643
+
644
+ // @deprecated as of v3.x with no replacement
645
+
646
+ $custom-select-bg-size: 8px 10px;
647
+
648
+ // @deprecated as of v3.x with no replacement
649
+
650
+ $custom-select-border-color: if(
651
+ variable-exists(input-border-color),
652
+ $input-border-color,
653
+ $gray-400
654
+ );
655
+
656
+ // @deprecated as of v3.x with no replacement
657
+
658
+ $custom-select-border-radius: $border-radius;
659
+
660
+ // @deprecated as of v3.x with no replacement
661
+
662
+ $custom-select-border-width: if(
663
+ variable-exists(input-border-width),
664
+ $input-border-width,
665
+ 0.0625rem
666
+ );
667
+
668
+ // @deprecated as of v3.x with no replacement
669
+
670
+ $custom-select-box-shadow: inset
671
+ 0
672
+ 1px
673
+ 2px
674
+ unquote('hsl(from #{$black} h s l / 0.075)');
675
+
676
+ // @deprecated as of v3.x with no replacement
677
+
678
+ $custom-select-color: if(
679
+ variable-exists(input-color),
680
+ $input-color,
681
+ $gray-700
682
+ );
683
+
684
+ // @deprecated as of v3.x with no replacement
685
+
686
+ $custom-select-font-family: if(
687
+ variable-exists(input-font-family),
688
+ $input-font-family,
689
+ null
690
+ );
691
+
692
+ // @deprecated as of v3.x with no replacement
693
+
694
+ $custom-select-font-size: if(
695
+ variable-exists(input-font-size),
696
+ $input-font-size,
697
+ $font-size-base
698
+ );
699
+
700
+ // @deprecated as of v3.x with no replacement
701
+
702
+ $custom-select-font-weight: if(
703
+ variable-exists(input-font-weight),
704
+ $input-font-weight,
705
+ $font-weight-base
706
+ );
707
+
708
+ // @deprecated as of v3.x with no replacement
709
+
710
+ $custom-select-height: if(
711
+ variable-exists(input-height),
712
+ $input-height,
713
+ 2.375rem
714
+ );
715
+
716
+ // @deprecated as of v3.x with no replacement
717
+
718
+ $custom-select-indicator-padding: 1rem;
719
+
720
+ // @deprecated as of v3.x with no replacement
721
+
722
+ $custom-select-line-height: if(
723
+ variable-exists(input-line-height),
724
+ $input-line-height,
725
+ $line-height-base
726
+ );
727
+
728
+ // @deprecated as of v3.x with no replacement
729
+
730
+ $custom-select-padding-x: if(
731
+ variable-exists(input-padding-x),
732
+ $input-padding-x,
733
+ 0.75rem
734
+ );
735
+
736
+ // @deprecated as of v3.x with no replacement
737
+
738
+ $custom-select-padding-y: if(
739
+ variable-exists(input-padding-y),
740
+ $input-padding-y,
741
+ 0.375rem
742
+ );
743
+
744
+ // @deprecated as of v3.x with no replacement
745
+
746
+ $custom-select-indicator-color: $gray-800;
747
+
748
+ // @deprecated as of v3.x with no replacement
749
+
750
+ $custom-select-indicator: clay-svg-url(
751
+ "<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#{$custom-select-indicator-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>"
752
+ );
753
+
754
+ // @deprecated as of v3.x with no replacement
755
+
756
+ $custom-select-background: $custom-select-indicator
757
+ no-repeat
758
+ right
759
+ $custom-select-padding-x
760
+ center /
761
+ $custom-select-bg-size;
762
+
763
+ // Custom Select Focus
764
+
765
+ // @deprecated as of v3.x with no replacement
766
+
767
+ $custom-select-focus-border-color: if(
768
+ variable-exists(input-focus-border-color),
769
+ $input-focus-border-color,
770
+ unquote('hsl(from #{$component-active-bg} h s calc(l + 25))')
771
+ );
772
+
773
+ // @deprecated as of v3.x with no replacement
774
+
775
+ $custom-select-focus-width: if(
776
+ variable-exists(input-focus-width),
777
+ $input-focus-width,
778
+ 0.2rem
779
+ );
780
+
781
+ // @deprecated as of v3.x with no replacement
782
+
783
+ $custom-select-focus-box-shadow: 0
784
+ 0
785
+ 0
786
+ $custom-select-focus-width
787
+ $custom-select-focus-border-color;
788
+
789
+ // Custom Select Disabled
790
+
791
+ // @deprecated as of v3.x with no replacement
792
+
793
+ $custom-select-disabled-bg: $gray-200;
794
+
795
+ // @deprecated as of v3.x with no replacement
796
+
797
+ $custom-select-disabled-color: $gray-600;
798
+
799
+ // Custom Select Feedback
800
+
801
+ // @deprecated as of v3.x with no replacement
802
+
803
+ $custom-select-feedback-icon-padding-right: calc(
804
+ (1em * 0.75) +
805
+ (2 * #{$custom-select-padding-y} * 0.75) +
806
+ #{$custom-select-padding-x} +
807
+ #{$custom-select-indicator-padding}
808
+ );
809
+
810
+ // @deprecated as of v3.x with no replacement
811
+
812
+ $custom-select-feedback-icon-position: center
813
+ right
814
+ calc(#{$custom-select-padding-x} + #{$custom-select-indicator-padding});
815
+
816
+ // @deprecated as of v3.x with no replacement
817
+
818
+ $custom-select-feedback-icon-size: 18px 18px;
819
+
820
+ // Custom Select Lg
821
+
822
+ // @deprecated as of v3.x with no replacement
823
+
824
+ $custom-select-font-size-lg: if(
825
+ variable-exists(input-font-size-lg),
826
+ $input-font-size-lg,
827
+ $font-size-lg
828
+ );
829
+
830
+ // @deprecated as of v3.x with no replacement
831
+
832
+ $custom-select-height-lg: if(
833
+ variable-exists(input-height-lg),
834
+ $input-height-lg,
835
+ 3rem
836
+ );
837
+
838
+ // @deprecated as of v3.x with no replacement
839
+
840
+ $custom-select-padding-x-lg: if(
841
+ variable-exists(input-padding-x-lg),
842
+ $input-padding-x-lg,
843
+ 1rem
844
+ );
845
+
846
+ // @deprecated as of v3.x with no replacement
847
+
848
+ $custom-select-padding-y-lg: if(
849
+ variable-exists(input-padding-y-lg),
850
+ $input-padding-y-lg,
851
+ 0.5rem
852
+ );
853
+
854
+ // Custom Select Sm
855
+
856
+ // @deprecated as of v3.x with no replacement
857
+
858
+ $custom-select-font-size-sm: if(
859
+ variable-exists(input-font-size-sm),
860
+ $input-font-size-sm,
861
+ $font-size-sm
862
+ );
863
+
864
+ // @deprecated as of v3.x with no replacement
865
+
866
+ $custom-select-height-sm: if(
867
+ variable-exists(input-height-sm),
868
+ $input-height-sm,
869
+ 1.9375rem
870
+ );
871
+
872
+ // @deprecated as of v3.x with no replacement
873
+
874
+ $custom-select-padding-x-sm: if(
875
+ variable-exists(input-padding-x-sm),
876
+ $input-padding-x-sm,
877
+ 0.5rem
878
+ );
879
+
880
+ // @deprecated as of v3.x with no replacement
881
+
882
+ $custom-select-padding-y-sm: if(
883
+ variable-exists(input-padding-y-sm),
884
+ $input-padding-y-sm,
885
+ 0.25rem
886
+ );
887
+
888
+ // Custom Range
889
+
890
+ // @deprecated as of v3.x with no replacement
891
+
892
+ $custom-range-track-bg: $gray-300;
893
+
894
+ // @deprecated as of v3.x with no replacement
895
+
896
+ $custom-range-track-border-radius: 1rem;
897
+
898
+ // @deprecated as of v3.x with no replacement
899
+
900
+ $custom-range-track-box-shadow: inset
901
+ 0
902
+ 0.25rem
903
+ 0.25rem
904
+ unquote('hsl(from #{$black} h s l / 0.1)');
905
+
906
+ // @deprecated as of v3.x with no replacement
907
+
908
+ $custom-range-track-cursor: pointer;
909
+
910
+ // @deprecated as of v3.x with no replacement
911
+
912
+ $custom-range-track-height: 0.5rem;
913
+
914
+ // @deprecated as of v3.x with no replacement
915
+
916
+ $custom-range-track-width: 100%;
917
+
918
+ // @deprecated as of v3.x with no replacement
919
+
920
+ $custom-range-thumb-bg: $component-active-bg;
921
+
922
+ // @deprecated as of v3.x with no replacement
923
+
924
+ $custom-range-thumb-border: 0px;
925
+
926
+ // @deprecated as of v3.x with no replacement
927
+
928
+ $custom-range-thumb-border-radius: 1rem;
929
+
930
+ // @deprecated as of v3.x with no replacement
931
+
932
+ $custom-range-thumb-box-shadow: 0
933
+ 0.1rem
934
+ 0.25rem
935
+ unquote('hsl(from #{$black} h s l / 0.1)');
936
+
937
+ // @deprecated as of v3.x with no replacement
938
+
939
+ $custom-range-thumb-width: 1rem;
940
+
941
+ // @deprecated as of v3.x with no replacement
942
+
943
+ $custom-range-thumb-height: $custom-range-thumb-width;
944
+
945
+ // @deprecated as of v3.x with no replacement
946
+
947
+ $custom-range-thumb-focus-box-shadow:
948
+ 0 0 0 1px $body-bg,
949
+ if(
950
+ variable-exists(input-focus-box-shadow),
951
+ $input-focus-box-shadow,
952
+ $component-focus-box-shadow
953
+ );
954
+
955
+ // @deprecated as of v3.x with no replacement
956
+
957
+ $custom-range-thumb-focus-box-shadow-width: if(
958
+ variable-exists(input-focus-width),
959
+ $input-focus-width,
960
+ 0.2rem
961
+ );
962
+
963
+ // @deprecated as of v3.x with no replacement
964
+
965
+ $custom-range-thumb-active-bg: unquote(
966
+ 'hsl(from #{$component-active-bg} h s calc(l + 35))'
967
+ );
968
+
969
+ // @deprecated as of v3.x with no replacement
970
+
971
+ $custom-range-thumb-disabled-bg: $gray-500;
972
+
973
+ // Custom File
974
+
975
+ // @deprecated as of v3.x with no replacement
976
+
977
+ $custom-file-bg: if(variable-exists(input-bg), $input-bg, $white);
978
+
979
+ // @deprecated as of v3.x with no replacement
980
+
981
+ $custom-file-border-color: if(
982
+ variable-exists(input-border-color),
983
+ $input-border-color,
984
+ $gray-400
985
+ );
986
+
987
+ // @deprecated as of v3.x with no replacement
988
+
989
+ $custom-file-border-width: if(
990
+ variable-exists(input-border-width),
991
+ $input-border-width,
992
+ 0.0625rem
993
+ );
994
+
995
+ // @deprecated as of v3.x with no replacement
996
+
997
+ $custom-file-border-radius: if(
998
+ variable-exists(input-border-radius),
999
+ $input-border-radius,
1000
+ $border-radius
1001
+ );
1002
+
1003
+ // @deprecated as of v3.x with no replacement
1004
+
1005
+ $custom-file-box-shadow: if(
1006
+ variable-exists(input-box-shadow),
1007
+ $input-box-shadow,
1008
+ inset 0 1px 1px unquote('hsl(from #{$black} h s l / 0.075)')
1009
+ );
1010
+
1011
+ // @deprecated as of v3.x with no replacement
1012
+
1013
+ $custom-file-color: if(
1014
+ variable-exists(input-color),
1015
+ $input-color,
1016
+ $gray-700
1017
+ );
1018
+
1019
+ // @deprecated as of v3.x with no replacement
1020
+
1021
+ $custom-file-font-family: if(
1022
+ variable-exists(input-font-family),
1023
+ $input-font-family,
1024
+ null
1025
+ );
1026
+
1027
+ // @deprecated as of v3.x with no replacement
1028
+
1029
+ $custom-file-font-weight: if(
1030
+ variable-exists(input-font-weight),
1031
+ $input-font-weight,
1032
+ $font-weight-base
1033
+ );
1034
+
1035
+ // @deprecated as of v3.x with no replacement
1036
+
1037
+ $custom-file-height-inner: 36px;
1038
+
1039
+ // @deprecated as of v3.x with no replacement
1040
+
1041
+ $custom-file-height: if(
1042
+ variable-exists(input-height),
1043
+ $input-height,
1044
+ 2.375rem
1045
+ );
1046
+
1047
+ // @deprecated as of v3.x with no replacement
1048
+
1049
+ $custom-file-line-height: if(
1050
+ variable-exists(input-line-height),
1051
+ $input-line-height,
1052
+ $line-height-base
1053
+ );
1054
+
1055
+ // @deprecated as of v3.x with no replacement
1056
+
1057
+ $custom-file-padding-x: if(
1058
+ variable-exists(input-padding-x),
1059
+ $input-padding-x,
1060
+ 0.75rem
1061
+ );
1062
+
1063
+ // @deprecated as of v3.x with no replacement
1064
+
1065
+ $custom-file-padding-y: if(
1066
+ variable-exists(input-padding-y),
1067
+ $input-padding-y,
1068
+ 0.375rem
1069
+ );
1070
+
1071
+ // @deprecated as of v3.x with no replacement
1072
+
1073
+ $custom-file-focus-border-color: if(
1074
+ variable-exists(input-focus-border-color),
1075
+ $input-focus-border-color,
1076
+ unquote('hsl(from #{$component-active-bg} h s calc(l + 25))')
1077
+ );
1078
+
1079
+ // @deprecated as of v3.x with no replacement
1080
+
1081
+ $custom-file-focus-box-shadow: if(
1082
+ variable-exists(input-focus-box-shadow),
1083
+ $input-focus-box-shadow,
1084
+ $component-focus-box-shadow
1085
+ );
1086
+
1087
+ // @deprecated as of v3.x with no replacement
1088
+
1089
+ $custom-file-disabled-bg: if(
1090
+ variable-exists(input-disabled-bg),
1091
+ $input-disabled-bg,
1092
+ $gray-200
1093
+ );
1094
+
1095
+ // @deprecated as of v3.x with no replacement
1096
+
1097
+ $custom-file-button-bg: if(
1098
+ variable-exists(input-group-addon-bg),
1099
+ $input-group-addon-bg,
1100
+ $gray-200
1101
+ );
1102
+
1103
+ // @deprecated as of v3.x with no replacement
1104
+
1105
+ $custom-file-button-color: $custom-file-color;
1106
+
1107
+ // .custom-file-label::after
1108
+
1109
+ // @deprecated as of v3.x with no replacement. See https://issues.liferay.com/browse/LPS-147457 and https://github.com/sass/sass/issues/1395
1110
+
1111
+ $custom-file-label-after-content: unquote("'\\FEFF Browse'");
1112
+
1113
+ $custom-file-text: ();
1114
+
1115
+ // @deprecated as of v3.x with no replacement. See https://issues.liferay.com/browse/LPS-147457 and https://github.com/sass/sass/issues/1395
1116
+
1117
+ $custom-file-text: map-deep-merge(
1118
+ (
1119
+ en: unquote("'\\FEFF Browse'"),
1120
+ ),
1121
+ $custom-file-text
1122
+ );
1123
+
1124
+ // @deprecated as of v3.x with no replacement. See https://issues.liferay.com/browse/LPS-147457.
1125
+
1126
+ $custom-file-text-data-browse: unquote("'\\FEFF' attr(data-browse)");
1127
+ }