@clayui/css 3.160.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.
- package/lib/css/atlas.css +1716 -1586
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1416 -1287
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +79 -12
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/arrow-key-down.svg +9 -0
- package/lib/images/icons/arrow-key-left.svg +9 -0
- package/lib/images/icons/arrow-key-right.svg +9 -0
- package/lib/images/icons/arrow-key-up.svg +9 -0
- package/lib/images/icons/books-brush.svg +9 -0
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +1 -1
- package/src/images/icons/arrow-key-down.svg +9 -0
- package/src/images/icons/arrow-key-left.svg +9 -0
- package/src/images/icons/arrow-key-right.svg +9 -0
- package/src/images/icons/arrow-key-up.svg +9 -0
- package/src/images/icons/books-brush.svg +9 -0
- package/src/images/icons/icons.svg +1 -1
- package/src/scss/_components.scss +2 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/_variables.scss +6 -4
- package/src/scss/atlas/variables/_forms.scss +3 -1
- package/src/scss/atlas/variables/_globals.scss +10 -10
- package/src/scss/atlas/variables/_reorder.scss +1 -1
- package/src/scss/atlas-custom-properties/_variables.scss +66 -0
- package/src/scss/atlas-custom-properties/variables/_alerts.scss +1205 -0
- package/src/scss/atlas-custom-properties/variables/_application-bar.scss +60 -0
- package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +26 -0
- package/src/scss/atlas-custom-properties/variables/_badges.scss +341 -0
- package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +193 -0
- package/src/scss/atlas-custom-properties/variables/_buttons.scss +1442 -0
- package/src/scss/atlas-custom-properties/variables/_c-root.scss +343 -0
- package/src/scss/atlas-custom-properties/variables/_cards.scss +1212 -0
- package/src/scss/atlas-custom-properties/variables/_clay-color.scss +617 -0
- package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +1096 -0
- package/src/scss/atlas-custom-properties/variables/_date-picker.scss +619 -0
- package/src/scss/atlas-custom-properties/variables/_drilldown.scss +244 -0
- package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1229 -0
- package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +72 -0
- package/src/scss/atlas-custom-properties/variables/_empty-state.scss +102 -0
- package/src/scss/atlas-custom-properties/variables/_forms.scss +2305 -0
- package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +48 -0
- package/src/scss/atlas-custom-properties/variables/_globals.scss +844 -0
- package/src/scss/atlas-custom-properties/variables/_icons.scss +71 -0
- package/src/scss/atlas-custom-properties/variables/_images.scss +9 -0
- package/src/scss/atlas-custom-properties/variables/_labels.scss +1374 -0
- package/src/scss/atlas-custom-properties/variables/_links.scss +466 -0
- package/src/scss/atlas-custom-properties/variables/_list-group.scss +488 -0
- package/src/scss/atlas-custom-properties/variables/_loaders.scss +226 -0
- package/src/scss/atlas-custom-properties/variables/_management-bar.scss +151 -0
- package/src/scss/atlas-custom-properties/variables/_menubar.scss +778 -0
- package/src/scss/atlas-custom-properties/variables/_modals.scss +645 -0
- package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +354 -0
- package/src/scss/atlas-custom-properties/variables/_navbar.scss +198 -0
- package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +449 -0
- package/src/scss/atlas-custom-properties/variables/_navs.scss +553 -0
- package/src/scss/atlas-custom-properties/variables/_pagination.scss +1064 -0
- package/src/scss/atlas-custom-properties/variables/_panels.scss +554 -0
- package/src/scss/atlas-custom-properties/variables/_popovers.scss +533 -0
- package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +149 -0
- package/src/scss/atlas-custom-properties/variables/_quick-action.scss +28 -0
- package/src/scss/atlas-custom-properties/variables/_range.scss +262 -0
- package/src/scss/atlas-custom-properties/variables/_reorder.scss +91 -0
- package/src/scss/atlas-custom-properties/variables/_resizer.scss +37 -0
- package/src/scss/atlas-custom-properties/variables/_sheets.scss +301 -0
- package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +2 -0
- package/src/scss/atlas-custom-properties/variables/_sidebar.scss +547 -0
- package/src/scss/atlas-custom-properties/variables/_slideout.scss +369 -0
- package/src/scss/atlas-custom-properties/variables/_stickers.scss +576 -0
- package/src/scss/atlas-custom-properties/variables/_tables.scss +1292 -0
- package/src/scss/atlas-custom-properties/variables/_tbar.scss +570 -0
- package/src/scss/atlas-custom-properties/variables/_time.scss +133 -0
- package/src/scss/atlas-custom-properties/variables/_timelines.scss +50 -0
- package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +702 -0
- package/src/scss/atlas-custom-properties/variables/_tooltip.scss +321 -0
- package/src/scss/atlas-custom-properties/variables/_treeview.scss +367 -0
- package/src/scss/atlas-custom-properties/variables/_type.scss +195 -0
- package/src/scss/atlas-custom-properties/variables/_utilities.scss +933 -0
- package/src/scss/cadmin/components/_focus-ring.scss +74 -0
- package/src/scss/cadmin/components/_forms.scss +2 -0
- package/src/scss/cadmin/components/_menubar.scss +8 -0
- package/src/scss/cadmin/components/_resizer.scss +19 -4
- package/src/scss/cadmin/variables/_breadcrumbs.scss +3 -1
- package/src/scss/cadmin/variables/_forms.scss +3 -1
- package/src/scss/cadmin/variables/_reorder.scss +1 -0
- package/src/scss/cadmin/variables/_resizer.scss +16 -3
- package/src/scss/cadmin.scss +1 -0
- package/src/scss/components/_focus-ring.scss +64 -0
- package/src/scss/components/_forms.scss +2 -0
- package/src/scss/components/_keyboard-arrows-indicator.scss +82 -0
- package/src/scss/components/_menubar.scss +8 -0
- package/src/scss/components/_resizer.scss +15 -4
- package/src/scss/functions/_global-functions.scss +6 -4
- package/src/scss/functions/_lx-icons-generated.scss +10 -0
- package/src/scss/variables/_breadcrumbs.scss +4 -2
- package/src/scss/variables/_forms.scss +2 -0
- package/src/scss/variables/_globals.scss +8 -8
- package/src/scss/variables/_resizer.scss +16 -3
|
@@ -0,0 +1,554 @@
|
|
|
1
|
+
$panel-bg: var(--panel-background-color, $white) !default;
|
|
2
|
+
$panel-border-color: var(--panel-border-color, transparent) !default;
|
|
3
|
+
$panel-border-radius: var(--panel-border-radius, $border-radius) !default;
|
|
4
|
+
$panel-border-style: var(--panel-border-style, solid) !default;
|
|
5
|
+
|
|
6
|
+
$panel-border-bottom-width: var(--panel-border-bottom-width, 1px) !default;
|
|
7
|
+
$panel-border-left-width: var(--panel-border-left-width, 1px) !default;
|
|
8
|
+
$panel-border-right-width: var(--panel-border-right-width, 1px) !default;
|
|
9
|
+
$panel-border-top-width: var(--panel-border-top-width, 1px) !default;
|
|
10
|
+
|
|
11
|
+
$panel-border-width: $panel-border-top-width $panel-border-right-width
|
|
12
|
+
$panel-border-bottom-width $panel-border-left-width !default;
|
|
13
|
+
|
|
14
|
+
$panel-box-shadow: var(--panel-box-shadow, none) !default;
|
|
15
|
+
$panel-margin-bottom: var(--panel-margin-bottom, $spacer) !default;
|
|
16
|
+
|
|
17
|
+
// Panel Header
|
|
18
|
+
|
|
19
|
+
$panel-header-border-bottom-width: var(
|
|
20
|
+
--panel-header-border-bottom-width,
|
|
21
|
+
0
|
|
22
|
+
) !default;
|
|
23
|
+
|
|
24
|
+
$panel-header-offset-border-radius: var(
|
|
25
|
+
--panel-header-offset-border-radius,
|
|
26
|
+
calc(#{$panel-border-radius} - #{$panel-border-top-width})
|
|
27
|
+
) !default;
|
|
28
|
+
|
|
29
|
+
$panel-header-font-size: var(--panel-header-font-size, 14px) !default;
|
|
30
|
+
$panel-header-line-height: var(
|
|
31
|
+
--panel-header-line-height,
|
|
32
|
+
$headings-line-height
|
|
33
|
+
) !default;
|
|
34
|
+
$panel-header-padding-x: var(--panel-header-padding-x, 20px) !default;
|
|
35
|
+
$panel-header-padding-y: var(--panel-header-padding-y, 12px) !default;
|
|
36
|
+
|
|
37
|
+
$panel-header-collapse-icon-font-size: var(
|
|
38
|
+
--panel-header-collapse-icon-font-size,
|
|
39
|
+
12px
|
|
40
|
+
) !default;
|
|
41
|
+
|
|
42
|
+
$panel-header-collapse-icon-bottom: var(
|
|
43
|
+
--panel-header-collapse-icon-bottom,
|
|
44
|
+
auto
|
|
45
|
+
) !default;
|
|
46
|
+
$panel-header-collapse-icon-left: var(
|
|
47
|
+
--panel-header-collapse-icon-left,
|
|
48
|
+
auto
|
|
49
|
+
) !default;
|
|
50
|
+
$panel-header-collapse-icon-right: var(
|
|
51
|
+
--panel-header-collapse-icon-right,
|
|
52
|
+
auto
|
|
53
|
+
) !default;
|
|
54
|
+
$panel-header-collapse-icon-top: var(
|
|
55
|
+
--panel-header-collapse-icon-top,
|
|
56
|
+
clay-collapse-icon-align(
|
|
57
|
+
$panel-header-padding-y,
|
|
58
|
+
0,
|
|
59
|
+
1em,
|
|
60
|
+
$panel-header-line-height
|
|
61
|
+
)
|
|
62
|
+
) !default;
|
|
63
|
+
|
|
64
|
+
$panel-header-collapse-icon-padding-left: var(
|
|
65
|
+
--panel-header-collapse-icon-padding-left,
|
|
66
|
+
20px
|
|
67
|
+
) !default;
|
|
68
|
+
$panel-header-collapse-icon-padding-right: var(
|
|
69
|
+
--panel-header-collapse-icon-padding-right,
|
|
70
|
+
45px
|
|
71
|
+
) !default;
|
|
72
|
+
|
|
73
|
+
$panel-header-link-text-decoration: none !default;
|
|
74
|
+
|
|
75
|
+
$panel-header-link-hover-text-decoration: none !default;
|
|
76
|
+
|
|
77
|
+
$panel-header-link: () !default;
|
|
78
|
+
$panel-header-link: map-deep-merge(
|
|
79
|
+
(
|
|
80
|
+
color: var(--panel-header-link-color, inherit),
|
|
81
|
+
display: block,
|
|
82
|
+
text-decoration:
|
|
83
|
+
var(
|
|
84
|
+
--panel-header-link-text-decoration,
|
|
85
|
+
$panel-header-link-text-decoration
|
|
86
|
+
),
|
|
87
|
+
transition: box-shadow 0.15s ease-in-out,
|
|
88
|
+
|
|
89
|
+
hover: (
|
|
90
|
+
color: var(--panel-header-link-hover-color, inherit),
|
|
91
|
+
text-decoration:
|
|
92
|
+
var(
|
|
93
|
+
--panel-header-link-hover-text-decoration,
|
|
94
|
+
$panel-header-link-hover-text-decoration
|
|
95
|
+
),
|
|
96
|
+
),
|
|
97
|
+
|
|
98
|
+
focus: (
|
|
99
|
+
box-shadow: $component-focus-box-shadow,
|
|
100
|
+
outline: 0,
|
|
101
|
+
z-index: $zindex-panel-header-link-focus,
|
|
102
|
+
),
|
|
103
|
+
),
|
|
104
|
+
$panel-header-link
|
|
105
|
+
);
|
|
106
|
+
|
|
107
|
+
$panel-header-collapsed-link: () !default;
|
|
108
|
+
$panel-header-collapsed-link: map-deep-merge(
|
|
109
|
+
(
|
|
110
|
+
border-color: transparent,
|
|
111
|
+
transition: border-color 0.75s ease,
|
|
112
|
+
),
|
|
113
|
+
$panel-header-collapsed-link
|
|
114
|
+
);
|
|
115
|
+
|
|
116
|
+
// Panel Body
|
|
117
|
+
$panel-body-padding-x: var(--panel-body-panel-body-padding-x, 20px) !default;
|
|
118
|
+
$panel-body-padding-y: var(--panel-body-panel-body-padding-y, 12px) !default;
|
|
119
|
+
|
|
120
|
+
// Panel Footer
|
|
121
|
+
|
|
122
|
+
$panel-footer-border-top-width: var(
|
|
123
|
+
--panel-footer-panel-footer-border-top-width,
|
|
124
|
+
0
|
|
125
|
+
) !default;
|
|
126
|
+
$panel-footer-offset-border-radius: var(
|
|
127
|
+
--panel-footer-offset-border-radius,
|
|
128
|
+
calc(#{$panel-border-radius} - #{$panel-border-bottom-width})
|
|
129
|
+
) !default;
|
|
130
|
+
$panel-footer-padding-x: var(
|
|
131
|
+
--panel-footer-padding-x,
|
|
132
|
+
$panel-header-padding-x
|
|
133
|
+
) !default;
|
|
134
|
+
$panel-footer-padding-y: var(
|
|
135
|
+
--panel-footer-padding-y,
|
|
136
|
+
$panel-header-padding-y
|
|
137
|
+
) !default;
|
|
138
|
+
|
|
139
|
+
// Panel Title
|
|
140
|
+
|
|
141
|
+
$panel-title-font-size: var(--panel-title-font-size, 14px) !default;
|
|
142
|
+
$panel-title-font-weight: var(
|
|
143
|
+
--panel-title-font-weight,
|
|
144
|
+
$font-weight-semi-bold
|
|
145
|
+
) !default;
|
|
146
|
+
$panel-title-text-transform: var(
|
|
147
|
+
--panel-title-text-transform,
|
|
148
|
+
uppercase
|
|
149
|
+
) !default;
|
|
150
|
+
|
|
151
|
+
// Panel Title Small Element
|
|
152
|
+
|
|
153
|
+
$panel-title-small-font-size: var(--panel-title-small-font-size, 100%) !default;
|
|
154
|
+
$panel-title-small-margin-left: var(
|
|
155
|
+
--panel-title-small-margin-left,
|
|
156
|
+
6px
|
|
157
|
+
) !default;
|
|
158
|
+
|
|
159
|
+
$panel: () !default;
|
|
160
|
+
$panel: map-deep-merge(
|
|
161
|
+
(
|
|
162
|
+
background-color: $panel-bg,
|
|
163
|
+
border-color: $panel-border-color,
|
|
164
|
+
border-radius: clay-enable-rounded($panel-border-radius),
|
|
165
|
+
border-style: $panel-border-style,
|
|
166
|
+
border-width: $panel-border-width,
|
|
167
|
+
box-shadow: clay-enable-shadows($panel-box-shadow),
|
|
168
|
+
margin-bottom: $panel-margin-bottom,
|
|
169
|
+
word-wrap: break-word,
|
|
170
|
+
|
|
171
|
+
collapse-icon-middle: (
|
|
172
|
+
collapse-icon: (
|
|
173
|
+
font-size: inherit,
|
|
174
|
+
),
|
|
175
|
+
),
|
|
176
|
+
|
|
177
|
+
panel-header: (
|
|
178
|
+
border-bottom: $panel-header-border-bottom-width solid transparent,
|
|
179
|
+
border-top-left-radius:
|
|
180
|
+
clay-enable-rounded($panel-header-offset-border-radius),
|
|
181
|
+
border-top-right-radius:
|
|
182
|
+
clay-enable-rounded($panel-header-offset-border-radius),
|
|
183
|
+
display: block,
|
|
184
|
+
font-size: $panel-header-font-size,
|
|
185
|
+
line-height: $panel-header-line-height,
|
|
186
|
+
padding: $panel-header-padding-y $panel-header-padding-x,
|
|
187
|
+
position: relative,
|
|
188
|
+
width: 100%,
|
|
189
|
+
|
|
190
|
+
collapsed: (
|
|
191
|
+
border-bottom-left-radius:
|
|
192
|
+
clay-enable-rounded($panel-header-offset-border-radius),
|
|
193
|
+
border-bottom-right-radius:
|
|
194
|
+
clay-enable-rounded($panel-header-offset-border-radius),
|
|
195
|
+
link: $panel-header-collapsed-link,
|
|
196
|
+
),
|
|
197
|
+
|
|
198
|
+
collapse-icon: (
|
|
199
|
+
padding-left: $panel-header-collapse-icon-padding-left,
|
|
200
|
+
padding-right: $panel-header-collapse-icon-padding-right,
|
|
201
|
+
),
|
|
202
|
+
|
|
203
|
+
link: $panel-header-link,
|
|
204
|
+
),
|
|
205
|
+
|
|
206
|
+
panel-body: (
|
|
207
|
+
padding: $panel-body-padding-y $panel-body-padding-x,
|
|
208
|
+
),
|
|
209
|
+
|
|
210
|
+
panel-footer: (
|
|
211
|
+
border-bottom-left-radius:
|
|
212
|
+
clay-enable-rounded($panel-footer-offset-border-radius),
|
|
213
|
+
border-bottom-right-radius:
|
|
214
|
+
clay-enable-rounded($panel-footer-offset-border-radius),
|
|
215
|
+
border-top: $panel-footer-border-top-width solid transparent,
|
|
216
|
+
padding: $panel-footer-padding-y $panel-footer-padding-x,
|
|
217
|
+
),
|
|
218
|
+
|
|
219
|
+
panel-title: (
|
|
220
|
+
font-size: $panel-title-font-size,
|
|
221
|
+
font-weight: $panel-title-font-weight,
|
|
222
|
+
text-transform: $panel-title-text-transform,
|
|
223
|
+
|
|
224
|
+
small: (
|
|
225
|
+
font-size: $panel-title-small-font-size,
|
|
226
|
+
margin-left: $panel-title-small-margin-left,
|
|
227
|
+
),
|
|
228
|
+
),
|
|
229
|
+
),
|
|
230
|
+
$panel
|
|
231
|
+
);
|
|
232
|
+
|
|
233
|
+
// Panel Group
|
|
234
|
+
|
|
235
|
+
$panel-group-panel-margin-bottom: var(
|
|
236
|
+
--panel-group-panel-margin-bottom,
|
|
237
|
+
calc(#{$panel-border-bottom-width} * -1)
|
|
238
|
+
) !default;
|
|
239
|
+
|
|
240
|
+
$panel-group-panel-unstyled: () !default;
|
|
241
|
+
$panel-group-panel-unstyled: map-deep-merge(
|
|
242
|
+
(
|
|
243
|
+
margin-bottom: var(--panel-group-panel-unstyled-margin-bottom, 24px),
|
|
244
|
+
),
|
|
245
|
+
$panel-group-panel-unstyled
|
|
246
|
+
) !default;
|
|
247
|
+
|
|
248
|
+
// Panel Group Sm
|
|
249
|
+
|
|
250
|
+
$panel-group-sm: () !default;
|
|
251
|
+
$panel-group-sm: map-deep-merge(
|
|
252
|
+
(
|
|
253
|
+
font-size: var(--panel-group-sm-font-size, 0.875rem),
|
|
254
|
+
panel-header: (
|
|
255
|
+
padding-bottom:
|
|
256
|
+
var(--panel-group-sm-panel-header-padding-bottom, 0.5rem),
|
|
257
|
+
padding-top: var(--panel-group-sm-panel-header-padding-top, 0.5rem),
|
|
258
|
+
),
|
|
259
|
+
|
|
260
|
+
panel-title: (
|
|
261
|
+
font-size: var(--panel-group-sm-panel-title-font-size, 0.875rem),
|
|
262
|
+
),
|
|
263
|
+
|
|
264
|
+
collapse-icon: (
|
|
265
|
+
top: var(--panel-group-sm-panel-header-collapse-icon-top, 0.6875rem),
|
|
266
|
+
),
|
|
267
|
+
),
|
|
268
|
+
$panel-group-sm
|
|
269
|
+
);
|
|
270
|
+
|
|
271
|
+
$panel-group-sm-panel-unstyled: () !default;
|
|
272
|
+
$panel-group-sm-panel-unstyled: map-deep-merge(
|
|
273
|
+
(
|
|
274
|
+
margin-bottom: var(--panel-group-sm-panel-unstyled-margin-bottom, 1rem),
|
|
275
|
+
),
|
|
276
|
+
$panel-group-sm-panel-unstyled
|
|
277
|
+
);
|
|
278
|
+
|
|
279
|
+
// Panel Group Flush
|
|
280
|
+
|
|
281
|
+
$panel-group-flush-body-margin-bottom: var(
|
|
282
|
+
--panel-group-flush-body-margin-bottom,
|
|
283
|
+
24px
|
|
284
|
+
) !default;
|
|
285
|
+
$panel-group-flush-body-padding: var(
|
|
286
|
+
--panel-group-flush-body-padding,
|
|
287
|
+
0px
|
|
288
|
+
) !default;
|
|
289
|
+
|
|
290
|
+
$panel-group-flush-collapse-icon-left: var(
|
|
291
|
+
--panel-group-flush-collapse-icon-left,
|
|
292
|
+
auto
|
|
293
|
+
) !default;
|
|
294
|
+
$panel-group-flush-collapse-icon-right: var(
|
|
295
|
+
--panel-group-flush-collapse-icon-right,
|
|
296
|
+
0px
|
|
297
|
+
) !default;
|
|
298
|
+
|
|
299
|
+
$panel-group-flush-collapse-icon-padding-left: var(
|
|
300
|
+
--panel-group-flush-collapse-icon-padding-left,
|
|
301
|
+
0px
|
|
302
|
+
) !default;
|
|
303
|
+
$panel-group-flush-collapse-icon-padding-right: var(
|
|
304
|
+
--panel-group-flush-collapse-icon-padding-right,
|
|
305
|
+
24px
|
|
306
|
+
) !default;
|
|
307
|
+
|
|
308
|
+
$panel-group-flush-panel-unstyled: () !default;
|
|
309
|
+
$panel-group-flush-panel-unstyled: map-deep-merge(
|
|
310
|
+
(
|
|
311
|
+
margin-bottom: 1.5rem,
|
|
312
|
+
|
|
313
|
+
panel-body: (
|
|
314
|
+
margin-bottom: 0rem,
|
|
315
|
+
),
|
|
316
|
+
),
|
|
317
|
+
$panel-group-flush-panel-unstyled
|
|
318
|
+
);
|
|
319
|
+
|
|
320
|
+
// Panel Variants
|
|
321
|
+
|
|
322
|
+
$panel-secondary-header-link: () !default;
|
|
323
|
+
|
|
324
|
+
$panel-secondary: () !default;
|
|
325
|
+
$panel-secondary: map-deep-merge(
|
|
326
|
+
(
|
|
327
|
+
border-color: var(--panel-secondary-border-color, $gray-300),
|
|
328
|
+
color: var(--panel-secondary-color, $gray-600),
|
|
329
|
+
panel-header: (
|
|
330
|
+
border-color:
|
|
331
|
+
var(--panel-secondary-panel-header-border-color, $gray-300),
|
|
332
|
+
link: $panel-secondary-header-link,
|
|
333
|
+
),
|
|
334
|
+
|
|
335
|
+
panel-footer: (
|
|
336
|
+
border-color:
|
|
337
|
+
var(--panel-secondary-panel-footer-border-color, $gray-300),
|
|
338
|
+
),
|
|
339
|
+
),
|
|
340
|
+
$panel-secondary
|
|
341
|
+
);
|
|
342
|
+
|
|
343
|
+
// Panel Unstyled
|
|
344
|
+
|
|
345
|
+
$panel-unstyled-header-link: () !default;
|
|
346
|
+
$panel-unstyled-header-link: map-deep-merge(
|
|
347
|
+
(
|
|
348
|
+
border-radius: 1px,
|
|
349
|
+
|
|
350
|
+
focus: (
|
|
351
|
+
box-shadow: #{0 0 0 4px $body-bg,
|
|
352
|
+
0 0 0 6px $primary-l0},
|
|
353
|
+
),
|
|
354
|
+
),
|
|
355
|
+
$panel-unstyled-header-link
|
|
356
|
+
);
|
|
357
|
+
|
|
358
|
+
$panel-unstyled: () !default;
|
|
359
|
+
$panel-unstyled: map-deep-merge(
|
|
360
|
+
(
|
|
361
|
+
background-color: var(--panel-unstyled-background-color, transparent),
|
|
362
|
+
border-radius: var(--panel-unstyled-border-radius, 0),
|
|
363
|
+
border-width: var(--panel-unstyled-border-width, 0),
|
|
364
|
+
margin-bottom: var(--panel-unstyled-margin-bottom, 24px),
|
|
365
|
+
panel-header: (
|
|
366
|
+
border-color:
|
|
367
|
+
var(--panel-unstyled-panel-header-border-color, $gray-500),
|
|
368
|
+
border-radius: var(--panel-unstyled-panel-header-border-radius, 0),
|
|
369
|
+
border-style: var(--panel-unstyled-panel-header-border-style, solid),
|
|
370
|
+
border-width:
|
|
371
|
+
var(--panel-unstyled-panel-header-border-width, 0 0 1px 0),
|
|
372
|
+
padding-left: var(--panel-unstyled-panel-header-padding-left, 0),
|
|
373
|
+
collapsed: (
|
|
374
|
+
border-color:
|
|
375
|
+
var(
|
|
376
|
+
--panel-unstyled-panel-header-collapsed-border-color,
|
|
377
|
+
$gray-500
|
|
378
|
+
),
|
|
379
|
+
),
|
|
380
|
+
|
|
381
|
+
link: $panel-unstyled-header-link,
|
|
382
|
+
),
|
|
383
|
+
|
|
384
|
+
collapse-icon: (
|
|
385
|
+
right: var(--panel-unstyled-panel-header-collapse-icon-right, 0),
|
|
386
|
+
),
|
|
387
|
+
|
|
388
|
+
panel-body: (
|
|
389
|
+
padding: var(--panel-unstyled-panel-body-padding, 16px 0 0.1px 0),
|
|
390
|
+
),
|
|
391
|
+
|
|
392
|
+
panel-footer: (
|
|
393
|
+
padding: var(--panel-unstyled-panel-footer-padding, 16px 0 0.1px 0),
|
|
394
|
+
),
|
|
395
|
+
),
|
|
396
|
+
$panel-unstyled
|
|
397
|
+
);
|
|
398
|
+
|
|
399
|
+
$panel-palette: () !default;
|
|
400
|
+
$panel-palette: map-deep-merge(
|
|
401
|
+
(
|
|
402
|
+
panel-block: (
|
|
403
|
+
border-color: $gray-400,
|
|
404
|
+
|
|
405
|
+
collapse-icon: (
|
|
406
|
+
font-size: inherit,
|
|
407
|
+
top: 1.3125rem,
|
|
408
|
+
),
|
|
409
|
+
|
|
410
|
+
panel-header: (
|
|
411
|
+
font-size: 1.25rem,
|
|
412
|
+
line-height: 1.25,
|
|
413
|
+
padding: 1.15625rem 1.25rem,
|
|
414
|
+
|
|
415
|
+
'&.collapse-icon': (
|
|
416
|
+
padding-right: 3rem,
|
|
417
|
+
),
|
|
418
|
+
),
|
|
419
|
+
|
|
420
|
+
panel-title: (
|
|
421
|
+
font-size: inherit,
|
|
422
|
+
text-transform: none,
|
|
423
|
+
),
|
|
424
|
+
|
|
425
|
+
panel-body: (
|
|
426
|
+
padding: 0rem 1.25rem 1.25rem,
|
|
427
|
+
),
|
|
428
|
+
|
|
429
|
+
panel-footer: (
|
|
430
|
+
padding: 0rem 1.25rem 1.25rem,
|
|
431
|
+
),
|
|
432
|
+
),
|
|
433
|
+
|
|
434
|
+
panel-default: (
|
|
435
|
+
border-width: 0px,
|
|
436
|
+
|
|
437
|
+
panel-header: (
|
|
438
|
+
border-radius: clay-enable-rounded(0),
|
|
439
|
+
color: $gray-600,
|
|
440
|
+
font-size: 0.875rem,
|
|
441
|
+
line-height: 1.125rem,
|
|
442
|
+
padding-bottom: 0.40625rem,
|
|
443
|
+
padding-left: 0rem,
|
|
444
|
+
padding-right: 0rem,
|
|
445
|
+
padding-top: 0.40625rem,
|
|
446
|
+
text-transform: uppercase,
|
|
447
|
+
|
|
448
|
+
'&.collapse-icon': (
|
|
449
|
+
padding-right: 1.75rem,
|
|
450
|
+
),
|
|
451
|
+
|
|
452
|
+
link: (
|
|
453
|
+
border-bottom: 1px solid $gray-400,
|
|
454
|
+
),
|
|
455
|
+
),
|
|
456
|
+
|
|
457
|
+
collapse-icon: (
|
|
458
|
+
font-size: inherit,
|
|
459
|
+
right: 0rem,
|
|
460
|
+
top: 0.5rem,
|
|
461
|
+
),
|
|
462
|
+
|
|
463
|
+
collapse-icon-middle: (
|
|
464
|
+
collapse-icon: (
|
|
465
|
+
right: 0rem,
|
|
466
|
+
),
|
|
467
|
+
),
|
|
468
|
+
|
|
469
|
+
panel-body: (
|
|
470
|
+
padding: 1.25rem 0rem,
|
|
471
|
+
),
|
|
472
|
+
|
|
473
|
+
panel-title: (
|
|
474
|
+
font-size: inherit,
|
|
475
|
+
),
|
|
476
|
+
|
|
477
|
+
panel-footer: (
|
|
478
|
+
padding: 1.25rem 0rem,
|
|
479
|
+
),
|
|
480
|
+
),
|
|
481
|
+
),
|
|
482
|
+
$panel-palette
|
|
483
|
+
);
|
|
484
|
+
|
|
485
|
+
// Panel Sizes
|
|
486
|
+
|
|
487
|
+
$panel-sizes: () !default;
|
|
488
|
+
$panel-sizes: map-deep-merge(
|
|
489
|
+
(
|
|
490
|
+
'.panel-lg.panel-block': (
|
|
491
|
+
collapse-icon: (
|
|
492
|
+
top: 1.75rem,
|
|
493
|
+
),
|
|
494
|
+
|
|
495
|
+
panel-header: (
|
|
496
|
+
font-size: 1.5rem,
|
|
497
|
+
padding: 1.5rem 1.5rem,
|
|
498
|
+
|
|
499
|
+
'&.collapse-icon': (
|
|
500
|
+
padding-right: calc(1.5rem * 3),
|
|
501
|
+
),
|
|
502
|
+
),
|
|
503
|
+
|
|
504
|
+
panel-body: (
|
|
505
|
+
padding: 0rem 1.5rem 1.5rem,
|
|
506
|
+
),
|
|
507
|
+
|
|
508
|
+
panel-footer: (
|
|
509
|
+
padding: 0rem 1.5rem 1.5rem,
|
|
510
|
+
),
|
|
511
|
+
),
|
|
512
|
+
|
|
513
|
+
'.panel-sm.panel-block': (
|
|
514
|
+
collapse-icon: (
|
|
515
|
+
top: 0.9375rem,
|
|
516
|
+
),
|
|
517
|
+
|
|
518
|
+
panel-header: (
|
|
519
|
+
font-size: 1rem,
|
|
520
|
+
padding: 0.8125rem 1rem,
|
|
521
|
+
|
|
522
|
+
'&.collapse-icon': (
|
|
523
|
+
padding-right: calc(1rem * 3),
|
|
524
|
+
),
|
|
525
|
+
),
|
|
526
|
+
|
|
527
|
+
panel-body: (
|
|
528
|
+
padding: 0rem 1rem 1rem,
|
|
529
|
+
),
|
|
530
|
+
|
|
531
|
+
panel-footer: (
|
|
532
|
+
padding: 0rem 1rem 1rem,
|
|
533
|
+
),
|
|
534
|
+
),
|
|
535
|
+
|
|
536
|
+
'.panel-sm.panel-default': (
|
|
537
|
+
collapse-icon: (
|
|
538
|
+
top: 0.375rem,
|
|
539
|
+
),
|
|
540
|
+
|
|
541
|
+
panel-header: (
|
|
542
|
+
font-size: 0.75rem,
|
|
543
|
+
line-height: 1,
|
|
544
|
+
padding-bottom: 0.34375rem,
|
|
545
|
+
padding-top: 0.34375rem,
|
|
546
|
+
|
|
547
|
+
'&.collapse-icon': (
|
|
548
|
+
padding-right: 1.75rem,
|
|
549
|
+
),
|
|
550
|
+
),
|
|
551
|
+
),
|
|
552
|
+
),
|
|
553
|
+
$panel-sizes
|
|
554
|
+
);
|