@ardium-ui/ui 3.1.3-0 → 3.2.1
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/package.json +1 -1
- package/prebuilt-themes/default/buttons/button.css.map +1 -1
- package/prebuilt-themes/default/buttons/fab.css.map +1 -1
- package/prebuilt-themes/default/buttons/icon-button.css.map +1 -1
- package/prebuilt-themes/default/calendar.css +1 -1
- package/prebuilt-themes/default/calendar.css.map +1 -1
- package/prebuilt-themes/default/checkbox-list.css.map +1 -1
- package/prebuilt-themes/default/checkbox.css.map +1 -1
- package/prebuilt-themes/default/chips.css.map +1 -1
- package/prebuilt-themes/default/core.css.map +1 -1
- package/prebuilt-themes/default/form-field-frame.css.map +1 -1
- package/prebuilt-themes/default/inputs/color-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/file-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/hex-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/input.css.map +1 -1
- package/prebuilt-themes/default/inputs/number-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/search-bar.css.map +1 -1
- package/prebuilt-themes/default/inputs/simple-input.css.map +1 -1
- package/prebuilt-themes/default/radio.css.map +1 -1
- package/prebuilt-themes/default/segment.css.map +1 -1
- package/prebuilt-themes/default/select.css.map +1 -1
- package/prebuilt-themes/default/slide-toggle.css.map +1 -1
- package/prebuilt-themes/default/slider.css.map +1 -1
- package/prebuilt-themes/default/stars.css.map +1 -1
- package/prebuilt-themes/default/statebox.css.map +1 -1
- package/prebuilt-themes/default/tabber.css.map +1 -1
- package/prebuilt-themes/default/table.css +1 -1
- package/themes/default/_clear-button.scss +6 -6
- package/themes/default/_coloring.scss +110 -110
- package/themes/default/_dropdown-arrow.scss +4 -4
- package/themes/default/_mixins.scss +6 -12
- package/themes/default/buttons/_button-mixins.scss +10 -12
- package/themes/default/calendar.scss +9 -9
- package/themes/default/card.scss +6 -6
- package/themes/default/checkbox-list.scss +2 -2
- package/themes/default/checkbox.scss +3 -3
- package/themes/default/chips.scss +6 -6
- package/themes/default/color-display.scss +2 -2
- package/themes/default/color-picker.scss +6 -6
- package/themes/default/core.scss +2 -2
- package/themes/default/divider.scss +3 -3
- package/themes/default/dropdown-panel.scss +4 -4
- package/themes/default/form-field-frame.scss +6 -6
- package/themes/default/inputs/_shared.scss +1 -1
- package/themes/default/inputs/digit-input.scss +3 -3
- package/themes/default/inputs/file-input.scss +2 -2
- package/themes/default/inputs/hex-input.scss +2 -2
- package/themes/default/inputs/input.scss +4 -4
- package/themes/default/inputs/number-input.scss +3 -3
- package/themes/default/inputs/password-input.scss +2 -2
- package/themes/default/kbd-shortcut.scss +2 -2
- package/themes/default/kbd.scss +5 -5
- package/themes/default/modal.scss +5 -5
- package/themes/default/progress-bar.scss +3 -3
- package/themes/default/progress-circle.scss +2 -2
- package/themes/default/radio.scss +5 -5
- package/themes/default/segment.scss +7 -7
- package/themes/default/select.scss +10 -10
- package/themes/default/slide-toggle.scss +9 -9
- package/themes/default/slider.scss +8 -8
- package/themes/default/snackbar.scss +3 -3
- package/themes/default/stars.scss +2 -2
- package/themes/default/statebox.scss +2 -2
- package/themes/default/tabber.scss +3 -3
- package/themes/default/table.scss +19 -19
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@use './coloring' as CM;
|
|
2
|
-
@
|
|
2
|
+
@use '../variables' as ARD;
|
|
3
3
|
|
|
4
4
|
.ard-progress-bar {
|
|
5
5
|
@include CM.typeColors();
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
&.ard-progress-bar__mode-determinate,
|
|
48
48
|
&.ard-progress-bar__mode-buffer {
|
|
49
49
|
.ard-progress-bar__overlay {
|
|
50
|
-
transition: width 0.1s
|
|
50
|
+
transition: width 0.1s ARD.$timing-fn;
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
&.ard-progress-bar__mode-indeterminate,
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
width: var(--ard-_progress-bar-buffer, 0);
|
|
101
101
|
top: 0;
|
|
102
102
|
bottom: 0;
|
|
103
|
-
transition: width 0.1s
|
|
103
|
+
transition: width 0.1s ARD.$timing-fn;
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@use './coloring' as coloringMixins;
|
|
2
|
-
@
|
|
2
|
+
@use '../variables' as ARD;
|
|
3
3
|
|
|
4
4
|
.ard-progress-circle {
|
|
5
5
|
@include coloringMixins.typeColors;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
}
|
|
16
16
|
&.ard-appearance-colorless {
|
|
17
17
|
.ard-progress-circle-background {
|
|
18
|
-
background:
|
|
18
|
+
background: ARD.$darken-overlay-medium;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
&.ard-appearance-colored {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@use './coloring' as CM;
|
|
2
2
|
@use './mixins' as GM;
|
|
3
|
-
@
|
|
3
|
+
@use '../variables' as ARD;
|
|
4
4
|
|
|
5
5
|
ard-radio-group {
|
|
6
6
|
display: flex;
|
|
@@ -34,9 +34,9 @@ ard-radio {
|
|
|
34
34
|
right: 0;
|
|
35
35
|
top: 0;
|
|
36
36
|
bottom: 0;
|
|
37
|
-
border: 2px solid
|
|
37
|
+
border: 2px solid ARD.$detail;
|
|
38
38
|
border-radius: 9999px;
|
|
39
|
-
transition: border-color 0.2s
|
|
39
|
+
transition: border-color 0.2s ARD.$timing-fn;
|
|
40
40
|
}
|
|
41
41
|
> .ard-radio-inner-circle {
|
|
42
42
|
position: absolute;
|
|
@@ -47,12 +47,12 @@ ard-radio {
|
|
|
47
47
|
background: var(--ard-cmpcl--bg-colored);
|
|
48
48
|
border-radius: 9999px;
|
|
49
49
|
transform: scale(0);
|
|
50
|
-
transition: transform 0.2s
|
|
50
|
+
transition: transform 0.2s ARD.$timing-fn;
|
|
51
51
|
}
|
|
52
52
|
> .ard-focus-overlay {
|
|
53
53
|
@include GM.focus-overlay(0.375em);
|
|
54
54
|
border-radius: 9999px;
|
|
55
|
-
background-color:
|
|
55
|
+
background-color: ARD.$overlay;
|
|
56
56
|
|
|
57
57
|
transition:
|
|
58
58
|
opacity 0.2s ease,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@use './mixins' as defaultMixins;
|
|
2
2
|
@use './coloring' as coloringMixins;
|
|
3
|
-
@
|
|
3
|
+
@use '../variables' as ARD;
|
|
4
4
|
|
|
5
5
|
.ard-segment-container {
|
|
6
6
|
@include coloringMixins.typeColors();
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
position: relative;
|
|
43
43
|
cursor: pointer;
|
|
44
44
|
transition:
|
|
45
|
-
color 0.1s
|
|
46
|
-
opacity 0.1s
|
|
47
|
-
border-color 0.1s
|
|
48
|
-
background-color 0.1s
|
|
45
|
+
color 0.1s ARD.$timing-fn,
|
|
46
|
+
opacity 0.1s ARD.$timing-fn,
|
|
47
|
+
border-color 0.1s ARD.$timing-fn,
|
|
48
|
+
background-color 0.1s ARD.$timing-fn;
|
|
49
49
|
outline: none;
|
|
50
50
|
display: flex;
|
|
51
51
|
align-items: center;
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
}
|
|
124
124
|
&.ard-appearance-outlined,
|
|
125
125
|
&.ard-appearance-outlined-strong {
|
|
126
|
-
background:
|
|
126
|
+
background: ARD.$bg;
|
|
127
127
|
padding: 0;
|
|
128
128
|
|
|
129
129
|
.ard-segment-option {
|
|
130
|
-
border: 1px solid
|
|
130
|
+
border: 1px solid ARD.$border-light;
|
|
131
131
|
|
|
132
132
|
&.ard-option-selected {
|
|
133
133
|
border-color: var(--ard-cmpcl--content);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@use './clear-button' as CB;
|
|
2
2
|
@use './mixins' as defaultMixins;
|
|
3
|
-
@
|
|
3
|
+
@use '../variables' as ARD;
|
|
4
4
|
|
|
5
5
|
.ard-select {
|
|
6
6
|
box-sizing: border-box;
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
.ard-placeholder {
|
|
36
36
|
font: inherit;
|
|
37
37
|
position: absolute;
|
|
38
|
-
color:
|
|
38
|
+
color: ARD.$text3;
|
|
39
39
|
white-space: nowrap;
|
|
40
40
|
overflow: hidden;
|
|
41
41
|
text-overflow: ellipsis;
|
|
@@ -130,10 +130,10 @@
|
|
|
130
130
|
cursor: pointer;
|
|
131
131
|
|
|
132
132
|
.ard-dropdown-arrow {
|
|
133
|
-
border: calc(
|
|
133
|
+
border: calc(ARD.$dropdown-button-size / 2) solid transparent;
|
|
134
134
|
position: relative;
|
|
135
|
-
border-bottom-color:
|
|
136
|
-
border-right-color:
|
|
135
|
+
border-bottom-color: ARD.$detail;
|
|
136
|
+
border-right-color: ARD.$detail;
|
|
137
137
|
transform: rotate(45deg) translate(-17.67771%, -17.67771%);
|
|
138
138
|
}
|
|
139
139
|
}
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
padding-right: 0.625em;
|
|
149
149
|
|
|
150
150
|
.ard-dropdown-arrow-wrapper .ard-dropdown-arrow {
|
|
151
|
-
border-width: calc(
|
|
151
|
+
border-width: calc(ARD.$dropdown-button-size / 2.4);
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
154
|
}
|
|
@@ -184,16 +184,16 @@
|
|
|
184
184
|
|
|
185
185
|
.ard-option {
|
|
186
186
|
padding: 0.375em 0.625em;
|
|
187
|
-
color:
|
|
187
|
+
color: ARD.$text2;
|
|
188
188
|
cursor: pointer;
|
|
189
189
|
|
|
190
190
|
&.ard-option-highlighted {
|
|
191
|
-
background:
|
|
191
|
+
background: ARD.$darken-overlay-light;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
194
|
&.ard-option-selected {
|
|
195
195
|
font-weight: 500;
|
|
196
|
-
background:
|
|
196
|
+
background: ARD.$darken-overlay-medium;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
&.ard-option-disabled {
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
width: calc(100% - 1.25em);
|
|
207
207
|
margin: 0.375em 0.625em;
|
|
208
208
|
border: none;
|
|
209
|
-
border-bottom: 1px solid
|
|
209
|
+
border-bottom: 1px solid ARD.$darken-overlay-strong;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
212
|
.ard-optgroup:first-child > hr.ard-divider {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@use './mixins' as defaultMixins;
|
|
2
2
|
@use './coloring' as coloringMixins;
|
|
3
|
-
@
|
|
3
|
+
@use '../variables' as ARD;
|
|
4
4
|
|
|
5
5
|
.ard-slide-toggle {
|
|
6
6
|
@include coloringMixins.typeColors();
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
font-size: inherit;
|
|
28
28
|
border-radius: 999px;
|
|
29
29
|
overflow: hidden;
|
|
30
|
-
background:
|
|
30
|
+
background: ARD.$bg;
|
|
31
31
|
|
|
32
32
|
.ard-slide-toggle-track-overlay {
|
|
33
33
|
position: absolute;
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
right: 0;
|
|
36
36
|
bottom: 0;
|
|
37
37
|
top: 0;
|
|
38
|
-
background:
|
|
38
|
+
background: ARD.$overlay;
|
|
39
39
|
opacity: 20%;
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -44,15 +44,15 @@
|
|
|
44
44
|
height: 1.25em;
|
|
45
45
|
font-size: inherit;
|
|
46
46
|
border-radius: 999px;
|
|
47
|
-
background:
|
|
47
|
+
background: ARD.$bg-f;
|
|
48
48
|
position: absolute;
|
|
49
49
|
top: 0;
|
|
50
50
|
left: 0;
|
|
51
|
-
box-shadow:
|
|
51
|
+
box-shadow: ARD.$simple-shadow;
|
|
52
52
|
overflow: hidden;
|
|
53
53
|
|
|
54
54
|
transition:
|
|
55
|
-
box-shadow 0.28s
|
|
55
|
+
box-shadow 0.28s ARD.$timing-fn,
|
|
56
56
|
left 0.1s ease,
|
|
57
57
|
background-color 0.1s ease,
|
|
58
58
|
transform 0.1s ease;
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
.ard-slide-toggle-icon {
|
|
65
65
|
@include defaultMixins.icon(0, 600);
|
|
66
66
|
font-size: 0.95em;
|
|
67
|
-
color:
|
|
67
|
+
color: ARD.$text;
|
|
68
68
|
position: absolute;
|
|
69
69
|
left: 50%;
|
|
70
70
|
top: 50%;
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
&:hover,
|
|
83
83
|
&:focus {
|
|
84
84
|
.ard-slide-toggle-handle {
|
|
85
|
-
box-shadow:
|
|
85
|
+
box-shadow: ARD.$simple-shadow2;
|
|
86
86
|
|
|
87
87
|
.ard-focus-overlay {
|
|
88
88
|
opacity: 4%;
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
}
|
|
92
92
|
&:active {
|
|
93
93
|
.ard-slide-toggle-handle {
|
|
94
|
-
box-shadow:
|
|
94
|
+
box-shadow: ARD.$simple-shadow3;
|
|
95
95
|
|
|
96
96
|
.ard-focus-overlay {
|
|
97
97
|
opacity: 12%;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@use './mixins' as defaultMixins;
|
|
2
2
|
@use './coloring' as coloringMixins;
|
|
3
3
|
@use 'sass:math';
|
|
4
|
-
@
|
|
4
|
+
@use '../variables' as ARD;
|
|
5
5
|
|
|
6
6
|
.ard-slider-container-master,
|
|
7
7
|
.ard-range-slider-container-master {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
.ard-slider-track {
|
|
40
40
|
width: 100%;
|
|
41
41
|
height: 0.25em;
|
|
42
|
-
background:
|
|
42
|
+
background: ARD.$bg;
|
|
43
43
|
|
|
44
44
|
.ard-slider-track-overlay {
|
|
45
45
|
position: absolute;
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
width: 0.125em;
|
|
75
75
|
height: 0.125em;
|
|
76
76
|
border-radius: 9999px;
|
|
77
|
-
background:
|
|
77
|
+
background: ARD.$text;
|
|
78
78
|
opacity: 30%;
|
|
79
79
|
transform: translate(-50%, -50%);
|
|
80
80
|
}
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
transition:
|
|
101
101
|
box-shadow 0.15s ease,
|
|
102
102
|
left var(--_ard-slider-transition) ease;
|
|
103
|
-
box-shadow:
|
|
103
|
+
box-shadow: ARD.$simple-shadow;
|
|
104
104
|
|
|
105
105
|
// cursor: grab;
|
|
106
106
|
// &.ard-grabbed {
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
&:focus {
|
|
127
|
-
box-shadow:
|
|
127
|
+
box-shadow: ARD.$simple-shadow2;
|
|
128
128
|
.ard-focus-overlay {
|
|
129
129
|
opacity: 15%;
|
|
130
130
|
}
|
|
@@ -153,9 +153,9 @@
|
|
|
153
153
|
z-index: 2;
|
|
154
154
|
}
|
|
155
155
|
.ard-slider-tooltip {
|
|
156
|
-
--ard-background: #{
|
|
156
|
+
--ard-background: #{ARD.$text3};
|
|
157
157
|
background: var(--ard-background);
|
|
158
|
-
color:
|
|
158
|
+
color: ARD.$text2-alt;
|
|
159
159
|
font-size: 0.875em;
|
|
160
160
|
border-radius: 0.375em;
|
|
161
161
|
height: 2em;
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
user-select: none;
|
|
169
169
|
|
|
170
170
|
transform: scale(0);
|
|
171
|
-
transition: transform 0.1s
|
|
171
|
+
transition: transform 0.1s ARD.$timing-fn;
|
|
172
172
|
|
|
173
173
|
&::before {
|
|
174
174
|
content: '';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@use './coloring' as C;
|
|
2
|
-
@
|
|
2
|
+
@use '../variables' as ARD;
|
|
3
3
|
|
|
4
4
|
.ard-snackbar {
|
|
5
5
|
@include C.typeColors();
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
gap: 0.625rem;
|
|
15
15
|
border-radius: 6px;
|
|
16
16
|
transform-origin: bottom center;
|
|
17
|
-
background-color:
|
|
17
|
+
background-color: ARD.$bg-f-alt;
|
|
18
18
|
padding: 0 0.5rem 0 1rem;
|
|
19
19
|
|
|
20
20
|
opacity: 100%;
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
gap: 0.625rem;
|
|
28
28
|
align-items: center;
|
|
29
29
|
flex-grow: 1;
|
|
30
|
-
color:
|
|
30
|
+
color: ARD.$text2-alt;
|
|
31
31
|
|
|
32
32
|
ard-icon {
|
|
33
33
|
color: var(--ard-cmpcl--content-light);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@use './mixins' as defaultMixins;
|
|
2
2
|
@use './coloring' as coloringMixins;
|
|
3
|
-
@
|
|
3
|
+
@use '../variables' as ARD;
|
|
4
4
|
|
|
5
5
|
.ard-star,
|
|
6
6
|
.ard-star-button,
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
color: var(--ard-cmpcl--bg-colored);
|
|
11
11
|
|
|
12
12
|
&.ard-color-star {
|
|
13
|
-
color:
|
|
13
|
+
color: ARD.$star;
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
.ard-star {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@use './mixins' as defaultMixins;
|
|
2
2
|
@use './coloring' as coloringMixins;
|
|
3
|
-
@
|
|
3
|
+
@use '../variables' as ARD;
|
|
4
4
|
|
|
5
5
|
.ard-statebox {
|
|
6
6
|
@include coloringMixins.typeColors();
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
.ard-statebox-icon,
|
|
36
36
|
.ard-statebox-frame::after {
|
|
37
37
|
@include defaultMixins.icon;
|
|
38
|
-
transition: opacity 0.2s
|
|
38
|
+
transition: opacity 0.2s ARD.$timing-fn;
|
|
39
39
|
color: currentColor;
|
|
40
40
|
position: absolute;
|
|
41
41
|
left: 50%;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@use './coloring' as CM;
|
|
2
2
|
@use './mixins' as M;
|
|
3
|
-
@
|
|
3
|
+
@use '../variables' as ARD;
|
|
4
4
|
|
|
5
5
|
ard-tabber {
|
|
6
6
|
max-width: 100%;
|
|
@@ -19,7 +19,7 @@ ard-tabber {
|
|
|
19
19
|
max-width: 100%;
|
|
20
20
|
display: flex;
|
|
21
21
|
flex-wrap: wrap;
|
|
22
|
-
border-bottom: 1px solid
|
|
22
|
+
border-bottom: 1px solid ARD.$detail-ultralight;
|
|
23
23
|
|
|
24
24
|
&.ard-tab-align-left {
|
|
25
25
|
justify-content: left;
|
|
@@ -52,7 +52,7 @@ ard-tabber {
|
|
|
52
52
|
|
|
53
53
|
.ard-focus-overlay {
|
|
54
54
|
@include M.focus-overlay();
|
|
55
|
-
background:
|
|
55
|
+
background: ARD.$bg-alt;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
&:hover,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
@use './coloring' as CM;
|
|
2
|
-
@
|
|
2
|
+
@use '../variables' as ARD;
|
|
3
3
|
|
|
4
4
|
.ard-table {
|
|
5
5
|
@include CM.typeColors();
|
|
6
6
|
border-collapse: collapse;
|
|
7
|
-
background:
|
|
7
|
+
background: ARD.$bg;
|
|
8
8
|
|
|
9
9
|
.ard-table__body {
|
|
10
|
-
border: 1px solid
|
|
10
|
+
border: 1px solid ARD.$detail-ultralight;
|
|
11
11
|
}
|
|
12
12
|
.ard-table__header-cell,
|
|
13
13
|
.ard-table__body-cell {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
.ard-table__body-row .ard-table__body-cell {
|
|
61
|
-
border-bottom: 1px solid
|
|
61
|
+
border-bottom: 1px solid ARD.$detail-ultralight;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
//! empty rows
|
|
@@ -85,10 +85,10 @@
|
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
.ard-table__progress-bar-row {
|
|
88
|
-
background-color:
|
|
89
|
-
border-left: 1px solid
|
|
90
|
-
border-right: 1px solid
|
|
91
|
-
border-bottom: 1px solid
|
|
88
|
+
background-color: ARD.$bg;
|
|
89
|
+
border-left: 1px solid ARD.$detail-ultralight;
|
|
90
|
+
border-right: 1px solid ARD.$detail-ultralight;
|
|
91
|
+
border-bottom: 1px solid ARD.$bg;
|
|
92
92
|
|
|
93
93
|
.ard-table__progress-bar-cell {
|
|
94
94
|
height: 0.1875rem;
|
|
@@ -140,9 +140,9 @@
|
|
|
140
140
|
caption-side: bottom;
|
|
141
141
|
height: 3.125rem;
|
|
142
142
|
box-sizing: border-box;
|
|
143
|
-
color:
|
|
144
|
-
background:
|
|
145
|
-
border: 1px solid
|
|
143
|
+
color: ARD.$detail;
|
|
144
|
+
background: ARD.$bg;
|
|
145
|
+
border: 1px solid ARD.$detail-ultralight;
|
|
146
146
|
border-top: none;
|
|
147
147
|
padding: 0 0.75rem;
|
|
148
148
|
|
|
@@ -156,14 +156,14 @@
|
|
|
156
156
|
//! footer
|
|
157
157
|
.ard-table__foot {
|
|
158
158
|
.ard-table__pagination-cell {
|
|
159
|
-
border: 1px solid
|
|
159
|
+
border: 1px solid ARD.$detail-ultralight;
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
//! color
|
|
164
164
|
--ard-_table-header-border: var(--ard-cmpcl--border);
|
|
165
165
|
--ard-_table-header-border-light: var(--ard-cmpcl--border-light);
|
|
166
|
-
--ard-_table-border:
|
|
166
|
+
--ard-_table-border: ARD.$border;
|
|
167
167
|
--ard-_table-header-background: var(--ard-cmpcl--bg);
|
|
168
168
|
--ard-_table-header-background-light: var(--ard-cmpcl--bg-header);
|
|
169
169
|
--ard-_table-header-color: var(--ard-cmpcl--content);
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
//! appearances
|
|
175
175
|
&.ard-appearance-strong {
|
|
176
176
|
.ard-table__header {
|
|
177
|
-
border-bottom: 1px solid
|
|
177
|
+
border-bottom: 1px solid ARD.$detail-ultralight;
|
|
178
178
|
background-color: var(--ard-_table-header-background);
|
|
179
179
|
}
|
|
180
180
|
.ard-table__header-cell {
|
|
@@ -196,14 +196,14 @@
|
|
|
196
196
|
}
|
|
197
197
|
&.ard-appearance-colorless {
|
|
198
198
|
.ard-table__header-cell {
|
|
199
|
-
color:
|
|
199
|
+
color: ARD.$text;
|
|
200
200
|
}
|
|
201
201
|
.ard-table__header {
|
|
202
|
-
border: 1px solid
|
|
203
|
-
background-color:
|
|
202
|
+
border: 1px solid ARD.$detail-ultralight;
|
|
203
|
+
background-color: ARD.$bg;
|
|
204
204
|
}
|
|
205
205
|
.ard-table__header-row .ard-table__header-cell {
|
|
206
|
-
border-bottom: 1px solid
|
|
206
|
+
border-bottom: 1px solid ARD.$detail-ultralight;
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
//! variants
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
//! zebra
|
|
294
294
|
&.ard-zebra-table {
|
|
295
295
|
.ard-table__body-row:nth-of-type(2n-1) {
|
|
296
|
-
background:
|
|
296
|
+
background: ARD.$darken-overlay-ultralight;
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
299
|
|