@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
@@ -32,23 +32,28 @@ $label: map-deep-merge(
32
32
  padding-top: $label-padding-y,
33
33
  text-transform: $label-text-transform,
34
34
  transition: box-shadow 0.15s ease-in-out,
35
+
35
36
  disabled: (
36
37
  box-shadow: none,
37
38
  ),
39
+
38
40
  href: (
39
41
  hover: (
40
42
  text-decoration: $label-anchor-hover-text-decoration,
41
43
  ),
44
+
42
45
  focus: (
43
46
  box-shadow: $component-focus-box-shadow,
44
47
  text-decoration: $label-anchor-hover-text-decoration,
45
48
  ),
46
49
  ),
50
+
47
51
  link: (
48
52
  text-decoration: $label-link-text-decoration,
49
53
  hover: (
50
54
  text-decoration: $label-link-hover-text-decoration,
51
55
  ),
56
+
52
57
  focus: (
53
58
  text-decoration: $label-link-hover-text-decoration,
54
59
  ),
@@ -64,6 +69,7 @@ $label-close: () !default;
64
69
  $label-close: map-deep-merge(
65
70
  (
66
71
  margin: -5px -4px,
72
+
67
73
  disabled: (
68
74
  color: inherit,
69
75
  ),
@@ -86,14 +92,17 @@ $label-lg: map-deep-merge(
86
92
  padding-left: 0.5rem,
87
93
  padding-right: 0.5rem,
88
94
  padding-top: 0.3125rem,
95
+
89
96
  label-item: (
90
97
  margin-bottom: -0.0625rem,
91
98
  margin-top: -0.0625rem,
92
99
  ),
100
+
93
101
  lexicon-icon: (
94
102
  height: 1em,
95
103
  width: 1em,
96
104
  ),
105
+
97
106
  sticker: (
98
107
  height: 0.875rem,
99
108
  line-height: 0.875rem,
@@ -136,6 +145,7 @@ $label-primary: map-deep-merge(
136
145
  (
137
146
  border-color: $label-primary-border-color,
138
147
  color: $label-primary-color,
148
+
139
149
  href: (
140
150
  hover: (
141
151
  border-color: $label-primary-hover-border-color,
@@ -167,6 +177,7 @@ $label-secondary: map-deep-merge(
167
177
  (
168
178
  border-color: $label-secondary-border-color,
169
179
  color: $label-secondary-color,
180
+
170
181
  href: (
171
182
  hover: (
172
183
  border-color: $label-secondary-hover-border-color,
@@ -198,6 +209,7 @@ $label-success: map-deep-merge(
198
209
  (
199
210
  border-color: $label-success-border-color,
200
211
  color: $label-success-color,
212
+
201
213
  href: (
202
214
  hover: (
203
215
  border-color: $label-success-hover-border-color,
@@ -229,6 +241,7 @@ $label-info: map-deep-merge(
229
241
  (
230
242
  border-color: $label-info-border-color,
231
243
  color: $label-info-color,
244
+
232
245
  href: (
233
246
  hover: (
234
247
  border-color: $label-info-hover-border-color,
@@ -260,6 +273,7 @@ $label-warning: map-deep-merge(
260
273
  (
261
274
  border-color: $label-warning-border-color,
262
275
  color: $label-warning-color,
276
+
263
277
  href: (
264
278
  hover: (
265
279
  border-color: $label-warning-hover-border-color,
@@ -291,6 +305,7 @@ $label-danger: map-deep-merge(
291
305
  (
292
306
  border-color: $label-danger-border-color,
293
307
  color: $label-danger-color,
308
+
294
309
  href: (
295
310
  hover: (
296
311
  border-color: $label-danger-hover-border-color,
@@ -327,6 +342,7 @@ $label-light: map-deep-merge(
327
342
  background-color: $label-light-bg,
328
343
  border-color: $label-light-border-color,
329
344
  color: $label-light-color,
345
+
330
346
  href: (
331
347
  hover: (
332
348
  border-color: $label-light-hover-border-color,
@@ -358,6 +374,7 @@ $label-dark: map-deep-merge(
358
374
  (
359
375
  border-color: $label-dark-border-color,
360
376
  color: $label-dark-color,
377
+
361
378
  href: (
362
379
  hover: (
363
380
  border-color: $label-dark-hover-border-color,
@@ -374,6 +391,7 @@ $label-inverse-primary: () !default;
374
391
  $label-inverse-primary: map-deep-merge(
375
392
  (
376
393
  color: $white,
394
+
377
395
  href: (
378
396
  hover: (
379
397
  background-color: null,
@@ -381,11 +399,13 @@ $label-inverse-primary: map-deep-merge(
381
399
  color: $white,
382
400
  ),
383
401
  ),
402
+
384
403
  link: (
385
404
  hover: (
386
405
  color: null,
387
406
  ),
388
407
  ),
408
+
389
409
  close: (
390
410
  hover: (
391
411
  color: null,
@@ -399,6 +419,7 @@ $label-inverse-secondary: () !default;
399
419
  $label-inverse-secondary: map-deep-merge(
400
420
  (
401
421
  color: $white,
422
+
402
423
  href: (
403
424
  hover: (
404
425
  background-color: null,
@@ -406,11 +427,13 @@ $label-inverse-secondary: map-deep-merge(
406
427
  color: $white,
407
428
  ),
408
429
  ),
430
+
409
431
  link: (
410
432
  hover: (
411
433
  color: null,
412
434
  ),
413
435
  ),
436
+
414
437
  close: (
415
438
  hover: (
416
439
  color: null,
@@ -431,11 +454,13 @@ $label-inverse-success: map-deep-merge(
431
454
  color: $white,
432
455
  ),
433
456
  ),
457
+
434
458
  link: (
435
459
  hover: (
436
460
  color: null,
437
461
  ),
438
462
  ),
463
+
439
464
  close: (
440
465
  hover: (
441
466
  color: null,
@@ -449,6 +474,7 @@ $label-inverse-info: () !default;
449
474
  $label-inverse-info: map-deep-merge(
450
475
  (
451
476
  color: $white,
477
+
452
478
  href: (
453
479
  hover: (
454
480
  background-color: null,
@@ -456,11 +482,13 @@ $label-inverse-info: map-deep-merge(
456
482
  color: $white,
457
483
  ),
458
484
  ),
485
+
459
486
  link: (
460
487
  hover: (
461
488
  color: null,
462
489
  ),
463
490
  ),
491
+
464
492
  close: (
465
493
  hover: (
466
494
  color: null,
@@ -474,6 +502,7 @@ $label-inverse-warning: () !default;
474
502
  $label-inverse-warning: map-deep-merge(
475
503
  (
476
504
  color: $white,
505
+
477
506
  href: (
478
507
  hover: (
479
508
  background-color: null,
@@ -481,11 +510,13 @@ $label-inverse-warning: map-deep-merge(
481
510
  color: $white,
482
511
  ),
483
512
  ),
513
+
484
514
  link: (
485
515
  hover: (
486
516
  color: null,
487
517
  ),
488
518
  ),
519
+
489
520
  close: (
490
521
  hover: (
491
522
  color: null,
@@ -499,6 +530,7 @@ $label-inverse-danger: () !default;
499
530
  $label-inverse-danger: map-deep-merge(
500
531
  (
501
532
  color: $white,
533
+
502
534
  href: (
503
535
  hover: (
504
536
  background-color: null,
@@ -506,11 +538,13 @@ $label-inverse-danger: map-deep-merge(
506
538
  color: $white,
507
539
  ),
508
540
  ),
541
+
509
542
  link: (
510
543
  hover: (
511
544
  color: null,
512
545
  ),
513
546
  ),
547
+
514
548
  close: (
515
549
  hover: (
516
550
  color: null,
@@ -524,6 +558,7 @@ $label-inverse-light: () !default;
524
558
  $label-inverse-light: map-deep-merge(
525
559
  (
526
560
  color: $dark,
561
+
527
562
  href: (
528
563
  hover: (
529
564
  background-color: null,
@@ -531,11 +566,13 @@ $label-inverse-light: map-deep-merge(
531
566
  color: $dark,
532
567
  ),
533
568
  ),
569
+
534
570
  link: (
535
571
  hover: (
536
572
  color: null,
537
573
  ),
538
574
  ),
575
+
539
576
  close: (
540
577
  hover: (
541
578
  color: null,
@@ -549,6 +586,7 @@ $label-inverse-dark: () !default;
549
586
  $label-inverse-dark: map-deep-merge(
550
587
  (
551
588
  color: $white,
589
+
552
590
  href: (
553
591
  hover: (
554
592
  background-color: null,
@@ -556,11 +594,13 @@ $label-inverse-dark: map-deep-merge(
556
594
  color: $white,
557
595
  ),
558
596
  ),
597
+
559
598
  link: (
560
599
  hover: (
561
600
  color: null,
562
601
  ),
563
602
  ),
603
+
564
604
  close: (
565
605
  hover: (
566
606
  color: null,
@@ -574,20 +614,35 @@ $label-palette: () !default;
574
614
  $label-palette: map-deep-merge(
575
615
  (
576
616
  primary: $label-primary,
617
+
577
618
  secondary: $label-secondary,
619
+
578
620
  success: $label-success,
621
+
579
622
  info: $label-info,
623
+
580
624
  warning: $label-warning,
625
+
581
626
  danger: $label-danger,
627
+
582
628
  dark: $label-dark,
629
+
583
630
  light: $label-light,
631
+
584
632
  inverse-primary: $label-inverse-primary,
633
+
585
634
  inverse-secondary: $label-inverse-secondary,
635
+
586
636
  inverse-success: $label-inverse-success,
637
+
587
638
  inverse-info: $label-inverse-info,
639
+
588
640
  inverse-warning: $label-inverse-warning,
641
+
589
642
  inverse-danger: $label-inverse-danger,
643
+
590
644
  inverse-light: $label-inverse-light,
645
+
591
646
  inverse-dark: $label-inverse-dark,
592
647
  ),
593
648
  $label-palette
@@ -3,6 +3,7 @@ $component-link: map-deep-merge(
3
3
  (
4
4
  border-radius: 1px,
5
5
  transition: box-shadow 0.15s ease-in-out,
6
+
6
7
  focus: (
7
8
  color: clay-darken($gray-600, 15%),
8
9
  box-shadow: $component-focus-box-shadow,
@@ -17,10 +18,12 @@ $link-primary: map-deep-merge(
17
18
  (
18
19
  border-radius: 1px,
19
20
  transition: box-shadow 0.15s ease-in-out,
21
+
20
22
  hover: (
21
23
  background-color: $primary-l3,
22
24
  color: clay-darken($primary, 15%),
23
25
  ),
26
+
24
27
  focus: (
25
28
  color: clay-darken($primary, 15%),
26
29
  box-shadow: $component-focus-box-shadow,
@@ -35,10 +38,12 @@ $link-secondary: map-deep-merge(
35
38
  (
36
39
  border-radius: 1px,
37
40
  transition: box-shadow 0.15s ease-in-out,
41
+
38
42
  hover: (
39
43
  background-color: $gray-200,
40
44
  color: $gray-900,
41
45
  ),
46
+
42
47
  focus: (
43
48
  color: $gray-900,
44
49
  box-shadow: $component-focus-box-shadow,
@@ -84,6 +89,7 @@ $component-title-link: map-deep-merge(
84
89
  (
85
90
  border-radius: 1px,
86
91
  transition: box-shadow 0.15s ease-in-out,
92
+
87
93
  focus: (
88
94
  color: clay-darken($gray-900, 15%),
89
95
  box-shadow: $component-focus-box-shadow,
@@ -109,9 +115,11 @@ $component-subtitle-link: map-deep-merge(
109
115
  (
110
116
  border-radius: 1px,
111
117
  transition: box-shadow 0.15s ease-in-out,
118
+
112
119
  hover: (
113
120
  color: $gray-900,
114
121
  ),
122
+
115
123
  focus: (
116
124
  color: $gray-900,
117
125
  box-shadow: $component-focus-box-shadow,
@@ -127,20 +135,24 @@ $component-action: () !default;
127
135
  $component-action: map-deep-merge(
128
136
  (
129
137
  font-size: 1rem,
138
+
130
139
  hover: (
131
140
  background-color: rgba($gray-900, 0.03),
132
141
  color: $gray-900,
133
142
  ),
143
+
134
144
  focus: (
135
145
  background-color: rgba($gray-900, 0.03),
136
146
  box-shadow: $component-focus-box-shadow,
137
147
  color: $gray-900,
138
148
  outline: 0,
139
149
  ),
150
+
140
151
  active: (
141
152
  background-color: rgba($gray-900, 0.06),
142
153
  color: $gray-900,
143
154
  ),
155
+
144
156
  disabled: (
145
157
  background-color: transparent,
146
158
  box-shadow: none,
@@ -158,16 +170,19 @@ $link-outline-primary: map-deep-merge(
158
170
  background-color: $primary-l3,
159
171
  color: $primary,
160
172
  ),
173
+
161
174
  focus: (
162
175
  background-color: $primary-l3,
163
176
  box-shadow: $component-focus-box-shadow,
164
177
  color: $primary,
165
178
  ),
179
+
166
180
  active: (
167
181
  background-color:
168
182
  clay-lighten(clay-desaturate($primary, 42.05), 41.76),
169
183
  color: $primary,
170
184
  ),
185
+
171
186
  disabled: (
172
187
  box-shadow: none,
173
188
  ),
@@ -179,15 +194,18 @@ $link-outline-secondary: () !default;
179
194
  $link-outline-secondary: map-deep-merge(
180
195
  (
181
196
  border-color: $secondary-l2,
197
+
182
198
  hover: (
183
199
  background-color: rgba($gray-900, 0.03),
184
200
  color: $gray-900,
185
201
  ),
202
+
186
203
  focus: (
187
204
  background-color: rgba($gray-900, 0.03),
188
205
  box-shadow: $component-focus-box-shadow,
189
206
  color: $gray-900,
190
207
  ),
208
+
191
209
  active: (
192
210
  background-color: rgba($gray-900, 0.06),
193
211
  color: $gray-900,
@@ -1,14 +1,15 @@
1
1
  $list-group-border-color: $gray-300 !default;
2
2
  $list-group-color: null !default;
3
+ $list-group-font-size: 0.875rem !default; // 14px
4
+ $list-group-item-padding-x: 1rem !default; // 16px
5
+ $list-group-item-padding-y: 1rem !default; // 16px
6
+
3
7
  $list-group-hover-bg: clay-lighten($component-active-bg, 44.9) !default;
8
+
4
9
  $list-group-active-bg: $list-group-hover-bg !default;
5
10
  $list-group-active-border-color: $list-group-border-color !default;
6
11
  $list-group-active-color: $gray-900 !default;
7
12
 
8
- $list-group-font-size: 0.875rem !default; // 14px
9
- $list-group-item-padding-x: 1rem !default; // 16px
10
- $list-group-item-padding-y: 1rem !default; // 16px
11
-
12
13
  // List Group Header
13
14
 
14
15
  $list-group-header-bg: $gray-100 !default;
@@ -33,9 +34,11 @@ $list-group-title-link: map-deep-merge(
33
34
  display: inline-block,
34
35
  text-decoration: underline,
35
36
  transition: box-shadow 0.15s ease-in-out,
37
+
36
38
  hover: (
37
39
  color: $gray-900,
38
40
  ),
41
+
39
42
  focus: (
40
43
  box-shadow: $component-focus-box-shadow,
41
44
  outline: 0,
@@ -63,9 +66,11 @@ $list-group-subtitle-link: map-deep-merge(
63
66
  display: inline-block,
64
67
  max-width: 100%,
65
68
  transition: box-shadow 0.15s ease-in-out,
69
+
66
70
  hover: (
67
71
  color: $gray-900,
68
72
  ),
73
+
69
74
  focus: (
70
75
  box-shadow: $component-focus-box-shadow,
71
76
  outline: 0,
@@ -83,9 +88,11 @@ $list-group-text-link: map-deep-merge(
83
88
  display: inline-block,
84
89
  max-width: 100%,
85
90
  transition: box-shadow 0.15s ease-in-out,
91
+
86
92
  hover: (
87
93
  color: $gray-900,
88
94
  ),
95
+
89
96
  focus: (
90
97
  box-shadow: $component-focus-box-shadow,
91
98
  outline: 0,
@@ -111,9 +118,11 @@ $list-group-subtext-link: map-deep-merge(
111
118
  display: inline-block,
112
119
  max-width: 100%,
113
120
  transition: box-shadow 0.15s ease-in-out,
121
+
114
122
  hover: (
115
123
  color: $gray-900,
116
124
  ),
125
+
117
126
  focus: (
118
127
  box-shadow: $component-focus-box-shadow,
119
128
  outline: 0,
@@ -136,7 +145,9 @@ $list-group-subtext-active-color: $gray-600 !default;
136
145
  // List Group Link
137
146
 
138
147
  $list-group-link-color: $gray-900 !default;
148
+
139
149
  $list-group-link-hover-color: $list-group-link-color !default;
150
+
140
151
  $list-group-link-active-color: $list-group-link-color !default;
141
152
 
142
153
  // List Group Notification
@@ -6,9 +6,11 @@ $management-bar-base: map-deep-merge(
6
6
  border-radius: $border-radius,
7
7
  outline: 0,
8
8
  transition: box-shadow 0.15s ease-in-out,
9
+
9
10
  focus: (
10
11
  box-shadow: $component-focus-box-shadow,
11
12
  ),
13
+
12
14
  disabled: (
13
15
  box-shadow: none,
14
16
  ),
@@ -22,20 +24,25 @@ $management-bar-light: () !default;
22
24
  $management-bar-light: map-deep-merge(
23
25
  (
24
26
  background-color: $white,
27
+
25
28
  navbar-nav: (
26
29
  nav-link: (
27
30
  font-weight: $font-weight-semi-bold,
31
+
28
32
  hover: (
29
33
  background-color: rgba($gray-900, 0.03),
30
34
  color: $gray-900,
31
35
  ),
36
+
32
37
  focus: (
33
38
  background-color: rgba($gray-900, 0.03),
34
39
  color: $gray-900,
35
40
  ),
41
+
36
42
  active: (
37
43
  background-color: rgba($gray-900, 0.06),
38
44
  ),
45
+
39
46
  disabled: (
40
47
  background-color: transparent,
41
48
  ),
@@ -52,17 +59,21 @@ $management-bar-primary: map-deep-merge(
52
59
  nav-link: (
53
60
  border-radius: $border-radius,
54
61
  font-weight: $font-weight-semi-bold,
62
+
55
63
  hover: (
56
64
  background-color: rgba($gray-900, 0.03),
57
65
  color: $gray-900,
58
66
  ),
67
+
59
68
  focus: (
60
69
  background-color: rgba($gray-900, 0.03),
61
70
  color: $gray-900,
62
71
  ),
72
+
63
73
  active: (
64
74
  background-color: rgba($gray-900, 0.06),
65
75
  ),
76
+
66
77
  disabled: (
67
78
  background-color: transparent,
68
79
  ),