beercss 3.4.11 → 3.4.13
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/README.md +6 -6
- package/dist/cdn/beer.min.css +1 -1
- package/dist/cdn/beer.min.js +1 -1
- package/package.json +1 -1
- package/src/cdn/beer.ts +2 -0
- package/src/cdn/elements/badges.css +0 -36
- package/src/cdn/elements/containers.css +18 -18
- package/src/cdn/elements/dialogs.css +1 -18
- package/src/cdn/elements/fields.css +6 -2
- package/src/cdn/elements/layouts.css +24 -24
- package/src/cdn/elements/menus.css +12 -5
- package/src/cdn/elements/navigations.css +88 -53
- package/src/cdn/elements/pages.css +0 -8
- package/src/cdn/elements/selections.css +0 -6
- package/src/cdn/elements/sliders.css +7 -3
- package/src/cdn/elements/snackbars.css +0 -9
- package/src/cdn/elements/tooltips.css +2 -37
- package/src/cdn/helpers/blurs.css +4 -4
- package/src/cdn/helpers/dividers.css +4 -4
- package/src/cdn/helpers/margins.css +2 -14
- package/src/cdn/helpers/paddings.css +2 -14
- package/src/cdn/helpers/sizes.css +12 -3
- package/src/cdn/helpers/spaces.css +4 -4
- package/src/cdn/helpers/typography.css +2 -8
- package/src/cdn/settings/fonts.css +3 -3
|
@@ -20,10 +20,6 @@ dialog {
|
|
|
20
20
|
transform: translate(-50%, -4rem);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
[dir=rtl] dialog {
|
|
24
|
-
transform: translate(50%, -4rem);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
23
|
dialog::backdrop {
|
|
28
24
|
display: none;
|
|
29
25
|
}
|
|
@@ -49,12 +45,7 @@ dialog:is(.active, [open]) {
|
|
|
49
45
|
transform: translate(-50%, 0);
|
|
50
46
|
}
|
|
51
47
|
|
|
52
|
-
|
|
53
|
-
transform: translate(50%, 0);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
dialog:is(.active, [open]):is(.left, .right, .top, .bottom, .max),
|
|
57
|
-
[dir=rtl] dialog:is(.active, [open]):is(.left, .right, .top, .bottom, .max) {
|
|
48
|
+
dialog:is(.active, [open]):is(.left, .right, .top, .bottom, .max) {
|
|
58
49
|
transform: translate(0, 0);
|
|
59
50
|
}
|
|
60
51
|
|
|
@@ -82,10 +73,6 @@ dialog.left {
|
|
|
82
73
|
transform: translateX(-100%);
|
|
83
74
|
}
|
|
84
75
|
|
|
85
|
-
[dir=rtl] dialog.left {
|
|
86
|
-
transform: translateX(100%);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
76
|
dialog.right {
|
|
90
77
|
opacity: 1;
|
|
91
78
|
padding: 1rem;
|
|
@@ -98,10 +85,6 @@ dialog.right {
|
|
|
98
85
|
transform: translateX(100%);
|
|
99
86
|
}
|
|
100
87
|
|
|
101
|
-
[dir=rtl] dialog.right {
|
|
102
|
-
transform: translateX(-100%);
|
|
103
|
-
}
|
|
104
|
-
|
|
105
88
|
dialog.bottom {
|
|
106
89
|
opacity: 1;
|
|
107
90
|
padding: 1rem;
|
|
@@ -88,12 +88,12 @@
|
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
.field > :is(i, img, svg, progress, a:not(.helper, .error)),
|
|
91
|
-
[dir=rtl] .field > :is(i, a:not(.helper, .error)):first-child {
|
|
91
|
+
[dir=rtl] .field > :is(i, img, svg, progress, a:not(.helper, .error)):first-child {
|
|
92
92
|
inset: 50% 1rem auto auto;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
.field > :is(i, img, svg, progress, a:not(.helper, .error)):first-child,
|
|
96
|
-
[dir=rtl] .field > :is(i, a:not(.helper, .error)) {
|
|
96
|
+
[dir=rtl] .field > :is(i, img, svg, progress, a:not(.helper, .error)) {
|
|
97
97
|
inset: 50% auto auto 1rem;
|
|
98
98
|
}
|
|
99
99
|
|
|
@@ -336,6 +336,10 @@ input::-webkit-search-results-decoration {
|
|
|
336
336
|
white-space: nowrap;
|
|
337
337
|
}
|
|
338
338
|
|
|
339
|
+
[dir=rtl] .field.label > label {
|
|
340
|
+
inset: -0.5rem 1rem auto auto;
|
|
341
|
+
}
|
|
342
|
+
|
|
339
343
|
.field.label.small > label {
|
|
340
344
|
block-size: 3.5rem;
|
|
341
345
|
line-height: 3.5rem;
|
|
@@ -36,52 +36,52 @@
|
|
|
36
36
|
|
|
37
37
|
header,
|
|
38
38
|
footer {
|
|
39
|
+
display: flex;
|
|
40
|
+
justify-content: center;
|
|
41
|
+
flex-direction: column;
|
|
42
|
+
min-block-size: 4rem;
|
|
39
43
|
padding: 0 1rem;
|
|
40
44
|
background-color: var(--surface-container);
|
|
41
45
|
}
|
|
42
46
|
|
|
47
|
+
main ~ footer {
|
|
48
|
+
min-block-size: 5rem;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
:is(header, footer).fixed.responsive {
|
|
52
|
+
z-index: 12;
|
|
53
|
+
}
|
|
54
|
+
|
|
43
55
|
:is(header, footer, menu > *).fixed {
|
|
44
56
|
position: sticky;
|
|
45
57
|
inset: 0;
|
|
46
|
-
z-index:
|
|
58
|
+
z-index: 11;
|
|
47
59
|
background-color: inherit;
|
|
48
60
|
}
|
|
49
61
|
|
|
50
|
-
:is(dialog, menu) > :is(header, footer) {
|
|
51
|
-
padding: 0;
|
|
62
|
+
:is(dialog, menu, nav, article) > :is(header, footer) {
|
|
52
63
|
background-color: inherit;
|
|
64
|
+
padding: 0;
|
|
53
65
|
}
|
|
54
66
|
|
|
55
|
-
article > :is(header, footer) {
|
|
56
|
-
|
|
57
|
-
padding-inline: 0;
|
|
58
|
-
z-index: 11 !important;
|
|
59
|
-
}
|
|
67
|
+
:is(dialog, article, [class*=padding]) > :is(header, footer).fixed {
|
|
68
|
+
---translateY: 1rem;
|
|
60
69
|
|
|
61
|
-
:
|
|
62
|
-
transform: translateY(-1rem);
|
|
70
|
+
transform: translateY(var(---translateY));
|
|
63
71
|
}
|
|
64
72
|
|
|
65
|
-
:is(dialog, article,
|
|
66
|
-
transform: translateY(
|
|
73
|
+
:is(dialog, article, [class*=padding]) > header.fixed {
|
|
74
|
+
transform: translateY(calc(-1 * var(---translateY)));
|
|
67
75
|
}
|
|
68
76
|
|
|
69
77
|
.no-padding > :is(header, footer).fixed {
|
|
70
78
|
transform: none;
|
|
71
79
|
}
|
|
72
80
|
|
|
73
|
-
.small-padding > header.fixed {
|
|
74
|
-
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.small-padding > footer.fixed {
|
|
78
|
-
transform: translateY(0.5rem);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.large-padding > header.fixed {
|
|
82
|
-
transform: translateY(-1.5rem);
|
|
81
|
+
.small-padding > :is(header, footer).fixed {
|
|
82
|
+
---translateY: 0.5rem;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
.large-padding > footer.fixed {
|
|
86
|
-
|
|
85
|
+
:is(.large-padding, dialog:not(.left, .right, .top, .bottom)) > :is(header, footer).fixed {
|
|
86
|
+
---translateY: 1.5rem;
|
|
87
87
|
}
|
|
@@ -43,15 +43,22 @@ menu * {
|
|
|
43
43
|
white-space: inherit !important;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
menu > a
|
|
47
|
-
|
|
46
|
+
menu > a,
|
|
47
|
+
menu > li > a {
|
|
48
|
+
padding: 0.5rem 1rem;
|
|
49
|
+
min-block-size: 3rem;
|
|
50
|
+
flex: 1;
|
|
48
51
|
}
|
|
49
52
|
|
|
50
|
-
menu > a:not(.row)
|
|
51
|
-
|
|
53
|
+
menu > a:not(.row),
|
|
54
|
+
menu > li > a:not(.row) {
|
|
55
|
+
display: flex;
|
|
56
|
+
flex-direction: column;
|
|
57
|
+
align-items: flex-start;
|
|
52
58
|
}
|
|
53
59
|
|
|
54
|
-
menu > a:is(:hover, :focus, .active)
|
|
60
|
+
menu > a:is(:hover, :focus, .active),
|
|
61
|
+
menu > li > a:is(:hover, :focus, .active) {
|
|
55
62
|
background-color: var(--active);
|
|
56
63
|
}
|
|
57
64
|
|
|
@@ -1,7 +1,17 @@
|
|
|
1
|
+
ol,
|
|
2
|
+
ul,
|
|
3
|
+
li {
|
|
4
|
+
all: unset;
|
|
5
|
+
position: relative;
|
|
6
|
+
}
|
|
7
|
+
|
|
1
8
|
nav,
|
|
9
|
+
ol,
|
|
10
|
+
ul,
|
|
2
11
|
.row,
|
|
12
|
+
a.row,
|
|
3
13
|
nav.drawer > :is(a, label),
|
|
4
|
-
nav.drawer :is(
|
|
14
|
+
nav.drawer > :is(ol, ul) > li > :is(a, label) {
|
|
5
15
|
display: flex;
|
|
6
16
|
align-items: center;
|
|
7
17
|
align-self: normal;
|
|
@@ -9,67 +19,55 @@ nav.drawer :is(summary, details) > :is(a, label) {
|
|
|
9
19
|
justify-content: flex-start;
|
|
10
20
|
white-space: nowrap;
|
|
11
21
|
gap: 1rem;
|
|
22
|
+
margin: 0;
|
|
12
23
|
}
|
|
13
24
|
|
|
14
|
-
:
|
|
15
|
-
:
|
|
16
|
-
margin-block-start: 1rem;
|
|
25
|
+
:is(nav, .row, .max) > :only-child {
|
|
26
|
+
margin: 0;
|
|
17
27
|
}
|
|
18
28
|
|
|
19
|
-
:is(nav, .row)
|
|
20
|
-
:
|
|
21
|
-
margin-block: 0;
|
|
29
|
+
* + :is(nav, ul, ol, .row) {
|
|
30
|
+
margin-block-start: 1rem;
|
|
22
31
|
}
|
|
23
32
|
|
|
24
|
-
nav >
|
|
25
|
-
|
|
26
|
-
margin: 0 !important;
|
|
33
|
+
:is(nav, ol, ul, li, .row) > * {
|
|
34
|
+
margin: 0;
|
|
27
35
|
white-space: normal;
|
|
28
36
|
flex: none;
|
|
29
37
|
}
|
|
30
38
|
|
|
31
|
-
:is(nav, .row).no-space {
|
|
39
|
+
:is(nav, ol, ul, .row).no-space {
|
|
32
40
|
gap: 0;
|
|
33
41
|
}
|
|
34
42
|
|
|
35
|
-
:is(nav, .row).no-space > .border + .border {
|
|
43
|
+
:is(nav, ol, ul, li, .row).no-space > .border + .border {
|
|
36
44
|
border-inline-start: 0;
|
|
37
45
|
}
|
|
38
46
|
|
|
39
|
-
:is(nav, .row).medium-space {
|
|
47
|
+
:is(nav, ol, ul, .row).medium-space {
|
|
40
48
|
gap: 1.5rem;
|
|
41
49
|
}
|
|
42
50
|
|
|
43
|
-
:is(nav, .row).large-space {
|
|
51
|
+
:is(nav, ol, ul, .row).large-space {
|
|
44
52
|
gap: 2rem;
|
|
45
53
|
}
|
|
46
54
|
|
|
47
|
-
nav > .max,
|
|
48
|
-
.row > .max,
|
|
55
|
+
:is(nav, ol, ul, li, .row) > .max,
|
|
49
56
|
nav.drawer > :is(a, label) > .max,
|
|
50
|
-
nav.drawer :is(
|
|
51
|
-
flex:
|
|
57
|
+
nav.drawer > :is(ol, ul) > li > :is(a, label) > .max {
|
|
58
|
+
flex: 1;
|
|
52
59
|
}
|
|
53
60
|
|
|
54
|
-
nav.wrap
|
|
55
|
-
.row.wrap {
|
|
61
|
+
:is(nav, ol, ul, .row).wrap {
|
|
56
62
|
display: flex;
|
|
57
63
|
flex-wrap: wrap;
|
|
58
64
|
}
|
|
59
65
|
|
|
60
|
-
header > :is(nav, .row) {
|
|
61
|
-
min-block-size:
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
footer > :is(nav, .row) {
|
|
65
|
-
min-block-size: 5rem;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
nav > header > :is(nav, .row) {
|
|
69
|
-
margin-block-start: -0.5rem !important;
|
|
66
|
+
:is(header, footer) > :is(nav, ol, ul, .row) {
|
|
67
|
+
min-block-size: inherit;
|
|
70
68
|
}
|
|
71
69
|
|
|
72
|
-
:is(nav, .row) > .border.no-margin + .border.no-margin {
|
|
70
|
+
:is(nav, li, .row) > .border.no-margin + .border.no-margin {
|
|
73
71
|
border-inline-start: 0;
|
|
74
72
|
}
|
|
75
73
|
|
|
@@ -83,6 +81,7 @@ nav:is(.left, .right, .top, .bottom) {
|
|
|
83
81
|
inline-size: auto;
|
|
84
82
|
text-align: center;
|
|
85
83
|
padding: 0.5rem;
|
|
84
|
+
margin: 0;
|
|
86
85
|
}
|
|
87
86
|
|
|
88
87
|
nav:is(.left, .right) {
|
|
@@ -131,82 +130,118 @@ nav.drawer.max {
|
|
|
131
130
|
inline-size: 100%;
|
|
132
131
|
}
|
|
133
132
|
|
|
134
|
-
nav > header {
|
|
135
|
-
padding: 0;
|
|
133
|
+
:is(nav, .row) > header {
|
|
136
134
|
background-color: inherit;
|
|
137
|
-
block-size: 4rem;
|
|
138
135
|
}
|
|
139
136
|
|
|
140
|
-
nav.
|
|
141
|
-
|
|
142
|
-
align-self: start;
|
|
137
|
+
nav:is(.left, .right) > header {
|
|
138
|
+
transform: translateY(-0.5rem);
|
|
143
139
|
}
|
|
144
140
|
|
|
145
|
-
nav.drawer
|
|
146
|
-
|
|
141
|
+
nav.drawer > header {
|
|
142
|
+
transform: translateY(-0.75rem);
|
|
143
|
+
min-block-size: 4.5rem;
|
|
144
|
+
align-self: start;
|
|
147
145
|
}
|
|
148
146
|
|
|
149
147
|
nav.drawer > :is(a, label),
|
|
150
|
-
nav.drawer :is(
|
|
148
|
+
nav.drawer > :is(ol, ul) > li > :is(a, label),
|
|
151
149
|
a.row.wave {
|
|
152
150
|
padding: 0.75rem;
|
|
153
151
|
font-size: inherit;
|
|
154
152
|
}
|
|
155
153
|
|
|
156
154
|
nav.drawer > a,
|
|
157
|
-
nav.drawer :is(
|
|
155
|
+
nav.drawer > :is(ol, ul) > li > a {
|
|
158
156
|
border-radius: 2rem;
|
|
159
157
|
}
|
|
160
158
|
|
|
161
159
|
nav.drawer > a:is(:hover, .active),
|
|
162
|
-
nav.drawer :is(
|
|
160
|
+
nav.drawer > :is(ol, ul) > li > a:is(:hover, .active) {
|
|
163
161
|
background-color: var(--secondary-container);
|
|
164
162
|
}
|
|
165
163
|
|
|
166
164
|
nav.drawer > a:is(:hover, :focus, .active) > i,
|
|
167
|
-
nav.drawer :is(
|
|
165
|
+
nav.drawer > :is(ol, ul) > li > a:is(:hover, :focus, .active) > i {
|
|
168
166
|
font-variation-settings: "FILL" 1;
|
|
169
167
|
}
|
|
170
168
|
|
|
171
|
-
nav
|
|
169
|
+
nav > :is(ol, ul) {
|
|
170
|
+
all: inherit;
|
|
171
|
+
flex: auto;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
nav:not(.left, .right, .bottom, .top) > :is(ol, ul) {
|
|
175
|
+
padding: 0;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
nav:is(.left, .right, .top, .bottom):not(.drawer) > a:not(.button, .chip),
|
|
179
|
+
nav:is(.left, .right, .top, .bottom):not(.drawer) > :is(ol, ul) > li > a:not(.button, .chip) {
|
|
172
180
|
text-align: center;
|
|
173
181
|
display: flex;
|
|
174
182
|
flex-direction: column;
|
|
175
183
|
}
|
|
176
184
|
|
|
177
|
-
nav:is(.top, .bottom):not(.drawer) > a:not(
|
|
185
|
+
nav:is(.top, .bottom):not(.drawer) > a:not(.button, .chip),
|
|
186
|
+
nav:is(.top, .bottom):not(.drawer) > :is(ol, ul) > li > a:not(.button, .chip) {
|
|
178
187
|
inline-size: 3.5rem;
|
|
179
188
|
}
|
|
180
189
|
|
|
181
|
-
nav:is(.left, .right, .top, .bottom):not(.drawer) > a:not(
|
|
190
|
+
nav:is(.left, .right, .top, .bottom):not(.drawer) > a:not(.button, .chip) > i,
|
|
191
|
+
nav:is(.left, .right, .top, .bottom):not(.drawer) > :is(ol, ul) > li > a:not(.button, .chip) > i {
|
|
182
192
|
padding: 0.25rem;
|
|
183
193
|
border-radius: 2rem;
|
|
184
194
|
transition: var(--speed1) padding linear;
|
|
185
195
|
margin: 0 auto;
|
|
186
196
|
}
|
|
187
197
|
|
|
188
|
-
nav:is(.left, .right, .top, .bottom):not(.drawer) > a:not(
|
|
198
|
+
nav:is(.left, .right, .top, .bottom):not(.drawer) > a:not(.button, .chip):is(:hover, :focus, .active) > i,
|
|
199
|
+
nav:is(.left, .right, .top, .bottom):not(.drawer) > :is(ol, ul) > li > a:not(.button, .chip):is(:hover, :focus, .active) > i {
|
|
189
200
|
background-color: var(--secondary-container);
|
|
190
201
|
color: var(--on-secondary-container);
|
|
191
202
|
padding: 0.25rem 1rem;
|
|
192
203
|
font-variation-settings: "FILL" 1;
|
|
193
204
|
}
|
|
194
205
|
|
|
195
|
-
nav.left-align,
|
|
196
|
-
nav.top-align {
|
|
206
|
+
:is(nav, ol, ul, .row):is(.left-align, .top-align, .vertical) {
|
|
197
207
|
justify-content: flex-start;
|
|
198
208
|
}
|
|
199
209
|
|
|
200
|
-
nav.right-align,
|
|
201
|
-
nav.bottom-align {
|
|
210
|
+
:is(nav, ol, ul, .row):is(.right-align, .bottom-align) {
|
|
202
211
|
justify-content: flex-end;
|
|
203
212
|
}
|
|
204
213
|
|
|
205
|
-
nav.center-align,
|
|
206
|
-
nav.middle-align {
|
|
214
|
+
:is(nav, ol, ul, .row):is(.center-align, .middle-align) {
|
|
207
215
|
justify-content: center;
|
|
208
216
|
}
|
|
209
217
|
|
|
218
|
+
:is(nav, ol, ul, .row):is(.left-align, .top-align, .vertical).vertical {
|
|
219
|
+
align-items: flex-start;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
:is(nav, ol, ul, .row):is(.right-align, .bottom-align).vertical {
|
|
223
|
+
align-items: flex-end;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
:is(nav, ol, ul, .row):is(.center-align, .middle-align).vertical {
|
|
227
|
+
align-items: center;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
:is(ol, ul) > li {
|
|
231
|
+
align-items: inherit;
|
|
232
|
+
justify-content: inherit;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
nav:is(.left, .right):not(.drawer) > *,
|
|
236
|
+
nav:is(.left, .right):not(.drawer) > :is(ol, ul) > li {
|
|
237
|
+
align-self: center;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
:is(.drawer, .vertical) > :is(li, [class*=divider]),
|
|
241
|
+
:is(.drawer, .vertical) > :is(ol, ul) > li {
|
|
242
|
+
align-self: stretch;
|
|
243
|
+
}
|
|
244
|
+
|
|
210
245
|
nav:not(.left, .right) > .space {
|
|
211
246
|
inline-size: 0.5rem;
|
|
212
247
|
}
|
|
@@ -26,18 +26,10 @@
|
|
|
26
26
|
---transform: translate(-4rem, 0);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
[dir=rtl] .page.active.left {
|
|
30
|
-
---transform: translate(4rem, 0);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
29
|
.page.active.right {
|
|
34
30
|
---transform: translate(4rem, 0);
|
|
35
31
|
}
|
|
36
32
|
|
|
37
|
-
[dir=rtl] .page.active.right {
|
|
38
|
-
---transform: translate(-4rem, 0);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
33
|
@keyframes to-page {
|
|
42
34
|
from {
|
|
43
35
|
opacity: 0;
|
|
@@ -123,6 +123,10 @@
|
|
|
123
123
|
inset: calc(50% - 0.1875rem) var(---end) auto var(---start);
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
+
[dir=rtl] .slider > span {
|
|
127
|
+
inset: calc(50% - 0.1875rem) var(---start) auto var(---end);
|
|
128
|
+
}
|
|
129
|
+
|
|
126
130
|
.field > .slider {
|
|
127
131
|
inline-size: 100%;
|
|
128
132
|
}
|
|
@@ -148,7 +152,7 @@
|
|
|
148
152
|
}
|
|
149
153
|
|
|
150
154
|
[dir=rtl] .slider > .tooltip {
|
|
151
|
-
|
|
155
|
+
inset: 0.25rem auto auto var(---end);
|
|
152
156
|
}
|
|
153
157
|
|
|
154
158
|
.slider > .tooltip + .tooltip {
|
|
@@ -157,7 +161,7 @@
|
|
|
157
161
|
}
|
|
158
162
|
|
|
159
163
|
[dir=rtl] .slider > .tooltip + .tooltip {
|
|
160
|
-
|
|
164
|
+
inset: 0.25rem var(---start) auto auto;
|
|
161
165
|
}
|
|
162
166
|
|
|
163
167
|
.slider > .tooltip::before {
|
|
@@ -170,7 +174,7 @@
|
|
|
170
174
|
}
|
|
171
175
|
|
|
172
176
|
.slider:hover > .tooltip {
|
|
173
|
-
inset-block-start: -0.25rem;
|
|
177
|
+
inset-block-start: -0.25rem !important;
|
|
174
178
|
opacity: 1;
|
|
175
179
|
}
|
|
176
180
|
|
|
@@ -22,11 +22,6 @@
|
|
|
22
22
|
transform: var(---transform-end);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
[dir=rtl] .snackbar {
|
|
26
|
-
---transform-start: translate(50%, 1rem);
|
|
27
|
-
---transform-end: translate(50%, 0);
|
|
28
|
-
}
|
|
29
|
-
|
|
30
25
|
.snackbar.top {
|
|
31
26
|
inset: 6rem auto auto 50%;
|
|
32
27
|
}
|
|
@@ -40,10 +35,6 @@
|
|
|
40
35
|
---transform-end: translate(-50%, -1rem);
|
|
41
36
|
}
|
|
42
37
|
|
|
43
|
-
[dir=rtl] .snackbar.active.top {
|
|
44
|
-
---transform-end: translate(50%, -1rem);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
38
|
.snackbar > .max {
|
|
48
39
|
flex: auto;
|
|
49
40
|
}
|
|
@@ -24,37 +24,21 @@
|
|
|
24
24
|
transform: translate(-50%, -100%) scale(0.9);
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
[dir=rtl] .tooltip {
|
|
28
|
-
transform: translate(50%, -100%) scale(0.9);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
27
|
.tooltip.left {
|
|
32
28
|
inset: 50% auto auto 0;
|
|
33
29
|
transform: translate(-100%, -50%) scale(0.9);
|
|
34
30
|
}
|
|
35
31
|
|
|
36
|
-
[dir=rtl] .tooltip.left {
|
|
37
|
-
transform: translate(100%, -50%) scale(0.9);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
32
|
.tooltip.right {
|
|
41
33
|
inset: 50% 0 auto auto;
|
|
42
34
|
transform: translate(100%, -50%) scale(0.9);
|
|
43
35
|
}
|
|
44
36
|
|
|
45
|
-
[dir=rtl] .tooltip.right {
|
|
46
|
-
transform: translate(-100%, -50%) scale(0.9);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
37
|
.tooltip.bottom {
|
|
50
38
|
inset: auto auto 0 50%;
|
|
51
39
|
transform: translate(-50%, 100%) scale(0.9);
|
|
52
40
|
}
|
|
53
41
|
|
|
54
|
-
[dir=rtl] .tooltip.bottom {
|
|
55
|
-
transform: translate(50%, 100%) scale(0.9);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
42
|
.tooltip.small {
|
|
59
43
|
inline-size: 8rem;
|
|
60
44
|
white-space: normal;
|
|
@@ -76,34 +60,18 @@
|
|
|
76
60
|
transform: translate(-50%, -100%) scale(1);
|
|
77
61
|
}
|
|
78
62
|
|
|
79
|
-
[dir=rtl] :hover > .tooltip {
|
|
80
|
-
transform: translate(50%, -100%) scale(1);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
63
|
:hover > .tooltip.left {
|
|
84
64
|
transform: translate(-100%, -50%) scale(1);
|
|
85
65
|
}
|
|
86
66
|
|
|
87
|
-
[dir=rtl] :hover > .tooltip.left {
|
|
88
|
-
transform: translate(100%, -50%) scale(1);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
67
|
:hover > .tooltip.right {
|
|
92
68
|
transform: translate(100%, -50%) scale(1);
|
|
93
69
|
}
|
|
94
70
|
|
|
95
|
-
[dir=rtl] :hover > .tooltip.right {
|
|
96
|
-
transform: translate(-100%, -50%) scale(1);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
71
|
:hover > .tooltip.bottom {
|
|
100
72
|
transform: translate(-50%, 100%) scale(1);
|
|
101
73
|
}
|
|
102
74
|
|
|
103
|
-
[dir=rtl] :hover > .tooltip.bottom {
|
|
104
|
-
transform: translate(50%, 100%) scale(1);
|
|
105
|
-
}
|
|
106
|
-
|
|
107
75
|
.tooltip.no-space {
|
|
108
76
|
---space: 0;
|
|
109
77
|
}
|
|
@@ -120,12 +88,9 @@
|
|
|
120
88
|
margin-block-start: var(---space) !important;
|
|
121
89
|
}
|
|
122
90
|
|
|
123
|
-
.tooltip.left
|
|
124
|
-
margin-inline-start: var(---space) !important;
|
|
125
|
-
}
|
|
126
|
-
|
|
91
|
+
.tooltip.left,
|
|
127
92
|
.tooltip.right {
|
|
128
|
-
margin-inline
|
|
93
|
+
margin-inline: var(---space) !important;
|
|
129
94
|
}
|
|
130
95
|
|
|
131
96
|
.tooltip.bottom {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
[class*=blur],
|
|
2
|
+
[class*=blur].light {
|
|
3
3
|
---blur: 1rem;
|
|
4
4
|
-webkit-backdrop-filter: blur(var(---blur));
|
|
5
5
|
backdrop-filter: blur(var(---blur));
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
background-color: rgb(255 255 255 / 0.5);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.dark
|
|
11
|
-
|
|
10
|
+
.dark [class*=blur],
|
|
11
|
+
[class*=blur].dark {
|
|
12
12
|
background-color: rgb(0 0 0 / 0.5);
|
|
13
13
|
}
|
|
14
14
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
.small-divider,
|
|
3
|
-
.medium-divider,
|
|
4
|
-
.large-divider {
|
|
1
|
+
[class*=divider] {
|
|
5
2
|
min-inline-size: 1.5rem;
|
|
6
3
|
min-block-size: auto;
|
|
7
4
|
block-size: 0.0625rem;
|
|
8
5
|
background-color: var(--outline-variant);
|
|
9
6
|
display: block;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
[class*=divider] + * {
|
|
10
10
|
margin: 0 !important;
|
|
11
11
|
}
|
|
12
12
|
|
|
@@ -1,20 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
[class*=margin]:not(.left-margin, .right-margin, .top-margin, .bottom-margin, .horizontal-margin, .vertical-margin) {
|
|
2
2
|
margin: var(---margin) !important;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
.auto-margin,
|
|
7
|
-
.tiny-margin,
|
|
8
|
-
.small-margin,
|
|
9
|
-
.medium-margin,
|
|
10
|
-
.margin,
|
|
11
|
-
.large-margin,
|
|
12
|
-
.left-margin,
|
|
13
|
-
.right-margin,
|
|
14
|
-
.top-margin,
|
|
15
|
-
.bottom-margin,
|
|
16
|
-
.horizontal-margin,
|
|
17
|
-
.vertical-margin {
|
|
5
|
+
[class*=margin] {
|
|
18
6
|
---margin: 1rem;
|
|
19
7
|
}
|
|
20
8
|
|
|
@@ -1,20 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
[class*=padding]:not(.left-padding, .right-padding, .top-padding, .bottom-padding, .horizontal-padding, .vertical-padding) {
|
|
2
2
|
padding: var(---padding) !important;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
.auto-padding,
|
|
7
|
-
.tiny-padding,
|
|
8
|
-
.small-padding,
|
|
9
|
-
.medium-padding,
|
|
10
|
-
.padding,
|
|
11
|
-
.large-padding,
|
|
12
|
-
.left-padding,
|
|
13
|
-
.right-padding,
|
|
14
|
-
.top-padding,
|
|
15
|
-
.bottom-padding,
|
|
16
|
-
.horizontal-padding,
|
|
17
|
-
.vertical-padding {
|
|
5
|
+
[class*=padding] {
|
|
18
6
|
---padding: 1rem;
|
|
19
7
|
}
|
|
20
8
|
|