@bi-digital/css 0.4.2 → 0.6.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/dist/baseline.css +2 -7
- package/dist/components/alert.css +24 -0
- package/dist/components/button.css +5 -13
- package/dist/components/card.css +62 -27
- package/dist/components/checkbox-subsection.css +1 -1
- package/dist/components/chip.css +182 -95
- package/dist/components/details.css +1 -1
- package/dist/components/dialog.css +3 -3
- package/dist/components/dropdown.css +3 -3
- package/dist/components/field.css +7 -37
- package/dist/components/filter-group.css +3 -3
- package/dist/components/input.css +11 -39
- package/dist/components/label.css +1 -5
- package/dist/components/popover.css +3 -3
- package/dist/components/spinner.css +3 -3
- package/dist/components/validation-message.css +1 -5
- package/dist/components.css +310 -238
- package/dist/index.css +61 -224
- package/dist/reset.css +2 -14
- package/dist/salesforce.css +367 -441
- package/dist/tokens.css +57 -203
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.bi-dialog {
|
|
2
2
|
--bic-dialog-animation-duration: .2s;
|
|
3
|
-
--bic-dialog-backdrop-background:
|
|
3
|
+
--bic-dialog-backdrop-background: #00000080;
|
|
4
4
|
--bic-dialog-background: var(--bi-basic-white);
|
|
5
5
|
--bic-dialog-border-color: var(--bi-neutral-15);
|
|
6
6
|
--bic-dialog-icon-spacing: .625rem;
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
animation: bi-dialog-fade-in-animation var(--bic-dialog-animation-duration) forwards;
|
|
21
21
|
background: var(--bic-dialog-background);
|
|
22
22
|
border-radius: var(--bi-radius-large);
|
|
23
|
-
box-shadow: 0 var(--bi-scale-1x) var(--bi-scale-1x) 0
|
|
23
|
+
box-shadow: 0 var(--bi-scale-1x) var(--bi-scale-1x) 0 #00000040;
|
|
24
24
|
color: var(--bic-dialog-color);
|
|
25
25
|
max-height: var(--bic-dialog-max-height);
|
|
26
26
|
max-width: var(--bic-dialog-max-width);
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
.bi-dialog::backdrop {
|
|
41
41
|
animation: bi-dialog-fade-in-animation var(--bic-dialog-animation-duration) ease-in-out;
|
|
42
|
-
background: var(--bic-dialog-backdrop-background,
|
|
42
|
+
background: var(--bic-dialog-backdrop-background, #00000080);
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.bi-dialog[open] {
|
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
--bic-dropdown-background: var(--bi-basic-white);
|
|
6
6
|
--bic-dropdown-border-width: var(--bi-stroke-thin);
|
|
7
7
|
--bic-dropdown-border-style: solid;
|
|
8
|
-
--bic-dropdown-border-color: var(--bi-
|
|
9
|
-
--bic-dropdown-box-shadow: 0px 8px 16px -4px
|
|
8
|
+
--bic-dropdown-border-color: var(--bi-neutral-15);
|
|
9
|
+
--bic-dropdown-box-shadow: 0px 8px 16px -4px #26333f14, 4px 4px 6px -2px #26333f08, 0px 2px 2px -1px #26333f0a;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.bi-dropdown[data-dark="true"] {
|
|
13
13
|
--bic-dropdown-background: var(--bi-neutral-100);
|
|
14
14
|
--bic-dropdown-border-color: var(--bi-neutral-90);
|
|
15
15
|
--bic-dropdown-color: var(--bi-neutral-5);
|
|
16
|
-
--bic-dropdown-box-shadow: 0px 8px 16px -4px
|
|
16
|
+
--bic-dropdown-box-shadow: 0px 8px 16px -4px #26333f14, 4px 4px 6px -2px #26333f08, 0px 2px 2px -1px #26333f0a;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.bi-dropdown {
|
|
@@ -117,19 +117,11 @@
|
|
|
117
117
|
gap: 0;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
.bi-field:has(.bi-input
|
|
120
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):hover:not(:has(a:hover), :has([aria-disabled="true"], :disabled)) {
|
|
121
121
|
background: var(--_bi--hover, var(--bic-field-background-hover));
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
.bi-field:has(.bi-input
|
|
125
|
-
--_bi--hover: ;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):hover:not(:is(:has(a:hover), :has([aria-disabled="true"], :disabled))) {
|
|
129
|
-
background: var(--_bi--hover, var(--bic-field-background-hover));
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):hover:not(:is(:has(a:hover), :has([aria-disabled="true"], :disabled))) * {
|
|
124
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):hover:not(:has(a:hover), :has([aria-disabled="true"], :disabled)) * {
|
|
133
125
|
--_bi--hover: ;
|
|
134
126
|
}
|
|
135
127
|
|
|
@@ -200,19 +192,11 @@
|
|
|
200
192
|
gap: 0;
|
|
201
193
|
}
|
|
202
194
|
|
|
203
|
-
.bi-field:has(.bi-input
|
|
204
|
-
background: var(--_bi--hover, var(--bic-field-background-hover));
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.bi-field:has(.bi-input:-webkit-any([type="radio"], [type="checkbox"])):hover:not(:-webkit-any(:has(a:hover), :has([aria-disabled="true"], :disabled))) * {
|
|
208
|
-
--_bi--hover: ;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):hover:not(:is(:has(a:hover), :has([aria-disabled="true"], :disabled))) {
|
|
195
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):hover:not(:has(a:hover), :has([aria-disabled="true"], :disabled)) {
|
|
212
196
|
background: var(--_bi--hover, var(--bic-field-background-hover));
|
|
213
197
|
}
|
|
214
198
|
|
|
215
|
-
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):hover:not(:
|
|
199
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):hover:not(:has(a:hover), :has([aria-disabled="true"], :disabled)) * {
|
|
216
200
|
--_bi--hover: ;
|
|
217
201
|
}
|
|
218
202
|
|
|
@@ -267,7 +251,7 @@
|
|
|
267
251
|
.bi-field .bi-field--affixes:has(.bi-input:focus-visible) {
|
|
268
252
|
outline: var(--_bi--focus, var(--bi-stroke-thick) solid var(--bi-primary-50));
|
|
269
253
|
outline-offset: 0;
|
|
270
|
-
box-shadow: var(--_bi--focus, 0px 0px 20px var(--bi-scale-1-5x)
|
|
254
|
+
box-shadow: var(--_bi--focus, 0px 0px 20px var(--bi-scale-1-5x) #0000000d, 0px 0px 10px 0px #0000000d);
|
|
271
255
|
}
|
|
272
256
|
|
|
273
257
|
.bi-field .bi-field--affixes:has(.bi-input:focus-visible) * {
|
|
@@ -285,14 +269,7 @@
|
|
|
285
269
|
display: flex;
|
|
286
270
|
}
|
|
287
271
|
|
|
288
|
-
.bi-field .bi-field--affixes .bi-field--affix:first-child:not(
|
|
289
|
-
border-top-left-radius: inherit;
|
|
290
|
-
border-bottom-left-radius: inherit;
|
|
291
|
-
border-right: 0;
|
|
292
|
-
padding-right: 0;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
.bi-field .bi-field--affixes .bi-field--affix:first-child:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
|
|
272
|
+
.bi-field .bi-field--affixes .bi-field--affix:first-child:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
296
273
|
border-top-left-radius: inherit;
|
|
297
274
|
border-bottom-left-radius: inherit;
|
|
298
275
|
border-right: 0;
|
|
@@ -313,14 +290,7 @@
|
|
|
313
290
|
padding-left: 0;
|
|
314
291
|
}
|
|
315
292
|
|
|
316
|
-
.bi-field .bi-field--affixes .bi-field--affix:last-child:not(
|
|
317
|
-
border-top-right-radius: inherit;
|
|
318
|
-
border-bottom-right-radius: inherit;
|
|
319
|
-
border-left: 0;
|
|
320
|
-
padding-left: 0;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
.bi-field .bi-field--affixes .bi-field--affix:last-child:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
|
|
293
|
+
.bi-field .bi-field--affixes .bi-field--affix:last-child:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
324
294
|
border-top-right-radius: inherit;
|
|
325
295
|
border-bottom-right-radius: inherit;
|
|
326
296
|
border-left: 0;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
--bic-filter-group-background: var(--bi-basic-white);
|
|
3
3
|
--bic-filter-group-background-hover: linear-gradient(0deg, var(--bi-states-hover-dark) 0%, var(--bi-states-hover-dark) 100%), var(--bic-filter-group-background);
|
|
4
4
|
--bic-filter-group-background-press: linear-gradient(0deg, var(--bi-states-press-dark) 0%, var(--bi-states-press-dark) 100%), var(--bic-filter-group-background);
|
|
5
|
-
--bic-filter-group-background-expanded: var(--bi-
|
|
5
|
+
--bic-filter-group-background-expanded: var(--bi-neutral-15);
|
|
6
6
|
--bic-filter-group-border-color: var(--bi-neutral-15);
|
|
7
7
|
--bic-filter-group-text-color: var(--bi-neutral-90);
|
|
8
8
|
}
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
|
|
86
86
|
.bi-filter-group:last-of-type > button {
|
|
87
87
|
border-radius: var(--bi-radius-small);
|
|
88
|
-
border-bottom-color:
|
|
88
|
+
border-bottom-color: #0000;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
.bi-filter-group:last-of-type > div {
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
|
|
99
99
|
.bi-filter-group[data-expanded="true"] > button {
|
|
100
100
|
border-radius: var(--bi-radius-small);
|
|
101
|
-
border-bottom-color:
|
|
101
|
+
border-bottom-color: #0000;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
.bi-filter-group[data-expanded="true"] > div {
|
|
@@ -62,26 +62,18 @@
|
|
|
62
62
|
--bic-input-font-size: 1.25rem;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
.bi-input:where(:not(
|
|
65
|
+
.bi-input:where(:not([type="checkbox"], [type="radio"])):hover {
|
|
66
66
|
box-shadow: var(--_bi--hover, var(--bic-input-box-shadow-hover));
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
.bi-input:where(:not(
|
|
70
|
-
--bic-input-border-color: var(--bi-primary-50);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.bi-input:where(:not(:is([type="checkbox"], [type="radio"]))):hover {
|
|
74
|
-
box-shadow: var(--_bi--hover, var(--bic-input-box-shadow-hover));
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.bi-input:where(:not(:is([type="checkbox"], [type="radio"]))):focus-visible {
|
|
69
|
+
.bi-input:where(:not([type="checkbox"], [type="radio"])):focus-visible {
|
|
78
70
|
--bic-input-border-color: var(--bi-primary-50);
|
|
79
71
|
}
|
|
80
72
|
|
|
81
73
|
.bi-input:focus-visible {
|
|
82
74
|
outline: var(--_bi--focus, var(--bi-stroke-thick) solid var(--bi-primary-50));
|
|
83
75
|
outline-offset: 0;
|
|
84
|
-
box-shadow: var(--_bi--focus, 0px 0px 20px var(--bi-scale-1-5x)
|
|
76
|
+
box-shadow: var(--_bi--focus, 0px 0px 20px var(--bi-scale-1-5x) #0000000d, 0px 0px 10px 0px #0000000d);
|
|
85
77
|
}
|
|
86
78
|
|
|
87
79
|
.bi-input:focus-visible * {
|
|
@@ -92,11 +84,7 @@
|
|
|
92
84
|
color: var(--bic-input-placeholder-color);
|
|
93
85
|
}
|
|
94
86
|
|
|
95
|
-
.bi-input:not(
|
|
96
|
-
width: 100%;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.bi-input:not(:is([size], [cols])) {
|
|
87
|
+
.bi-input:not([size], [cols]) {
|
|
100
88
|
width: 100%;
|
|
101
89
|
}
|
|
102
90
|
|
|
@@ -150,26 +138,18 @@
|
|
|
150
138
|
field-sizing: content;
|
|
151
139
|
}
|
|
152
140
|
|
|
153
|
-
.bi-input:-webkit-any(select):not(
|
|
154
|
-
cursor: pointer;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.bi-input:is(select):not(:is([readonly], [aria-disabled="true"], :disabled)) {
|
|
141
|
+
.bi-input:-webkit-any(select):not([readonly], [aria-disabled="true"], :disabled) {
|
|
158
142
|
cursor: pointer;
|
|
159
143
|
}
|
|
160
144
|
|
|
161
|
-
.bi-input
|
|
145
|
+
.bi-input:-webkit-any(select) {
|
|
162
146
|
background-image: var(--bic-input-select-chevron);
|
|
163
147
|
background-position: calc(100% - .5em);
|
|
164
148
|
background-repeat: no-repeat;
|
|
165
149
|
background-size: 1.5em;
|
|
166
150
|
}
|
|
167
151
|
|
|
168
|
-
.bi-input
|
|
169
|
-
cursor: pointer;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
.bi-input:is(select):not(:is([readonly], [aria-disabled="true"], :disabled)) {
|
|
152
|
+
.bi-input:is(select):not([readonly], [aria-disabled="true"], :disabled) {
|
|
173
153
|
cursor: pointer;
|
|
174
154
|
}
|
|
175
155
|
|
|
@@ -186,7 +166,7 @@
|
|
|
186
166
|
height: var(--bic-input-toggle-size);
|
|
187
167
|
width: var(--bic-input-toggle-size);
|
|
188
168
|
box-shadow: none;
|
|
189
|
-
border-width: var(--bi-stroke-
|
|
169
|
+
border-width: var(--bi-stroke-medium);
|
|
190
170
|
border-style: solid;
|
|
191
171
|
border-color: var(--bic-input-border-color);
|
|
192
172
|
background: none;
|
|
@@ -203,11 +183,7 @@
|
|
|
203
183
|
--_bi--focus: ;
|
|
204
184
|
}
|
|
205
185
|
|
|
206
|
-
.bi-input
|
|
207
|
-
cursor: pointer;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.bi-input:is([type="checkbox"], [type="radio"]):read-only:not(:is([readonly], [aria-disabled="true"], :disabled)) {
|
|
186
|
+
.bi-input:is([type="checkbox"], [type="radio"]):read-only:not([readonly], [aria-disabled="true"], :disabled) {
|
|
211
187
|
cursor: pointer;
|
|
212
188
|
}
|
|
213
189
|
|
|
@@ -283,7 +259,7 @@
|
|
|
283
259
|
height: var(--bic-input-toggle-size);
|
|
284
260
|
width: var(--bic-input-toggle-size);
|
|
285
261
|
box-shadow: none;
|
|
286
|
-
border-width: var(--bi-stroke-
|
|
262
|
+
border-width: var(--bi-stroke-medium);
|
|
287
263
|
border-style: solid;
|
|
288
264
|
border-color: var(--bic-input-border-color);
|
|
289
265
|
background: none;
|
|
@@ -300,11 +276,7 @@
|
|
|
300
276
|
--_bi--focus: ;
|
|
301
277
|
}
|
|
302
278
|
|
|
303
|
-
.bi-input
|
|
304
|
-
cursor: pointer;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.bi-input:is([type="checkbox"], [type="radio"]):read-only:not(:is([readonly], [aria-disabled="true"], :disabled)) {
|
|
279
|
+
.bi-input:is([type="checkbox"], [type="radio"]):read-only:not([readonly], [aria-disabled="true"], :disabled) {
|
|
308
280
|
cursor: pointer;
|
|
309
281
|
}
|
|
310
282
|
|
|
@@ -29,11 +29,7 @@
|
|
|
29
29
|
color: var(--bic-label-required-color);
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.bi-label:has( ~ .bi-input:required, ~ .bi-field--affixes > .bi-input:required):not(
|
|
33
|
-
padding-right: var(--bi-scale-0-25x);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.bi-label:has( ~ .bi-input:required, ~ .bi-field--affixes > .bi-input:required):not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))):before {
|
|
32
|
+
.bi-label:has( ~ .bi-input:required, ~ .bi-field--affixes > .bi-input:required):not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
|
|
37
33
|
padding-right: var(--bi-scale-0-25x);
|
|
38
34
|
}
|
|
39
35
|
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
--bic-popover-background: var(--bi-basic-white);
|
|
3
3
|
--bic-popover-border-width: var(--bi-stroke-thin);
|
|
4
4
|
--bic-popover-border-style: solid;
|
|
5
|
-
--bic-popover-border-color: var(--bi-
|
|
5
|
+
--bic-popover-border-color: var(--bi-neutral-15);
|
|
6
6
|
--bic-popover-color: var(--bi-neutral-90);
|
|
7
7
|
--bic-popover-border-radius: var(--bi-radius-medium);
|
|
8
8
|
--bic-popover-max-width: 300px;
|
|
9
9
|
--bic-popover-padding: var(--bi-scale-1x);
|
|
10
|
-
--bic-popover-box-shadow: 0px 8px 16px -4px
|
|
10
|
+
--bic-popover-box-shadow: 0px 8px 16px -4px #26333f14, 4px 4px 6px -2px #26333f08, 0px 2px 2px -1px #26333f0a;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.bi-popover[data-dark="true"] {
|
|
14
14
|
--bic-popover-background: var(--bi-neutral-95);
|
|
15
15
|
--bic-popover-border-color: var(--bi-neutral-70);
|
|
16
16
|
--bic-popover-color: var(--bi-neutral-5);
|
|
17
|
-
--bic-popover-box-shadow: 0px 8px 16px -4px
|
|
17
|
+
--bic-popover-box-shadow: 0px 8px 16px -4px #26333f14, 4px 4px 6px -2px #26333f08, 0px 2px 2px -1px #26333f0a;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.bi-popover {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
.bi-spinner {
|
|
2
2
|
--bic-spinner-color: currentColor;
|
|
3
3
|
aspect-ratio: 1;
|
|
4
|
-
background: radial-gradient(farthest-side, var(--bic-spinner-color) 94%,
|
|
4
|
+
background: radial-gradient(farthest-side, var(--bic-spinner-color) 94%, #0000) top / 4px 4px no-repeat, conic-gradient(#0000 30%, var(--bic-spinner-color));
|
|
5
5
|
border-radius: 50%;
|
|
6
6
|
width: 1em;
|
|
7
7
|
height: 1em;
|
|
8
8
|
animation: 1s linear infinite bi-spinner;
|
|
9
|
-
-webkit-mask: radial-gradient(farthest-side,
|
|
10
|
-
mask: radial-gradient(farthest-side,
|
|
9
|
+
-webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 0);
|
|
10
|
+
mask: radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 0);
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -15,11 +15,7 @@
|
|
|
15
15
|
position: relative;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.bi-validation-message:has( > svg):not(
|
|
19
|
-
padding-left: calc(var(--bic-validation-message-icon-size) + var(--bic-validation-message-padding) * 2);
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.bi-validation-message:has( > svg):not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
|
|
18
|
+
.bi-validation-message:has( > svg):not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
23
19
|
padding-left: calc(var(--bic-validation-message-icon-size) + var(--bic-validation-message-padding) * 2);
|
|
24
20
|
}
|
|
25
21
|
|