@clayui/css 3.161.0 → 3.162.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 (97) hide show
  1. package/lib/css/atlas.css +136 -6
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +134 -5
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +74 -7
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/arrow-key-down.svg +9 -0
  8. package/lib/images/icons/arrow-key-left.svg +9 -0
  9. package/lib/images/icons/arrow-key-right.svg +9 -0
  10. package/lib/images/icons/arrow-key-up.svg +9 -0
  11. package/lib/images/icons/icons.svg +1 -1
  12. package/package.json +1 -1
  13. package/src/images/icons/arrow-key-down.svg +9 -0
  14. package/src/images/icons/arrow-key-left.svg +9 -0
  15. package/src/images/icons/arrow-key-right.svg +9 -0
  16. package/src/images/icons/arrow-key-up.svg +9 -0
  17. package/src/images/icons/icons.svg +1 -1
  18. package/src/scss/_components.scss +2 -0
  19. package/src/scss/_license-text.scss +1 -1
  20. package/src/scss/atlas/variables/_forms.scss +3 -1
  21. package/src/scss/atlas/variables/_reorder.scss +1 -1
  22. package/src/scss/atlas-custom-properties/_variables.scss +0 -2
  23. package/src/scss/atlas-custom-properties/variables/_alerts.scss +928 -935
  24. package/src/scss/atlas-custom-properties/variables/_application-bar.scss +54 -56
  25. package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +25 -27
  26. package/src/scss/atlas-custom-properties/variables/_badges.scss +298 -309
  27. package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +175 -187
  28. package/src/scss/atlas-custom-properties/variables/_buttons.scss +1164 -1220
  29. package/src/scss/atlas-custom-properties/variables/_c-root.scss +343 -353
  30. package/src/scss/atlas-custom-properties/variables/_cards.scss +1009 -1014
  31. package/src/scss/atlas-custom-properties/variables/_clay-color.scss +560 -590
  32. package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +766 -797
  33. package/src/scss/atlas-custom-properties/variables/_date-picker.scss +532 -614
  34. package/src/scss/atlas-custom-properties/variables/_drilldown.scss +244 -252
  35. package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1052 -1073
  36. package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +65 -68
  37. package/src/scss/atlas-custom-properties/variables/_empty-state.scss +90 -92
  38. package/src/scss/atlas-custom-properties/variables/_forms.scss +1918 -1955
  39. package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +27 -29
  40. package/src/scss/atlas-custom-properties/variables/_globals.scss +799 -801
  41. package/src/scss/atlas-custom-properties/variables/_icons.scss +71 -73
  42. package/src/scss/atlas-custom-properties/variables/_images.scss +8 -13
  43. package/src/scss/atlas-custom-properties/variables/_labels.scss +1091 -1202
  44. package/src/scss/atlas-custom-properties/variables/_links.scss +394 -410
  45. package/src/scss/atlas-custom-properties/variables/_list-group.scss +455 -460
  46. package/src/scss/atlas-custom-properties/variables/_loaders.scss +187 -204
  47. package/src/scss/atlas-custom-properties/variables/_management-bar.scss +135 -137
  48. package/src/scss/atlas-custom-properties/variables/_menubar.scss +605 -663
  49. package/src/scss/atlas-custom-properties/variables/_modals.scss +582 -587
  50. package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +342 -312
  51. package/src/scss/atlas-custom-properties/variables/_navbar.scss +170 -172
  52. package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +337 -361
  53. package/src/scss/atlas-custom-properties/variables/_navs.scss +501 -495
  54. package/src/scss/atlas-custom-properties/variables/_pagination.scss +851 -888
  55. package/src/scss/atlas-custom-properties/variables/_panels.scss +467 -480
  56. package/src/scss/atlas-custom-properties/variables/_popovers.scss +483 -515
  57. package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +146 -139
  58. package/src/scss/atlas-custom-properties/variables/_quick-action.scss +24 -23
  59. package/src/scss/atlas-custom-properties/variables/_range.scss +215 -220
  60. package/src/scss/atlas-custom-properties/variables/_reorder.scss +82 -82
  61. package/src/scss/atlas-custom-properties/variables/_resizer.scss +27 -16
  62. package/src/scss/atlas-custom-properties/variables/_sheets.scss +275 -275
  63. package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +2 -4
  64. package/src/scss/atlas-custom-properties/variables/_sidebar.scss +413 -445
  65. package/src/scss/atlas-custom-properties/variables/_slideout.scss +300 -310
  66. package/src/scss/atlas-custom-properties/variables/_stickers.scss +551 -553
  67. package/src/scss/atlas-custom-properties/variables/_tables.scss +1094 -1079
  68. package/src/scss/atlas-custom-properties/variables/_tbar.scss +491 -557
  69. package/src/scss/atlas-custom-properties/variables/_time.scss +121 -130
  70. package/src/scss/atlas-custom-properties/variables/_timelines.scss +50 -43
  71. package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +562 -566
  72. package/src/scss/atlas-custom-properties/variables/_tooltip.scss +295 -306
  73. package/src/scss/atlas-custom-properties/variables/_treeview.scss +276 -278
  74. package/src/scss/atlas-custom-properties/variables/_type.scss +186 -185
  75. package/src/scss/atlas-custom-properties/variables/_utilities.scss +705 -788
  76. package/src/scss/atlas-variables.scss +0 -2
  77. package/src/scss/atlas.scss +0 -2
  78. package/src/scss/base-variables.scss +0 -2
  79. package/src/scss/base.scss +0 -2
  80. package/src/scss/cadmin/components/_focus-ring.scss +74 -0
  81. package/src/scss/cadmin/components/_forms.scss +2 -0
  82. package/src/scss/cadmin/components/_menubar.scss +8 -0
  83. package/src/scss/cadmin/components/_resizer.scss +19 -4
  84. package/src/scss/cadmin/variables/_breadcrumbs.scss +3 -1
  85. package/src/scss/cadmin/variables/_forms.scss +3 -1
  86. package/src/scss/cadmin/variables/_reorder.scss +1 -0
  87. package/src/scss/cadmin/variables/_resizer.scss +16 -3
  88. package/src/scss/cadmin.scss +1 -0
  89. package/src/scss/components/_focus-ring.scss +64 -0
  90. package/src/scss/components/_forms.scss +2 -0
  91. package/src/scss/components/_keyboard-arrows-indicator.scss +82 -0
  92. package/src/scss/components/_menubar.scss +8 -0
  93. package/src/scss/components/_resizer.scss +15 -4
  94. package/src/scss/functions/_lx-icons-generated.scss +8 -0
  95. package/src/scss/variables/_breadcrumbs.scss +4 -2
  96. package/src/scss/variables/_forms.scss +2 -0
  97. package/src/scss/variables/_resizer.scss +16 -3
@@ -1,543 +1,561 @@
1
- @if ($enable-atlas-custom-properties) {
2
- $card-bg: var(--card-bg, $white);
3
- $card-border-color: var(
4
- --card-border-color,
5
- unquote('hsl(from #{$black} h s l / 0.125)')
6
- );
7
- $card-border-style: var(--card-border-style, solid);
8
- $card-border-width: var(--card-border-width, 0px);
9
-
10
- $card-border-radius: var(--card-border-radius, $border-radius);
11
- $card-inner-border-radius: calc(
12
- #{$card-border-radius} - #{$card-border-width}
13
- );
14
-
15
- $card-box-shadow: var(--card-box-shadow, 0 1px 3px -1px rgba(0, 0, 0, 0.6));
16
- $card-color: var(--card-color, inherit);
17
- $card-height: null;
18
- $card-margin-bottom: var(--card-margin-bottom, 24px);
19
-
20
- $card-spacer-x: var(--card-spacer-x, 20px);
21
- $card-spacer-y: var(--card-spacer-y, 12px);
22
-
23
- $card-cap-bg: unquote('hsl(from #{$black} h s l / 0.03)');
24
- $card-cap-color: null;
25
-
26
- // .card-body
27
-
28
- $card-body-padding-bottom: var(--card-body-padding-bottom, 16px);
29
- $card-body-padding-left: var(--card-body-padding-left, 16px);
30
- $card-body-padding-right: var(--card-body-padding-right, 16px);
31
- $card-body-padding-top: var(--card-body-padding-top, 16px);
32
-
33
- // `flex` enable `flex-grow: 1` for decks and groups so that card blocks take up
34
- // as much space as possible, ensuring footers are aligned to the bottom.
35
- // `min-height` workaround for the image size bug in IE
36
- // See: https://github.com/twbs/bootstrap/pull/28855
37
-
38
- $card-body: ();
39
- $card-body: map-deep-merge(
40
- (
41
- color: $card-color,
42
- flex: 1 1 auto,
43
- min-height: 1px,
44
- padding-bottom: $card-body-padding-bottom,
45
- padding-left: $card-body-padding-left,
46
- padding-right: $card-body-padding-right,
47
- padding-top: $card-body-padding-top,
48
- ),
49
- $card-body
50
- );
51
-
52
- // .card-section-header
53
-
54
- $card-section-header-color: var(--card-section-header-color, $gray-600);
55
- $card-section-header-font-size: var(--card-section-header-font-size, 12px);
56
- $card-section-header-font-weight: var(
57
- --card-section-header-font-weight,
58
- $font-weight-semi-bold
59
- );
60
- $card-section-header-line-height: var(
61
- --card-section-header-line-height,
62
- 2.5
63
- );
64
- $card-section-header-margin-bottom: var(
65
- --card-section-header-margin-bottom,
66
- 24px
67
- );
68
- $card-section-header-padding: var(
69
- --card-section-header-padding,
70
- 0 calc(#{$grid-gutter-width} * 0.5)
71
- );
72
- $card-section-header-text-transform: var(
73
- --card-section-header-text-transform,
74
- uppercase
75
- );
76
-
77
- $card-section-header: ();
78
- $card-section-header: map-deep-merge(
79
- (
80
- color: $card-section-header-color,
81
- font-size: $card-section-header-font-size,
82
- font-weight: $card-section-header-font-weight,
83
- line-height: $card-section-header-line-height,
84
- margin-bottom: $card-section-header-margin-bottom,
85
- padding: $card-section-header-padding,
86
- text-transform: $card-section-header-text-transform,
1
+ $card-bg: var(--card-bg, $white) !default;
2
+ $card-border-color: var(
3
+ --card-border-color,
4
+ unquote('hsl(from #{$black} h s l / 0.125)')
5
+ ) !default;
6
+ $card-border-style: var(--card-border-style, solid) !default;
7
+ $card-border-width: var(--card-border-width, 0px) !default;
8
+
9
+ $card-border-radius: var(--card-border-radius, $border-radius) !default;
10
+ $card-inner-border-radius: calc(
11
+ #{$card-border-radius} - #{$card-border-width}
12
+ ) !default;
13
+
14
+ $card-box-shadow: var(
15
+ --card-box-shadow,
16
+ 0 1px 3px -1px rgba(0, 0, 0, 0.6)
17
+ ) !default;
18
+ $card-color: var(--card-color, inherit) !default;
19
+ $card-height: null !default;
20
+ $card-margin-bottom: var(--card-margin-bottom, 24px) !default;
21
+
22
+ $card-spacer-x: var(--card-spacer-x, 20px) !default;
23
+ $card-spacer-y: var(--card-spacer-y, 12px) !default;
24
+
25
+ $card-cap-bg: unquote('hsl(from #{$black} h s l / 0.03)') !default;
26
+ $card-cap-color: null !default;
27
+
28
+ // .card-body
29
+
30
+ $card-body-padding-bottom: var(--card-body-padding-bottom, 16px) !default;
31
+ $card-body-padding-left: var(--card-body-padding-left, 16px) !default;
32
+ $card-body-padding-right: var(--card-body-padding-right, 16px) !default;
33
+ $card-body-padding-top: var(--card-body-padding-top, 16px) !default;
34
+
35
+ // `flex` enable `flex-grow: 1` for decks and groups so that card blocks take up
36
+ // as much space as possible, ensuring footers are aligned to the bottom.
37
+ // `min-height` workaround for the image size bug in IE
38
+ // See: https://github.com/twbs/bootstrap/pull/28855
39
+
40
+ $card-body: () !default;
41
+ $card-body: map-deep-merge(
42
+ (
43
+ color: $card-color,
44
+ flex: 1 1 auto,
45
+ min-height: 1px,
46
+ padding-bottom: $card-body-padding-bottom,
47
+ padding-left: $card-body-padding-left,
48
+ padding-right: $card-body-padding-right,
49
+ padding-top: $card-body-padding-top,
50
+ ),
51
+ $card-body
52
+ );
53
+
54
+ // .card-section-header
55
+
56
+ $card-section-header-color: var(
57
+ --card-section-header-color,
58
+ $gray-600
59
+ ) !default;
60
+ $card-section-header-font-size: var(
61
+ --card-section-header-font-size,
62
+ 12px
63
+ ) !default;
64
+ $card-section-header-font-weight: var(
65
+ --card-section-header-font-weight,
66
+ $font-weight-semi-bold
67
+ ) !default;
68
+ $card-section-header-line-height: var(
69
+ --card-section-header-line-height,
70
+ 2.5
71
+ ) !default;
72
+ $card-section-header-margin-bottom: var(
73
+ --card-section-header-margin-bottom,
74
+ 24px
75
+ ) !default;
76
+ $card-section-header-padding: var(
77
+ --card-section-header-padding,
78
+ 0 calc(#{$grid-gutter-width} * 0.5)
79
+ ) !default;
80
+ $card-section-header-text-transform: var(
81
+ --card-section-header-text-transform,
82
+ uppercase
83
+ ) !default;
84
+
85
+ $card-section-header: () !default;
86
+ $card-section-header: map-deep-merge(
87
+ (
88
+ color: $card-section-header-color,
89
+ font-size: $card-section-header-font-size,
90
+ font-weight: $card-section-header-font-weight,
91
+ line-height: $card-section-header-line-height,
92
+ margin-bottom: $card-section-header-margin-bottom,
93
+ padding: $card-section-header-padding,
94
+ text-transform: $card-section-header-text-transform,
95
+ ),
96
+ $card-section-header
97
+ );
98
+
99
+ // .card-img-overlay
100
+
101
+ $card-img-overlay-padding: var(--card-img-overlay-padding, 20px) !default;
102
+
103
+ // Card Aspect Ratio
104
+
105
+ $card-aspect-ratio-label: () !default;
106
+ $card-aspect-ratio-label: map-deep-merge(
107
+ (
108
+ display: block,
109
+ margin-bottom: 8px,
110
+ margin-left: 0,
111
+ margin-right: 0,
112
+ margin-top: 8px,
113
+ ),
114
+ $card-aspect-ratio-label
115
+ );
116
+
117
+ $card-aspect-ratio-item-top-left: () !default;
118
+ $card-aspect-ratio-item-top-left: map-deep-merge(
119
+ (
120
+ left: 16px,
121
+ top: 16px,
122
+ ),
123
+ $card-aspect-ratio-item-top-left
124
+ );
125
+
126
+ $card-aspect-ratio-item-top-center: () !default;
127
+ $card-aspect-ratio-item-top-center: map-deep-merge(
128
+ (
129
+ top: 16px,
130
+ ),
131
+ $card-aspect-ratio-item-top-center
132
+ );
133
+
134
+ $card-aspect-ratio-item-top-right: () !default;
135
+ $card-aspect-ratio-item-top-right: map-deep-merge(
136
+ (
137
+ right: 16px,
138
+ top: 16px,
139
+ ),
140
+ $card-aspect-ratio-item-top-right
141
+ );
142
+
143
+ $card-aspect-ratio-item-right-middle: () !default;
144
+ $card-aspect-ratio-item-right-middle: map-deep-merge(
145
+ (
146
+ right: 16px,
147
+ ),
148
+ $card-aspect-ratio-item-right-middle
149
+ );
150
+
151
+ $card-aspect-ratio-item-bottom-right: () !default;
152
+ $card-aspect-ratio-item-bottom-right: map-deep-merge(
153
+ (
154
+ bottom: 16px,
155
+ right: 16px,
156
+ ),
157
+ $card-aspect-ratio-item-bottom-right
158
+ );
159
+
160
+ $card-aspect-ratio-item-bottom-center: () !default;
161
+ $card-aspect-ratio-item-bottom-center: map-deep-merge(
162
+ (
163
+ bottom: 16px,
164
+ ),
165
+ $card-aspect-ratio-item-bottom-center
166
+ );
167
+
168
+ $card-aspect-ratio-item-bottom-left: () !default;
169
+ $card-aspect-ratio-item-bottom-left: map-deep-merge(
170
+ (
171
+ bottom: 16px,
172
+ left: 16px,
173
+ ),
174
+ $card-aspect-ratio-item-bottom-left
175
+ );
176
+
177
+ // .card
178
+
179
+ // `min-width`, see https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106
180
+
181
+ $card: () !default;
182
+ $card: map-deep-merge(
183
+ (
184
+ background-color: $card-bg,
185
+ border-color: $card-border-color,
186
+ border-radius: clay-enable-rounded($card-border-radius),
187
+ border-style: $card-border-style,
188
+ border-width: $card-border-width,
189
+ box-shadow: clay-enable-shadows($card-box-shadow),
190
+ display: block,
191
+ height: $card-height,
192
+ margin-bottom: $card-margin-bottom,
193
+ min-width: 0,
194
+ position: relative,
195
+ word-wrap: break-word,
196
+
197
+ aspect-ratio: (
198
+ label: $card-aspect-ratio-label,
87
199
  ),
88
- $card-section-header
89
- );
90
200
 
91
- // .card-img-overlay
201
+ aspect-ratio-item-top-left: $card-aspect-ratio-item-top-left,
92
202
 
93
- $card-img-overlay-padding: var(--card-img-overlay-padding, 20px);
203
+ aspect-ratio-item-top-center: $card-aspect-ratio-item-top-center,
94
204
 
95
- // Card Aspect Ratio
205
+ aspect-ratio-item-top-right: $card-aspect-ratio-item-top-right,
96
206
 
97
- $card-aspect-ratio-label: ();
98
- $card-aspect-ratio-label: map-deep-merge(
99
- (
100
- display: block,
101
- margin-bottom: 8px,
102
- margin-left: 0,
103
- margin-right: 0,
104
- margin-top: 8px,
105
- ),
106
- $card-aspect-ratio-label
107
- );
207
+ aspect-ratio-item-right-middle: $card-aspect-ratio-item-right-middle,
108
208
 
109
- $card-aspect-ratio-item-top-left: ();
110
- $card-aspect-ratio-item-top-left: map-deep-merge(
111
- (
112
- left: 16px,
113
- top: 16px,
114
- ),
115
- $card-aspect-ratio-item-top-left
116
- );
209
+ aspect-ratio-item-bottom-right: $card-aspect-ratio-item-bottom-right,
117
210
 
118
- $card-aspect-ratio-item-top-center: ();
119
- $card-aspect-ratio-item-top-center: map-deep-merge(
120
- (
121
- top: 16px,
122
- ),
123
- $card-aspect-ratio-item-top-center
124
- );
211
+ aspect-ratio-item-bottom-center: $card-aspect-ratio-item-bottom-center,
125
212
 
126
- $card-aspect-ratio-item-top-right: ();
127
- $card-aspect-ratio-item-top-right: map-deep-merge(
128
- (
129
- right: 16px,
130
- top: 16px,
131
- ),
132
- $card-aspect-ratio-item-top-right
133
- );
134
-
135
- $card-aspect-ratio-item-right-middle: ();
136
- $card-aspect-ratio-item-right-middle: map-deep-merge(
137
- (
138
- right: 16px,
139
- ),
140
- $card-aspect-ratio-item-right-middle
141
- );
213
+ aspect-ratio-item-bottom-left: $card-aspect-ratio-item-bottom-left,
142
214
 
143
- $card-aspect-ratio-item-bottom-right: ();
144
- $card-aspect-ratio-item-bottom-right: map-deep-merge(
145
- (
146
- bottom: 16px,
147
- right: 16px,
215
+ hr: (
216
+ margin-left: 0,
217
+ margin-right: 0,
148
218
  ),
149
- $card-aspect-ratio-item-bottom-right
150
- );
151
-
152
- $card-aspect-ratio-item-bottom-center: ();
153
- $card-aspect-ratio-item-bottom-center: map-deep-merge(
154
- (
155
- bottom: 16px,
219
+ ),
220
+ $card
221
+ );
222
+
223
+ // Card Title
224
+
225
+ $card-title: () !default;
226
+ $card-title: map-deep-merge(
227
+ (
228
+ color: var(--card-title-color, $gray-900),
229
+ font-size: var(--card-title-font-size, 14px),
230
+ font-weight: var(--card-title-font-weight, $font-weight-semi-bold),
231
+ line-height: var(--card-title-line-height, $line-height-base),
232
+ margin-bottom: var(--card-title-margin-bottom, 0),
233
+ ),
234
+ $card-title
235
+ );
236
+
237
+ $card-title-link: () !default;
238
+ $card-title-link: map-deep-merge(
239
+ (
240
+ color: map-get($card-title, color),
241
+ hover: (
242
+ color: map-get($card-title, color),
156
243
  ),
157
- $card-aspect-ratio-item-bottom-center
158
- );
159
-
160
- $card-aspect-ratio-item-bottom-left: ();
161
- $card-aspect-ratio-item-bottom-left: map-deep-merge(
162
- (
163
- bottom: 16px,
164
- left: 16px,
244
+ ),
245
+ $card-title-link
246
+ );
247
+
248
+ $card-title: map-deep-merge(
249
+ $card-title,
250
+ (
251
+ href: $card-title-link,
252
+ )
253
+ );
254
+
255
+ // Card Subtitle
256
+
257
+ $card-subtitle: () !default;
258
+ $card-subtitle: map-deep-merge(
259
+ (
260
+ color: var(--card-subtitle-color, $gray-600),
261
+ font-size: var(--card-subtitle-font-size, 14px),
262
+ font-weight: var(--card-subtitle-font-weight, $font-weight-normal),
263
+ margin-bottom: var(--card-subtitle-margin-bottom, 0),
264
+ margin-top: var(--card-subtitle-margin-top, 0),
265
+ ),
266
+ $card-subtitle
267
+ );
268
+
269
+ $card-subtitle-link: () !default;
270
+ $card-subtitle-link: map-deep-merge(
271
+ (
272
+ color: map-get($card-subtitle, color),
273
+ hover: (
274
+ color: $gray-600,
165
275
  ),
166
- $card-aspect-ratio-item-bottom-left
167
- );
168
-
169
- // .card
170
-
171
- // `min-width`, see https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106
172
-
173
- $card: ();
174
- $card: map-deep-merge(
175
- (
176
- background-color: $card-bg,
177
- border-color: $card-border-color,
178
- border-radius: clay-enable-rounded($card-border-radius),
179
- border-style: $card-border-style,
180
- border-width: $card-border-width,
181
- box-shadow: clay-enable-shadows($card-box-shadow),
182
- display: block,
183
- height: $card-height,
184
- margin-bottom: $card-margin-bottom,
185
- min-width: 0,
186
- position: relative,
187
- word-wrap: break-word,
188
-
189
- aspect-ratio: (
190
- label: $card-aspect-ratio-label,
191
- ),
192
-
193
- aspect-ratio-item-top-left: $card-aspect-ratio-item-top-left,
194
-
195
- aspect-ratio-item-top-center: $card-aspect-ratio-item-top-center,
196
-
197
- aspect-ratio-item-top-right: $card-aspect-ratio-item-top-right,
198
-
199
- aspect-ratio-item-right-middle:
200
- $card-aspect-ratio-item-right-middle,
201
-
202
- aspect-ratio-item-bottom-right:
203
- $card-aspect-ratio-item-bottom-right,
204
-
205
- aspect-ratio-item-bottom-center:
206
- $card-aspect-ratio-item-bottom-center,
207
-
208
- aspect-ratio-item-bottom-left: $card-aspect-ratio-item-bottom-left,
209
-
210
- hr: (
211
- margin-left: 0,
212
- margin-right: 0,
213
- ),
276
+ ),
277
+ $card-subtitle-link
278
+ );
279
+
280
+ $card-subtitle: map-deep-merge(
281
+ $card-subtitle,
282
+ (
283
+ href: $card-subtitle-link,
284
+ )
285
+ );
286
+
287
+ // Card Link
288
+
289
+ $card-link: () !default;
290
+ $card-link: map-deep-merge(
291
+ (
292
+ color: var(--card-link-color, $gray-600),
293
+ font-size: var(--card-link-font-size, 14px),
294
+ hover: (
295
+ color: var(--card-link-hover-color, $gray-600),
296
+ text-decoration: var(--card-link-hover-text-decoration, underline),
214
297
  ),
215
- $card
216
- );
298
+ ),
299
+ $card-link
300
+ );
217
301
 
218
- // Card Title
302
+ // .card-text
219
303
 
220
- $card-title: ();
221
- $card-title: map-deep-merge(
222
- (
223
- color: var(--card-title-color, $gray-900),
224
- font-size: var(--card-title-font-size, 14px),
225
- font-weight: var(--card-title-font-weight, $font-weight-semi-bold),
226
- line-height: var(--card-title-line-height, $line-height-base),
227
- margin-bottom: var(--card-title-margin-bottom, 0),
304
+ $card-text: () !default;
305
+ $card-text: map-deep-merge(
306
+ (
307
+ last-child: (
308
+ margin-bottom: 0,
228
309
  ),
229
- $card-title
230
- );
231
-
232
- $card-title-link: ();
233
- $card-title-link: map-deep-merge(
234
- (
235
- color: map-get($card-title, color),
236
- hover: (
237
- color: map-get($card-title, color),
310
+ ),
311
+ $card-text
312
+ );
313
+
314
+ // .card-divider
315
+
316
+ $card-divider-bg: var(--card-divider-bg, $card-border-color) !default;
317
+ $card-divider-height: var(--card-divider-height, 1px) !default;
318
+ $card-divider-spacer-x: var(--card-divider-spacer-x, null) !default;
319
+ $card-divider-spacer-y: var(--card-divider-spacer-y, 10px) !default;
320
+
321
+ $card-divider: () !default;
322
+ $card-divider: map-deep-merge(
323
+ (
324
+ background-color: $card-divider-bg,
325
+ height: $card-divider-height,
326
+ margin-bottom: $card-divider-spacer-y,
327
+ margin-left: $card-divider-spacer-x,
328
+ margin-right: $card-divider-spacer-x,
329
+ margin-top: $card-divider-spacer-y,
330
+ ),
331
+ $card-divider
332
+ );
333
+
334
+ // .card-header
335
+
336
+ // `margin-bottom` removes the default margin-bottom of <hN> (h1 - h6)
337
+
338
+ $card-header: () !default;
339
+ $card-header: map-deep-merge(
340
+ (
341
+ background-color: var(--card-header-background-color, $card-cap-bg),
342
+ border-bottom:
343
+ var(
344
+ --card-header-border-bottom,
345
+ $card-border-width solid $card-border-color
238
346
  ),
347
+ color: var(--card-header-color, $card-cap-color),
348
+ margin-bottom: var(--card-header-margin-bottom, 0),
349
+ padding: var(--card-header-padding, $card-spacer-y $card-spacer-x),
350
+ first-child: (
351
+ border-radius:
352
+ clay-enable-rounded(
353
+ $card-inner-border-radius $card-inner-border-radius 0 0
354
+ ),
239
355
  ),
240
- $card-title-link
241
- );
242
-
243
- $card-title: map-deep-merge(
244
- $card-title,
245
- (
246
- href: $card-title-link,
247
- )
248
- );
249
-
250
- // Card Subtitle
251
-
252
- $card-subtitle: ();
253
- $card-subtitle: map-deep-merge(
254
- (
255
- color: var(--card-subtitle-color, $gray-600),
256
- font-size: var(--card-subtitle-font-size, 14px),
257
- font-weight: var(--card-subtitle-font-weight, $font-weight-normal),
258
- margin-bottom: var(--card-subtitle-margin-bottom, 0),
259
- margin-top: var(--card-subtitle-margin-top, 0),
356
+ ),
357
+ $card-header
358
+ );
359
+
360
+ // .card-footer
361
+
362
+ $card-footer: () !default;
363
+ $card-footer: map-deep-merge(
364
+ (
365
+ background-color: var(--card-footer-background-color, $card-cap-bg),
366
+ border-top:
367
+ var(
368
+ --card-footer-border-top,
369
+ $card-border-width solid $card-border-color
370
+ ),
371
+ padding: var(--card-footer-padding, $card-spacer-y $card-spacer-x),
372
+ last-child: (
373
+ border-radius:
374
+ clay-enable-rounded(
375
+ 0 0 $card-inner-border-radius $card-inner-border-radius
376
+ ),
260
377
  ),
261
- $card-subtitle
262
- );
263
-
264
- $card-subtitle-link: ();
265
- $card-subtitle-link: map-deep-merge(
266
- (
267
- color: map-get($card-subtitle, color),
268
- hover: (
269
- color: $gray-600,
378
+ ),
379
+ $card-footer
380
+ );
381
+
382
+ // .rounded-*
383
+
384
+ $card-rounded-inner-border-radius: calc(
385
+ #{$rounded-border-radius} - #{$card-border-width}
386
+ ) !default;
387
+ $card-rounded-0-inner-border-radius: calc(
388
+ #{$rounded-0-border-radius} - #{$card-border-width}
389
+ ) !default;
390
+ $card-rounded-circle-inner-border-radius: calc(
391
+ #{$rounded-circle-border-radius} - #{$card-border-width}
392
+ ) !default;
393
+
394
+ $checkbox-left-card-padding: var(--checkbox-left-card-padding, 50px) !default;
395
+ $checkbox-right-card-padding: var(
396
+ --checkbox-right-card-padding,
397
+ $checkbox-left-card-padding
398
+ ) !default;
399
+
400
+ $checkbox-position: var(--checkbox-position, 16px) !default;
401
+
402
+ $form-check-card-checked-box-shadow: var(
403
+ --form-check-card-checked-box-shadow,
404
+ 0 0 0 2px unquote('hsl(from #{$component-active-bg} h s calc(l + 22.94))')
405
+ ) !default;
406
+
407
+ // .form-check-card
408
+
409
+ $form-check-card-checked-box-shadow: $input-btn-focus-box-shadow !default;
410
+
411
+ $form-check-card: () !default;
412
+ $form-check-card: map-deep-merge(
413
+ (
414
+ margin-bottom: $card-margin-bottom,
415
+ margin-top: 0rem,
416
+ padding-left: 0rem,
417
+
418
+ hover: (
419
+ card: (
420
+ box-shadow: $form-check-card-checked-box-shadow,
270
421
  ),
271
422
  ),
272
- $card-subtitle-link
273
- );
274
-
275
- $card-subtitle: map-deep-merge(
276
- $card-subtitle,
277
- (
278
- href: $card-subtitle-link,
279
- )
280
- );
281
423
 
282
- // Card Link
283
-
284
- $card-link: ();
285
- $card-link: map-deep-merge(
286
- (
287
- color: var(--card-link-color, $gray-600),
288
- font-size: var(--card-link-font-size, 14px),
289
- hover: (
290
- color: var(--card-link-hover-color, $gray-600),
291
- text-decoration:
292
- var(--card-link-hover-text-decoration, underline),
424
+ active: (
425
+ card: (
426
+ box-shadow: $form-check-card-checked-box-shadow,
293
427
  ),
294
428
  ),
295
- $card-link
296
- );
297
-
298
- // .card-text
299
429
 
300
- $card-text: ();
301
- $card-text: map-deep-merge(
302
- (
303
- last-child: (
304
- margin-bottom: 0,
430
+ checked: (
431
+ card: (
432
+ box-shadow: $form-check-card-checked-box-shadow,
305
433
  ),
306
434
  ),
307
- $card-text
308
- );
309
-
310
- // .card-divider
311
435
 
312
- $card-divider-bg: var(--card-divider-bg, $card-border-color);
313
- $card-divider-height: var(--card-divider-height, 1px);
314
- $card-divider-spacer-x: var(--card-divider-spacer-x, null);
315
- $card-divider-spacer-y: var(--card-divider-spacer-y, 10px);
316
-
317
- $card-divider: ();
318
- $card-divider: map-deep-merge(
319
- (
320
- background-color: $card-divider-bg,
321
- height: $card-divider-height,
322
- margin-bottom: $card-divider-spacer-y,
323
- margin-left: $card-divider-spacer-x,
324
- margin-right: $card-divider-spacer-x,
325
- margin-top: $card-divider-spacer-y,
436
+ card: (
437
+ margin-bottom: 0rem,
326
438
  ),
327
- $card-divider
328
- );
329
-
330
- // .card-header
331
439
 
332
- // `margin-bottom` removes the default margin-bottom of <hN> (h1 - h6)
333
-
334
- $card-header: ();
335
- $card-header: map-deep-merge(
336
- (
337
- background-color: var(--card-header-background-color, $card-cap-bg),
338
- border-bottom:
339
- var(
340
- --card-header-border-bottom,
341
- $card-border-width solid $card-border-color
342
- ),
343
- color: var(--card-header-color, $card-cap-color),
344
- margin-bottom: var(--card-header-margin-bottom, 0),
345
- padding: var(--card-header-padding, $card-spacer-y $card-spacer-x),
346
- first-child: (
347
- border-radius:
348
- clay-enable-rounded(
349
- $card-inner-border-radius $card-inner-border-radius 0 0
350
- ),
351
- ),
440
+ form-check-input: (
441
+ margin-left: 0rem,
442
+ margin-top: 0rem,
443
+ opacity: 0,
444
+ position: absolute,
445
+ z-index: 1,
352
446
  ),
353
- $card-header
354
- );
355
-
356
- // .card-footer
357
447
 
358
- $card-footer: ();
359
- $card-footer: map-deep-merge(
360
- (
361
- background-color: var(--card-footer-background-color, $card-cap-bg),
362
- border-top:
363
- var(
364
- --card-footer-border-top,
365
- $card-border-width solid $card-border-color
366
- ),
367
- padding: var(--card-footer-padding, $card-spacer-y $card-spacer-x),
368
- last-child: (
369
- border-radius:
370
- clay-enable-rounded(
371
- 0 0 $card-inner-border-radius $card-inner-border-radius
372
- ),
373
- ),
374
- ),
375
- $card-footer
376
- );
377
-
378
- // .rounded-*
379
-
380
- $card-rounded-inner-border-radius: calc(
381
- #{$rounded-border-radius} - #{$card-border-width}
382
- );
383
- $card-rounded-0-inner-border-radius: calc(
384
- #{$rounded-0-border-radius} - #{$card-border-width}
385
- );
386
- $card-rounded-circle-inner-border-radius: calc(
387
- #{$rounded-circle-border-radius} - #{$card-border-width}
388
- );
389
-
390
- $checkbox-left-card-padding: var(--checkbox-left-card-padding, 50px);
391
- $checkbox-right-card-padding: var(
392
- --checkbox-right-card-padding,
393
- $checkbox-left-card-padding
394
- );
395
-
396
- $checkbox-position: var(--checkbox-position, 16px);
397
-
398
- $form-check-card-checked-box-shadow: var(
399
- --form-check-card-checked-box-shadow,
400
- 0
401
- 0
402
- 0
403
- 2px
404
- unquote('hsl(from #{$component-active-bg} h s calc(l + 22.94))')
405
- );
406
-
407
- // .form-check-card
408
-
409
- $form-check-card-checked-box-shadow: $input-btn-focus-box-shadow;
410
-
411
- $form-check-card: ();
412
- $form-check-card: map-deep-merge(
413
- (
414
- margin-bottom: $card-margin-bottom,
415
- margin-top: 0rem,
448
+ form-check-label: (
449
+ color: $body-color,
450
+ display: inline,
451
+ font-weight: $font-weight-normal,
416
452
  padding-left: 0rem,
453
+ position: static,
454
+ ),
417
455
 
418
- hover: (
419
- card: (
420
- box-shadow: $form-check-card-checked-box-shadow,
421
- ),
422
- ),
423
-
424
- active: (
425
- card: (
426
- box-shadow: $form-check-card-checked-box-shadow,
427
- ),
428
- ),
429
-
430
- checked: (
431
- card: (
432
- box-shadow: $form-check-card-checked-box-shadow,
433
- ),
434
- ),
456
+ custom-control: (
457
+ display: inline,
458
+ margin-right: 0rem,
459
+ position: static,
435
460
 
436
- card: (
437
- margin-bottom: 0rem,
461
+ label: (
462
+ font-weight: $font-weight-normal,
463
+ padding-left: 0rem,
438
464
  ),
439
465
 
440
- form-check-input: (
441
- margin-left: 0rem,
442
- margin-top: 0rem,
466
+ custom-control-label: (
443
467
  opacity: 0,
444
468
  position: absolute,
445
469
  z-index: 1,
446
470
  ),
447
471
 
448
- form-check-label: (
449
- color: $body-color,
450
- display: inline,
451
- font-weight: $font-weight-normal,
452
- padding-left: 0rem,
453
- position: static,
454
- ),
455
-
456
- custom-control: (
457
- display: inline,
458
- margin-right: 0rem,
459
- position: static,
472
+ custom-control-input: (
473
+ z-index: 2,
460
474
 
461
- label: (
462
- font-weight: $font-weight-normal,
463
- padding-left: 0rem,
464
- ),
465
-
466
- custom-control-label: (
467
- opacity: 0,
468
- position: absolute,
469
- z-index: 1,
470
- ),
471
-
472
- custom-control-input: (
473
- z-index: 2,
474
-
475
- checked: (
476
- card: (
477
- box-shadow: $form-check-card-checked-box-shadow,
478
- ),
475
+ checked: (
476
+ card: (
477
+ box-shadow: $form-check-card-checked-box-shadow,
479
478
  ),
480
479
  ),
481
480
  ),
482
481
  ),
483
- $form-check-card
484
- );
482
+ ),
483
+ $form-check-card
484
+ );
485
485
 
486
- // .form-check-bottom-left .card-horizontal > .card-body,
487
- // .form-check-middle-left .card-horizontal > .card-body,
488
- // .form-check-top-left .card-horizontal > .card-body
486
+ // .form-check-bottom-left .card-horizontal > .card-body,
487
+ // .form-check-middle-left .card-horizontal > .card-body,
488
+ // .form-check-top-left .card-horizontal > .card-body
489
489
 
490
- $checkbox-left-card-padding: 40px;
490
+ $checkbox-left-card-padding: 40px !default;
491
491
 
492
- // .form-check-bottom-right .card-horizontal > .card-body,
493
- // .form-check-middle-right .card-horizontal > .card-body,
494
- // .form-check-top-right .card-horizontal > .card-body
492
+ // .form-check-bottom-right .card-horizontal > .card-body,
493
+ // .form-check-middle-right .card-horizontal > .card-body,
494
+ // .form-check-top-right .card-horizontal > .card-body
495
495
 
496
- $checkbox-right-card-padding: $checkbox-left-card-padding;
496
+ $checkbox-right-card-padding: $checkbox-left-card-padding !default;
497
497
 
498
- // Form Check Positions
498
+ // Form Check Positions
499
499
 
500
- $checkbox-position: 1rem;
500
+ $checkbox-position: 1rem !default;
501
501
 
502
- // .form-check-bottom-left
502
+ // .form-check-bottom-left
503
503
 
504
- $form-check-bottom-left: ();
505
- $form-check-bottom-left: map-deep-merge(
506
- (
507
- form-check-input: (
504
+ $form-check-bottom-left: () !default;
505
+ $form-check-bottom-left: map-deep-merge(
506
+ (
507
+ form-check-input: (
508
+ bottom: $checkbox-position,
509
+ left: $checkbox-position,
510
+ opacity: 1,
511
+ top: auto,
512
+ transform: none,
513
+ ),
514
+
515
+ custom-control: (
516
+ custom-control-input: (
508
517
  bottom: $checkbox-position,
509
518
  left: $checkbox-position,
510
- opacity: 1,
511
519
  top: auto,
512
520
  transform: none,
513
521
  ),
514
522
 
515
- custom-control: (
516
- custom-control-input: (
517
- bottom: $checkbox-position,
518
- left: $checkbox-position,
519
- top: auto,
520
- transform: none,
521
- ),
522
-
523
- custom-control-label: (
524
- bottom: $checkbox-position,
525
- left: $checkbox-position,
526
- opacity: 1,
527
- top: auto,
528
- transform: none,
529
- ),
523
+ custom-control-label: (
524
+ bottom: $checkbox-position,
525
+ left: $checkbox-position,
526
+ opacity: 1,
527
+ top: auto,
528
+ transform: none,
530
529
  ),
531
530
  ),
532
- $form-check-bottom-left
533
- );
531
+ ),
532
+ $form-check-bottom-left
533
+ );
534
+
535
+ // .form-check-bottom-right
536
+
537
+ $form-check-bottom-right: () !default;
538
+ $form-check-bottom-right: map-deep-merge(
539
+ (
540
+ form-check-input: (
541
+ bottom: $checkbox-position,
542
+ left: auto,
543
+ opacity: 1,
544
+ right: $checkbox-position,
545
+ top: auto,
546
+ transform: none,
547
+ ),
534
548
 
535
- // .form-check-bottom-right
549
+ custom-control: (
550
+ custom-control-input: (
551
+ bottom: $checkbox-position,
552
+ left: auto,
553
+ right: $checkbox-position,
554
+ top: auto,
555
+ transform: none,
556
+ ),
536
557
 
537
- $form-check-bottom-right: ();
538
- $form-check-bottom-right: map-deep-merge(
539
- (
540
- form-check-input: (
558
+ custom-control-label: (
541
559
  bottom: $checkbox-position,
542
560
  left: auto,
543
561
  opacity: 1,
@@ -545,673 +563,650 @@
545
563
  top: auto,
546
564
  transform: none,
547
565
  ),
566
+ ),
567
+ ),
568
+ $form-check-bottom-right
569
+ );
548
570
 
549
- custom-control: (
550
- custom-control-input: (
551
- bottom: $checkbox-position,
552
- left: auto,
553
- right: $checkbox-position,
554
- top: auto,
555
- transform: none,
556
- ),
571
+ // .form-check-middle-left
557
572
 
558
- custom-control-label: (
559
- bottom: $checkbox-position,
560
- left: auto,
561
- opacity: 1,
562
- right: $checkbox-position,
563
- top: auto,
564
- transform: none,
565
- ),
566
- ),
573
+ $form-check-middle-left: () !default;
574
+ $form-check-middle-left: map-deep-merge(
575
+ (
576
+ form-check-input: (
577
+ left: $checkbox-position,
578
+ margin-top: 0rem,
579
+ opacity: 1,
580
+ top: 50%,
581
+ transform: translateY(-50%),
567
582
  ),
568
- $form-check-bottom-right
569
- );
570
583
 
571
- // .form-check-middle-left
584
+ custom-control: (
585
+ custom-control-input: (
586
+ left: $checkbox-position,
587
+ margin-top: 0rem,
588
+ top: 50%,
589
+ transform: translateY(-50%),
590
+ ),
572
591
 
573
- $form-check-middle-left: ();
574
- $form-check-middle-left: map-deep-merge(
575
- (
576
- form-check-input: (
592
+ custom-control-label: (
577
593
  left: $checkbox-position,
578
594
  margin-top: 0rem,
579
595
  opacity: 1,
580
596
  top: 50%,
581
597
  transform: translateY(-50%),
582
598
  ),
599
+ ),
600
+ ),
601
+ $form-check-middle-left
602
+ );
583
603
 
584
- custom-control: (
585
- custom-control-input: (
586
- left: $checkbox-position,
587
- margin-top: 0rem,
588
- top: 50%,
589
- transform: translateY(-50%),
590
- ),
604
+ // .form-check-middle-right
591
605
 
592
- custom-control-label: (
593
- left: $checkbox-position,
594
- margin-top: 0rem,
595
- opacity: 1,
596
- top: 50%,
597
- transform: translateY(-50%),
598
- ),
599
- ),
606
+ $form-check-middle-right: () !default;
607
+ $form-check-middle-right: map-deep-merge(
608
+ (
609
+ form-check-input: (
610
+ left: auto,
611
+ margin-top: 0rem,
612
+ opacity: 1,
613
+ right: $checkbox-position,
614
+ top: 50%,
615
+ transform: translateY(-50%),
600
616
  ),
601
- $form-check-middle-left
602
- );
603
617
 
604
- // .form-check-middle-right
605
-
606
- $form-check-middle-right: ();
607
- $form-check-middle-right: map-deep-merge(
608
- (
609
- form-check-input: (
618
+ custom-control: (
619
+ custom-control-input: (
610
620
  left: auto,
611
621
  margin-top: 0rem,
612
- opacity: 1,
613
622
  right: $checkbox-position,
614
623
  top: 50%,
615
624
  transform: translateY(-50%),
616
625
  ),
617
626
 
618
- custom-control: (
619
- custom-control-input: (
620
- left: auto,
621
- margin-top: 0rem,
622
- right: $checkbox-position,
623
- top: 50%,
624
- transform: translateY(-50%),
625
- ),
626
-
627
- custom-control-label: (
628
- left: auto,
629
- margin-top: 0rem,
630
- opacity: 1,
631
- right: $checkbox-position,
632
- top: 50%,
633
- transform: translateY(-50%),
634
- ),
627
+ custom-control-label: (
628
+ left: auto,
629
+ margin-top: 0rem,
630
+ opacity: 1,
631
+ right: $checkbox-position,
632
+ top: 50%,
633
+ transform: translateY(-50%),
635
634
  ),
636
635
  ),
637
- $form-check-middle-right
638
- );
639
-
640
- // .form-check-top-right
636
+ ),
637
+ $form-check-middle-right
638
+ );
639
+
640
+ // .form-check-top-right
641
+
642
+ $form-check-top-right: () !default;
643
+ $form-check-top-right: map-deep-merge(
644
+ (
645
+ form-check-input: (
646
+ left: auto,
647
+ opacity: 1,
648
+ right: $checkbox-position,
649
+ top: $checkbox-position,
650
+ transform: none,
651
+ ),
641
652
 
642
- $form-check-top-right: ();
643
- $form-check-top-right: map-deep-merge(
644
- (
645
- form-check-input: (
653
+ custom-control: (
654
+ custom-control-input: (
646
655
  left: auto,
647
- opacity: 1,
648
656
  right: $checkbox-position,
649
657
  top: $checkbox-position,
650
658
  transform: none,
651
659
  ),
652
660
 
653
- custom-control: (
654
- custom-control-input: (
655
- left: auto,
656
- right: $checkbox-position,
657
- top: $checkbox-position,
658
- transform: none,
659
- ),
660
-
661
- custom-control-label: (
662
- left: auto,
663
- opacity: 1,
664
- right: $checkbox-position,
665
- top: $checkbox-position,
666
- transform: none,
667
- ),
661
+ custom-control-label: (
662
+ left: auto,
663
+ opacity: 1,
664
+ right: $checkbox-position,
665
+ top: $checkbox-position,
666
+ transform: none,
668
667
  ),
669
668
  ),
670
- $form-check-top-right
671
- );
672
-
673
- // .form-check-top-left
669
+ ),
670
+ $form-check-top-right
671
+ );
672
+
673
+ // .form-check-top-left
674
+
675
+ $form-check-top-left: () !default;
676
+ $form-check-top-left: map-deep-merge(
677
+ (
678
+ form-check-input: (
679
+ left: $checkbox-position,
680
+ opacity: 1,
681
+ top: $checkbox-position,
682
+ transform: none,
683
+ ),
674
684
 
675
- $form-check-top-left: ();
676
- $form-check-top-left: map-deep-merge(
677
- (
678
- form-check-input: (
685
+ custom-control: (
686
+ custom-control-input: (
679
687
  left: $checkbox-position,
680
- opacity: 1,
681
688
  top: $checkbox-position,
682
689
  transform: none,
683
690
  ),
684
691
 
685
- custom-control: (
686
- custom-control-input: (
687
- left: $checkbox-position,
688
- top: $checkbox-position,
689
- transform: none,
690
- ),
691
-
692
- custom-control-label: (
693
- left: $checkbox-position,
694
- opacity: 1,
695
- top: $checkbox-position,
696
- transform: none,
697
- ),
692
+ custom-control-label: (
693
+ left: $checkbox-position,
694
+ opacity: 1,
695
+ top: $checkbox-position,
696
+ transform: none,
698
697
  ),
699
698
  ),
700
- $form-check-top-left
701
- );
702
-
703
- // Card Interactive
704
-
705
- $card-interactive-after-highlight: ();
706
- $card-interactive-after-highlight: map-deep-merge(
707
- (
708
- border-radius:
709
- var(
710
- --card-interactive-after-highlight-border-radius,
711
- 0 0 $card-border-radius $card-border-radius
712
- ),
713
- bottom:
714
- var(
715
- --card-interactive-after-highlight-bottom,
716
- calc(#{$card-border-width} * -1)
717
- ),
718
- content: '',
719
- height: var(--card-interactive-after-highlight-height, 0),
720
- left:
721
- var(
722
- --card-interactive-after-highlight-left,
723
- calc(#{$card-border-width} * -1)
724
- ),
725
- position:
726
- var(--card-interactive-after-highlight-position, absolute),
727
- right:
728
- var(
729
- --card-interactive-after-highlight-right,
730
- calc(#{$card-border-width} * -1)
731
- ),
732
- transition:
733
- var(
734
- --card-interactive-after-highlight-transition,
735
- height 0.15s ease-out
736
- ),
737
- hover: (
738
- height:
739
- var(--card-interactive-after-highlight-hover-height, 4px),
699
+ ),
700
+ $form-check-top-left
701
+ );
702
+
703
+ // Card Interactive
704
+
705
+ $card-interactive-after-highlight: () !default;
706
+ $card-interactive-after-highlight: map-deep-merge(
707
+ (
708
+ border-radius:
709
+ var(
710
+ --card-interactive-after-highlight-border-radius,
711
+ 0 0 $card-border-radius $card-border-radius
740
712
  ),
741
-
742
- focus: (
743
- height:
744
- var(--card-interactive-after-highlight-focus-height, 4px),
713
+ bottom:
714
+ var(
715
+ --card-interactive-after-highlight-bottom,
716
+ calc(#{$card-border-width} * -1)
745
717
  ),
746
-
747
- active: (
748
- height:
749
- var(--card-interactive-after-highlight-active-height, 4px),
718
+ content: '',
719
+ height: var(--card-interactive-after-highlight-height, 0),
720
+ left:
721
+ var(
722
+ --card-interactive-after-highlight-left,
723
+ calc(#{$card-border-width} * -1)
724
+ ),
725
+ position: var(--card-interactive-after-highlight-position, absolute),
726
+ right:
727
+ var(
728
+ --card-interactive-after-highlight-right,
729
+ calc(#{$card-border-width} * -1)
730
+ ),
731
+ transition:
732
+ var(
733
+ --card-interactive-after-highlight-transition,
734
+ height 0.15s ease-out
750
735
  ),
736
+ hover: (
737
+ height: var(--card-interactive-after-highlight-hover-height, 4px),
751
738
  ),
752
- $card-interactive-after-highlight
753
- );
754
739
 
755
- $card-interactive-card-body: ();
756
- $card-interactive-card-body: map-deep-merge(
757
- (
758
- display: block,
740
+ focus: (
741
+ height: var(--card-interactive-after-highlight-focus-height, 4px),
759
742
  ),
760
- $card-interactive-card-body
761
- );
762
-
763
- $card-interactive: ();
764
- $card-interactive: map-deep-merge(
765
- (
766
- cursor: $link-cursor,
767
- outline: 0,
768
- transition: $component-transition,
769
-
770
- hover: (
771
- background-color: #f7f8f9,
772
- text-decoration: none,
773
- ),
774
743
 
775
- focus: (
776
- box-shadow: #{0 0 0 2px #fff,
777
- 0 0 0 4px #719aff},
778
- ),
779
-
780
- active: (
781
- background-color: #f1f2f5,
782
- ),
744
+ active: (
745
+ height: var(--card-interactive-after-highlight-active-height, 4px),
746
+ ),
747
+ ),
748
+ $card-interactive-after-highlight
749
+ );
750
+
751
+ $card-interactive-card-body: () !default;
752
+ $card-interactive-card-body: map-deep-merge(
753
+ (
754
+ display: block,
755
+ ),
756
+ $card-interactive-card-body
757
+ );
758
+
759
+ $card-interactive: () !default;
760
+ $card-interactive: map-deep-merge(
761
+ (
762
+ cursor: $link-cursor,
763
+ outline: 0,
764
+ transition: $component-transition,
765
+
766
+ hover: (
767
+ background-color: #f7f8f9,
768
+ text-decoration: none,
769
+ ),
783
770
 
784
- after-highlight: $card-interactive-after-highlight,
771
+ focus: (
772
+ box-shadow: #{0 0 0 2px #fff,
773
+ 0 0 0 4px #719aff},
774
+ ),
785
775
 
786
- card-body: $card-interactive-card-body,
776
+ active: (
777
+ background-color: #f1f2f5,
787
778
  ),
788
- $card-interactive
789
- );
790
779
 
791
- // Card Interactive Primary
780
+ after-highlight: $card-interactive-after-highlight,
792
781
 
793
- $card-interactive-primary-after-highlight: ();
794
- $card-interactive-primary-after-highlight: map-deep-merge(
795
- (
796
- hover: (
797
- background-color: $component-active-bg,
798
- ),
782
+ card-body: $card-interactive-card-body,
783
+ ),
784
+ $card-interactive
785
+ );
799
786
 
800
- focus: (
801
- background-color: $component-active-bg,
802
- ),
787
+ // Card Interactive Primary
803
788
 
804
- active: (
805
- background-color: $component-active-bg,
806
- ),
789
+ $card-interactive-primary-after-highlight: () !default;
790
+ $card-interactive-primary-after-highlight: map-deep-merge(
791
+ (
792
+ hover: (
793
+ background-color: $component-active-bg,
807
794
  ),
808
- $card-interactive-primary-after-highlight
809
- );
810
795
 
811
- $card-interactive-primary: ();
812
- $card-interactive-primary: map-deep-merge(
813
- (
814
- focus: (
815
- background-color: $gray-100,
816
- ),
817
-
818
- active: (
819
- background-color: $gray-200,
820
- ),
796
+ focus: (
797
+ background-color: $component-active-bg,
798
+ ),
821
799
 
822
- after-highlight: $card-interactive-primary-after-highlight,
800
+ active: (
801
+ background-color: $component-active-bg,
802
+ ),
803
+ ),
804
+ $card-interactive-primary-after-highlight
805
+ );
806
+
807
+ $card-interactive-primary: () !default;
808
+ $card-interactive-primary: map-deep-merge(
809
+ (
810
+ focus: (
811
+ background-color: $gray-100,
823
812
  ),
824
- $card-interactive-primary
825
- );
826
813
 
827
- // Card Interactive Secondary
814
+ active: (
815
+ background-color: $gray-200,
816
+ ),
828
817
 
829
- $card-interactive-secondary: ();
830
- $card-interactive-secondary: map-deep-merge(
831
- (
832
- color: $gray-900,
818
+ after-highlight: $card-interactive-primary-after-highlight,
819
+ ),
820
+ $card-interactive-primary
821
+ );
833
822
 
834
- hover: (
835
- background-color: $white,
836
- border-color: transparent,
837
- box-shadow: 0 0 0 2px #719aff,
838
- color: $gray-900,
839
- ),
823
+ // Card Interactive Secondary
840
824
 
841
- focus: (
842
- border-color: transparent,
843
- box-shadow: 0 0 0 2px #719aff,
844
- ),
825
+ $card-interactive-secondary: () !default;
826
+ $card-interactive-secondary: map-deep-merge(
827
+ (
828
+ color: $gray-900,
845
829
 
846
- active: (
847
- background-color: $white,
848
- ),
830
+ hover: (
831
+ background-color: $white,
832
+ border-color: transparent,
833
+ box-shadow: 0 0 0 2px #719aff,
834
+ color: $gray-900,
849
835
  ),
850
- $card-interactive-secondary
851
- );
852
836
 
853
- // Card Type Asset
854
-
855
- $card-type-asset: ();
856
- $card-type-asset: map-deep-merge(
857
- (
858
- aspect-ratio: (
859
- border-color: $gray-300,
860
- border-style: solid,
861
- border-width: 0 0 1px 0,
862
- horizontal: 16,
863
- vertical: 9,
864
-
865
- custom-control: (
866
- label: (
867
- bottom: 0,
868
- cursor: $link-cursor,
869
- left: 0,
870
- position: absolute,
871
- right: 0,
872
- top: 0,
873
- ),
874
- ),
875
- ),
837
+ focus: (
838
+ border-color: transparent,
839
+ box-shadow: 0 0 0 2px #719aff,
840
+ ),
876
841
 
877
- card-type-asset-icon: (
878
- width: 22.225%,
842
+ active: (
843
+ background-color: $white,
844
+ ),
845
+ ),
846
+ $card-interactive-secondary
847
+ );
848
+
849
+ // Card Type Asset
850
+
851
+ $card-type-asset: () !default;
852
+ $card-type-asset: map-deep-merge(
853
+ (
854
+ aspect-ratio: (
855
+ border-color: $gray-300,
856
+ border-style: solid,
857
+ border-width: 0 0 1px 0,
858
+ horizontal: 16,
859
+ vertical: 9,
879
860
 
880
- inline-item: (
861
+ custom-control: (
862
+ label: (
881
863
  bottom: 0,
864
+ cursor: $link-cursor,
882
865
  left: 0,
883
866
  position: absolute,
884
867
  right: 0,
885
868
  top: 0,
886
869
  ),
887
-
888
- lexicon-icon: (
889
- height: 100%,
890
- width: 100%,
891
- ),
892
-
893
- sticker: (
894
- border-radius: 50%,
895
- display: block,
896
- font-size: 2vw,
897
- padding-bottom: 100%,
898
- width: 100%,
899
- ),
900
870
  ),
871
+ ),
901
872
 
902
- card-body: (
903
- padding-top: 12px,
904
- ),
873
+ card-type-asset-icon: (
874
+ width: 22.225%,
905
875
 
906
- card-row: (
907
- align-items: flex-start,
876
+ inline-item: (
877
+ bottom: 0,
878
+ left: 0,
879
+ position: absolute,
880
+ right: 0,
881
+ top: 0,
908
882
  ),
909
883
 
910
- dropdown-action: (
911
- margin-right: -8px,
912
- margin-top: -3px,
884
+ lexicon-icon: (
885
+ height: 100%,
886
+ width: 100%,
913
887
  ),
914
- ),
915
- $card-type-asset
916
- );
917
888
 
918
- // Image Card
919
-
920
- $image-card: ();
921
- $image-card: map-deep-merge(
922
- (
923
- aspect-ratio: (
924
- checkered-foreground-color: $gray-300,
889
+ sticker: (
890
+ border-radius: 50%,
891
+ display: block,
892
+ font-size: 2vw,
893
+ padding-bottom: 100%,
894
+ width: 100%,
925
895
  ),
926
896
  ),
927
- $image-card
928
- );
929
897
 
930
- // File Card
931
-
932
- $file-card: ();
933
- $file-card: map-deep-merge(
934
- (
935
- card-type-asset-icon: (
936
- color: $gray-400,
937
- ),
898
+ card-body: (
899
+ padding-top: 12px,
938
900
  ),
939
- $file-card
940
- );
941
901
 
942
- // Product Card
943
-
944
- $product-card: ();
945
- $product-card: map-deep-merge(
946
- (
947
- aspect-ratio: (
948
- background-color: $white,
949
- background-image: linear-gradient(0deg, #ebebeb, #ebebeb),
950
- ),
951
-
952
- card-body: (
953
- text-align: center,
954
- ),
902
+ card-row: (
903
+ align-items: flex-start,
904
+ ),
955
905
 
956
- card-title: (
957
- font-size: 16px,
958
- ),
906
+ dropdown-action: (
907
+ margin-right: -8px,
908
+ margin-top: -3px,
909
+ ),
910
+ ),
911
+ $card-type-asset
912
+ );
959
913
 
960
- card-subtitle: (
961
- font-size: 12px,
962
- ),
914
+ // Image Card
963
915
 
964
- card-text: (
965
- font-size: 18px,
966
- font-weight: $font-weight-semi-bold,
967
- ),
916
+ $image-card: () !default;
917
+ $image-card: map-deep-merge(
918
+ (
919
+ aspect-ratio: (
920
+ checkered-foreground-color: $gray-300,
968
921
  ),
969
- $product-card
970
- );
922
+ ),
923
+ $image-card
924
+ );
971
925
 
972
- // User Card
926
+ // File Card
973
927
 
974
- $user-card: ();
975
- $user-card: map-deep-merge(
976
- (
977
- card-type-asset-icon: (
978
- max-width: 80px,
979
- min-width: 48px,
980
- width: 30%,
981
-
982
- lexicon-icon: (
983
- height: auto,
984
- width: 50%,
985
- ),
986
- ),
928
+ $file-card: () !default;
929
+ $file-card: map-deep-merge(
930
+ (
931
+ card-type-asset-icon: (
932
+ color: $gray-400,
987
933
  ),
988
- $user-card
989
- );
990
-
991
- $card-page: ();
992
- $card-page: map-deep-merge(
993
- (
994
- container-name: c-card-page,
995
- container-type: inline-size,
996
- extend: '%clay-custom-grid-wrapper',
934
+ ),
935
+ $file-card
936
+ );
937
+
938
+ // Product Card
939
+
940
+ $product-card: () !default;
941
+ $product-card: map-deep-merge(
942
+ (
943
+ aspect-ratio: (
944
+ background-color: $white,
945
+ background-image: linear-gradient(0deg, #ebebeb, #ebebeb),
997
946
  ),
998
- $card-page
999
- );
1000
-
1001
- // Card Page Item Asset
1002
-
1003
- $card-page-item-asset: ();
1004
- $card-page-item-asset: map-deep-merge(
1005
- (
1006
- flex-basis: 100%,
1007
- max-width: 100%,
1008
- padding-left: calc(#{$grid-gutter-width} * 0.5),
1009
- padding-right: calc(#{$grid-gutter-width} * 0.5),
1010
- '@container #{map-get($card-page, container-name)} (min-width: #{map-get($container-max-widths, sm)})':
1011
- (
1012
- flex-basis: 50%,
1013
- max-width: 50%,
1014
- ),
1015
-
1016
- '@container #{map-get($card-page, container-name)} (min-width: #{map-get($container-max-widths, md)})':
1017
- (
1018
- flex-basis: 33.33333%,
1019
- max-width: 33.33333%,
1020
- ),
1021
-
1022
- '@container #{map-get($card-page, container-name)} (min-width: #{map-get($container-max-widths, lg)})':
1023
- (
1024
- flex-basis: 25%,
1025
- max-width: 25%,
1026
- ),
1027
947
 
1028
- '@container #{map-get($card-page, container-name)} (min-width: #{map-get($container-max-widths, xl)})':
1029
- (
1030
- flex-basis: 20%,
1031
- max-width: 20%,
1032
- ),
948
+ card-body: (
949
+ text-align: center,
1033
950
  ),
1034
- $card-page-item-asset
1035
- );
1036
-
1037
- // Card Page Item User
1038
-
1039
- // base: min-width 0, sm min-width: 576px, lg: min-width: 992px
1040
951
 
1041
- $card-page-item-user: ();
1042
- $card-page-item-user: map-deep-merge(
1043
- $card-page-item-asset,
1044
- $card-page-item-user
1045
- );
1046
-
1047
- // Card Type Directory
1048
-
1049
- $card-type-directory: ();
1050
- $card-type-directory: map-deep-merge(
1051
- (
1052
- sticker: (
1053
- font-size: 18px,
1054
- ),
952
+ card-title: (
953
+ font-size: 16px,
1055
954
  ),
1056
- $card-type-directory
1057
- );
1058
955
 
1059
- // Card Page Item Directory
1060
-
1061
- $card-page-item-directory: ();
1062
- $card-page-item-directory: map-deep-merge(
1063
- $card-page-item-asset,
1064
- $card-page-item-directory
1065
- );
1066
-
1067
- // Card Type Template
956
+ card-subtitle: (
957
+ font-size: 12px,
958
+ ),
1068
959
 
1069
- $card-type-template-after-highlight: ();
1070
- $card-type-template-after-highlight: map-deep-merge(
1071
- (
1072
- bottom: -1px,
1073
- left: -1px,
1074
- right: -1px,
960
+ card-text: (
961
+ font-size: 18px,
962
+ font-weight: $font-weight-semi-bold,
1075
963
  ),
1076
- $card-type-template-after-highlight
1077
- );
964
+ ),
965
+ $product-card
966
+ );
1078
967
 
1079
- $card-type-template-aspect-ratio: ();
1080
- $card-type-template-aspect-ratio: map-deep-merge(
1081
- (
1082
- background-image: none,
1083
- border-width: 0,
1084
- color: $gray-600,
1085
- horizontal: 16,
1086
- text-align: center,
1087
- vertical: 9,
968
+ // User Card
969
+
970
+ $user-card: () !default;
971
+ $user-card: map-deep-merge(
972
+ (
973
+ card-type-asset-icon: (
974
+ max-width: 80px,
975
+ min-width: 48px,
976
+ width: 30%,
1088
977
 
1089
978
  lexicon-icon: (
1090
979
  height: auto,
1091
- width: 28%,
980
+ width: 50%,
1092
981
  ),
1093
982
  ),
1094
- $card-type-template-aspect-ratio
1095
- );
1096
-
1097
- $card-type-template-aspect-ratio-item: ();
1098
- $card-type-template-aspect-ratio-item: map-deep-merge(
983
+ ),
984
+ $user-card
985
+ );
986
+
987
+ $card-page: () !default;
988
+ $card-page: map-deep-merge(
989
+ (
990
+ container-name: c-card-page,
991
+ container-type: inline-size,
992
+ extend: '%clay-custom-grid-wrapper',
993
+ ),
994
+ $card-page
995
+ );
996
+
997
+ // Card Page Item Asset
998
+
999
+ $card-page-item-asset: () !default;
1000
+ $card-page-item-asset: map-deep-merge(
1001
+ (
1002
+ flex-basis: 100%,
1003
+ max-width: 100%,
1004
+ padding-left: calc(#{$grid-gutter-width} * 0.5),
1005
+ padding-right: calc(#{$grid-gutter-width} * 0.5),
1006
+ '@container #{map-get($card-page, container-name)} (min-width: #{map-get($container-max-widths, sm)})':
1099
1007
  (
1100
- color: $gray-600,
1101
- width: 100.6%,
1008
+ flex-basis: 50%,
1009
+ max-width: 50%,
1102
1010
  ),
1103
- $card-type-template-aspect-ratio-item
1104
- );
1105
1011
 
1106
- $card-type-template-card-title: ();
1107
- $card-type-template-card-title: map-deep-merge(
1012
+ '@container #{map-get($card-page, container-name)} (min-width: #{map-get($container-max-widths, md)})':
1108
1013
  (
1109
- display: block,
1110
- margin-bottom: 8px,
1014
+ flex-basis: 33.33333%,
1015
+ max-width: 33.33333%,
1111
1016
  ),
1112
- $card-type-template-card-title
1113
- );
1114
1017
 
1115
- $card-type-template-card-text: ();
1116
- $card-type-template-card-text: map-deep-merge(
1018
+ '@container #{map-get($card-page, container-name)} (min-width: #{map-get($container-max-widths, lg)})':
1117
1019
  (
1118
- display: block,
1020
+ flex-basis: 25%,
1021
+ max-width: 25%,
1119
1022
  ),
1120
- $card-type-template-card-text
1121
- );
1122
1023
 
1123
- $card-type-template: ();
1124
- $card-type-template: map-deep-merge(
1024
+ '@container #{map-get($card-page, container-name)} (min-width: #{map-get($container-max-widths, xl)})':
1125
1025
  (
1126
- border-width: 1px,
1127
- box-shadow: none,
1128
- color: $gray-900,
1129
-
1130
- hover: (
1131
- color: $gray-900,
1132
- ),
1133
-
1134
- after-highlight: $card-type-template-after-highlight,
1135
-
1136
- aspect-ratio: $card-type-template-aspect-ratio,
1137
-
1138
- aspect-ratio-item: $card-type-template-aspect-ratio-item,
1139
-
1140
- card-title: $card-type-template-card-title,
1141
-
1142
- card-text: $card-type-template-card-text,
1026
+ flex-basis: 20%,
1027
+ max-width: 20%,
1143
1028
  ),
1144
- $card-type-template
1145
- );
1029
+ ),
1030
+ $card-page-item-asset
1031
+ );
1146
1032
 
1147
- // Template Card
1033
+ // Card Page Item User
1148
1034
 
1149
- $template-card-body: ();
1150
- $template-card-body: map-deep-merge(
1151
- (
1152
- padding-top: 0,
1153
- text-align: center,
1154
- ),
1155
- $template-card-body
1156
- );
1035
+ // base: min-width 0, sm min-width: 576px, lg: min-width: 992px
1157
1036
 
1158
- $template-card: ();
1159
- $template-card: map-deep-merge(
1160
- (
1161
- card-body: $template-card-body,
1162
- ),
1163
- $template-card
1164
- );
1037
+ $card-page-item-user: () !default;
1038
+ $card-page-item-user: map-deep-merge(
1039
+ $card-page-item-asset,
1040
+ $card-page-item-user
1041
+ );
1165
1042
 
1166
- // Template Card Horizontal
1043
+ // Card Type Directory
1167
1044
 
1168
- $template-card-horizontal-sticker: ();
1169
- $template-card-horizontal-sticker: map-deep-merge(
1170
- (
1171
- font-size: 20px,
1045
+ $card-type-directory: () !default;
1046
+ $card-type-directory: map-deep-merge(
1047
+ (
1048
+ sticker: (
1049
+ font-size: 18px,
1172
1050
  ),
1173
- $template-card-horizontal-sticker
1174
- );
1175
-
1176
- $template-card-horizontal-card-row: ();
1177
- $template-card-horizontal-card-row: map-deep-merge(
1178
- (
1179
- margin-left: -4px,
1180
- margin-right: -4px,
1181
- width: auto,
1182
-
1183
- autofit-col: (
1184
- padding-left: 4px,
1185
- padding-right: 4px,
1186
- ),
1051
+ ),
1052
+ $card-type-directory
1053
+ );
1054
+
1055
+ // Card Page Item Directory
1056
+
1057
+ $card-page-item-directory: () !default;
1058
+ $card-page-item-directory: map-deep-merge(
1059
+ $card-page-item-asset,
1060
+ $card-page-item-directory
1061
+ );
1062
+
1063
+ // Card Type Template
1064
+
1065
+ $card-type-template-after-highlight: () !default;
1066
+ $card-type-template-after-highlight: map-deep-merge(
1067
+ (
1068
+ bottom: -1px,
1069
+ left: -1px,
1070
+ right: -1px,
1071
+ ),
1072
+ $card-type-template-after-highlight
1073
+ );
1074
+
1075
+ $card-type-template-aspect-ratio: () !default;
1076
+ $card-type-template-aspect-ratio: map-deep-merge(
1077
+ (
1078
+ background-image: none,
1079
+ border-width: 0,
1080
+ color: $gray-600,
1081
+ horizontal: 16,
1082
+ text-align: center,
1083
+ vertical: 9,
1084
+
1085
+ lexicon-icon: (
1086
+ height: auto,
1087
+ width: 28%,
1187
1088
  ),
1188
- $template-card-horizontal-card-row
1189
- );
1190
-
1191
- $template-card-horizontal-card-title: ();
1192
- $template-card-horizontal-card-title: map-deep-merge(
1193
- (
1194
- color: inherit,
1195
- margin-bottom: 0,
1089
+ ),
1090
+ $card-type-template-aspect-ratio
1091
+ );
1092
+
1093
+ $card-type-template-aspect-ratio-item: () !default;
1094
+ $card-type-template-aspect-ratio-item: map-deep-merge(
1095
+ (
1096
+ color: $gray-600,
1097
+ width: 100.6%,
1098
+ ),
1099
+ $card-type-template-aspect-ratio-item
1100
+ );
1101
+
1102
+ $card-type-template-card-title: () !default;
1103
+ $card-type-template-card-title: map-deep-merge(
1104
+ (
1105
+ display: block,
1106
+ margin-bottom: 8px,
1107
+ ),
1108
+ $card-type-template-card-title
1109
+ );
1110
+
1111
+ $card-type-template-card-text: () !default;
1112
+ $card-type-template-card-text: map-deep-merge(
1113
+ (
1114
+ display: block,
1115
+ ),
1116
+ $card-type-template-card-text
1117
+ );
1118
+
1119
+ $card-type-template: () !default;
1120
+ $card-type-template: map-deep-merge(
1121
+ (
1122
+ border-width: 1px,
1123
+ box-shadow: none,
1124
+ color: $gray-900,
1125
+
1126
+ hover: (
1127
+ color: $gray-900,
1196
1128
  ),
1197
- $template-card-horizontal-card-title
1198
- );
1199
1129
 
1200
- $template-card-horizontal: ();
1201
- $template-card-horizontal: map-deep-merge(
1202
- (
1130
+ after-highlight: $card-type-template-after-highlight,
1131
+
1132
+ aspect-ratio: $card-type-template-aspect-ratio,
1133
+
1134
+ aspect-ratio-item: $card-type-template-aspect-ratio-item,
1135
+
1136
+ card-title: $card-type-template-card-title,
1137
+
1138
+ card-text: $card-type-template-card-text,
1139
+ ),
1140
+ $card-type-template
1141
+ );
1142
+
1143
+ // Template Card
1144
+
1145
+ $template-card-body: () !default;
1146
+ $template-card-body: map-deep-merge(
1147
+ (
1148
+ padding-top: 0,
1149
+ text-align: center,
1150
+ ),
1151
+ $template-card-body
1152
+ );
1153
+
1154
+ $template-card: () !default;
1155
+ $template-card: map-deep-merge(
1156
+ (
1157
+ card-body: $template-card-body,
1158
+ ),
1159
+ $template-card
1160
+ );
1161
+
1162
+ // Template Card Horizontal
1163
+
1164
+ $template-card-horizontal-sticker: () !default;
1165
+ $template-card-horizontal-sticker: map-deep-merge(
1166
+ (
1167
+ font-size: 20px,
1168
+ ),
1169
+ $template-card-horizontal-sticker
1170
+ );
1171
+
1172
+ $template-card-horizontal-card-row: () !default;
1173
+ $template-card-horizontal-card-row: map-deep-merge(
1174
+ (
1175
+ margin-left: -4px,
1176
+ margin-right: -4px,
1177
+ width: auto,
1178
+
1179
+ autofit-col: (
1180
+ padding-left: 4px,
1181
+ padding-right: 4px,
1182
+ ),
1183
+ ),
1184
+ $template-card-horizontal-card-row
1185
+ );
1186
+
1187
+ $template-card-horizontal-card-title: () !default;
1188
+ $template-card-horizontal-card-title: map-deep-merge(
1189
+ (
1190
+ color: inherit,
1191
+ margin-bottom: 0,
1192
+ ),
1193
+ $template-card-horizontal-card-title
1194
+ );
1195
+
1196
+ $template-card-horizontal: () !default;
1197
+ $template-card-horizontal: map-deep-merge(
1198
+ (
1199
+ color: $gray-600,
1200
+
1201
+ hover: (
1203
1202
  color: $gray-600,
1203
+ ),
1204
1204
 
1205
- hover: (
1206
- color: $gray-600,
1207
- ),
1208
-
1209
- sticker: $template-card-horizontal-sticker,
1205
+ sticker: $template-card-horizontal-sticker,
1210
1206
 
1211
- card-row: $template-card-horizontal-card-row,
1207
+ card-row: $template-card-horizontal-card-row,
1212
1208
 
1213
- card-title: $template-card-horizontal-card-title,
1214
- ),
1215
- $template-card-horizontal
1216
- );
1217
- }
1209
+ card-title: $template-card-horizontal-card-title,
1210
+ ),
1211
+ $template-card-horizontal
1212
+ );