@clayui/css 3.163.0 → 3.165.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 +541 -258
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +318 -115
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +3117 -2396
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/anonymize.svg +5 -6
- package/lib/images/icons/arrows-all.svg +16 -0
- package/lib/images/icons/box-squared.svg +10 -0
- package/lib/images/icons/chart-area.svg +10 -0
- package/lib/images/icons/chart-bar-stacked.svg +9 -0
- package/lib/images/icons/chart-bar-x-axis.svg +9 -0
- package/lib/images/icons/chart-bar-y-axis.svg +9 -0
- package/lib/images/icons/chart-bar.svg +9 -0
- package/lib/images/icons/chart-donut.svg +10 -0
- package/lib/images/icons/chart-line-down.svg +10 -0
- package/lib/images/icons/chart-line-up.svg +10 -0
- package/lib/images/icons/chart-line.svg +10 -0
- package/lib/images/icons/chart-pie-fill.svg +10 -0
- package/lib/images/icons/chart-pie.svg +9 -0
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/plant.svg +9 -0
- package/lib/images/icons/user-cog.svg +9 -0
- package/package.json +1 -1
- package/src/images/icons/anonymize.svg +5 -6
- package/src/images/icons/arrows-all.svg +16 -0
- package/src/images/icons/box-squared.svg +10 -0
- package/src/images/icons/chart-area.svg +10 -0
- package/src/images/icons/chart-bar-stacked.svg +9 -0
- package/src/images/icons/chart-bar-x-axis.svg +9 -0
- package/src/images/icons/chart-bar-y-axis.svg +9 -0
- package/src/images/icons/chart-bar.svg +9 -0
- package/src/images/icons/chart-donut.svg +10 -0
- package/src/images/icons/chart-line-down.svg +10 -0
- package/src/images/icons/chart-line-up.svg +10 -0
- package/src/images/icons/chart-line.svg +10 -0
- package/src/images/icons/chart-pie-fill.svg +10 -0
- package/src/images/icons/chart-pie.svg +9 -0
- package/src/images/icons/icons.svg +1 -1
- package/src/images/icons/plant.svg +9 -0
- package/src/images/icons/user-cog.svg +9 -0
- package/src/scss/_components.scss +0 -1
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_cards.scss +123 -24
- package/src/scss/atlas/variables/_custom-forms.scss +0 -5
- package/src/scss/atlas/variables/_globals.scss +2 -1
- package/src/scss/atlas/variables/_labels.scss +341 -42
- package/src/scss/atlas/variables/_tables.scss +2 -2
- package/src/scss/atlas-custom-properties/_variables.scss +2 -0
- package/src/scss/atlas-custom-properties/variables/_alerts.scss +3 -1
- package/src/scss/atlas-custom-properties/variables/_application-bar.scss +6 -3
- package/src/scss/atlas-custom-properties/variables/_badges.scss +0 -23
- package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +4 -1
- package/src/scss/atlas-custom-properties/variables/_buttons.scss +1 -0
- package/src/scss/atlas-custom-properties/variables/_c-root.scss +413 -219
- package/src/scss/atlas-custom-properties/variables/_cards.scss +81 -51
- package/src/scss/atlas-custom-properties/variables/_clay-color.scss +2 -2
- package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +53 -23
- package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +9 -14
- package/src/scss/atlas-custom-properties/variables/_forms.scss +34 -8
- package/src/scss/atlas-custom-properties/variables/_globals.scss +5 -2
- package/src/scss/atlas-custom-properties/variables/_images.scss +3 -1
- package/src/scss/atlas-custom-properties/variables/_labels.scss +417 -38
- package/src/scss/atlas-custom-properties/variables/_modals.scss +4 -3
- package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +2 -5
- package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +2 -2
- package/src/scss/atlas-custom-properties/variables/_panels.scss +2 -2
- package/src/scss/atlas-custom-properties/variables/_popovers.scss +1 -1
- package/src/scss/atlas-custom-properties/variables/_range.scss +1 -1
- package/src/scss/atlas-custom-properties/variables/_resizer.scss +13 -2
- package/src/scss/atlas-custom-properties/variables/_sheets.scss +1 -2
- package/src/scss/atlas-custom-properties/variables/_sidebar.scss +13 -5
- package/src/scss/atlas-custom-properties/variables/_stickers.scss +2 -2
- package/src/scss/atlas-custom-properties/variables/_tables.scss +17 -19
- package/src/scss/atlas-custom-properties/variables/_tbar.scss +12 -5
- package/src/scss/atlas-custom-properties/variables/_tooltip.scss +1 -1
- package/src/scss/cadmin/_variables.scss +2 -0
- package/src/scss/cadmin/components/_cards.scss +10 -62
- package/src/scss/cadmin/components/_focus-ring.scss +3 -1
- package/src/scss/cadmin/components/_icons.scss +97 -0
- package/src/scss/cadmin/components/_reboot.scss +6 -2
- package/src/scss/cadmin/components/_resizer.scss +10 -0
- package/src/scss/cadmin/components/_root.scss +41 -0
- package/src/scss/cadmin/variables/_alerts.scss +26 -24
- package/src/scss/cadmin/variables/_badges.scss +20 -10
- package/src/scss/cadmin/variables/_breadcrumbs.scss +3 -3
- package/src/scss/cadmin/variables/_buttons.scss +162 -129
- package/src/scss/cadmin/variables/_c-root.scss +426 -0
- package/src/scss/cadmin/variables/_cards.scss +153 -30
- package/src/scss/cadmin/variables/_clay-color.scss +18 -26
- package/src/scss/cadmin/variables/_custom-forms.scss +46 -25
- package/src/scss/cadmin/variables/_dropdowns.scss +14 -18
- package/src/scss/cadmin/variables/_forms.scss +31 -27
- package/src/scss/cadmin/variables/_globals.scss +200 -252
- package/src/scss/cadmin/variables/_images.scss +3 -1
- package/src/scss/cadmin/variables/_labels.scss +194 -32
- package/src/scss/cadmin/variables/_links.scss +21 -13
- package/src/scss/cadmin/variables/_list-group.scss +8 -6
- package/src/scss/cadmin/variables/_loaders.scss +2 -4
- package/src/scss/cadmin/variables/_management-bar.scss +12 -6
- package/src/scss/cadmin/variables/_menubar.scss +44 -27
- package/src/scss/cadmin/variables/_modals.scss +10 -4
- package/src/scss/cadmin/variables/_multi-step-nav.scss +7 -7
- package/src/scss/cadmin/variables/_navbar.scss +8 -5
- package/src/scss/cadmin/variables/_navigation-bar.scss +2 -2
- package/src/scss/cadmin/variables/_pagination.scss +6 -2
- package/src/scss/cadmin/variables/_popovers.scss +4 -2
- package/src/scss/cadmin/variables/_range.scss +2 -1
- package/src/scss/cadmin/variables/_resizer.scss +13 -2
- package/src/scss/cadmin/variables/_sidebar.scss +14 -6
- package/src/scss/cadmin/variables/_stickers.scss +1 -1
- package/src/scss/cadmin/variables/_tables.scss +22 -19
- package/src/scss/cadmin/variables/_tbar.scss +28 -14
- package/src/scss/cadmin/variables/_tooltip.scss +3 -1
- package/src/scss/cadmin/variables/_treeview.scss +2 -2
- package/src/scss/cadmin/variables/_utilities.scss +132 -196
- package/src/scss/cadmin.scss +2 -0
- package/src/scss/components/_focus-ring.scss +3 -1
- package/src/scss/components/_icons.scss +117 -6
- package/src/scss/components/_resizer.scss +8 -0
- package/src/scss/components/_root.scss +36 -3
- package/src/scss/functions/_lx-icons-generated.scss +31 -9
- package/src/scss/mixins/_cards.scss +19 -1
- package/src/scss/mixins/_labels.scss +9 -2
- package/src/scss/variables/_cards.scss +22 -1
- package/src/scss/variables/_custom-forms.scss +22 -11
- package/src/scss/variables/_dropdowns.scss +2 -0
- package/src/scss/variables/_globals.scss +1 -0
- package/src/scss/variables/_labels.scss +296 -8
- package/src/scss/variables/_resizer.scss +13 -2
- package/lib/images/icons/arrow-key-down.svg +0 -9
- package/lib/images/icons/arrow-key-left.svg +0 -9
- package/lib/images/icons/arrow-key-right.svg +0 -9
- package/lib/images/icons/arrow-key-up.svg +0 -9
- package/src/images/icons/arrow-key-down.svg +0 -9
- package/src/images/icons/arrow-key-left.svg +0 -9
- package/src/images/icons/arrow-key-right.svg +0 -9
- package/src/images/icons/arrow-key-up.svg +0 -9
- package/src/scss/components/_keyboard-arrows-indicator.scss +0 -82
|
@@ -10,7 +10,7 @@ $popover-inner-border-radius: var(
|
|
|
10
10
|
|
|
11
11
|
$popover-box-shadow: var(
|
|
12
12
|
--popover-box-shadow,
|
|
13
|
-
0 1px 15px -2px
|
|
13
|
+
unquote('0 1px 15px -2px hsl(from #{$black} h s l / 0.2)')
|
|
14
14
|
) !default;
|
|
15
15
|
$popover-font-size: var(--popover-font-size, $font-size-sm) !default;
|
|
16
16
|
$popover-max-width: var(--popover-max-width, 232px) !default;
|
|
@@ -76,7 +76,7 @@ $clay-range-input: map-deep-merge(
|
|
|
76
76
|
box-shadow:
|
|
77
77
|
var(
|
|
78
78
|
--clay-range-thumb-box-shadow,
|
|
79
|
-
0 1px 5px -1px
|
|
79
|
+
unquote('0 1px 5px -1px hsl(from #{$black} h s l / 0.3)')
|
|
80
80
|
),
|
|
81
81
|
height: var(--clay-range-thumb-height, 24px),
|
|
82
82
|
margin-top: var(--clay-range-thumb-margin-top, -0.75rem),
|
|
@@ -23,13 +23,24 @@ $c-horizontal-resizer: map-merge(
|
|
|
23
23
|
|
|
24
24
|
hover: (
|
|
25
25
|
before: (
|
|
26
|
-
background-color: $primary
|
|
26
|
+
background-color: $primary,
|
|
27
|
+
),
|
|
28
|
+
),
|
|
29
|
+
|
|
30
|
+
active: (
|
|
31
|
+
before: (
|
|
32
|
+
background-color: $primary-d2,
|
|
27
33
|
),
|
|
28
34
|
),
|
|
29
35
|
|
|
30
36
|
focus: (
|
|
37
|
+
box-shadow: $component-focus-inset-box-shadow,
|
|
38
|
+
outline: 0,
|
|
39
|
+
|
|
31
40
|
before: (
|
|
32
|
-
background-color: $primary
|
|
41
|
+
background-color: $primary,
|
|
42
|
+
bottom: 0.25rem,
|
|
43
|
+
top: 0.25rem,
|
|
33
44
|
),
|
|
34
45
|
),
|
|
35
46
|
),
|
|
@@ -331,7 +331,10 @@ $sidebar-light: map-deep-merge(
|
|
|
331
331
|
border-color: var(--sidebar-light-border-color, $gray-300),
|
|
332
332
|
border-left-width: var(--sidebar-light-border-left-width, 0),
|
|
333
333
|
box-shadow:
|
|
334
|
-
var(
|
|
334
|
+
var(
|
|
335
|
+
--sidebar-light-box-shadow,
|
|
336
|
+
unquote('-4px 0 8px -4px hsl(from #{$black} h s l / 0.1)')
|
|
337
|
+
),
|
|
335
338
|
color: var(--sidebar-light-color, $gray-900),
|
|
336
339
|
sidebar-header: (
|
|
337
340
|
background-color:
|
|
@@ -349,7 +352,7 @@ $sidebar-light: map-deep-merge(
|
|
|
349
352
|
box-shadow:
|
|
350
353
|
var(
|
|
351
354
|
--sidebar-light-sidenav-start-box-shadow,
|
|
352
|
-
4px 0 8px -4px
|
|
355
|
+
unquote('4px 0 8px -4px hsl(from #{$black} h s l / 0.1)')
|
|
353
356
|
),
|
|
354
357
|
),
|
|
355
358
|
|
|
@@ -372,8 +375,10 @@ $sidebar-light: map-deep-merge(
|
|
|
372
375
|
header: (
|
|
373
376
|
link: (
|
|
374
377
|
focus: (
|
|
375
|
-
box-shadow:
|
|
376
|
-
|
|
378
|
+
box-shadow:
|
|
379
|
+
unquote(
|
|
380
|
+
'0 0 0 4px #{$white},0 0 0 6px #{$primary-l0}'
|
|
381
|
+
),
|
|
377
382
|
),
|
|
378
383
|
),
|
|
379
384
|
),
|
|
@@ -465,7 +470,10 @@ $sidebar-c-slideout-start: () !default;
|
|
|
465
470
|
$sidebar-c-slideout-start: map-deep-merge(
|
|
466
471
|
(
|
|
467
472
|
'.sidebar-light': (
|
|
468
|
-
box-shadow:
|
|
473
|
+
box-shadow:
|
|
474
|
+
unquote(
|
|
475
|
+
'0.25rem 0 0.5rem -0.25rem hsl(from #{$black} h s l / 0.1)'
|
|
476
|
+
),
|
|
469
477
|
),
|
|
470
478
|
),
|
|
471
479
|
$sidebar-c-slideout-start
|
|
@@ -249,7 +249,7 @@ $sticker-top-right: map-merge(
|
|
|
249
249
|
|
|
250
250
|
// .sticker-outside
|
|
251
251
|
|
|
252
|
-
$sticker-outside-offset: calc(#{$sticker-size} * 0.5) !default;
|
|
252
|
+
$sticker-outside-offset: calc(#{$sticker-size} * -0.5) !default;
|
|
253
253
|
|
|
254
254
|
$sticker-outside: () !default;
|
|
255
255
|
$sticker-outside: map-deep-merge(
|
|
@@ -293,7 +293,7 @@ $sticker-user-icon: map-deep-merge(
|
|
|
293
293
|
(
|
|
294
294
|
background-color: $white,
|
|
295
295
|
border-radius: $rounded-circle-border-radius,
|
|
296
|
-
box-shadow: 0 0 0 1px
|
|
296
|
+
box-shadow: unquote('0 0 0 1px hsl(from #{$black} h s l / 0.125)'),
|
|
297
297
|
),
|
|
298
298
|
$sticker-user-icon
|
|
299
299
|
);
|
|
@@ -29,7 +29,7 @@ $table-responsive-margin-bottom: var(
|
|
|
29
29
|
// Table
|
|
30
30
|
|
|
31
31
|
$table-bg: var(--table-background-color, $white) !default;
|
|
32
|
-
$table-border-color: var(--table-border-color, $gray-
|
|
32
|
+
$table-border-color: var(--table-border-color, $gray-400) !default;
|
|
33
33
|
$table-border-width: var(--table-border-width, $border-width) !default;
|
|
34
34
|
$table-color: var(--table-color, $body-color) !default;
|
|
35
35
|
$table-font-size: var(--table-font-size, 14px) !default;
|
|
@@ -538,12 +538,10 @@ $c-tr-table-focus: map-deep-merge(
|
|
|
538
538
|
outline: 0,
|
|
539
539
|
|
|
540
540
|
before: (
|
|
541
|
-
box-shadow:
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
inset 0 -4px 0 0 $white,
|
|
546
|
-
),
|
|
541
|
+
box-shadow:
|
|
542
|
+
unquote(
|
|
543
|
+
'inset 0 2px 0 0 #{$primary-l0},inset 0 4px 0 0 #{$white},inset 0 -2px 0 0 #{$primary-l0},inset 0 -4px 0 0 #{$white}'
|
|
544
|
+
),
|
|
547
545
|
content: '',
|
|
548
546
|
display: block,
|
|
549
547
|
position: absolute,
|
|
@@ -557,10 +555,10 @@ $c-tr-table-focus: map-deep-merge(
|
|
|
557
555
|
|
|
558
556
|
first-child: (
|
|
559
557
|
after: (
|
|
560
|
-
box-shadow:
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
558
|
+
box-shadow:
|
|
559
|
+
unquote(
|
|
560
|
+
'inset 2px 0 0 0 #{$primary-l0},inset 4px 0 0 0 #{$white}'
|
|
561
|
+
),
|
|
564
562
|
content: '',
|
|
565
563
|
display: block,
|
|
566
564
|
position: absolute,
|
|
@@ -575,10 +573,10 @@ $c-tr-table-focus: map-deep-merge(
|
|
|
575
573
|
|
|
576
574
|
last-child: (
|
|
577
575
|
after: (
|
|
578
|
-
box-shadow:
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
576
|
+
box-shadow:
|
|
577
|
+
unquote(
|
|
578
|
+
'inset -2px 0 0 0 #{$primary-l0},inset -4px 0 0 0 #{$white}'
|
|
579
|
+
),
|
|
582
580
|
content: '',
|
|
583
581
|
display: block,
|
|
584
582
|
position: absolute,
|
|
@@ -773,7 +771,7 @@ $table-border-level: -6 !default;
|
|
|
773
771
|
// Table List
|
|
774
772
|
|
|
775
773
|
$table-list-bg: var(--table-list-background-color, $white) !default;
|
|
776
|
-
$table-list-border-color: var(--table-list-border-color, $gray-
|
|
774
|
+
$table-list-border-color: var(--table-list-border-color, $gray-400) !default;
|
|
777
775
|
$table-list-border-radius: var(
|
|
778
776
|
--table-list-border-radius,
|
|
779
777
|
$border-radius
|
|
@@ -1029,7 +1027,7 @@ $table-list-action-link: map-deep-merge(
|
|
|
1029
1027
|
background-color:
|
|
1030
1028
|
var(
|
|
1031
1029
|
--table-list-action-link-background-color,
|
|
1032
|
-
|
|
1030
|
+
unquote('hsl(from #{$black} h s l / 0.02)')
|
|
1033
1031
|
),
|
|
1034
1032
|
color: var(--table-list-action-link-hover-color, $gray-900),
|
|
1035
1033
|
text-decoration: none,
|
|
@@ -1039,7 +1037,7 @@ $table-list-action-link: map-deep-merge(
|
|
|
1039
1037
|
background-color:
|
|
1040
1038
|
var(
|
|
1041
1039
|
--table-list-action-link-focus-background-color,
|
|
1042
|
-
|
|
1040
|
+
unquote('hsl(from #{$black} h s l / 0.02)')
|
|
1043
1041
|
),
|
|
1044
1042
|
box-shadow: $component-focus-box-shadow,
|
|
1045
1043
|
color: var(--table-list-action-link-focus-color, $gray-900),
|
|
@@ -1050,7 +1048,7 @@ $table-list-action-link: map-deep-merge(
|
|
|
1050
1048
|
background-color:
|
|
1051
1049
|
var(
|
|
1052
1050
|
--table-list-action-link-active-background-color,
|
|
1053
|
-
|
|
1051
|
+
unquote('hsl(from #{$black} h s l / 0.04)')
|
|
1054
1052
|
),
|
|
1055
1053
|
),
|
|
1056
1054
|
|
|
@@ -167,7 +167,10 @@ $tbar-light: () !default;
|
|
|
167
167
|
$tbar-light: map-deep-merge(
|
|
168
168
|
(
|
|
169
169
|
background-color: $white,
|
|
170
|
-
box-shadow:
|
|
170
|
+
box-shadow:
|
|
171
|
+
unquote(
|
|
172
|
+
'inset 1px 0 0 0 #{$gray-200}, inset -1px 0 0 0 #{$gray-200}'
|
|
173
|
+
),
|
|
171
174
|
color: $secondary,
|
|
172
175
|
|
|
173
176
|
tbar-divider-before: (
|
|
@@ -208,8 +211,10 @@ $tbar-dark-d1: () !default;
|
|
|
208
211
|
$tbar-dark-d1: map-deep-merge(
|
|
209
212
|
(
|
|
210
213
|
background-color: $dark-d1,
|
|
211
|
-
box-shadow:
|
|
212
|
-
|
|
214
|
+
box-shadow:
|
|
215
|
+
unquote(
|
|
216
|
+
'inset 1px 0 0 0 hsl(from #{$white} h s l / 0.06), inset -1px 0 0 0 hsl(from #{$white} h s l / 0.06)'
|
|
217
|
+
),
|
|
213
218
|
color: $gray-500,
|
|
214
219
|
|
|
215
220
|
tbar-divider-before: (
|
|
@@ -263,8 +268,10 @@ $tbar-dark-l2: () !default;
|
|
|
263
268
|
$tbar-dark-l2: map-deep-merge(
|
|
264
269
|
(
|
|
265
270
|
background-color: $dark-l2,
|
|
266
|
-
box-shadow:
|
|
267
|
-
|
|
271
|
+
box-shadow:
|
|
272
|
+
unquote(
|
|
273
|
+
'inset 1px 0 0 0 hsl(from #{$white} h s l / 0.06), inset -1px 0 0 0 hsl(from #{$white} h s l / 0.06)'
|
|
274
|
+
),
|
|
268
275
|
border-color: unquote('hsl(from #{$white} h s l / 0.06)'),
|
|
269
276
|
color: $gray-500,
|
|
270
277
|
|
|
@@ -2,7 +2,7 @@ $tooltip-bg: var(--tooltip-background-color, $dark-d2) !default;
|
|
|
2
2
|
$tooltip-border-radius: var(--tooltip-border-radius, $border-radius) !default;
|
|
3
3
|
$tooltip-box-shadow: var(
|
|
4
4
|
--tooltip-box-shadow,
|
|
5
|
-
0 1px 4px 0px
|
|
5
|
+
unquote('0 1px 4px 0px hsl(from #{$black} h s l / 0.4)')
|
|
6
6
|
) !default;
|
|
7
7
|
$tooltip-color: var(--tooltip-color, $white) !default;
|
|
8
8
|
$tooltip-font-size: var(--tooltip-font-size, 14px) !default;
|
|
@@ -308,70 +308,18 @@
|
|
|
308
308
|
// Checkbox and Radio Cards
|
|
309
309
|
|
|
310
310
|
.form-check-card {
|
|
311
|
-
|
|
312
|
-
margin-top: 0;
|
|
313
|
-
padding-left: 0;
|
|
311
|
+
@include clay-form-check-card-variant($cadmin-form-check-card);
|
|
314
312
|
|
|
315
|
-
.card {
|
|
316
|
-
margin-bottom: 0;
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
.custom-control {
|
|
320
|
-
display: inline;
|
|
321
|
-
margin-right: 0;
|
|
322
|
-
position: static;
|
|
323
|
-
|
|
324
|
-
> label {
|
|
325
|
-
font-weight: $cadmin-font-weight-normal;
|
|
326
|
-
padding-left: 0;
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.custom-control-input {
|
|
331
|
-
z-index: 2;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.custom-control-label {
|
|
335
|
-
position: absolute;
|
|
336
|
-
z-index: 1;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.form-check-input {
|
|
340
|
-
margin-left: 0;
|
|
341
|
-
margin-top: 0;
|
|
342
|
-
position: absolute;
|
|
343
|
-
z-index: 1;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.form-check-label {
|
|
347
|
-
color: $cadmin-body-color;
|
|
348
|
-
display: inline;
|
|
349
|
-
font-weight: $cadmin-font-weight-normal;
|
|
350
|
-
padding-left: 0;
|
|
351
|
-
position: static;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
&.active .card,
|
|
355
|
-
.custom-control-input:checked ~ .card,
|
|
356
313
|
.form-check-input:checked ~ .card {
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
.custom-control-input,
|
|
370
|
-
.form-check-input {
|
|
371
|
-
&:hover {
|
|
372
|
-
~ .card {
|
|
373
|
-
box-shadow: $cadmin-form-check-card-checked-box-shadow;
|
|
374
|
-
}
|
|
314
|
+
@include clay-card-variant(
|
|
315
|
+
map-deep-get(
|
|
316
|
+
$cadmin-form-check-card,
|
|
317
|
+
custom-control,
|
|
318
|
+
custom-control-input,
|
|
319
|
+
checked,
|
|
320
|
+
card
|
|
321
|
+
)
|
|
322
|
+
);
|
|
375
323
|
}
|
|
376
324
|
}
|
|
377
325
|
|
|
@@ -53,7 +53,9 @@ $cadmin-focus-ring-animation-to-box-shadow:
|
|
|
53
53
|
box-shadow: $cadmin-focus-ring-animation-to-box-shadow;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
:focus-visible:not(.
|
|
56
|
+
:focus-visible:not(.c-horizontal-resizer):not(.toggle-switch-check):not(
|
|
57
|
+
.custom-control-input
|
|
58
|
+
),
|
|
57
59
|
.focus {
|
|
58
60
|
position: relative;
|
|
59
61
|
z-index: 1;
|
|
@@ -2,6 +2,103 @@
|
|
|
2
2
|
@include clay-css(setter($cadmin-lexicon-icon, ()));
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
+
.lexicon-icon-arrows-all {
|
|
6
|
+
background-color: unquote('hsl(from #{$cadmin-white} h s l / 0.6)');
|
|
7
|
+
border: 1px solid $cadmin-border-color;
|
|
8
|
+
border-radius: 0.1413em; // 6.5/46
|
|
9
|
+
height: 0.73913em; // 34/46 aspect ratio
|
|
10
|
+
margin-top: 0;
|
|
11
|
+
width: 1em;
|
|
12
|
+
|
|
13
|
+
.lx-arrows-all-chevron {
|
|
14
|
+
fill: $cadmin-white;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.clay-keyboard-arrows-horizontal {
|
|
19
|
+
.lx-arrows-all-keycap-down,
|
|
20
|
+
.lx-arrows-all-keycap-up {
|
|
21
|
+
fill: $cadmin-gray-300;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.clay-keyboard-arrows-vertical {
|
|
26
|
+
.lx-arrows-all-keycap-left,
|
|
27
|
+
.lx-arrows-all-keycap-right {
|
|
28
|
+
fill: $cadmin-gray-300;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.clay-keyboard-arrows-indicator {
|
|
33
|
+
display: inline-flex;
|
|
34
|
+
font-size: 2.875rem; // 46px — natural design size
|
|
35
|
+
|
|
36
|
+
.lexicon-icon {
|
|
37
|
+
margin-top: 0;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.clay-keyboard-arrows-indicator-floating {
|
|
42
|
+
background-color: $cadmin-white;
|
|
43
|
+
border-radius: 0.1413em;
|
|
44
|
+
position: absolute;
|
|
45
|
+
transition:
|
|
46
|
+
bottom 0.3s ease-in-out,
|
|
47
|
+
left 0.3s ease-in-out,
|
|
48
|
+
right 0.3s ease-in-out,
|
|
49
|
+
top 0.3s ease-in-out;
|
|
50
|
+
z-index: $cadmin-zindex-tooltip;
|
|
51
|
+
|
|
52
|
+
&.clay-keyboard-arrows-indicator-floating-hidden {
|
|
53
|
+
opacity: 0;
|
|
54
|
+
pointer-events: none;
|
|
55
|
+
visibility: hidden;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
&.clay-keyboard-arrows-indicator-floating-tooltip {
|
|
59
|
+
&::before,
|
|
60
|
+
&::after {
|
|
61
|
+
border-style: solid;
|
|
62
|
+
content: '';
|
|
63
|
+
height: 0;
|
|
64
|
+
position: absolute;
|
|
65
|
+
top: 50%;
|
|
66
|
+
transform: translateY(-50%);
|
|
67
|
+
width: 0;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
&::before {
|
|
71
|
+
border-color: transparent $cadmin-border-color transparent
|
|
72
|
+
transparent;
|
|
73
|
+
border-width: 7px 7px 7px 0;
|
|
74
|
+
left: -7px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&::after {
|
|
78
|
+
border-color: transparent $cadmin-white transparent transparent;
|
|
79
|
+
border-width: 6px 6px 6px 0;
|
|
80
|
+
left: -6px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
&.clay-keyboard-arrows-indicator-floating-flipped {
|
|
84
|
+
&::before {
|
|
85
|
+
border-color: transparent transparent transparent
|
|
86
|
+
$cadmin-border-color;
|
|
87
|
+
border-width: 7px 0 7px 7px;
|
|
88
|
+
left: auto;
|
|
89
|
+
right: -7px;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
&::after {
|
|
93
|
+
border-color: transparent transparent transparent $cadmin-white;
|
|
94
|
+
border-width: 6px 0 6px 6px;
|
|
95
|
+
left: auto;
|
|
96
|
+
right: -6px;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
5
102
|
.order-arrow-down-active {
|
|
6
103
|
.order-arrow-arrow-down {
|
|
7
104
|
fill: $cadmin-order-arrow-down-active-color;
|
|
@@ -77,7 +77,9 @@ html#{$cadmin-selector} {
|
|
|
77
77
|
tr,
|
|
78
78
|
ul,
|
|
79
79
|
var {
|
|
80
|
-
|
|
80
|
+
&:where(:not(.ck, .ck *)) {
|
|
81
|
+
@extend %cadmin-reset !optional;
|
|
82
|
+
}
|
|
81
83
|
}
|
|
82
84
|
|
|
83
85
|
// Shim for "new" HTML5 structural elements to display correctly (IE11)
|
|
@@ -239,7 +241,9 @@ html#{$cadmin-selector} {
|
|
|
239
241
|
|
|
240
242
|
// Remove the margin in Safari
|
|
241
243
|
|
|
242
|
-
|
|
244
|
+
@supports (-webkit-hyphens: none) {
|
|
245
|
+
margin: 0;
|
|
246
|
+
}
|
|
243
247
|
}
|
|
244
248
|
|
|
245
249
|
button,
|
|
@@ -11,6 +11,16 @@
|
|
|
11
11
|
);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
+
&:active::before {
|
|
15
|
+
@include clay-css(
|
|
16
|
+
map-deep-get($cadmin-c-horizontal-resizer, active, before)
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&:focus-visible {
|
|
21
|
+
@include clay-css(map-get($cadmin-c-horizontal-resizer, focus));
|
|
22
|
+
}
|
|
23
|
+
|
|
14
24
|
&:focus-visible::before {
|
|
15
25
|
@include clay-css(
|
|
16
26
|
map-deep-get($cadmin-c-horizontal-resizer, focus, before)
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
@if (variable-exists(cadmin-c-root)) {
|
|
2
|
+
html#{$cadmin-selector} {
|
|
3
|
+
&:root .cadmin {
|
|
4
|
+
@include clay-css($cadmin-c-root);
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
html#{$cadmin-selector} {
|
|
9
|
+
&[data-color-scheme='light']:root .cadmin {
|
|
10
|
+
color-scheme: light;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@if (variable-exists(cadmin-c-dark)) {
|
|
16
|
+
@media (prefers-color-scheme: dark) {
|
|
17
|
+
html#{$cadmin-selector}:root .cadmin {
|
|
18
|
+
@include clay-css($cadmin-c-dark);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
html#{$cadmin-selector} {
|
|
23
|
+
&[data-color-scheme='dark']:root .cadmin {
|
|
24
|
+
@include clay-css($cadmin-c-dark);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@if (variable-exists(cadmin-c-dark-high-contrast)) {
|
|
30
|
+
@media (prefers-color-scheme: dark) and (prefers-contrast: more) {
|
|
31
|
+
html#{$cadmin-selector}:root .cadmin {
|
|
32
|
+
@include clay-css($cadmin-c-dark-high-contrast);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
html#{$cadmin-selector} {
|
|
37
|
+
&[data-color-scheme='dark-high-contrast']:root .cadmin {
|
|
38
|
+
@include clay-css($cadmin-c-dark-high-contrast);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -409,7 +409,9 @@ $cadmin-alert-notifications-fixed: map-deep-merge(
|
|
|
409
409
|
|
|
410
410
|
// .alert-notification
|
|
411
411
|
|
|
412
|
-
$cadmin-alert-notifications-box-shadow:
|
|
412
|
+
$cadmin-alert-notifications-box-shadow: unquote(
|
|
413
|
+
'0 8px 32px -4px hsl(from #{$cadmin-black} h s l / 0.3)'
|
|
414
|
+
) !default;
|
|
413
415
|
$cadmin-alert-notifications-max-width: 360px !default;
|
|
414
416
|
|
|
415
417
|
$cadmin-alert-notification: () !default;
|
|
@@ -659,12 +661,12 @@ $cadmin-alert-primary-btn: map-deep-merge(
|
|
|
659
661
|
hover: (
|
|
660
662
|
background-color: $cadmin-primary,
|
|
661
663
|
border-color: $cadmin-primary,
|
|
662
|
-
color:
|
|
664
|
+
color: $cadmin-white,
|
|
663
665
|
),
|
|
664
666
|
|
|
665
667
|
active: (
|
|
666
|
-
background-color:
|
|
667
|
-
border-color:
|
|
668
|
+
background-color: $cadmin-primary-d1,
|
|
669
|
+
border-color: $cadmin-primary-d1,
|
|
668
670
|
),
|
|
669
671
|
),
|
|
670
672
|
$cadmin-alert-primary-btn
|
|
@@ -728,12 +730,12 @@ $cadmin-alert-secondary-btn: map-deep-merge(
|
|
|
728
730
|
hover: (
|
|
729
731
|
background-color: $cadmin-secondary,
|
|
730
732
|
border-color: $cadmin-secondary,
|
|
731
|
-
color:
|
|
733
|
+
color: $cadmin-white,
|
|
732
734
|
),
|
|
733
735
|
|
|
734
736
|
active: (
|
|
735
|
-
background-color:
|
|
736
|
-
border-color:
|
|
737
|
+
background-color: $cadmin-secondary-d1,
|
|
738
|
+
border-color: $cadmin-secondary-d1,
|
|
737
739
|
),
|
|
738
740
|
),
|
|
739
741
|
$cadmin-alert-secondary-btn
|
|
@@ -797,12 +799,12 @@ $cadmin-alert-success-btn: map-deep-merge(
|
|
|
797
799
|
hover: (
|
|
798
800
|
background-color: $cadmin-success,
|
|
799
801
|
border-color: $cadmin-success,
|
|
800
|
-
color:
|
|
802
|
+
color: $cadmin-white,
|
|
801
803
|
),
|
|
802
804
|
|
|
803
805
|
active: (
|
|
804
|
-
background-color:
|
|
805
|
-
border-color:
|
|
806
|
+
background-color: $cadmin-success-d1,
|
|
807
|
+
border-color: $cadmin-success-d1,
|
|
806
808
|
),
|
|
807
809
|
),
|
|
808
810
|
$cadmin-alert-success-btn
|
|
@@ -866,12 +868,12 @@ $cadmin-alert-info-btn: map-deep-merge(
|
|
|
866
868
|
hover: (
|
|
867
869
|
background-color: $cadmin-info,
|
|
868
870
|
border-color: $cadmin-info,
|
|
869
|
-
color:
|
|
871
|
+
color: $cadmin-white,
|
|
870
872
|
),
|
|
871
873
|
|
|
872
874
|
active: (
|
|
873
|
-
background-color:
|
|
874
|
-
border-color:
|
|
875
|
+
background-color: $cadmin-info-d1,
|
|
876
|
+
border-color: $cadmin-info-d1,
|
|
875
877
|
),
|
|
876
878
|
),
|
|
877
879
|
$cadmin-alert-info-btn
|
|
@@ -935,12 +937,12 @@ $cadmin-alert-warning-btn: map-deep-merge(
|
|
|
935
937
|
hover: (
|
|
936
938
|
background-color: $cadmin-warning,
|
|
937
939
|
border-color: $cadmin-warning,
|
|
938
|
-
color:
|
|
940
|
+
color: $cadmin-white,
|
|
939
941
|
),
|
|
940
942
|
|
|
941
943
|
active: (
|
|
942
|
-
background-color:
|
|
943
|
-
border-color:
|
|
944
|
+
background-color: $cadmin-warning-d1,
|
|
945
|
+
border-color: $cadmin-warning-d1,
|
|
944
946
|
),
|
|
945
947
|
),
|
|
946
948
|
$cadmin-alert-warning-btn
|
|
@@ -1004,12 +1006,12 @@ $cadmin-alert-danger-btn: map-deep-merge(
|
|
|
1004
1006
|
hover: (
|
|
1005
1007
|
background-color: $cadmin-danger,
|
|
1006
1008
|
border-color: $cadmin-danger,
|
|
1007
|
-
color:
|
|
1009
|
+
color: $cadmin-white,
|
|
1008
1010
|
),
|
|
1009
1011
|
|
|
1010
1012
|
active: (
|
|
1011
|
-
background-color:
|
|
1012
|
-
border-color:
|
|
1013
|
+
background-color: $cadmin-danger-d1,
|
|
1014
|
+
border-color: $cadmin-danger-d1,
|
|
1013
1015
|
),
|
|
1014
1016
|
),
|
|
1015
1017
|
$cadmin-alert-danger-btn
|
|
@@ -1077,8 +1079,8 @@ $cadmin-alert-light-btn: map-deep-merge(
|
|
|
1077
1079
|
),
|
|
1078
1080
|
|
|
1079
1081
|
active: (
|
|
1080
|
-
background-color:
|
|
1081
|
-
border-color:
|
|
1082
|
+
background-color: $cadmin-dark-d1,
|
|
1083
|
+
border-color: $cadmin-dark-d1,
|
|
1082
1084
|
),
|
|
1083
1085
|
),
|
|
1084
1086
|
$cadmin-alert-light-btn
|
|
@@ -1142,12 +1144,12 @@ $cadmin-alert-dark-btn: map-deep-merge(
|
|
|
1142
1144
|
hover: (
|
|
1143
1145
|
background-color: $cadmin-dark,
|
|
1144
1146
|
border-color: $cadmin-dark,
|
|
1145
|
-
color:
|
|
1147
|
+
color: $cadmin-white,
|
|
1146
1148
|
),
|
|
1147
1149
|
|
|
1148
1150
|
active: (
|
|
1149
|
-
background-color:
|
|
1150
|
-
border-color:
|
|
1151
|
+
background-color: $cadmin-dark-d1,
|
|
1152
|
+
border-color: $cadmin-dark-d1,
|
|
1151
1153
|
),
|
|
1152
1154
|
),
|
|
1153
1155
|
$cadmin-alert-dark-btn
|