@limetech/lime-elements 36.3.0-next.3 → 36.3.0-next.30
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 +2 -2
- package/dist/cjs/lime-elements.cjs.js +1 -1
- package/dist/cjs/limel-badge.cjs.entry.js +4 -6
- package/dist/cjs/limel-button-group.cjs.entry.js +8 -2
- package/dist/cjs/limel-button.cjs.entry.js +1 -2
- package/dist/cjs/limel-chip-set.cjs.entry.js +1 -1
- package/dist/cjs/limel-collapsible-section.cjs.entry.js +1 -1
- package/dist/cjs/limel-date-picker.cjs.entry.js +47 -7
- package/dist/cjs/limel-dialog.cjs.entry.js +1 -1
- package/dist/cjs/limel-dock-button.cjs.entry.js +7 -2
- package/dist/cjs/limel-dock.cjs.entry.js +1 -1
- package/dist/cjs/limel-flatpickr-adapter.cjs.entry.js +96 -109
- package/dist/cjs/limel-form.cjs.entry.js +79 -1
- package/dist/cjs/limel-header.cjs.entry.js +2 -2
- package/dist/cjs/limel-info-tile.cjs.entry.js +4 -1
- package/dist/cjs/limel-input-field.cjs.entry.js +2 -2
- package/dist/cjs/limel-menu-list.cjs.entry.js +7 -1
- package/dist/cjs/limel-menu.cjs.entry.js +10 -2
- package/dist/cjs/limel-portal.cjs.entry.js +3 -4
- package/dist/cjs/limel-select.cjs.entry.js +1 -1
- package/dist/cjs/limel-slider.cjs.entry.js +1 -1
- package/dist/cjs/limel-snackbar.cjs.entry.js +1 -1
- package/dist/cjs/limel-spinner.cjs.entry.js +1 -1
- package/dist/cjs/limel-split-button.cjs.entry.js +1 -1
- package/dist/cjs/limel-tab-bar.cjs.entry.js +1 -1
- package/dist/cjs/limel-tab-panel.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{dateFormatter-d7a8d40d.js → sv-dffe48b5.js} +222 -173
- package/dist/collection/components/badge/badge.css +26 -19
- package/dist/collection/components/badge/badge.js +7 -7
- package/dist/collection/components/banner/banner.css +1 -2
- package/dist/collection/components/button/button.css +38 -54
- package/dist/collection/components/button/button.js +3 -4
- package/dist/collection/components/button-group/button-group.css +35 -42
- package/dist/collection/components/button-group/button-group.js +8 -1
- package/dist/collection/components/checkbox/checkbox.css +22 -45
- package/dist/collection/components/chip-set/chip-set.css +212 -405
- package/dist/collection/components/chip-set/chip-set.js +1 -1
- package/dist/collection/components/code-editor/code-editor.css +4 -4
- package/dist/collection/components/collapsible-section/collapsible-section.css +1 -0
- package/dist/collection/components/color-picker/color-picker-palette.css +9 -9
- package/dist/collection/components/date-picker/date-picker.js +30 -5
- package/dist/collection/components/date-picker/dateFormatter.js +7 -3
- package/dist/collection/components/date-picker/flatpickr-adapter/flatpickr-adapter.js +22 -1
- package/dist/collection/components/date-picker/pickers/Picker.js +11 -8
- package/dist/collection/components/dialog/dialog.css +14 -27
- package/dist/collection/components/dock/dock-button/dock-button.css +8 -1
- package/dist/collection/components/dock/dock-button/dock-button.js +6 -1
- package/dist/collection/components/dock/dock.css +10 -0
- package/dist/collection/components/dock/dock.js +1 -0
- package/dist/collection/components/file/file.js +1 -1
- package/dist/collection/components/form/form.css +91 -4
- package/dist/collection/components/form/form.js +1 -0
- package/dist/collection/components/form/form.types.js +8 -0
- package/dist/collection/components/form/row/row.js +47 -0
- package/dist/collection/components/form/templates/object-field.js +5 -0
- package/dist/collection/components/form/templates/row-layout.js +20 -0
- package/dist/collection/components/header/header.css +2 -2
- package/dist/collection/components/header/header.js +7 -2
- package/dist/collection/components/icon-button/icon-button.css +6 -12
- package/dist/collection/components/info-tile/info-tile.css +4 -10
- package/dist/collection/components/info-tile/info-tile.js +3 -0
- package/dist/collection/components/input-field/input-field.css +190 -363
- package/dist/collection/components/input-field/input-field.js +1 -1
- package/dist/collection/components/linear-progress/linear-progress.css +7 -14
- package/dist/collection/components/list/list.css +373 -747
- package/dist/collection/components/menu/menu.css +19 -1
- package/dist/collection/components/menu/menu.js +10 -1
- package/dist/collection/components/menu-list/menu-list-renderer.js +6 -1
- package/dist/collection/components/menu-list/menu-list.css +385 -748
- package/dist/collection/components/menu-surface/menu-surface.css +13 -26
- package/dist/collection/components/select/select.css +165 -322
- package/dist/collection/components/slider/slider.css +31 -58
- package/dist/collection/components/snackbar/snackbar.css +19 -34
- package/dist/collection/components/snackbar/snackbar.js +1 -1
- package/dist/collection/components/spinner/spinner.css +4 -0
- package/dist/collection/components/split-button/split-button.css +8 -0
- package/dist/collection/components/switch/switch.css +21 -49
- package/dist/collection/components/tab-bar/tab-bar.css +20 -19
- package/dist/collection/components/tab-panel/tab-panel.css +5 -0
- package/dist/collection/style/internal/shared_input-select-picker.scss +4 -0
- package/dist/collection/style/internal/z-index.scss +0 -1
- package/dist/esm/lime-elements.js +1 -1
- package/dist/esm/limel-badge.entry.js +4 -6
- package/dist/esm/limel-button-group.entry.js +8 -2
- package/dist/esm/limel-button.entry.js +1 -2
- package/dist/esm/limel-chip-set.entry.js +1 -1
- package/dist/esm/limel-collapsible-section.entry.js +1 -1
- package/dist/esm/limel-date-picker.entry.js +46 -6
- package/dist/esm/limel-dialog.entry.js +1 -1
- package/dist/esm/limel-dock-button.entry.js +7 -2
- package/dist/esm/limel-dock.entry.js +1 -1
- package/dist/esm/limel-flatpickr-adapter.entry.js +96 -109
- package/dist/esm/limel-form.entry.js +79 -1
- package/dist/esm/limel-header.entry.js +2 -2
- package/dist/esm/limel-info-tile.entry.js +4 -1
- package/dist/esm/limel-input-field.entry.js +2 -2
- package/dist/esm/limel-menu-list.entry.js +7 -1
- package/dist/esm/limel-menu.entry.js +10 -2
- package/dist/esm/limel-portal.entry.js +3 -4
- package/dist/esm/limel-select.entry.js +1 -1
- package/dist/esm/limel-slider.entry.js +1 -1
- package/dist/esm/limel-snackbar.entry.js +1 -1
- package/dist/esm/limel-spinner.entry.js +1 -1
- package/dist/esm/limel-split-button.entry.js +1 -1
- package/dist/esm/limel-tab-bar.entry.js +1 -1
- package/dist/esm/limel-tab-panel.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{dateFormatter-784c3334.js → sv-336c4576.js} +222 -173
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/p-071e8438.entry.js +82 -0
- package/dist/lime-elements/{p-a8d38277.entry.js → p-10e259de.entry.js} +1 -1
- package/dist/lime-elements/p-2c9843fe.entry.js +16 -0
- package/dist/lime-elements/p-2fd478df.entry.js +1 -0
- package/dist/lime-elements/p-34c12f6d.entry.js +1 -0
- package/dist/lime-elements/p-3a7b55ce.entry.js +1 -0
- package/dist/lime-elements/p-3be2dfc7.entry.js +1 -0
- package/dist/lime-elements/{p-06f2f6b4.entry.js → p-3fda3473.entry.js} +1 -1
- package/dist/lime-elements/{p-65a3be2c.entry.js → p-404aca86.entry.js} +1 -1
- package/dist/lime-elements/p-4620a38e.entry.js +1 -0
- package/dist/lime-elements/{p-73df4d83.js → p-4dd9a5a5.js} +5 -3
- package/dist/lime-elements/{p-524bd0cc.entry.js → p-5393213b.entry.js} +1 -1
- package/dist/lime-elements/{p-e5213a54.entry.js → p-55c8cb64.entry.js} +4 -4
- package/dist/lime-elements/{p-c234a991.entry.js → p-878b61cd.entry.js} +1 -1
- package/dist/lime-elements/{p-864db270.entry.js → p-88e60f06.entry.js} +1 -1
- package/dist/lime-elements/{p-d379f4d6.entry.js → p-8c4e3b46.entry.js} +1 -1
- package/dist/lime-elements/{p-5f13035a.entry.js → p-95cefb5f.entry.js} +1 -1
- package/dist/lime-elements/p-98caf010.entry.js +1 -0
- package/dist/lime-elements/p-b40f37d7.entry.js +1 -0
- package/dist/lime-elements/p-c6c0d63c.entry.js +1 -0
- package/dist/lime-elements/{p-b079fc71.entry.js → p-cc3529bb.entry.js} +1 -1
- package/dist/lime-elements/p-d16b27b9.entry.js +1 -0
- package/dist/lime-elements/{p-a0c78744.entry.js → p-d3222d6c.entry.js} +1 -1
- package/dist/lime-elements/{p-d9c96100.entry.js → p-dcf88b3e.entry.js} +1 -1
- package/dist/lime-elements/p-f7875f4a.entry.js +1 -0
- package/dist/lime-elements/style/internal/shared_input-select-picker.scss +4 -0
- package/dist/lime-elements/style/internal/z-index.scss +0 -1
- package/dist/types/components/badge/badge.d.ts +4 -2
- package/dist/types/components/button/button.d.ts +3 -3
- package/dist/types/components/button/button.types.d.ts +4 -0
- package/dist/types/components/button-group/button-group.d.ts +2 -0
- package/dist/types/components/date-picker/date-picker.d.ts +10 -0
- package/dist/types/components/date-picker/date.types.d.ts +1 -1
- package/dist/types/components/date-picker/dateFormatter.d.ts +3 -2
- package/dist/types/components/date-picker/flatpickr-adapter/flatpickr-adapter.d.ts +1 -0
- package/dist/types/components/date-picker/pickers/Picker.d.ts +4 -2
- package/dist/types/components/dock/dock-button/dock-button.d.ts +1 -0
- package/dist/types/components/dock/dock.d.ts +1 -0
- package/dist/types/components/dock/dock.types.d.ts +4 -0
- package/dist/types/components/form/form.d.ts +1 -0
- package/dist/types/components/form/form.types.d.ts +16 -1
- package/dist/types/components/form/row/row.d.ts +16 -0
- package/dist/types/components/form/templates/row-layout.d.ts +11 -0
- package/dist/types/components/form/templates/types.d.ts +3 -0
- package/dist/types/components/header/header.d.ts +6 -1
- package/dist/types/components/menu/menu.d.ts +3 -0
- package/dist/types/components/menu/menu.types.d.ts +4 -0
- package/dist/types/components/menu-list/menu-list-renderer.d.ts +1 -0
- package/dist/types/components.d.ts +11 -1
- package/package.json +23 -20
- package/dist/lime-elements/p-52e18d94.entry.js +0 -1
- package/dist/lime-elements/p-61b3352f.entry.js +0 -1
- package/dist/lime-elements/p-8ca53aa2.entry.js +0 -1
- package/dist/lime-elements/p-90961075.entry.js +0 -1
- package/dist/lime-elements/p-91604294.entry.js +0 -1
- package/dist/lime-elements/p-95fd48d0.entry.js +0 -82
- package/dist/lime-elements/p-c4a89055.entry.js +0 -16
- package/dist/lime-elements/p-c6c37de3.entry.js +0 -1
- package/dist/lime-elements/p-cc9f89a9.entry.js +0 -1
- package/dist/lime-elements/p-d512656b.entry.js +0 -1
- package/dist/lime-elements/p-e6a11b73.entry.js +0 -1
- package/dist/lime-elements/p-f9958763.entry.js +0 -1
|
@@ -87,14 +87,11 @@
|
|
|
87
87
|
/* @alternate */
|
|
88
88
|
text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
|
|
89
89
|
position: absolute;
|
|
90
|
-
/* @noflip */
|
|
91
|
-
/*rtl:ignore*/
|
|
90
|
+
/* @noflip */ /*rtl:ignore*/
|
|
92
91
|
left: 0;
|
|
93
|
-
/* @noflip */
|
|
94
|
-
/*rtl:ignore*/
|
|
92
|
+
/* @noflip */ /*rtl:ignore*/
|
|
95
93
|
-webkit-transform-origin: left top;
|
|
96
|
-
/* @noflip */
|
|
97
|
-
/*rtl:ignore*/
|
|
94
|
+
/* @noflip */ /*rtl:ignore*/
|
|
98
95
|
transform-origin: left top;
|
|
99
96
|
line-height: 1.15rem;
|
|
100
97
|
text-align: left;
|
|
@@ -108,20 +105,15 @@
|
|
|
108
105
|
}
|
|
109
106
|
[dir=rtl] .mdc-floating-label, .mdc-floating-label[dir=rtl] {
|
|
110
107
|
/*rtl:begin:ignore*/
|
|
111
|
-
/* @noflip */
|
|
112
|
-
/*rtl:ignore*/
|
|
108
|
+
/* @noflip */ /*rtl:ignore*/
|
|
113
109
|
right: 0;
|
|
114
|
-
/* @noflip */
|
|
115
|
-
/*rtl:ignore*/
|
|
110
|
+
/* @noflip */ /*rtl:ignore*/
|
|
116
111
|
left: auto;
|
|
117
|
-
/* @noflip */
|
|
118
|
-
/*rtl:ignore*/
|
|
112
|
+
/* @noflip */ /*rtl:ignore*/
|
|
119
113
|
-webkit-transform-origin: right top;
|
|
120
|
-
/* @noflip */
|
|
121
|
-
/*rtl:ignore*/
|
|
114
|
+
/* @noflip */ /*rtl:ignore*/
|
|
122
115
|
transform-origin: right top;
|
|
123
|
-
/* @noflip */
|
|
124
|
-
/*rtl:ignore*/
|
|
116
|
+
/* @noflip */ /*rtl:ignore*/
|
|
125
117
|
text-align: right;
|
|
126
118
|
/*rtl:end:ignore*/
|
|
127
119
|
}
|
|
@@ -131,11 +123,9 @@
|
|
|
131
123
|
}
|
|
132
124
|
|
|
133
125
|
.mdc-floating-label--required::after {
|
|
134
|
-
/* @noflip */
|
|
135
|
-
/*rtl:ignore*/
|
|
126
|
+
/* @noflip */ /*rtl:ignore*/
|
|
136
127
|
margin-left: 1px;
|
|
137
|
-
/* @noflip */
|
|
138
|
-
/*rtl:ignore*/
|
|
128
|
+
/* @noflip */ /*rtl:ignore*/
|
|
139
129
|
margin-right: 0px;
|
|
140
130
|
content: "*";
|
|
141
131
|
}
|
|
@@ -144,11 +134,9 @@
|
|
|
144
134
|
/*rtl:end:ignore*/
|
|
145
135
|
}
|
|
146
136
|
[dir=rtl] .mdc-floating-label--required::after, .mdc-floating-label--required[dir=rtl]::after {
|
|
147
|
-
/* @noflip */
|
|
148
|
-
/*rtl:ignore*/
|
|
137
|
+
/* @noflip */ /*rtl:ignore*/
|
|
149
138
|
margin-left: 0;
|
|
150
|
-
/* @noflip */
|
|
151
|
-
/*rtl:ignore*/
|
|
139
|
+
/* @noflip */ /*rtl:ignore*/
|
|
152
140
|
margin-right: 1px;
|
|
153
141
|
}
|
|
154
142
|
|
|
@@ -162,25 +150,21 @@
|
|
|
162
150
|
|
|
163
151
|
@keyframes mdc-floating-label-shake-float-above-standard {
|
|
164
152
|
0% {
|
|
165
|
-
/* @noflip */
|
|
166
|
-
/*rtl:ignore*/
|
|
153
|
+
/* @noflip */ /*rtl:ignore*/
|
|
167
154
|
transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
|
|
168
155
|
}
|
|
169
156
|
33% {
|
|
170
157
|
animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
|
|
171
|
-
/* @noflip */
|
|
172
|
-
/*rtl:ignore*/
|
|
158
|
+
/* @noflip */ /*rtl:ignore*/
|
|
173
159
|
transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
|
|
174
160
|
}
|
|
175
161
|
66% {
|
|
176
162
|
animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
|
|
177
|
-
/* @noflip */
|
|
178
|
-
/*rtl:ignore*/
|
|
163
|
+
/* @noflip */ /*rtl:ignore*/
|
|
179
164
|
transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
|
|
180
165
|
}
|
|
181
166
|
100% {
|
|
182
|
-
/* @noflip */
|
|
183
|
-
/*rtl:ignore*/
|
|
167
|
+
/* @noflip */ /*rtl:ignore*/
|
|
184
168
|
transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
|
|
185
169
|
}
|
|
186
170
|
}
|
|
@@ -252,15 +236,13 @@
|
|
|
252
236
|
width: 100%;
|
|
253
237
|
max-width: 100%;
|
|
254
238
|
height: 100%;
|
|
255
|
-
/* @noflip */
|
|
256
|
-
/*rtl:ignore*/
|
|
239
|
+
/* @noflip */ /*rtl:ignore*/
|
|
257
240
|
text-align: left;
|
|
258
241
|
pointer-events: none;
|
|
259
242
|
}
|
|
260
243
|
[dir=rtl] .mdc-notched-outline, .mdc-notched-outline[dir=rtl] {
|
|
261
244
|
/*rtl:begin:ignore*/
|
|
262
|
-
/* @noflip */
|
|
263
|
-
/*rtl:ignore*/
|
|
245
|
+
/* @noflip */ /*rtl:ignore*/
|
|
264
246
|
text-align: right;
|
|
265
247
|
/*rtl:end:ignore*/
|
|
266
248
|
}
|
|
@@ -273,41 +255,33 @@
|
|
|
273
255
|
pointer-events: none;
|
|
274
256
|
}
|
|
275
257
|
.mdc-notched-outline__leading {
|
|
276
|
-
/* @noflip */
|
|
277
|
-
/*rtl:ignore*/
|
|
258
|
+
/* @noflip */ /*rtl:ignore*/
|
|
278
259
|
border-left: 1px solid;
|
|
279
|
-
/* @noflip */
|
|
280
|
-
/*rtl:ignore*/
|
|
260
|
+
/* @noflip */ /*rtl:ignore*/
|
|
281
261
|
border-right: none;
|
|
282
262
|
width: 12px;
|
|
283
263
|
}
|
|
284
264
|
[dir=rtl] .mdc-notched-outline__leading, .mdc-notched-outline__leading[dir=rtl] {
|
|
285
265
|
/*rtl:begin:ignore*/
|
|
286
|
-
/* @noflip */
|
|
287
|
-
/*rtl:ignore*/
|
|
266
|
+
/* @noflip */ /*rtl:ignore*/
|
|
288
267
|
border-left: none;
|
|
289
|
-
/* @noflip */
|
|
290
|
-
/*rtl:ignore*/
|
|
268
|
+
/* @noflip */ /*rtl:ignore*/
|
|
291
269
|
border-right: 1px solid;
|
|
292
270
|
/*rtl:end:ignore*/
|
|
293
271
|
}
|
|
294
272
|
|
|
295
273
|
.mdc-notched-outline__trailing {
|
|
296
|
-
/* @noflip */
|
|
297
|
-
/*rtl:ignore*/
|
|
274
|
+
/* @noflip */ /*rtl:ignore*/
|
|
298
275
|
border-left: none;
|
|
299
|
-
/* @noflip */
|
|
300
|
-
/*rtl:ignore*/
|
|
276
|
+
/* @noflip */ /*rtl:ignore*/
|
|
301
277
|
border-right: 1px solid;
|
|
302
278
|
flex-grow: 1;
|
|
303
279
|
}
|
|
304
280
|
[dir=rtl] .mdc-notched-outline__trailing, .mdc-notched-outline__trailing[dir=rtl] {
|
|
305
281
|
/*rtl:begin:ignore*/
|
|
306
|
-
/* @noflip */
|
|
307
|
-
/*rtl:ignore*/
|
|
282
|
+
/* @noflip */ /*rtl:ignore*/
|
|
308
283
|
border-left: 1px solid;
|
|
309
|
-
/* @noflip */
|
|
310
|
-
/*rtl:ignore*/
|
|
284
|
+
/* @noflip */ /*rtl:ignore*/
|
|
311
285
|
border-right: none;
|
|
312
286
|
/*rtl:end:ignore*/
|
|
313
287
|
}
|
|
@@ -330,21 +304,17 @@
|
|
|
330
304
|
}
|
|
331
305
|
|
|
332
306
|
.mdc-notched-outline--notched .mdc-notched-outline__notch {
|
|
333
|
-
/* @noflip */
|
|
334
|
-
/*rtl:ignore*/
|
|
307
|
+
/* @noflip */ /*rtl:ignore*/
|
|
335
308
|
padding-left: 0;
|
|
336
|
-
/* @noflip */
|
|
337
|
-
/*rtl:ignore*/
|
|
309
|
+
/* @noflip */ /*rtl:ignore*/
|
|
338
310
|
padding-right: 8px;
|
|
339
311
|
border-top: none;
|
|
340
312
|
}
|
|
341
313
|
[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch, .mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl] {
|
|
342
314
|
/*rtl:begin:ignore*/
|
|
343
|
-
/* @noflip */
|
|
344
|
-
/*rtl:ignore*/
|
|
315
|
+
/* @noflip */ /*rtl:ignore*/
|
|
345
316
|
padding-left: 8px;
|
|
346
|
-
/* @noflip */
|
|
347
|
-
/*rtl:ignore*/
|
|
317
|
+
/* @noflip */ /*rtl:ignore*/
|
|
348
318
|
padding-right: 0;
|
|
349
319
|
/*rtl:end:ignore*/
|
|
350
320
|
}
|
|
@@ -409,8 +379,8 @@
|
|
|
409
379
|
border-bottom-color: GrayText;
|
|
410
380
|
}
|
|
411
381
|
.mdc-select.mdc-select--disabled .mdc-notched-outline__leading,
|
|
412
|
-
.mdc-select.mdc-select--disabled .mdc-notched-outline__notch,
|
|
413
|
-
.mdc-select.mdc-select--disabled .mdc-notched-outline__trailing {
|
|
382
|
+
.mdc-select.mdc-select--disabled .mdc-notched-outline__notch,
|
|
383
|
+
.mdc-select.mdc-select--disabled .mdc-notched-outline__trailing {
|
|
414
384
|
border-color: GrayText;
|
|
415
385
|
}
|
|
416
386
|
.mdc-select.mdc-select--disabled .mdc-select__icon {
|
|
@@ -426,39 +396,31 @@
|
|
|
426
396
|
pointer-events: none;
|
|
427
397
|
}
|
|
428
398
|
.mdc-select .mdc-select__anchor {
|
|
429
|
-
/* @noflip */
|
|
430
|
-
/*rtl:ignore*/
|
|
399
|
+
/* @noflip */ /*rtl:ignore*/
|
|
431
400
|
padding-left: 16px;
|
|
432
|
-
/* @noflip */
|
|
433
|
-
/*rtl:ignore*/
|
|
401
|
+
/* @noflip */ /*rtl:ignore*/
|
|
434
402
|
padding-right: 0;
|
|
435
403
|
}
|
|
436
404
|
[dir=rtl] .mdc-select .mdc-select__anchor, .mdc-select .mdc-select__anchor[dir=rtl] {
|
|
437
405
|
/*rtl:begin:ignore*/
|
|
438
|
-
/* @noflip */
|
|
439
|
-
/*rtl:ignore*/
|
|
406
|
+
/* @noflip */ /*rtl:ignore*/
|
|
440
407
|
padding-left: 0;
|
|
441
|
-
/* @noflip */
|
|
442
|
-
/*rtl:ignore*/
|
|
408
|
+
/* @noflip */ /*rtl:ignore*/
|
|
443
409
|
padding-right: 16px;
|
|
444
410
|
/*rtl:end:ignore*/
|
|
445
411
|
}
|
|
446
412
|
|
|
447
413
|
.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor {
|
|
448
|
-
/* @noflip */
|
|
449
|
-
/*rtl:ignore*/
|
|
414
|
+
/* @noflip */ /*rtl:ignore*/
|
|
450
415
|
padding-left: 0;
|
|
451
|
-
/* @noflip */
|
|
452
|
-
/*rtl:ignore*/
|
|
416
|
+
/* @noflip */ /*rtl:ignore*/
|
|
453
417
|
padding-right: 0;
|
|
454
418
|
}
|
|
455
419
|
[dir=rtl] .mdc-select.mdc-select--with-leading-icon .mdc-select__anchor, .mdc-select.mdc-select--with-leading-icon .mdc-select__anchor[dir=rtl] {
|
|
456
420
|
/*rtl:begin:ignore*/
|
|
457
|
-
/* @noflip */
|
|
458
|
-
/*rtl:ignore*/
|
|
421
|
+
/* @noflip */ /*rtl:ignore*/
|
|
459
422
|
padding-left: 0;
|
|
460
|
-
/* @noflip */
|
|
461
|
-
/*rtl:ignore*/
|
|
423
|
+
/* @noflip */ /*rtl:ignore*/
|
|
462
424
|
padding-right: 0;
|
|
463
425
|
/*rtl:end:ignore*/
|
|
464
426
|
}
|
|
@@ -473,49 +435,39 @@
|
|
|
473
435
|
height: 24px;
|
|
474
436
|
}
|
|
475
437
|
.mdc-select .mdc-select__menu .mdc-deprecated-list-item {
|
|
476
|
-
/* @noflip */
|
|
477
|
-
/*rtl:ignore*/
|
|
438
|
+
/* @noflip */ /*rtl:ignore*/
|
|
478
439
|
padding-left: 16px;
|
|
479
|
-
/* @noflip */
|
|
480
|
-
/*rtl:ignore*/
|
|
440
|
+
/* @noflip */ /*rtl:ignore*/
|
|
481
441
|
padding-right: 16px;
|
|
482
442
|
}
|
|
483
443
|
[dir=rtl] .mdc-select .mdc-select__menu .mdc-deprecated-list-item, .mdc-select .mdc-select__menu .mdc-deprecated-list-item[dir=rtl] {
|
|
484
444
|
/*rtl:begin:ignore*/
|
|
485
|
-
/* @noflip */
|
|
486
|
-
/*rtl:ignore*/
|
|
445
|
+
/* @noflip */ /*rtl:ignore*/
|
|
487
446
|
padding-left: 16px;
|
|
488
|
-
/* @noflip */
|
|
489
|
-
/*rtl:ignore*/
|
|
447
|
+
/* @noflip */ /*rtl:ignore*/
|
|
490
448
|
padding-right: 16px;
|
|
491
449
|
/*rtl:end:ignore*/
|
|
492
450
|
}
|
|
493
451
|
|
|
494
452
|
.mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic {
|
|
495
|
-
/* @noflip */
|
|
496
|
-
/*rtl:ignore*/
|
|
453
|
+
/* @noflip */ /*rtl:ignore*/
|
|
497
454
|
margin-left: 0;
|
|
498
|
-
/* @noflip */
|
|
499
|
-
/*rtl:ignore*/
|
|
455
|
+
/* @noflip */ /*rtl:ignore*/
|
|
500
456
|
margin-right: 12px;
|
|
501
457
|
}
|
|
502
458
|
[dir=rtl] .mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic, .mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic[dir=rtl] {
|
|
503
459
|
/*rtl:begin:ignore*/
|
|
504
|
-
/* @noflip */
|
|
505
|
-
/*rtl:ignore*/
|
|
460
|
+
/* @noflip */ /*rtl:ignore*/
|
|
506
461
|
margin-left: 12px;
|
|
507
|
-
/* @noflip */
|
|
508
|
-
/*rtl:ignore*/
|
|
462
|
+
/* @noflip */ /*rtl:ignore*/
|
|
509
463
|
margin-right: 0;
|
|
510
464
|
/*rtl:end:ignore*/
|
|
511
465
|
}
|
|
512
466
|
|
|
513
467
|
.mdc-select__dropdown-icon {
|
|
514
|
-
/* @noflip */
|
|
515
|
-
/*rtl:ignore*/
|
|
468
|
+
/* @noflip */ /*rtl:ignore*/
|
|
516
469
|
margin-left: 12px;
|
|
517
|
-
/* @noflip */
|
|
518
|
-
/*rtl:ignore*/
|
|
470
|
+
/* @noflip */ /*rtl:ignore*/
|
|
519
471
|
margin-right: 12px;
|
|
520
472
|
display: inline-flex;
|
|
521
473
|
position: relative;
|
|
@@ -545,11 +497,9 @@
|
|
|
545
497
|
}
|
|
546
498
|
[dir=rtl] .mdc-select__dropdown-icon, .mdc-select__dropdown-icon[dir=rtl] {
|
|
547
499
|
/*rtl:begin:ignore*/
|
|
548
|
-
/* @noflip */
|
|
549
|
-
/*rtl:ignore*/
|
|
500
|
+
/* @noflip */ /*rtl:ignore*/
|
|
550
501
|
margin-left: 12px;
|
|
551
|
-
/* @noflip */
|
|
552
|
-
/*rtl:ignore*/
|
|
502
|
+
/* @noflip */ /*rtl:ignore*/
|
|
553
503
|
margin-right: 12px;
|
|
554
504
|
/*rtl:end:ignore*/
|
|
555
505
|
}
|
|
@@ -622,14 +572,12 @@
|
|
|
622
572
|
overflow: hidden;
|
|
623
573
|
display: block;
|
|
624
574
|
width: 100%;
|
|
625
|
-
/* @noflip */
|
|
626
|
-
/*rtl:ignore*/
|
|
575
|
+
/* @noflip */ /*rtl:ignore*/
|
|
627
576
|
text-align: left;
|
|
628
577
|
}
|
|
629
578
|
[dir=rtl] .mdc-select__selected-text, .mdc-select__selected-text[dir=rtl] {
|
|
630
579
|
/*rtl:begin:ignore*/
|
|
631
|
-
/* @noflip */
|
|
632
|
-
/*rtl:ignore*/
|
|
580
|
+
/* @noflip */ /*rtl:ignore*/
|
|
633
581
|
text-align: right;
|
|
634
582
|
/*rtl:end:ignore*/
|
|
635
583
|
}
|
|
@@ -665,40 +613,32 @@
|
|
|
665
613
|
}
|
|
666
614
|
|
|
667
615
|
.mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item {
|
|
668
|
-
/* @noflip */
|
|
669
|
-
/*rtl:ignore*/
|
|
616
|
+
/* @noflip */ /*rtl:ignore*/
|
|
670
617
|
padding-left: 12px;
|
|
671
|
-
/* @noflip */
|
|
672
|
-
/*rtl:ignore*/
|
|
618
|
+
/* @noflip */ /*rtl:ignore*/
|
|
673
619
|
padding-right: 12px;
|
|
674
620
|
}
|
|
675
621
|
[dir=rtl] .mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item, .mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item[dir=rtl] {
|
|
676
622
|
/*rtl:begin:ignore*/
|
|
677
|
-
/* @noflip */
|
|
678
|
-
/*rtl:ignore*/
|
|
623
|
+
/* @noflip */ /*rtl:ignore*/
|
|
679
624
|
padding-left: 12px;
|
|
680
|
-
/* @noflip */
|
|
681
|
-
/*rtl:ignore*/
|
|
625
|
+
/* @noflip */ /*rtl:ignore*/
|
|
682
626
|
padding-right: 12px;
|
|
683
627
|
/*rtl:end:ignore*/
|
|
684
628
|
}
|
|
685
629
|
|
|
686
630
|
.mdc-select__menu .mdc-deprecated-list .mdc-select__icon,
|
|
687
631
|
.mdc-select__menu .mdc-list .mdc-select__icon {
|
|
688
|
-
/* @noflip */
|
|
689
|
-
/*rtl:ignore*/
|
|
632
|
+
/* @noflip */ /*rtl:ignore*/
|
|
690
633
|
margin-left: 0;
|
|
691
|
-
/* @noflip */
|
|
692
|
-
/*rtl:ignore*/
|
|
634
|
+
/* @noflip */ /*rtl:ignore*/
|
|
693
635
|
margin-right: 0;
|
|
694
636
|
}
|
|
695
637
|
[dir=rtl] .mdc-select__menu .mdc-deprecated-list .mdc-select__icon, [dir=rtl] .mdc-select__menu .mdc-list .mdc-select__icon, .mdc-select__menu .mdc-deprecated-list .mdc-select__icon[dir=rtl], .mdc-select__menu .mdc-list .mdc-select__icon[dir=rtl] {
|
|
696
638
|
/*rtl:begin:ignore*/
|
|
697
|
-
/* @noflip */
|
|
698
|
-
/*rtl:ignore*/
|
|
639
|
+
/* @noflip */ /*rtl:ignore*/
|
|
699
640
|
margin-left: 0;
|
|
700
|
-
/* @noflip */
|
|
701
|
-
/*rtl:ignore*/
|
|
641
|
+
/* @noflip */ /*rtl:ignore*/
|
|
702
642
|
margin-right: 0;
|
|
703
643
|
/*rtl:end:ignore*/
|
|
704
644
|
}
|
|
@@ -726,20 +666,16 @@
|
|
|
726
666
|
}
|
|
727
667
|
|
|
728
668
|
.mdc-select__option {
|
|
729
|
-
/* @noflip */
|
|
730
|
-
/*rtl:ignore*/
|
|
669
|
+
/* @noflip */ /*rtl:ignore*/
|
|
731
670
|
padding-left: 16px;
|
|
732
|
-
/* @noflip */
|
|
733
|
-
/*rtl:ignore*/
|
|
671
|
+
/* @noflip */ /*rtl:ignore*/
|
|
734
672
|
padding-right: 16px;
|
|
735
673
|
}
|
|
736
674
|
[dir=rtl] .mdc-select__option, .mdc-select__option[dir=rtl] {
|
|
737
675
|
/*rtl:begin:ignore*/
|
|
738
|
-
/* @noflip */
|
|
739
|
-
/*rtl:ignore*/
|
|
676
|
+
/* @noflip */ /*rtl:ignore*/
|
|
740
677
|
padding-left: 16px;
|
|
741
|
-
/* @noflip */
|
|
742
|
-
/*rtl:ignore*/
|
|
678
|
+
/* @noflip */ /*rtl:ignore*/
|
|
743
679
|
padding-right: 16px;
|
|
744
680
|
/*rtl:end:ignore*/
|
|
745
681
|
}
|
|
@@ -790,47 +726,37 @@
|
|
|
790
726
|
}
|
|
791
727
|
|
|
792
728
|
.mdc-select__option-with-leading-content {
|
|
793
|
-
/* @noflip */
|
|
794
|
-
/*rtl:ignore*/
|
|
729
|
+
/* @noflip */ /*rtl:ignore*/
|
|
795
730
|
padding-left: 0;
|
|
796
|
-
/* @noflip */
|
|
797
|
-
/*rtl:ignore*/
|
|
731
|
+
/* @noflip */ /*rtl:ignore*/
|
|
798
732
|
padding-right: 12px;
|
|
799
733
|
}
|
|
800
734
|
.mdc-select__option-with-leading-content.mdc-list-item {
|
|
801
|
-
/* @noflip */
|
|
802
|
-
/*rtl:ignore*/
|
|
735
|
+
/* @noflip */ /*rtl:ignore*/
|
|
803
736
|
padding-left: 0;
|
|
804
|
-
/* @noflip */
|
|
805
|
-
/*rtl:ignore*/
|
|
737
|
+
/* @noflip */ /*rtl:ignore*/
|
|
806
738
|
padding-right: auto;
|
|
807
739
|
}
|
|
808
740
|
[dir=rtl] .mdc-select__option-with-leading-content.mdc-list-item, .mdc-select__option-with-leading-content.mdc-list-item[dir=rtl] {
|
|
809
741
|
/*rtl:begin:ignore*/
|
|
810
|
-
/* @noflip */
|
|
811
|
-
/*rtl:ignore*/
|
|
742
|
+
/* @noflip */ /*rtl:ignore*/
|
|
812
743
|
padding-left: auto;
|
|
813
|
-
/* @noflip */
|
|
814
|
-
/*rtl:ignore*/
|
|
744
|
+
/* @noflip */ /*rtl:ignore*/
|
|
815
745
|
padding-right: 0;
|
|
816
746
|
/*rtl:end:ignore*/
|
|
817
747
|
}
|
|
818
748
|
|
|
819
749
|
.mdc-select__option-with-leading-content .mdc-list-item__start {
|
|
820
|
-
/* @noflip */
|
|
821
|
-
/*rtl:ignore*/
|
|
750
|
+
/* @noflip */ /*rtl:ignore*/
|
|
822
751
|
margin-left: 12px;
|
|
823
|
-
/* @noflip */
|
|
824
|
-
/*rtl:ignore*/
|
|
752
|
+
/* @noflip */ /*rtl:ignore*/
|
|
825
753
|
margin-right: 0;
|
|
826
754
|
}
|
|
827
755
|
[dir=rtl] .mdc-select__option-with-leading-content .mdc-list-item__start, .mdc-select__option-with-leading-content .mdc-list-item__start[dir=rtl] {
|
|
828
756
|
/*rtl:begin:ignore*/
|
|
829
|
-
/* @noflip */
|
|
830
|
-
/*rtl:ignore*/
|
|
757
|
+
/* @noflip */ /*rtl:ignore*/
|
|
831
758
|
margin-left: 0;
|
|
832
|
-
/* @noflip */
|
|
833
|
-
/*rtl:ignore*/
|
|
759
|
+
/* @noflip */ /*rtl:ignore*/
|
|
834
760
|
margin-right: 12px;
|
|
835
761
|
/*rtl:end:ignore*/
|
|
836
762
|
}
|
|
@@ -841,49 +767,39 @@
|
|
|
841
767
|
}
|
|
842
768
|
[dir=rtl] .mdc-select__option-with-leading-content, .mdc-select__option-with-leading-content[dir=rtl] {
|
|
843
769
|
/*rtl:begin:ignore*/
|
|
844
|
-
/* @noflip */
|
|
845
|
-
/*rtl:ignore*/
|
|
770
|
+
/* @noflip */ /*rtl:ignore*/
|
|
846
771
|
padding-left: 12px;
|
|
847
|
-
/* @noflip */
|
|
848
|
-
/*rtl:ignore*/
|
|
772
|
+
/* @noflip */ /*rtl:ignore*/
|
|
849
773
|
padding-right: 0;
|
|
850
774
|
/*rtl:end:ignore*/
|
|
851
775
|
}
|
|
852
776
|
|
|
853
777
|
.mdc-select__option-with-meta.mdc-list-item {
|
|
854
|
-
/* @noflip */
|
|
855
|
-
/*rtl:ignore*/
|
|
778
|
+
/* @noflip */ /*rtl:ignore*/
|
|
856
779
|
padding-left: auto;
|
|
857
|
-
/* @noflip */
|
|
858
|
-
/*rtl:ignore*/
|
|
780
|
+
/* @noflip */ /*rtl:ignore*/
|
|
859
781
|
padding-right: 0;
|
|
860
782
|
}
|
|
861
783
|
[dir=rtl] .mdc-select__option-with-meta.mdc-list-item, .mdc-select__option-with-meta.mdc-list-item[dir=rtl] {
|
|
862
784
|
/*rtl:begin:ignore*/
|
|
863
|
-
/* @noflip */
|
|
864
|
-
/*rtl:ignore*/
|
|
785
|
+
/* @noflip */ /*rtl:ignore*/
|
|
865
786
|
padding-left: 0;
|
|
866
|
-
/* @noflip */
|
|
867
|
-
/*rtl:ignore*/
|
|
787
|
+
/* @noflip */ /*rtl:ignore*/
|
|
868
788
|
padding-right: auto;
|
|
869
789
|
/*rtl:end:ignore*/
|
|
870
790
|
}
|
|
871
791
|
|
|
872
792
|
.mdc-select__option-with-meta .mdc-list-item__end {
|
|
873
|
-
/* @noflip */
|
|
874
|
-
/*rtl:ignore*/
|
|
793
|
+
/* @noflip */ /*rtl:ignore*/
|
|
875
794
|
margin-left: 12px;
|
|
876
|
-
/* @noflip */
|
|
877
|
-
/*rtl:ignore*/
|
|
795
|
+
/* @noflip */ /*rtl:ignore*/
|
|
878
796
|
margin-right: 12px;
|
|
879
797
|
}
|
|
880
798
|
[dir=rtl] .mdc-select__option-with-meta .mdc-list-item__end, .mdc-select__option-with-meta .mdc-list-item__end[dir=rtl] {
|
|
881
799
|
/*rtl:begin:ignore*/
|
|
882
|
-
/* @noflip */
|
|
883
|
-
/*rtl:ignore*/
|
|
800
|
+
/* @noflip */ /*rtl:ignore*/
|
|
884
801
|
margin-left: 12px;
|
|
885
|
-
/* @noflip */
|
|
886
|
-
/*rtl:ignore*/
|
|
802
|
+
/* @noflip */ /*rtl:ignore*/
|
|
887
803
|
margin-right: 12px;
|
|
888
804
|
/*rtl:end:ignore*/
|
|
889
805
|
}
|
|
@@ -956,39 +872,31 @@
|
|
|
956
872
|
opacity: 1;
|
|
957
873
|
}
|
|
958
874
|
.mdc-select--filled .mdc-floating-label {
|
|
959
|
-
/* @noflip */
|
|
960
|
-
/*rtl:ignore*/
|
|
875
|
+
/* @noflip */ /*rtl:ignore*/
|
|
961
876
|
left: 16px;
|
|
962
|
-
/* @noflip */
|
|
963
|
-
/*rtl:ignore*/
|
|
877
|
+
/* @noflip */ /*rtl:ignore*/
|
|
964
878
|
right: initial;
|
|
965
879
|
}
|
|
966
880
|
[dir=rtl] .mdc-select--filled .mdc-floating-label, .mdc-select--filled .mdc-floating-label[dir=rtl] {
|
|
967
881
|
/*rtl:begin:ignore*/
|
|
968
|
-
/* @noflip */
|
|
969
|
-
/*rtl:ignore*/
|
|
882
|
+
/* @noflip */ /*rtl:ignore*/
|
|
970
883
|
left: initial;
|
|
971
|
-
/* @noflip */
|
|
972
|
-
/*rtl:ignore*/
|
|
884
|
+
/* @noflip */ /*rtl:ignore*/
|
|
973
885
|
right: 16px;
|
|
974
886
|
/*rtl:end:ignore*/
|
|
975
887
|
}
|
|
976
888
|
|
|
977
889
|
.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label {
|
|
978
|
-
/* @noflip */
|
|
979
|
-
/*rtl:ignore*/
|
|
890
|
+
/* @noflip */ /*rtl:ignore*/
|
|
980
891
|
left: 48px;
|
|
981
|
-
/* @noflip */
|
|
982
|
-
/*rtl:ignore*/
|
|
892
|
+
/* @noflip */ /*rtl:ignore*/
|
|
983
893
|
right: initial;
|
|
984
894
|
}
|
|
985
895
|
[dir=rtl] .mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label, .mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl] {
|
|
986
896
|
/*rtl:begin:ignore*/
|
|
987
|
-
/* @noflip */
|
|
988
|
-
/*rtl:ignore*/
|
|
897
|
+
/* @noflip */ /*rtl:ignore*/
|
|
989
898
|
left: initial;
|
|
990
|
-
/* @noflip */
|
|
991
|
-
/*rtl:ignore*/
|
|
899
|
+
/* @noflip */ /*rtl:ignore*/
|
|
992
900
|
right: 48px;
|
|
993
901
|
/*rtl:end:ignore*/
|
|
994
902
|
}
|
|
@@ -1040,172 +948,138 @@
|
|
|
1040
948
|
}
|
|
1041
949
|
@keyframes mdc-floating-label-shake-float-above-select-outlined-56px {
|
|
1042
950
|
0% {
|
|
1043
|
-
/* @noflip */
|
|
1044
|
-
/*rtl:ignore*/
|
|
951
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1045
952
|
transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
|
|
1046
953
|
}
|
|
1047
954
|
33% {
|
|
1048
955
|
animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
|
|
1049
|
-
/* @noflip */
|
|
1050
|
-
/*rtl:ignore*/
|
|
956
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1051
957
|
transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
|
|
1052
958
|
}
|
|
1053
959
|
66% {
|
|
1054
960
|
animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
|
|
1055
|
-
/* @noflip */
|
|
1056
|
-
/*rtl:ignore*/
|
|
961
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1057
962
|
transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
|
|
1058
963
|
}
|
|
1059
964
|
100% {
|
|
1060
|
-
/* @noflip */
|
|
1061
|
-
/*rtl:ignore*/
|
|
965
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1062
966
|
transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
|
|
1063
967
|
}
|
|
1064
968
|
}
|
|
1065
969
|
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
|
|
1066
|
-
/* @noflip */
|
|
1067
|
-
/*rtl:ignore*/
|
|
970
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1068
971
|
border-top-left-radius: 4px;
|
|
1069
972
|
/* @alternate */
|
|
1070
|
-
/* @noflip */
|
|
1071
|
-
/*rtl:ignore*/
|
|
973
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1072
974
|
border-top-left-radius: var(--mdc-shape-small, 4px);
|
|
1073
|
-
/* @noflip */
|
|
1074
|
-
/*rtl:ignore*/
|
|
975
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1075
976
|
border-top-right-radius: 0;
|
|
1076
|
-
/* @noflip */
|
|
1077
|
-
/*rtl:ignore*/
|
|
977
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1078
978
|
border-bottom-right-radius: 0;
|
|
1079
|
-
/* @noflip */
|
|
1080
|
-
/*rtl:ignore*/
|
|
979
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1081
980
|
border-bottom-left-radius: 4px;
|
|
1082
981
|
/* @alternate */
|
|
1083
|
-
/* @noflip */
|
|
1084
|
-
/*rtl:ignore*/
|
|
982
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1085
983
|
border-bottom-left-radius: var(--mdc-shape-small, 4px);
|
|
1086
984
|
}
|
|
1087
985
|
[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading, .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
|
|
1088
986
|
/*rtl:begin:ignore*/
|
|
1089
|
-
/* @noflip */
|
|
1090
|
-
/*rtl:ignore*/
|
|
987
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1091
988
|
border-top-left-radius: 0;
|
|
1092
|
-
/* @noflip */
|
|
1093
|
-
/*rtl:ignore*/
|
|
989
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1094
990
|
border-top-right-radius: 4px;
|
|
1095
991
|
/* @alternate */
|
|
1096
|
-
/* @noflip */
|
|
1097
|
-
/*rtl:ignore*/
|
|
992
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1098
993
|
border-top-right-radius: var(--mdc-shape-small, 4px);
|
|
1099
|
-
/* @noflip */
|
|
1100
|
-
/*rtl:ignore*/
|
|
994
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1101
995
|
border-bottom-right-radius: 4px;
|
|
1102
996
|
/* @alternate */
|
|
1103
|
-
/* @noflip */
|
|
1104
|
-
/*rtl:ignore*/
|
|
997
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1105
998
|
border-bottom-right-radius: var(--mdc-shape-small, 4px);
|
|
1106
|
-
/* @noflip */
|
|
1107
|
-
/*rtl:ignore*/
|
|
999
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1108
1000
|
border-bottom-left-radius: 0;
|
|
1109
1001
|
/*rtl:end:ignore*/
|
|
1110
1002
|
}
|
|
1111
1003
|
|
|
1112
|
-
@supports (top: 0%) {
|
|
1004
|
+
@supports (top: max(0%)) {
|
|
1113
1005
|
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
|
|
1114
1006
|
width: max(12px, var(--mdc-shape-small, 4px));
|
|
1115
1007
|
}
|
|
1116
1008
|
}
|
|
1117
|
-
@supports (top: 0%) {
|
|
1009
|
+
@supports (top: max(0%)) {
|
|
1118
1010
|
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__notch {
|
|
1119
1011
|
max-width: calc(100% - max(12px, var(--mdc-shape-small, 4px)) * 2);
|
|
1120
1012
|
}
|
|
1121
1013
|
}
|
|
1122
1014
|
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
1123
|
-
/* @noflip */
|
|
1124
|
-
/*rtl:ignore*/
|
|
1015
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1125
1016
|
border-top-left-radius: 0;
|
|
1126
|
-
/* @noflip */
|
|
1127
|
-
/*rtl:ignore*/
|
|
1017
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1128
1018
|
border-top-right-radius: 4px;
|
|
1129
1019
|
/* @alternate */
|
|
1130
|
-
/* @noflip */
|
|
1131
|
-
/*rtl:ignore*/
|
|
1020
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1132
1021
|
border-top-right-radius: var(--mdc-shape-small, 4px);
|
|
1133
|
-
/* @noflip */
|
|
1134
|
-
/*rtl:ignore*/
|
|
1022
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1135
1023
|
border-bottom-right-radius: 4px;
|
|
1136
1024
|
/* @alternate */
|
|
1137
|
-
/* @noflip */
|
|
1138
|
-
/*rtl:ignore*/
|
|
1025
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1139
1026
|
border-bottom-right-radius: var(--mdc-shape-small, 4px);
|
|
1140
|
-
/* @noflip */
|
|
1141
|
-
/*rtl:ignore*/
|
|
1027
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1142
1028
|
border-bottom-left-radius: 0;
|
|
1143
1029
|
}
|
|
1144
1030
|
[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
|
|
1145
1031
|
/*rtl:begin:ignore*/
|
|
1146
|
-
/* @noflip */
|
|
1147
|
-
/*rtl:ignore*/
|
|
1032
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1148
1033
|
border-top-left-radius: 4px;
|
|
1149
1034
|
/* @alternate */
|
|
1150
|
-
/* @noflip */
|
|
1151
|
-
/*rtl:ignore*/
|
|
1035
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1152
1036
|
border-top-left-radius: var(--mdc-shape-small, 4px);
|
|
1153
|
-
/* @noflip */
|
|
1154
|
-
/*rtl:ignore*/
|
|
1037
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1155
1038
|
border-top-right-radius: 0;
|
|
1156
|
-
/* @noflip */
|
|
1157
|
-
/*rtl:ignore*/
|
|
1039
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1158
1040
|
border-bottom-right-radius: 0;
|
|
1159
|
-
/* @noflip */
|
|
1160
|
-
/*rtl:ignore*/
|
|
1041
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1161
1042
|
border-bottom-left-radius: 4px;
|
|
1162
1043
|
/* @alternate */
|
|
1163
|
-
/* @noflip */
|
|
1164
|
-
/*rtl:ignore*/
|
|
1044
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1165
1045
|
border-bottom-left-radius: var(--mdc-shape-small, 4px);
|
|
1166
1046
|
/*rtl:end:ignore*/
|
|
1167
1047
|
}
|
|
1168
1048
|
|
|
1169
|
-
@supports (top: 0%) {
|
|
1049
|
+
@supports (top: max(0%)) {
|
|
1170
1050
|
.mdc-select--outlined .mdc-select__anchor {
|
|
1171
|
-
/* @noflip */
|
|
1172
|
-
/*rtl:ignore*/
|
|
1051
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1173
1052
|
padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
|
|
1174
1053
|
}
|
|
1175
1054
|
}
|
|
1176
1055
|
[dir=rtl] .mdc-select--outlined .mdc-select__anchor, .mdc-select--outlined .mdc-select__anchor[dir=rtl] {
|
|
1177
1056
|
/*rtl:begin:ignore*/
|
|
1178
|
-
/* @noflip */
|
|
1179
|
-
/*rtl:ignore*/
|
|
1057
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1180
1058
|
padding-left: 0;
|
|
1181
1059
|
/*rtl:end:ignore*/
|
|
1182
1060
|
}
|
|
1183
|
-
@supports (top: 0%) {
|
|
1061
|
+
@supports (top: max(0%)) {
|
|
1184
1062
|
[dir=rtl] .mdc-select--outlined .mdc-select__anchor, .mdc-select--outlined .mdc-select__anchor[dir=rtl] {
|
|
1185
|
-
/* @noflip */
|
|
1186
|
-
/*rtl:ignore*/
|
|
1063
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1187
1064
|
padding-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
|
|
1188
1065
|
}
|
|
1189
1066
|
}
|
|
1190
1067
|
|
|
1191
|
-
@supports (top: 0%) {
|
|
1068
|
+
@supports (top: max(0%)) {
|
|
1192
1069
|
.mdc-select--outlined + .mdc-select-helper-text {
|
|
1193
|
-
/* @noflip */
|
|
1194
|
-
/*rtl:ignore*/
|
|
1070
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1195
1071
|
margin-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
|
|
1196
1072
|
}
|
|
1197
1073
|
}
|
|
1198
1074
|
[dir=rtl] .mdc-select--outlined + .mdc-select-helper-text, .mdc-select--outlined + .mdc-select-helper-text[dir=rtl] {
|
|
1199
1075
|
/*rtl:begin:ignore*/
|
|
1200
|
-
/* @noflip */
|
|
1201
|
-
/*rtl:ignore*/
|
|
1076
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1202
1077
|
margin-left: 0;
|
|
1203
1078
|
/*rtl:end:ignore*/
|
|
1204
1079
|
}
|
|
1205
|
-
@supports (top: 0%) {
|
|
1080
|
+
@supports (top: max(0%)) {
|
|
1206
1081
|
[dir=rtl] .mdc-select--outlined + .mdc-select-helper-text, .mdc-select--outlined + .mdc-select-helper-text[dir=rtl] {
|
|
1207
|
-
/* @noflip */
|
|
1208
|
-
/*rtl:ignore*/
|
|
1082
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1209
1083
|
margin-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
|
|
1210
1084
|
}
|
|
1211
1085
|
}
|
|
@@ -1293,20 +1167,16 @@
|
|
|
1293
1167
|
}
|
|
1294
1168
|
.mdc-select--outlined .mdc-floating-label {
|
|
1295
1169
|
line-height: 1.15rem;
|
|
1296
|
-
/* @noflip */
|
|
1297
|
-
/*rtl:ignore*/
|
|
1170
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1298
1171
|
left: 4px;
|
|
1299
|
-
/* @noflip */
|
|
1300
|
-
/*rtl:ignore*/
|
|
1172
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1301
1173
|
right: initial;
|
|
1302
1174
|
}
|
|
1303
1175
|
[dir=rtl] .mdc-select--outlined .mdc-floating-label, .mdc-select--outlined .mdc-floating-label[dir=rtl] {
|
|
1304
1176
|
/*rtl:begin:ignore*/
|
|
1305
|
-
/* @noflip */
|
|
1306
|
-
/*rtl:ignore*/
|
|
1177
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1307
1178
|
left: initial;
|
|
1308
|
-
/* @noflip */
|
|
1309
|
-
/*rtl:ignore*/
|
|
1179
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1310
1180
|
right: 4px;
|
|
1311
1181
|
/*rtl:end:ignore*/
|
|
1312
1182
|
}
|
|
@@ -1341,33 +1211,27 @@
|
|
|
1341
1211
|
border-color: var(--mdc-theme-error, #b00020);
|
|
1342
1212
|
}
|
|
1343
1213
|
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label {
|
|
1344
|
-
/* @noflip */
|
|
1345
|
-
/*rtl:ignore*/
|
|
1214
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1346
1215
|
left: 36px;
|
|
1347
|
-
/* @noflip */
|
|
1348
|
-
/*rtl:ignore*/
|
|
1216
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1349
1217
|
right: initial;
|
|
1350
1218
|
}
|
|
1351
1219
|
[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label, .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl] {
|
|
1352
1220
|
/*rtl:begin:ignore*/
|
|
1353
|
-
/* @noflip */
|
|
1354
|
-
/*rtl:ignore*/
|
|
1221
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1355
1222
|
left: initial;
|
|
1356
|
-
/* @noflip */
|
|
1357
|
-
/*rtl:ignore*/
|
|
1223
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1358
1224
|
right: 36px;
|
|
1359
1225
|
/*rtl:end:ignore*/
|
|
1360
1226
|
}
|
|
1361
1227
|
|
|
1362
1228
|
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above {
|
|
1363
|
-
/* @noflip */
|
|
1364
|
-
/*rtl:ignore*/
|
|
1229
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1365
1230
|
transform: translateY(-37.25px) translateX(-32px) scale(1);
|
|
1366
1231
|
}
|
|
1367
1232
|
[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above, .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir=rtl] {
|
|
1368
1233
|
/*rtl:begin:ignore*/
|
|
1369
|
-
/* @noflip */
|
|
1370
|
-
/*rtl:ignore*/
|
|
1234
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1371
1235
|
transform: translateY(-37.25px) translateX(32px) scale(1);
|
|
1372
1236
|
/*rtl:end:ignore*/
|
|
1373
1237
|
}
|
|
@@ -1377,14 +1241,12 @@
|
|
|
1377
1241
|
}
|
|
1378
1242
|
.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
1379
1243
|
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
1380
|
-
/* @noflip */
|
|
1381
|
-
/*rtl:ignore*/
|
|
1244
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1382
1245
|
transform: translateY(-34.75px) translateX(-32px) scale(0.75);
|
|
1383
1246
|
}
|
|
1384
1247
|
[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above, [dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl], .mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
|
|
1385
1248
|
/*rtl:begin:ignore*/
|
|
1386
|
-
/* @noflip */
|
|
1387
|
-
/*rtl:ignore*/
|
|
1249
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1388
1250
|
transform: translateY(-34.75px) translateX(32px) scale(0.75);
|
|
1389
1251
|
/*rtl:end:ignore*/
|
|
1390
1252
|
}
|
|
@@ -1398,25 +1260,21 @@
|
|
|
1398
1260
|
}
|
|
1399
1261
|
@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px {
|
|
1400
1262
|
0% {
|
|
1401
|
-
/* @noflip */
|
|
1402
|
-
/*rtl:ignore*/
|
|
1263
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1403
1264
|
transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
|
|
1404
1265
|
}
|
|
1405
1266
|
33% {
|
|
1406
1267
|
animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
|
|
1407
|
-
/* @noflip */
|
|
1408
|
-
/*rtl:ignore*/
|
|
1268
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1409
1269
|
transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
|
|
1410
1270
|
}
|
|
1411
1271
|
66% {
|
|
1412
1272
|
animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
|
|
1413
|
-
/* @noflip */
|
|
1414
|
-
/*rtl:ignore*/
|
|
1273
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1415
1274
|
transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
|
|
1416
1275
|
}
|
|
1417
1276
|
100% {
|
|
1418
|
-
/* @noflip */
|
|
1419
|
-
/*rtl:ignore*/
|
|
1277
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1420
1278
|
transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
|
|
1421
1279
|
}
|
|
1422
1280
|
}
|
|
@@ -1430,25 +1288,21 @@
|
|
|
1430
1288
|
|
|
1431
1289
|
@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px-rtl {
|
|
1432
1290
|
0% {
|
|
1433
|
-
/* @noflip */
|
|
1434
|
-
/*rtl:ignore*/
|
|
1291
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1435
1292
|
transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
|
|
1436
1293
|
}
|
|
1437
1294
|
33% {
|
|
1438
1295
|
animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
|
|
1439
|
-
/* @noflip */
|
|
1440
|
-
/*rtl:ignore*/
|
|
1296
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1441
1297
|
transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
|
|
1442
1298
|
}
|
|
1443
1299
|
66% {
|
|
1444
1300
|
animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
|
|
1445
|
-
/* @noflip */
|
|
1446
|
-
/*rtl:ignore*/
|
|
1301
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1447
1302
|
transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
|
|
1448
1303
|
}
|
|
1449
1304
|
100% {
|
|
1450
|
-
/* @noflip */
|
|
1451
|
-
/*rtl:ignore*/
|
|
1305
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1452
1306
|
transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
|
|
1453
1307
|
}
|
|
1454
1308
|
}
|
|
@@ -1497,16 +1351,14 @@
|
|
|
1497
1351
|
}
|
|
1498
1352
|
.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after {
|
|
1499
1353
|
top: 0;
|
|
1500
|
-
/* @noflip */
|
|
1501
|
-
/*rtl:ignore*/
|
|
1354
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1502
1355
|
left: 0;
|
|
1503
1356
|
transform: scale(0);
|
|
1504
1357
|
transform-origin: center center;
|
|
1505
1358
|
}
|
|
1506
1359
|
.mdc-select__anchor.mdc-ripple-upgraded--unbounded .mdc-select__ripple::after {
|
|
1507
1360
|
top: var(--mdc-ripple-top, 0);
|
|
1508
|
-
/* @noflip */
|
|
1509
|
-
/*rtl:ignore*/
|
|
1361
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1510
1362
|
left: var(--mdc-ripple-left, 0);
|
|
1511
1363
|
}
|
|
1512
1364
|
.mdc-select__anchor.mdc-ripple-upgraded--foreground-activation .mdc-select__ripple::after {
|
|
@@ -1519,8 +1371,7 @@
|
|
|
1519
1371
|
.mdc-select__anchor .mdc-select__ripple::before,
|
|
1520
1372
|
.mdc-select__anchor .mdc-select__ripple::after {
|
|
1521
1373
|
top: calc(50% - 100%);
|
|
1522
|
-
/* @noflip */
|
|
1523
|
-
/*rtl:ignore*/
|
|
1374
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1524
1375
|
left: calc(50% - 100%);
|
|
1525
1376
|
width: 200%;
|
|
1526
1377
|
height: 200%;
|
|
@@ -1614,11 +1465,9 @@
|
|
|
1614
1465
|
|
|
1615
1466
|
.mdc-select-helper-text {
|
|
1616
1467
|
margin: 0;
|
|
1617
|
-
/* @noflip */
|
|
1618
|
-
/*rtl:ignore*/
|
|
1468
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1619
1469
|
margin-left: 16px;
|
|
1620
|
-
/* @noflip */
|
|
1621
|
-
/*rtl:ignore*/
|
|
1470
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1622
1471
|
margin-right: 16px;
|
|
1623
1472
|
-moz-osx-font-smoothing: grayscale;
|
|
1624
1473
|
-webkit-font-smoothing: antialiased;
|
|
@@ -1650,11 +1499,9 @@
|
|
|
1650
1499
|
}
|
|
1651
1500
|
[dir=rtl] .mdc-select-helper-text, .mdc-select-helper-text[dir=rtl] {
|
|
1652
1501
|
/*rtl:begin:ignore*/
|
|
1653
|
-
/* @noflip */
|
|
1654
|
-
/*rtl:ignore*/
|
|
1502
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1655
1503
|
margin-left: 16px;
|
|
1656
|
-
/* @noflip */
|
|
1657
|
-
/*rtl:ignore*/
|
|
1504
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1658
1505
|
margin-right: 16px;
|
|
1659
1506
|
/*rtl:end:ignore*/
|
|
1660
1507
|
}
|
|
@@ -1690,20 +1537,16 @@
|
|
|
1690
1537
|
fill: currentColor;
|
|
1691
1538
|
}
|
|
1692
1539
|
.mdc-select--with-leading-icon .mdc-select__icon {
|
|
1693
|
-
/* @noflip */
|
|
1694
|
-
/*rtl:ignore*/
|
|
1540
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1695
1541
|
margin-left: 12px;
|
|
1696
|
-
/* @noflip */
|
|
1697
|
-
/*rtl:ignore*/
|
|
1542
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1698
1543
|
margin-right: 12px;
|
|
1699
1544
|
}
|
|
1700
1545
|
[dir=rtl] .mdc-select--with-leading-icon .mdc-select__icon, .mdc-select--with-leading-icon .mdc-select__icon[dir=rtl] {
|
|
1701
1546
|
/*rtl:begin:ignore*/
|
|
1702
|
-
/* @noflip */
|
|
1703
|
-
/*rtl:ignore*/
|
|
1547
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1704
1548
|
margin-left: 12px;
|
|
1705
|
-
/* @noflip */
|
|
1706
|
-
/*rtl:ignore*/
|
|
1549
|
+
/* @noflip */ /*rtl:ignore*/
|
|
1707
1550
|
margin-right: 12px;
|
|
1708
1551
|
/*rtl:end:ignore*/
|
|
1709
1552
|
}
|