emma-css-rails 0.9.0.0 → 0.10.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +2 -2
- data/Rakefile +3 -2
- data/lib/emma-css-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/emma.css/emma.css +747 -595
- data/vendor/assets/stylesheets/emma.css/sass/_display.scss +3 -0
- data/vendor/assets/stylesheets/emma.css/sass/_margin.scss +2 -2
- data/vendor/assets/stylesheets/emma.css/sass/_mixins.scss +10 -6
- data/vendor/assets/stylesheets/emma.css/sass/_other.scss +3 -0
- data/vendor/assets/stylesheets/emma.css/sass/_padding.scss +2 -2
- data/vendor/assets/stylesheets/emma.css/sass/_text.scss +2 -0
- data/vendor/assets/stylesheets/emma.css/sass/_vars.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/all.scss +4 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_appearance.scss +16 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_background-repeat.scss +2 -2
- data/vendor/assets/stylesheets/emma.css/sass/rules/_background-size.scss +3 -3
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-bottom-width.scss +7 -7
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-bottom.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-left-width.scss +7 -7
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-left.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-radius.scss +12 -8
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-right-width.scss +7 -7
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-right.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-top-width.scss +7 -7
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-top.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-width.scss +7 -7
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_bottom.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_clearfix.scss +1 -2
- data/vendor/assets/stylesheets/emma.css/sass/rules/_color.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_display.scss +16 -52
- data/vendor/assets/stylesheets/emma.css/sass/rules/_flex-basis.scss +164 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_flex-grow.scss +16 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_flex-shrink.scss +16 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_flex.scss +15 -7
- data/vendor/assets/stylesheets/emma.css/sass/rules/_font-family.scss +2 -2
- data/vendor/assets/stylesheets/emma.css/sass/rules/_font-size.scss +12 -12
- data/vendor/assets/stylesheets/emma.css/sass/rules/_font-smoothing-antialiased.scss +5 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_font-weight.scss +9 -13
- data/vendor/assets/stylesheets/emma.css/sass/rules/_height.scss +34 -2
- data/vendor/assets/stylesheets/emma.css/sass/rules/_left.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_line-height.scss +8 -8
- data/vendor/assets/stylesheets/emma.css/sass/rules/_list-style-type.scss +2 -2
- data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-bottom.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-left.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-right.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-top.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/{_margin-x-0.scss → _margin-x0.scss} +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/{_margin-y-0.scss → _margin-y0.scss} +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_margin.scss +3 -3
- data/vendor/assets/stylesheets/emma.css/sass/rules/_max-height.scss +33 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_max-width.scss +95 -15
- data/vendor/assets/stylesheets/emma.css/sass/rules/_min-height.scss +37 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_min-width.scss +137 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_moz-osx-font-smoothing.scss +8 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_opacity.scss +11 -11
- data/vendor/assets/stylesheets/emma.css/sass/rules/_order.scss +9 -9
- data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-bottom.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-left.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-right.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-top.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/{_padding-x-0.scss → _padding-x0.scss} +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/{_padding-y-0.scss → _padding-y0.scss} +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_padding.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_position.scss +6 -2
- data/vendor/assets/stylesheets/emma.css/sass/rules/_resize.scss +4 -4
- data/vendor/assets/stylesheets/emma.css/sass/rules/_right.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_text-indent.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_top.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_user-select.scss +12 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_webkit-font-smoothing.scss +3 -3
- data/vendor/assets/stylesheets/emma.css/sass/rules/_webkit-touch-callout.scss +8 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_width.scss +92 -16
- data/vendor/assets/stylesheets/emma.css/sass/rules/_z-index.scss +8 -8
- metadata +15 -10
- data/vendor/assets/stylesheets/emma.css/CHANGELOG.md +0 -50
- data/vendor/assets/stylesheets/emma.css/LICENSE +0 -21
- data/vendor/assets/stylesheets/emma.css/README.md +0 -152
- data/vendor/assets/stylesheets/emma.css/emma.scss +0 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c17bb30249e3b5282dc7e49fe73bd6cfca67525
|
4
|
+
data.tar.gz: 453ac1aac596b9339574fbe08e6de20076d36233
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6fd282816d4ce698a072adbe103401299a8cc3cf26d201772baf8173f665b904973b4f348d9d1df1efaf47ddbc522c0ff814f48830bddd813db2989e5594659
|
7
|
+
data.tar.gz: 513c63016ac490576dbb33b45390c31bd9555617063a0ba3f476df028323493306fa60181a9595b11fea5346f97eafa54e8fff4fad4d45d57fb7c696367ca2cb
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -18,7 +18,7 @@ In your `application.css`, include the css file:
|
|
18
18
|
|
19
19
|
``` css
|
20
20
|
/*
|
21
|
-
*= require emma.css/
|
21
|
+
*= require emma.css/sass/all
|
22
22
|
*/
|
23
23
|
```
|
24
24
|
|
@@ -27,7 +27,7 @@ Then restart your webserver if it was previously running.
|
|
27
27
|
If you prefer SCSS, add this to your `application.css.scss` file:
|
28
28
|
|
29
29
|
``` scss
|
30
|
-
@import "emma.css/
|
30
|
+
@import "emma.css/sass/all";
|
31
31
|
```
|
32
32
|
|
33
33
|
See also: [Getting Started with Emma.css](https://github.com/ruedap/emma.css#getting-started)
|
data/Rakefile
CHANGED
@@ -7,8 +7,9 @@ namespace :npm do
|
|
7
7
|
task :copy do
|
8
8
|
sh 'rm -rf vendor/assets/stylesheets/emma.css/'
|
9
9
|
sh 'mkdir vendor/assets/stylesheets/emma.css/'
|
10
|
-
sh '
|
11
|
-
sh '
|
10
|
+
sh 'mkdir vendor/assets/stylesheets/emma.css/sass/'
|
11
|
+
sh 'cp node_modules/emma.css/emma.css vendor/assets/stylesheets/emma.css/emma.css'
|
12
|
+
sh 'cp -r node_modules/emma.css/sass/ vendor/assets/stylesheets/emma.css/sass/'
|
12
13
|
sh "sed -n '1,1p' vendor/assets/stylesheets/emma.css/emma.css"
|
13
14
|
end
|
14
15
|
end
|
@@ -1,595 +1,747 @@
|
|
1
|
-
/*! Emma.css 0.
|
2
|
-
.
|
3
|
-
.
|
4
|
-
.
|
5
|
-
.
|
6
|
-
.
|
7
|
-
.
|
8
|
-
.
|
9
|
-
.
|
10
|
-
.
|
11
|
-
.
|
12
|
-
.
|
13
|
-
.
|
14
|
-
.
|
15
|
-
.
|
16
|
-
.
|
17
|
-
.
|
18
|
-
.
|
19
|
-
.
|
20
|
-
.
|
21
|
-
.
|
22
|
-
.
|
23
|
-
.
|
24
|
-
.
|
25
|
-
.
|
26
|
-
.
|
27
|
-
.
|
28
|
-
.
|
29
|
-
.
|
30
|
-
.
|
31
|
-
.
|
32
|
-
.
|
33
|
-
.
|
34
|
-
.
|
35
|
-
.
|
36
|
-
.
|
37
|
-
.
|
38
|
-
.
|
39
|
-
.
|
40
|
-
.
|
41
|
-
.
|
42
|
-
.
|
43
|
-
.
|
44
|
-
.
|
45
|
-
.
|
46
|
-
.
|
47
|
-
.
|
48
|
-
.
|
49
|
-
.
|
50
|
-
.
|
51
|
-
.
|
52
|
-
.
|
53
|
-
.
|
54
|
-
.
|
55
|
-
.
|
56
|
-
.
|
57
|
-
.
|
58
|
-
.
|
59
|
-
.
|
60
|
-
.
|
61
|
-
.
|
62
|
-
.
|
63
|
-
.
|
64
|
-
.
|
65
|
-
.
|
66
|
-
.
|
67
|
-
.
|
68
|
-
.
|
69
|
-
.
|
70
|
-
.
|
71
|
-
.
|
72
|
-
.
|
73
|
-
.
|
74
|
-
.
|
75
|
-
.
|
76
|
-
.
|
77
|
-
.
|
78
|
-
.
|
79
|
-
.
|
80
|
-
.
|
81
|
-
.
|
82
|
-
.
|
83
|
-
.
|
84
|
-
.
|
85
|
-
.
|
86
|
-
.
|
87
|
-
.
|
88
|
-
.
|
89
|
-
.
|
90
|
-
.
|
91
|
-
.
|
92
|
-
.
|
93
|
-
.
|
94
|
-
.
|
95
|
-
.
|
96
|
-
.
|
97
|
-
.
|
98
|
-
.
|
99
|
-
.
|
100
|
-
.
|
101
|
-
.
|
102
|
-
.
|
103
|
-
.
|
104
|
-
.
|
105
|
-
.
|
106
|
-
.
|
107
|
-
.
|
108
|
-
.
|
109
|
-
.
|
110
|
-
.
|
111
|
-
.
|
112
|
-
.
|
113
|
-
.
|
114
|
-
.
|
115
|
-
.
|
116
|
-
.
|
117
|
-
.
|
118
|
-
.
|
119
|
-
.
|
120
|
-
.
|
121
|
-
.
|
122
|
-
.
|
123
|
-
.
|
124
|
-
.
|
125
|
-
.
|
126
|
-
.
|
127
|
-
.
|
128
|
-
.
|
129
|
-
.
|
130
|
-
.
|
131
|
-
.
|
132
|
-
.
|
133
|
-
.
|
134
|
-
.
|
135
|
-
.
|
136
|
-
.
|
137
|
-
.
|
138
|
-
.
|
139
|
-
.
|
140
|
-
.
|
141
|
-
.
|
142
|
-
.
|
143
|
-
.
|
144
|
-
.
|
145
|
-
.
|
146
|
-
.
|
147
|
-
.
|
148
|
-
.
|
149
|
-
.
|
150
|
-
.
|
151
|
-
.
|
152
|
-
.
|
153
|
-
.
|
154
|
-
.
|
155
|
-
.
|
156
|
-
.
|
157
|
-
.
|
158
|
-
.
|
159
|
-
.
|
160
|
-
.
|
161
|
-
.
|
162
|
-
.
|
163
|
-
.
|
164
|
-
.
|
165
|
-
.
|
166
|
-
.
|
167
|
-
.
|
168
|
-
.
|
169
|
-
.
|
170
|
-
.
|
171
|
-
.
|
172
|
-
.
|
173
|
-
.
|
174
|
-
.
|
175
|
-
.
|
176
|
-
.
|
177
|
-
.
|
178
|
-
.
|
179
|
-
.
|
180
|
-
.
|
181
|
-
.
|
182
|
-
.
|
183
|
-
.
|
184
|
-
.
|
185
|
-
.
|
186
|
-
.
|
187
|
-
.
|
188
|
-
.
|
189
|
-
.
|
190
|
-
.
|
191
|
-
.
|
192
|
-
.
|
193
|
-
.
|
194
|
-
.
|
195
|
-
.
|
196
|
-
.
|
197
|
-
.
|
198
|
-
.
|
199
|
-
.
|
200
|
-
.
|
201
|
-
.
|
202
|
-
.
|
203
|
-
.
|
204
|
-
.
|
205
|
-
.
|
206
|
-
.
|
207
|
-
.
|
208
|
-
.
|
209
|
-
.
|
210
|
-
.
|
211
|
-
.
|
212
|
-
.
|
213
|
-
.
|
214
|
-
.
|
215
|
-
.
|
216
|
-
.
|
217
|
-
.
|
218
|
-
.
|
219
|
-
.
|
220
|
-
.
|
221
|
-
.
|
222
|
-
.
|
223
|
-
.
|
224
|
-
.
|
225
|
-
.
|
226
|
-
.
|
227
|
-
.
|
228
|
-
.
|
229
|
-
.
|
230
|
-
.
|
231
|
-
.
|
232
|
-
.
|
233
|
-
.
|
234
|
-
.
|
235
|
-
.
|
236
|
-
.
|
237
|
-
.
|
238
|
-
.
|
239
|
-
.
|
240
|
-
.
|
241
|
-
.
|
242
|
-
.
|
243
|
-
.
|
244
|
-
.
|
245
|
-
.
|
246
|
-
.
|
247
|
-
.
|
248
|
-
.
|
249
|
-
.
|
250
|
-
.
|
251
|
-
.
|
252
|
-
.
|
253
|
-
.
|
254
|
-
.
|
255
|
-
.
|
256
|
-
.
|
257
|
-
.
|
258
|
-
.
|
259
|
-
.
|
260
|
-
.
|
261
|
-
.
|
262
|
-
.
|
263
|
-
.
|
264
|
-
.
|
265
|
-
.
|
266
|
-
.
|
267
|
-
.
|
268
|
-
.
|
269
|
-
.
|
270
|
-
.
|
271
|
-
.
|
272
|
-
.
|
273
|
-
.
|
274
|
-
.
|
275
|
-
.
|
276
|
-
.
|
277
|
-
.
|
278
|
-
.
|
279
|
-
.
|
280
|
-
.
|
281
|
-
.
|
282
|
-
.
|
283
|
-
.
|
284
|
-
.
|
285
|
-
.
|
286
|
-
.
|
287
|
-
.
|
288
|
-
.
|
289
|
-
.
|
290
|
-
.
|
291
|
-
.
|
292
|
-
.
|
293
|
-
.
|
294
|
-
.
|
295
|
-
.
|
296
|
-
.
|
297
|
-
.
|
298
|
-
.
|
299
|
-
.
|
300
|
-
.
|
301
|
-
.
|
302
|
-
.
|
303
|
-
.
|
304
|
-
.
|
305
|
-
.
|
306
|
-
.
|
307
|
-
.
|
308
|
-
.
|
309
|
-
.
|
310
|
-
.
|
311
|
-
.
|
312
|
-
.
|
313
|
-
.
|
314
|
-
.
|
315
|
-
.
|
316
|
-
.
|
317
|
-
.
|
318
|
-
.
|
319
|
-
.
|
320
|
-
.
|
321
|
-
.
|
322
|
-
.
|
323
|
-
.
|
324
|
-
.
|
325
|
-
.
|
326
|
-
.
|
327
|
-
.
|
328
|
-
.
|
329
|
-
.
|
330
|
-
.
|
331
|
-
.
|
332
|
-
.
|
333
|
-
.
|
334
|
-
.
|
335
|
-
.
|
336
|
-
.
|
337
|
-
.
|
338
|
-
.
|
339
|
-
.
|
340
|
-
.
|
341
|
-
.
|
342
|
-
.
|
343
|
-
.
|
344
|
-
.
|
345
|
-
.
|
346
|
-
.
|
347
|
-
.
|
348
|
-
.
|
349
|
-
.
|
350
|
-
.
|
351
|
-
.
|
352
|
-
.
|
353
|
-
.
|
354
|
-
.
|
355
|
-
.
|
356
|
-
.
|
357
|
-
.
|
358
|
-
.
|
359
|
-
.
|
360
|
-
.
|
361
|
-
.
|
362
|
-
.
|
363
|
-
.
|
364
|
-
.
|
365
|
-
.
|
366
|
-
.
|
367
|
-
.
|
368
|
-
.
|
369
|
-
.
|
370
|
-
.
|
371
|
-
.
|
372
|
-
.
|
373
|
-
.
|
374
|
-
.
|
375
|
-
.
|
376
|
-
.
|
377
|
-
.
|
378
|
-
.
|
379
|
-
.
|
380
|
-
.
|
381
|
-
.
|
382
|
-
.
|
383
|
-
.
|
384
|
-
.
|
385
|
-
.
|
386
|
-
.
|
387
|
-
.
|
388
|
-
.
|
389
|
-
.
|
390
|
-
.
|
391
|
-
.
|
392
|
-
.
|
393
|
-
.
|
394
|
-
.
|
395
|
-
.
|
396
|
-
.
|
397
|
-
.
|
398
|
-
.
|
399
|
-
.
|
400
|
-
.
|
401
|
-
.
|
402
|
-
.
|
403
|
-
.
|
404
|
-
.
|
405
|
-
.
|
406
|
-
.
|
407
|
-
.
|
408
|
-
.
|
409
|
-
.
|
410
|
-
.
|
411
|
-
.
|
412
|
-
.
|
413
|
-
.
|
414
|
-
.
|
415
|
-
.
|
416
|
-
.
|
417
|
-
.
|
418
|
-
.
|
419
|
-
.
|
420
|
-
.
|
421
|
-
.
|
422
|
-
.
|
423
|
-
.
|
424
|
-
.
|
425
|
-
.
|
426
|
-
.
|
427
|
-
.
|
428
|
-
.
|
429
|
-
.
|
430
|
-
.
|
431
|
-
.
|
432
|
-
.
|
433
|
-
.
|
434
|
-
.
|
435
|
-
.
|
436
|
-
.
|
437
|
-
.
|
438
|
-
.
|
439
|
-
.
|
440
|
-
.
|
441
|
-
.
|
442
|
-
.
|
443
|
-
.
|
444
|
-
.
|
445
|
-
.
|
446
|
-
.
|
447
|
-
.
|
448
|
-
.
|
449
|
-
.
|
450
|
-
.
|
451
|
-
.
|
452
|
-
.
|
453
|
-
.
|
454
|
-
.
|
455
|
-
.
|
456
|
-
.
|
457
|
-
.
|
458
|
-
.
|
459
|
-
.
|
460
|
-
.
|
461
|
-
.
|
462
|
-
.
|
463
|
-
.
|
464
|
-
.
|
465
|
-
.
|
466
|
-
.
|
467
|
-
.
|
468
|
-
.
|
469
|
-
.
|
470
|
-
.
|
471
|
-
.
|
472
|
-
.
|
473
|
-
.
|
474
|
-
.
|
475
|
-
.
|
476
|
-
.
|
477
|
-
.
|
478
|
-
.
|
479
|
-
.
|
480
|
-
.
|
481
|
-
.
|
482
|
-
.
|
483
|
-
.
|
484
|
-
.
|
485
|
-
.
|
486
|
-
.
|
487
|
-
.
|
488
|
-
.
|
489
|
-
.
|
490
|
-
.
|
491
|
-
.
|
492
|
-
.
|
493
|
-
.
|
494
|
-
.
|
495
|
-
.
|
496
|
-
.
|
497
|
-
.
|
498
|
-
.
|
499
|
-
.
|
500
|
-
.
|
501
|
-
.
|
502
|
-
.
|
503
|
-
.
|
504
|
-
.
|
505
|
-
.
|
506
|
-
.
|
507
|
-
.
|
508
|
-
.
|
509
|
-
.
|
510
|
-
.
|
511
|
-
.
|
512
|
-
.
|
513
|
-
.
|
514
|
-
.
|
515
|
-
.
|
516
|
-
.
|
517
|
-
.
|
518
|
-
.
|
519
|
-
.
|
520
|
-
.
|
521
|
-
.
|
522
|
-
.
|
523
|
-
.
|
524
|
-
.
|
525
|
-
.
|
526
|
-
.
|
527
|
-
.
|
528
|
-
.
|
529
|
-
.
|
530
|
-
.
|
531
|
-
.
|
532
|
-
.
|
533
|
-
.
|
534
|
-
.
|
535
|
-
.
|
536
|
-
.
|
537
|
-
.
|
538
|
-
.
|
539
|
-
.
|
540
|
-
.
|
541
|
-
.
|
542
|
-
.
|
543
|
-
.
|
544
|
-
.
|
545
|
-
.
|
546
|
-
.
|
547
|
-
.
|
548
|
-
.
|
549
|
-
.
|
550
|
-
.
|
551
|
-
.
|
552
|
-
.
|
553
|
-
.
|
554
|
-
.
|
555
|
-
.
|
556
|
-
.
|
557
|
-
.
|
558
|
-
.
|
559
|
-
.
|
560
|
-
.
|
561
|
-
.
|
562
|
-
.
|
563
|
-
.
|
564
|
-
.
|
565
|
-
.
|
566
|
-
.
|
567
|
-
.
|
568
|
-
.
|
569
|
-
.
|
570
|
-
.
|
571
|
-
.
|
572
|
-
.
|
573
|
-
.
|
574
|
-
.
|
575
|
-
.
|
576
|
-
.
|
577
|
-
.
|
578
|
-
.
|
579
|
-
.
|
580
|
-
.
|
581
|
-
.
|
582
|
-
.
|
583
|
-
.
|
584
|
-
.
|
585
|
-
.
|
586
|
-
.
|
587
|
-
.
|
588
|
-
.
|
589
|
-
.
|
590
|
-
.
|
591
|
-
.
|
592
|
-
.
|
593
|
-
.
|
594
|
-
.
|
595
|
-
.
|
1
|
+
/*! Emma.css 0.10.0 | MIT License | https://git.io/emma */
|
2
|
+
.pos-s { position: static !important; }
|
3
|
+
.pos-r { position: relative !important; }
|
4
|
+
.pos-a { position: absolute !important; }
|
5
|
+
.pos-sk { position: sticky !important; }
|
6
|
+
.pos-f { position: fixed !important; }
|
7
|
+
.t-a { top: auto !important; }
|
8
|
+
.t0 { top: 0 !important; }
|
9
|
+
.r-a { right: auto !important; }
|
10
|
+
.r0 { right: 0 !important; }
|
11
|
+
.b-a { bottom: auto !important; }
|
12
|
+
.b0 { bottom: 0 !important; }
|
13
|
+
.l-a { left: auto !important; }
|
14
|
+
.l0 { left: 0 !important; }
|
15
|
+
.z-a { z-index: auto !important; }
|
16
|
+
.z0 { z-index: 0 !important; }
|
17
|
+
.z1 { z-index: 1 !important; }
|
18
|
+
.z2 { z-index: 2 !important; }
|
19
|
+
.z3 { z-index: 3 !important; }
|
20
|
+
.z4 { z-index: 4 !important; }
|
21
|
+
.z5 { z-index: 5 !important; }
|
22
|
+
.z6 { z-index: 6 !important; }
|
23
|
+
.z9999 { z-index: 9999 !important; }
|
24
|
+
.d-i { display: inline !important; }
|
25
|
+
.d-n { display: none !important; }
|
26
|
+
.d-b { display: block !important; }
|
27
|
+
.d-ib { display: inline-block !important; }
|
28
|
+
.d-fx { display: flex !important; }
|
29
|
+
.d-ifx { display: inline-flex !important; }
|
30
|
+
.d-tb { display: table !important; }
|
31
|
+
.d-itb { display: inline-table !important; }
|
32
|
+
.d-tbhg { display: table-header-group !important; }
|
33
|
+
.d-tbfg { display: table-footer-group !important; }
|
34
|
+
.d-tbrg { display: table-row-group !important; }
|
35
|
+
.d-tbr { display: table-row !important; }
|
36
|
+
.d-tbc { display: table-cell !important; }
|
37
|
+
.d-li { display: list-item !important; }
|
38
|
+
.d-ih { display: inherit !important; }
|
39
|
+
.v-v { visibility: visible !important; }
|
40
|
+
.v-h { visibility: hidden !important; }
|
41
|
+
.v-c { visibility: collapse !important; }
|
42
|
+
.ov-v { overflow: visible !important; }
|
43
|
+
.ov-h { overflow: hidden !important; }
|
44
|
+
.ov-s { overflow: scroll !important; }
|
45
|
+
.ov-a { overflow: auto !important; }
|
46
|
+
.ovx-v { overflow-x: visible !important; }
|
47
|
+
.ovx-h { overflow-x: hidden !important; }
|
48
|
+
.ovx-s { overflow-x: scroll !important; }
|
49
|
+
.ovx-a { overflow-x: auto !important; }
|
50
|
+
.ovy-v { overflow-y: visible !important; }
|
51
|
+
.ovy-h { overflow-y: hidden !important; }
|
52
|
+
.ovy-s { overflow-y: scroll !important; }
|
53
|
+
.ovy-a { overflow-y: auto !important; }
|
54
|
+
.bxz-cb { box-sizing: content-box !important; }
|
55
|
+
.bxz-bb { box-sizing: border-box !important; }
|
56
|
+
.tbl-a { table-layout: auto !important; }
|
57
|
+
.tbl-f { table-layout: fixed !important; }
|
58
|
+
.fxd-r { flex-direction: row !important; }
|
59
|
+
.fxd-rr { flex-direction: row-reverse !important; }
|
60
|
+
.fxd-c { flex-direction: column !important; }
|
61
|
+
.fxd-cr { flex-direction: column-reverse !important; }
|
62
|
+
.fxw-n { flex-wrap: nowrap !important; }
|
63
|
+
.fxw-w { flex-wrap: wrap !important; }
|
64
|
+
.fxw-wr { flex-wrap: wrap-reverse !important; }
|
65
|
+
.jc-fs { justify-content: flex-start !important; }
|
66
|
+
.jc-fe { justify-content: flex-end !important; }
|
67
|
+
.jc-c { justify-content: center !important; }
|
68
|
+
.jc-sb { justify-content: space-between !important; }
|
69
|
+
.jc-sa { justify-content: space-around !important; }
|
70
|
+
.ai-fs { align-items: flex-start !important; }
|
71
|
+
.ai-fe { align-items: flex-end !important; }
|
72
|
+
.ai-c { align-items: center !important; }
|
73
|
+
.ai-b { align-items: baseline !important; }
|
74
|
+
.ai-s { align-items: stretch !important; }
|
75
|
+
.ac-fs { align-content: flex-start !important; }
|
76
|
+
.ac-fe { align-content: flex-end !important; }
|
77
|
+
.ac-c { align-content: center !important; }
|
78
|
+
.ac-sb { align-content: space-between !important; }
|
79
|
+
.ac-sa { align-content: space-around !important; }
|
80
|
+
.ac-s { align-content: stretch !important; }
|
81
|
+
.ord0 { order: 0 !important; }
|
82
|
+
.ord1 { order: 1 !important; }
|
83
|
+
.ord2 { order: 2 !important; }
|
84
|
+
.ord3 { order: 3 !important; }
|
85
|
+
.ord4 { order: 4 !important; }
|
86
|
+
.ord5 { order: 5 !important; }
|
87
|
+
.ord6 { order: 6 !important; }
|
88
|
+
.ord9999 { order: 9999 !important; }
|
89
|
+
.ord-1 { order: -1 !important; }
|
90
|
+
.fx0-1-a { flex: 0 1 auto !important; }
|
91
|
+
.fx1-0-a { flex: 1 0 auto !important; }
|
92
|
+
.fx1-1-a { flex: 1 1 auto !important; }
|
93
|
+
.fx0-0-a { flex: 0 0 auto !important; }
|
94
|
+
.fx-n { flex: none !important; }
|
95
|
+
.fx1-0-0 { flex: 1 0 0% !important; }
|
96
|
+
.fxg0 { flex-grow: 0 !important; }
|
97
|
+
.fxg1 { flex-grow: 1 !important; }
|
98
|
+
.fxg2 { flex-grow: 2 !important; }
|
99
|
+
.fxg3 { flex-grow: 3 !important; }
|
100
|
+
.fxs0 { flex-shrink: 0 !important; }
|
101
|
+
.fxs1 { flex-shrink: 1 !important; }
|
102
|
+
.fxs2 { flex-shrink: 2 !important; }
|
103
|
+
.fxs3 { flex-shrink: 3 !important; }
|
104
|
+
.fxb-a { flex-basis: auto !important; }
|
105
|
+
.fxb0 { flex-basis: 0 !important; }
|
106
|
+
.fxb1 { flex-basis: 1px !important; }
|
107
|
+
.fxb1p { flex-basis: 1% !important; }
|
108
|
+
.fxb5p { flex-basis: 5% !important; }
|
109
|
+
.fxb10p { flex-basis: 10% !important; }
|
110
|
+
.fxb15p { flex-basis: 15% !important; }
|
111
|
+
.fxb20p { flex-basis: 20% !important; }
|
112
|
+
.fxb25p { flex-basis: 25% !important; }
|
113
|
+
.fxb30p { flex-basis: 30% !important; }
|
114
|
+
.fxb33p { flex-basis: 33% !important; }
|
115
|
+
.fxb34p { flex-basis: 34% !important; }
|
116
|
+
.fxb35p { flex-basis: 35% !important; }
|
117
|
+
.fxb40p { flex-basis: 40% !important; }
|
118
|
+
.fxb45p { flex-basis: 45% !important; }
|
119
|
+
.fxb50p { flex-basis: 50% !important; }
|
120
|
+
.fxb55p { flex-basis: 55% !important; }
|
121
|
+
.fxb60p { flex-basis: 60% !important; }
|
122
|
+
.fxb65p { flex-basis: 65% !important; }
|
123
|
+
.fxb66p { flex-basis: 66% !important; }
|
124
|
+
.fxb67p { flex-basis: 67% !important; }
|
125
|
+
.fxb70p { flex-basis: 70% !important; }
|
126
|
+
.fxb75p { flex-basis: 75% !important; }
|
127
|
+
.fxb80p { flex-basis: 80% !important; }
|
128
|
+
.fxb85p { flex-basis: 85% !important; }
|
129
|
+
.fxb90p { flex-basis: 90% !important; }
|
130
|
+
.fxb95p { flex-basis: 95% !important; }
|
131
|
+
.fxb100p { flex-basis: 100% !important; }
|
132
|
+
.fxb25vw { flex-basis: 25vw !important; }
|
133
|
+
.fxb50vw { flex-basis: 50vw !important; }
|
134
|
+
.fxb75vw { flex-basis: 75vw !important; }
|
135
|
+
.fxb90vw { flex-basis: 90vw !important; }
|
136
|
+
.fxb100vw { flex-basis: 100vw !important; }
|
137
|
+
.fxb25vh { flex-basis: 25vh !important; }
|
138
|
+
.fxb50vh { flex-basis: 50vh !important; }
|
139
|
+
.fxb75vh { flex-basis: 75vh !important; }
|
140
|
+
.fxb90vh { flex-basis: 90vh !important; }
|
141
|
+
.fxb100vh { flex-basis: 100vh !important; }
|
142
|
+
.fxb100vmax { flex-basis: 100vmax !important; }
|
143
|
+
.fxb100vmin { flex-basis: 100vmin !important; }
|
144
|
+
.fxb-c { flex-basis: content !important; }
|
145
|
+
.as-a { align-self: auto !important; }
|
146
|
+
.as-fs { align-self: flex-start !important; }
|
147
|
+
.as-fe { align-self: flex-end !important; }
|
148
|
+
.as-c { align-self: center !important; }
|
149
|
+
.as-b { align-self: baseline !important; }
|
150
|
+
.as-s { align-self: stretch !important; }
|
151
|
+
.abce { bottom: 0 !important; left: 0 !important; margin: auto !important; position: auto !important; right: 0 !important; top: 0 !important; }
|
152
|
+
.fl-n { float: none !important; }
|
153
|
+
.fl-l { float: left !important; }
|
154
|
+
.fl-r { float: right !important; }
|
155
|
+
.cl-n { clear: none !important; }
|
156
|
+
.cl-l { clear: left !important; }
|
157
|
+
.cl-r { clear: right !important; }
|
158
|
+
.cl-b { clear: both !important; }
|
159
|
+
.cf::after { content: ""; display: table; clear: both; }
|
160
|
+
.bxsh-n { box-shadow: none !important; }
|
161
|
+
.bg-n { background: none !important; }
|
162
|
+
.bgc-t { background-color: transparent !important; }
|
163
|
+
.bgc-cc { background-color: currentColor !important; }
|
164
|
+
.bgc-white { background-color: #ffffff !important; }
|
165
|
+
.bgc-silver { background-color: #dddddd !important; }
|
166
|
+
.bgc-gray { background-color: #aaaaaa !important; }
|
167
|
+
.bgc-black { background-color: #111111 !important; }
|
168
|
+
.bgc-navy { background-color: #001f3f !important; }
|
169
|
+
.bgc-blue { background-color: #0074d9 !important; }
|
170
|
+
.bgc-aqua { background-color: #7fdbff !important; }
|
171
|
+
.bgc-teal { background-color: #39cccc !important; }
|
172
|
+
.bgc-olive { background-color: #3d9970 !important; }
|
173
|
+
.bgc-green { background-color: #2ecc40 !important; }
|
174
|
+
.bgc-lime { background-color: #01ff70 !important; }
|
175
|
+
.bgc-yellow { background-color: #ffdc00 !important; }
|
176
|
+
.bgc-orange { background-color: #ff851b !important; }
|
177
|
+
.bgc-red { background-color: #ff4136 !important; }
|
178
|
+
.bgc-maroon { background-color: #85144b !important; }
|
179
|
+
.bgc-fuchsia { background-color: #f012be !important; }
|
180
|
+
.bgc-purple { background-color: #b10dc9 !important; }
|
181
|
+
.bgc-primary { background-color: #0275d8 !important; }
|
182
|
+
.bgc-success { background-color: #5cb85c !important; }
|
183
|
+
.bgc-info { background-color: #5bc0de !important; }
|
184
|
+
.bgc-warning { background-color: #f0ad4e !important; }
|
185
|
+
.bgc-danger { background-color: #d9534f !important; }
|
186
|
+
.bgi-n { background-image: none !important; }
|
187
|
+
.bgr-n { background-repeat: no-repeat !important; }
|
188
|
+
.bgr-rx { background-repeat: repeat-x !important; }
|
189
|
+
.bgr-ry { background-repeat: repeat-y !important; }
|
190
|
+
.bgr-sp { background-repeat: space !important; }
|
191
|
+
.bgr-rd { background-repeat: round !important; }
|
192
|
+
.bga-f { background-attachment: fixed !important; }
|
193
|
+
.bga-s { background-attachment: scroll !important; }
|
194
|
+
.bgp-t { background-position: top !important; }
|
195
|
+
.bgp-r { background-position: right !important; }
|
196
|
+
.bgp-b { background-position: bottom !important; }
|
197
|
+
.bgp-l { background-position: left !important; }
|
198
|
+
.bgp-c { background-position: center !important; }
|
199
|
+
.bgz-a { background-size: auto !important; }
|
200
|
+
.bgz-ct { background-size: contain !important; }
|
201
|
+
.bgz-cv { background-size: cover !important; }
|
202
|
+
.m0 { margin: 0 !important; }
|
203
|
+
.m-a { margin: auto !important; }
|
204
|
+
.m0-a { margin: 0 auto !important; }
|
205
|
+
.m-a-0 { margin: auto 0 !important; }
|
206
|
+
.m-xs { margin: 0.2rem !important; }
|
207
|
+
.m-sm { margin: 0.5rem !important; }
|
208
|
+
.m-md { margin: 1rem !important; }
|
209
|
+
.m-lg { margin: 1.5rem !important; }
|
210
|
+
.m-xl { margin: 3rem !important; }
|
211
|
+
.mt0 { margin-top: 0 !important; }
|
212
|
+
.mt-a { margin-top: auto !important; }
|
213
|
+
.mt-xs { margin-top: 0.2rem !important; }
|
214
|
+
.mt-sm { margin-top: 0.5rem !important; }
|
215
|
+
.mt-md { margin-top: 1rem !important; }
|
216
|
+
.mt-lg { margin-top: 1.5rem !important; }
|
217
|
+
.mt-xl { margin-top: 3rem !important; }
|
218
|
+
.mr0 { margin-right: 0 !important; }
|
219
|
+
.mr-a { margin-right: auto !important; }
|
220
|
+
.mr-xs { margin-right: 0.2rem !important; }
|
221
|
+
.mr-sm { margin-right: 0.5rem !important; }
|
222
|
+
.mr-md { margin-right: 1rem !important; }
|
223
|
+
.mr-lg { margin-right: 1.5rem !important; }
|
224
|
+
.mr-xl { margin-right: 3rem !important; }
|
225
|
+
.mb0 { margin-bottom: 0 !important; }
|
226
|
+
.mb-a { margin-bottom: auto !important; }
|
227
|
+
.mb-xs { margin-bottom: 0.2rem !important; }
|
228
|
+
.mb-sm { margin-bottom: 0.5rem !important; }
|
229
|
+
.mb-md { margin-bottom: 1rem !important; }
|
230
|
+
.mb-lg { margin-bottom: 1.5rem !important; }
|
231
|
+
.mb-xl { margin-bottom: 3rem !important; }
|
232
|
+
.ml0 { margin-left: 0 !important; }
|
233
|
+
.ml-a { margin-left: auto !important; }
|
234
|
+
.ml-xs { margin-left: 0.2rem !important; }
|
235
|
+
.ml-sm { margin-left: 0.5rem !important; }
|
236
|
+
.ml-md { margin-left: 1rem !important; }
|
237
|
+
.ml-lg { margin-left: 1.5rem !important; }
|
238
|
+
.ml-xl { margin-left: 3rem !important; }
|
239
|
+
.mx0 { margin-left: 0 !important; margin-right: 0 !important; }
|
240
|
+
.my0 { margin-top: 0 !important; margin-bottom: 0 !important; }
|
241
|
+
.mx-a { margin-left: auto !important; margin-right: auto !important; }
|
242
|
+
.my-a { margin-top: auto !important; margin-bottom: auto !important; }
|
243
|
+
.mx-xs { margin-left: 0.2rem !important; margin-right: 0.2rem !important; }
|
244
|
+
.my-xs { margin-top: 0.2rem !important; margin-bottom: 0.2rem !important; }
|
245
|
+
.mx-sm { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
|
246
|
+
.my-sm { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
|
247
|
+
.mx-md { margin-left: 1rem !important; margin-right: 1rem !important; }
|
248
|
+
.my-md { margin-top: 1rem !important; margin-bottom: 1rem !important; }
|
249
|
+
.mx-lg { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
|
250
|
+
.my-lg { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
|
251
|
+
.mx-xl { margin-left: 3rem !important; margin-right: 3rem !important; }
|
252
|
+
.my-xl { margin-top: 3rem !important; margin-bottom: 3rem !important; }
|
253
|
+
.p0 { padding: 0 !important; }
|
254
|
+
.p-xs { padding: 0.2rem !important; }
|
255
|
+
.p-sm { padding: 0.5rem !important; }
|
256
|
+
.p-md { padding: 1rem !important; }
|
257
|
+
.p-lg { padding: 1.5rem !important; }
|
258
|
+
.p-xl { padding: 3rem !important; }
|
259
|
+
.pt0 { padding-top: 0 !important; }
|
260
|
+
.pt-xs { padding-top: 0.2rem !important; }
|
261
|
+
.pt-sm { padding-top: 0.5rem !important; }
|
262
|
+
.pt-md { padding-top: 1rem !important; }
|
263
|
+
.pt-lg { padding-top: 1.5rem !important; }
|
264
|
+
.pt-xl { padding-top: 3rem !important; }
|
265
|
+
.pr0 { padding-right: 0 !important; }
|
266
|
+
.pr-xs { padding-right: 0.2rem !important; }
|
267
|
+
.pr-sm { padding-right: 0.5rem !important; }
|
268
|
+
.pr-md { padding-right: 1rem !important; }
|
269
|
+
.pr-lg { padding-right: 1.5rem !important; }
|
270
|
+
.pr-xl { padding-right: 3rem !important; }
|
271
|
+
.pb0 { padding-bottom: 0 !important; }
|
272
|
+
.pb-xs { padding-bottom: 0.2rem !important; }
|
273
|
+
.pb-sm { padding-bottom: 0.5rem !important; }
|
274
|
+
.pb-md { padding-bottom: 1rem !important; }
|
275
|
+
.pb-lg { padding-bottom: 1.5rem !important; }
|
276
|
+
.pb-xl { padding-bottom: 3rem !important; }
|
277
|
+
.pl0 { padding-left: 0 !important; }
|
278
|
+
.pl-xs { padding-left: 0.2rem !important; }
|
279
|
+
.pl-sm { padding-left: 0.5rem !important; }
|
280
|
+
.pl-md { padding-left: 1rem !important; }
|
281
|
+
.pl-lg { padding-left: 1.5rem !important; }
|
282
|
+
.pl-xl { padding-left: 3rem !important; }
|
283
|
+
.px0 { padding-left: 0 !important; padding-right: 0 !important; }
|
284
|
+
.py0 { padding-top: 0 !important; padding-bottom: 0 !important; }
|
285
|
+
.px-xs { padding-left: 0.2rem !important; padding-right: 0.2rem !important; }
|
286
|
+
.py-xs { padding-top: 0.2rem !important; padding-bottom: 0.2rem !important; }
|
287
|
+
.px-sm { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
|
288
|
+
.py-sm { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
|
289
|
+
.px-md { padding-left: 1rem !important; padding-right: 1rem !important; }
|
290
|
+
.py-md { padding-top: 1rem !important; padding-bottom: 1rem !important; }
|
291
|
+
.px-lg { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
|
292
|
+
.py-lg { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
|
293
|
+
.px-xl { padding-left: 3rem !important; padding-right: 3rem !important; }
|
294
|
+
.py-xl { padding-top: 3rem !important; padding-bottom: 3rem !important; }
|
295
|
+
.w-a { width: auto !important; }
|
296
|
+
.w0 { width: 0 !important; }
|
297
|
+
.w1 { width: 1px !important; }
|
298
|
+
.w1p { width: 1% !important; }
|
299
|
+
.w5p { width: 5% !important; }
|
300
|
+
.w10p { width: 10% !important; }
|
301
|
+
.w15p { width: 15% !important; }
|
302
|
+
.w20p { width: 20% !important; }
|
303
|
+
.w25p { width: 25% !important; }
|
304
|
+
.w30p { width: 30% !important; }
|
305
|
+
.w33p { width: 33% !important; }
|
306
|
+
.w34p { width: 34% !important; }
|
307
|
+
.w35p { width: 35% !important; }
|
308
|
+
.w40p { width: 40% !important; }
|
309
|
+
.w45p { width: 45% !important; }
|
310
|
+
.w50p { width: 50% !important; }
|
311
|
+
.w55p { width: 55% !important; }
|
312
|
+
.w60p { width: 60% !important; }
|
313
|
+
.w65p { width: 65% !important; }
|
314
|
+
.w66p { width: 66% !important; }
|
315
|
+
.w67p { width: 67% !important; }
|
316
|
+
.w70p { width: 70% !important; }
|
317
|
+
.w75p { width: 75% !important; }
|
318
|
+
.w80p { width: 80% !important; }
|
319
|
+
.w85p { width: 85% !important; }
|
320
|
+
.w90p { width: 90% !important; }
|
321
|
+
.w95p { width: 95% !important; }
|
322
|
+
.w100p { width: 100% !important; }
|
323
|
+
.w25vw { width: 25vw !important; }
|
324
|
+
.w50vw { width: 50vw !important; }
|
325
|
+
.w75vw { width: 75vw !important; }
|
326
|
+
.w90vw { width: 90vw !important; }
|
327
|
+
.w100vw { width: 100vw !important; }
|
328
|
+
.w100vh { width: 100vh !important; }
|
329
|
+
.w100vmax { width: 100vmax !important; }
|
330
|
+
.w100vmin { width: 100vmin !important; }
|
331
|
+
.maw-n { max-width: none !important; }
|
332
|
+
.maw0 { max-width: 0 !important; }
|
333
|
+
.maw1 { max-width: 1px !important; }
|
334
|
+
.maw1p { max-width: 1% !important; }
|
335
|
+
.maw5p { max-width: 5% !important; }
|
336
|
+
.maw10p { max-width: 10% !important; }
|
337
|
+
.maw15p { max-width: 15% !important; }
|
338
|
+
.maw20p { max-width: 20% !important; }
|
339
|
+
.maw25p { max-width: 25% !important; }
|
340
|
+
.maw30p { max-width: 30% !important; }
|
341
|
+
.maw33p { max-width: 33% !important; }
|
342
|
+
.maw34p { max-width: 34% !important; }
|
343
|
+
.maw35p { max-width: 35% !important; }
|
344
|
+
.maw40p { max-width: 40% !important; }
|
345
|
+
.maw45p { max-width: 45% !important; }
|
346
|
+
.maw50p { max-width: 50% !important; }
|
347
|
+
.maw55p { max-width: 55% !important; }
|
348
|
+
.maw60p { max-width: 60% !important; }
|
349
|
+
.maw65p { max-width: 65% !important; }
|
350
|
+
.maw66p { max-width: 66% !important; }
|
351
|
+
.maw67p { max-width: 67% !important; }
|
352
|
+
.maw70p { max-width: 70% !important; }
|
353
|
+
.maw75p { max-width: 75% !important; }
|
354
|
+
.maw80p { max-width: 80% !important; }
|
355
|
+
.maw85p { max-width: 85% !important; }
|
356
|
+
.maw90p { max-width: 90% !important; }
|
357
|
+
.maw95p { max-width: 95% !important; }
|
358
|
+
.maw100p { max-width: 100% !important; }
|
359
|
+
.maw25vw { max-width: 25vw !important; }
|
360
|
+
.maw50vw { max-width: 50vw !important; }
|
361
|
+
.maw75vw { max-width: 75vw !important; }
|
362
|
+
.maw90vw { max-width: 90vw !important; }
|
363
|
+
.maw100vw { max-width: 100vw !important; }
|
364
|
+
.maw100vh { max-width: 100vh !important; }
|
365
|
+
.maw100vmax { max-width: 100vmax !important; }
|
366
|
+
.maw100vmin { max-width: 100vmin !important; }
|
367
|
+
.miw0 { min-width: 0 !important; }
|
368
|
+
.miw1 { min-width: 1px !important; }
|
369
|
+
.miw1p { min-width: 1% !important; }
|
370
|
+
.miw5p { min-width: 5% !important; }
|
371
|
+
.miw10p { min-width: 10% !important; }
|
372
|
+
.miw15p { min-width: 15% !important; }
|
373
|
+
.miw20p { min-width: 20% !important; }
|
374
|
+
.miw25p { min-width: 25% !important; }
|
375
|
+
.miw30p { min-width: 30% !important; }
|
376
|
+
.miw33p { min-width: 33% !important; }
|
377
|
+
.miw34p { min-width: 34% !important; }
|
378
|
+
.miw35p { min-width: 35% !important; }
|
379
|
+
.miw40p { min-width: 40% !important; }
|
380
|
+
.miw45p { min-width: 45% !important; }
|
381
|
+
.miw50p { min-width: 50% !important; }
|
382
|
+
.miw55p { min-width: 55% !important; }
|
383
|
+
.miw60p { min-width: 60% !important; }
|
384
|
+
.miw65p { min-width: 65% !important; }
|
385
|
+
.miw66p { min-width: 66% !important; }
|
386
|
+
.miw67p { min-width: 67% !important; }
|
387
|
+
.miw70p { min-width: 70% !important; }
|
388
|
+
.miw75p { min-width: 75% !important; }
|
389
|
+
.miw80p { min-width: 80% !important; }
|
390
|
+
.miw85p { min-width: 85% !important; }
|
391
|
+
.miw90p { min-width: 90% !important; }
|
392
|
+
.miw95p { min-width: 95% !important; }
|
393
|
+
.miw100p { min-width: 100% !important; }
|
394
|
+
.miw25vw { min-width: 25vw !important; }
|
395
|
+
.miw50vw { min-width: 50vw !important; }
|
396
|
+
.miw75vw { min-width: 75vw !important; }
|
397
|
+
.miw90vw { min-width: 90vw !important; }
|
398
|
+
.miw100vw { min-width: 100vw !important; }
|
399
|
+
.miw100vh { min-width: 100vh !important; }
|
400
|
+
.miw100vmax { min-width: 100vmax !important; }
|
401
|
+
.miw100vmin { min-width: 100vmin !important; }
|
402
|
+
.h-a { height: auto !important; }
|
403
|
+
.h0 { height: 0 !important; }
|
404
|
+
.h100p { height: 100% !important; }
|
405
|
+
.h100vw { height: 100vw !important; }
|
406
|
+
.h25vh { height: 25vh !important; }
|
407
|
+
.h50vh { height: 50vh !important; }
|
408
|
+
.h75vh { height: 75vh !important; }
|
409
|
+
.h90vh { height: 90vh !important; }
|
410
|
+
.h100vh { height: 100vh !important; }
|
411
|
+
.h100vmax { height: 100vmax !important; }
|
412
|
+
.h100vmin { height: 100vmin !important; }
|
413
|
+
.mah-n { max-height: none !important; }
|
414
|
+
.mah100p { max-height: 100% !important; }
|
415
|
+
.mah100vw { max-height: 100vw !important; }
|
416
|
+
.mah25vh { max-height: 25vh !important; }
|
417
|
+
.mah50vh { max-height: 50vh !important; }
|
418
|
+
.mah75vh { max-height: 75vh !important; }
|
419
|
+
.mah90vh { max-height: 90vh !important; }
|
420
|
+
.mah100vh { max-height: 100vh !important; }
|
421
|
+
.mah100vmax { max-height: 100vmax !important; }
|
422
|
+
.mah100vmin { max-height: 100vmin !important; }
|
423
|
+
.mih0 { min-height: 0 !important; }
|
424
|
+
.mih1 { min-height: 1px !important; }
|
425
|
+
.mih100vw { min-height: 100vw !important; }
|
426
|
+
.mih25vh { min-height: 25vh !important; }
|
427
|
+
.mih50vh { min-height: 50vh !important; }
|
428
|
+
.mih75vh { min-height: 75vh !important; }
|
429
|
+
.mih90vh { min-height: 90vh !important; }
|
430
|
+
.mih100vh { min-height: 100vh !important; }
|
431
|
+
.mih100vmax { min-height: 100vmax !important; }
|
432
|
+
.mih100vmin { min-height: 100vmin !important; }
|
433
|
+
.ol-n { outline: none !important; }
|
434
|
+
.olw-tn { outline-width: thin !important; }
|
435
|
+
.olw-md { outline-width: medium !important; }
|
436
|
+
.olw-tc { outline-width: thick !important; }
|
437
|
+
.ols-n { outline-style: none !important; }
|
438
|
+
.ols-dt { outline-style: dotted !important; }
|
439
|
+
.ols-ds { outline-style: dashed !important; }
|
440
|
+
.ols-s { outline-style: solid !important; }
|
441
|
+
.ols-db { outline-style: double !important; }
|
442
|
+
.ols-g { outline-style: groove !important; }
|
443
|
+
.ols-r { outline-style: ridge !important; }
|
444
|
+
.ols-i { outline-style: inset !important; }
|
445
|
+
.ols-o { outline-style: outset !important; }
|
446
|
+
.olc-i { outline-color: invert !important; }
|
447
|
+
.bfv-h { backface-visibility: hidden !important; }
|
448
|
+
.bfv-v { backface-visibility: visible !important; }
|
449
|
+
.bd-n { border: none !important; }
|
450
|
+
.bd0 { border: 0 !important; }
|
451
|
+
.bdcl-c { border-collapse: collapse !important; }
|
452
|
+
.bdcl-s { border-collapse: separate !important; }
|
453
|
+
.bdc-t { border-color: transparent !important; }
|
454
|
+
.bdc-cc { border-color: currentColor !important; }
|
455
|
+
.bdc-white { border-color: #ffffff !important; }
|
456
|
+
.bdc-silver { border-color: #dddddd !important; }
|
457
|
+
.bdc-gray { border-color: #aaaaaa !important; }
|
458
|
+
.bdc-black { border-color: #111111 !important; }
|
459
|
+
.bdc-navy { border-color: #001f3f !important; }
|
460
|
+
.bdc-blue { border-color: #0074d9 !important; }
|
461
|
+
.bdc-aqua { border-color: #7fdbff !important; }
|
462
|
+
.bdc-teal { border-color: #39cccc !important; }
|
463
|
+
.bdc-olive { border-color: #3d9970 !important; }
|
464
|
+
.bdc-green { border-color: #2ecc40 !important; }
|
465
|
+
.bdc-lime { border-color: #01ff70 !important; }
|
466
|
+
.bdc-yellow { border-color: #ffdc00 !important; }
|
467
|
+
.bdc-orange { border-color: #ff851b !important; }
|
468
|
+
.bdc-red { border-color: #ff4136 !important; }
|
469
|
+
.bdc-maroon { border-color: #85144b !important; }
|
470
|
+
.bdc-fuchsia { border-color: #f012be !important; }
|
471
|
+
.bdc-purple { border-color: #b10dc9 !important; }
|
472
|
+
.bdc-primary { border-color: #0275d8 !important; }
|
473
|
+
.bdc-success { border-color: #5cb85c !important; }
|
474
|
+
.bdc-info { border-color: #5bc0de !important; }
|
475
|
+
.bdc-warning { border-color: #f0ad4e !important; }
|
476
|
+
.bdc-danger { border-color: #d9534f !important; }
|
477
|
+
.bdi-n { border-image: none !important; }
|
478
|
+
.bds-n { border-style: none !important; }
|
479
|
+
.bds-h { border-style: hidden !important; }
|
480
|
+
.bds-dt { border-style: dotted !important; }
|
481
|
+
.bds-ds { border-style: dashed !important; }
|
482
|
+
.bds-s { border-style: solid !important; }
|
483
|
+
.bds-db { border-style: double !important; }
|
484
|
+
.bds-w { border-style: wave !important; }
|
485
|
+
.bds-g { border-style: groove !important; }
|
486
|
+
.bds-r { border-style: ridge !important; }
|
487
|
+
.bds-i { border-style: inset !important; }
|
488
|
+
.bds-o { border-style: outset !important; }
|
489
|
+
.bdw0 { border-width: 0 !important; }
|
490
|
+
.bdw1 { border-width: 1px !important; }
|
491
|
+
.bdw2 { border-width: 2px !important; }
|
492
|
+
.bdw3 { border-width: 3px !important; }
|
493
|
+
.bdw4 { border-width: 4px !important; }
|
494
|
+
.bdw5 { border-width: 5px !important; }
|
495
|
+
.bdw6 { border-width: 6px !important; }
|
496
|
+
.bdtw0 { border-top-width: 0 !important; }
|
497
|
+
.bdtw1 { border-top-width: 1px !important; }
|
498
|
+
.bdtw2 { border-top-width: 2px !important; }
|
499
|
+
.bdtw3 { border-top-width: 3px !important; }
|
500
|
+
.bdtw4 { border-top-width: 4px !important; }
|
501
|
+
.bdtw5 { border-top-width: 5px !important; }
|
502
|
+
.bdtw6 { border-top-width: 6px !important; }
|
503
|
+
.bdrw0 { border-right-width: 0 !important; }
|
504
|
+
.bdrw1 { border-right-width: 1px !important; }
|
505
|
+
.bdrw2 { border-right-width: 2px !important; }
|
506
|
+
.bdrw3 { border-right-width: 3px !important; }
|
507
|
+
.bdrw4 { border-right-width: 4px !important; }
|
508
|
+
.bdrw5 { border-right-width: 5px !important; }
|
509
|
+
.bdrw6 { border-right-width: 6px !important; }
|
510
|
+
.bdbw0 { border-bottom-width: 0 !important; }
|
511
|
+
.bdbw1 { border-bottom-width: 1px !important; }
|
512
|
+
.bdbw2 { border-bottom-width: 2px !important; }
|
513
|
+
.bdbw3 { border-bottom-width: 3px !important; }
|
514
|
+
.bdbw4 { border-bottom-width: 4px !important; }
|
515
|
+
.bdbw5 { border-bottom-width: 5px !important; }
|
516
|
+
.bdbw6 { border-bottom-width: 6px !important; }
|
517
|
+
.bdlw0 { border-left-width: 0 !important; }
|
518
|
+
.bdlw1 { border-left-width: 1px !important; }
|
519
|
+
.bdlw2 { border-left-width: 2px !important; }
|
520
|
+
.bdlw3 { border-left-width: 3px !important; }
|
521
|
+
.bdlw4 { border-left-width: 4px !important; }
|
522
|
+
.bdlw5 { border-left-width: 5px !important; }
|
523
|
+
.bdlw6 { border-left-width: 6px !important; }
|
524
|
+
.bdt-n { border-top: none !important; }
|
525
|
+
.bdt0 { border-top: 0 !important; }
|
526
|
+
.bdtc-t { border-top-color: transparent !important; }
|
527
|
+
.bdtc-cc { border-top-color: currentColor !important; }
|
528
|
+
.bdr-n { border-right: none !important; }
|
529
|
+
.bdr0 { border-right: 0 !important; }
|
530
|
+
.bdrc-t { border-right-color: transparent !important; }
|
531
|
+
.bdrc-cc { border-right-color: currentColor !important; }
|
532
|
+
.bdb-n { border-bottom: none !important; }
|
533
|
+
.bdb0 { border-bottom: 0 !important; }
|
534
|
+
.bdbc-t { border-bottom-color: transparent !important; }
|
535
|
+
.bdbc-cc { border-bottom-color: currentColor !important; }
|
536
|
+
.bdl-n { border-left: none !important; }
|
537
|
+
.bdl0 { border-left: 0 !important; }
|
538
|
+
.bdlc-t { border-left-color: transparent !important; }
|
539
|
+
.bdlc-cc { border-left-color: currentColor !important; }
|
540
|
+
.bdrs-xs { border-radius: 0.1rem !important; }
|
541
|
+
.bdrs-sm { border-radius: 0.2rem !important; }
|
542
|
+
.bdrs-md { border-radius: 0.25rem !important; }
|
543
|
+
.bdrs-lg { border-radius: 0.3rem !important; }
|
544
|
+
.bdrs-xl { border-radius: 0.4rem !important; }
|
545
|
+
.bdrs0 { border-radius: 0 !important; }
|
546
|
+
.bdrs1 { border-radius: 1px !important; }
|
547
|
+
.bdrs2 { border-radius: 2px !important; }
|
548
|
+
.bdrs3 { border-radius: 3px !important; }
|
549
|
+
.bdrs4 { border-radius: 4px !important; }
|
550
|
+
.bdrs5 { border-radius: 5px !important; }
|
551
|
+
.bdrs6 { border-radius: 6px !important; }
|
552
|
+
.bdrs9999 { border-radius: 9999px !important; }
|
553
|
+
.bdrs100p { border-radius: 100% !important; }
|
554
|
+
.c-ih { color: inherit !important; }
|
555
|
+
.c-white { color: #ffffff !important; }
|
556
|
+
.c-silver { color: #dddddd !important; }
|
557
|
+
.c-gray { color: #aaaaaa !important; }
|
558
|
+
.c-black { color: #111111 !important; }
|
559
|
+
.c-navy { color: #001f3f !important; }
|
560
|
+
.c-blue { color: #0074d9 !important; }
|
561
|
+
.c-aqua { color: #7fdbff !important; }
|
562
|
+
.c-teal { color: #39cccc !important; }
|
563
|
+
.c-olive { color: #3d9970 !important; }
|
564
|
+
.c-green { color: #2ecc40 !important; }
|
565
|
+
.c-lime { color: #01ff70 !important; }
|
566
|
+
.c-yellow { color: #ffdc00 !important; }
|
567
|
+
.c-orange { color: #ff851b !important; }
|
568
|
+
.c-red { color: #ff4136 !important; }
|
569
|
+
.c-maroon { color: #85144b !important; }
|
570
|
+
.c-fuchsia { color: #f012be !important; }
|
571
|
+
.c-purple { color: #b10dc9 !important; }
|
572
|
+
.c-primary { color: #0275d8 !important; }
|
573
|
+
.c-success { color: #5cb85c !important; }
|
574
|
+
.c-info { color: #5bc0de !important; }
|
575
|
+
.c-warning { color: #f0ad4e !important; }
|
576
|
+
.c-danger { color: #d9534f !important; }
|
577
|
+
.lis-n { list-style: none !important; }
|
578
|
+
.lisp-i { list-style-position: inside !important; }
|
579
|
+
.lisp-o { list-style-position: outside !important; }
|
580
|
+
.list-n { list-style-type: none !important; }
|
581
|
+
.list-d { list-style-type: disc !important; }
|
582
|
+
.list-c { list-style-type: circle !important; }
|
583
|
+
.list-s { list-style-type: square !important; }
|
584
|
+
.list-de { list-style-type: decimal !important; }
|
585
|
+
.list-dlz { list-style-type: decimal-leading-zero !important; }
|
586
|
+
.list-lr { list-style-type: lower-roman !important; }
|
587
|
+
.list-ur { list-style-type: upper-roman !important; }
|
588
|
+
.lisi-n { list-style-image: none !important; }
|
589
|
+
.va-sup { vertical-align: super !important; }
|
590
|
+
.va-t { vertical-align: top !important; }
|
591
|
+
.va-tt { vertical-align: text-top !important; }
|
592
|
+
.va-m { vertical-align: middle !important; }
|
593
|
+
.va-bl { vertical-align: baseline !important; }
|
594
|
+
.va-b { vertical-align: bottom !important; }
|
595
|
+
.va-tb { vertical-align: text-bottom !important; }
|
596
|
+
.va-sub { vertical-align: sub !important; }
|
597
|
+
.ta-l { text-align: left !important; }
|
598
|
+
.ta-c { text-align: center !important; }
|
599
|
+
.ta-r { text-align: right !important; }
|
600
|
+
.ta-j { text-align: justify !important; }
|
601
|
+
.td-n { text-decoration: none !important; }
|
602
|
+
.td-u { text-decoration: underline !important; }
|
603
|
+
.td-o { text-decoration: overline !important; }
|
604
|
+
.td-l { text-decoration: line-through !important; }
|
605
|
+
.te-n { text-emphasis: none !important; }
|
606
|
+
.te-ac { text-emphasis: accent !important; }
|
607
|
+
.te-dt { text-emphasis: dot !important; }
|
608
|
+
.te-c { text-emphasis: circle !important; }
|
609
|
+
.te-ds { text-emphasis: disc !important; }
|
610
|
+
.te-b { text-emphasis: before !important; }
|
611
|
+
.te-a { text-emphasis: after !important; }
|
612
|
+
.ti0 { text-indent: 0 !important; }
|
613
|
+
.ti-9999 { text-indent: -9999px !important; }
|
614
|
+
.tov-e { text-overflow: ellipsis !important; }
|
615
|
+
.tov-c { text-overflow: clip !important; }
|
616
|
+
.tt-n { text-transform: none !important; }
|
617
|
+
.tt-c { text-transform: capitalize !important; }
|
618
|
+
.tt-u { text-transform: uppercase !important; }
|
619
|
+
.tt-l { text-transform: lowercase !important; }
|
620
|
+
.tsh-n { text-shadow: none !important; }
|
621
|
+
.lh-nm { line-height: normal !important; }
|
622
|
+
.lh-ih { line-height: inherit !important; }
|
623
|
+
.lh0 { line-height: 0 !important; }
|
624
|
+
.lh1 { line-height: 1 !important; }
|
625
|
+
.lh2 { line-height: 2 !important; }
|
626
|
+
.lh3 { line-height: 3 !important; }
|
627
|
+
.lh4 { line-height: 4 !important; }
|
628
|
+
.lh5 { line-height: 5 !important; }
|
629
|
+
.lh6 { line-height: 6 !important; }
|
630
|
+
.lh-xs { line-height: 1.25 !important; }
|
631
|
+
.lh-sm { line-height: 1.33 !important; }
|
632
|
+
.lh-md { line-height: 1.5 !important; }
|
633
|
+
.lh-lg { line-height: 1.75 !important; }
|
634
|
+
.lh-xl { line-height: 2 !important; }
|
635
|
+
.whs-nm { white-space: normal !important; }
|
636
|
+
.whs-p { white-space: pre !important; }
|
637
|
+
.whs-nw { white-space: nowrap !important; }
|
638
|
+
.whs-pw { white-space: pre-wrap !important; }
|
639
|
+
.whs-pl { white-space: pre-line !important; }
|
640
|
+
.wob-nm { word-break: normal !important; }
|
641
|
+
.wob-k { word-break: keep-all !important; }
|
642
|
+
.wob-ba { word-break: break-all !important; }
|
643
|
+
.wow-nm { word-wrap: normal !important; }
|
644
|
+
.wow-n { word-wrap: none !important; }
|
645
|
+
.wow-u { word-wrap: unrestricted !important; }
|
646
|
+
.wow-s { word-wrap: suppress !important; }
|
647
|
+
.wow-bw { word-wrap: break-word !important; }
|
648
|
+
.lts-nm { letter-spacing: normal !important; }
|
649
|
+
.fw-nm { font-weight: normal !important; }
|
650
|
+
.fw-b { font-weight: bold !important; }
|
651
|
+
.fw-br { font-weight: bolder !important; }
|
652
|
+
.fw-lr { font-weight: lighter !important; }
|
653
|
+
.fw100 { font-weight: 100 !important; }
|
654
|
+
.fw200 { font-weight: 200 !important; }
|
655
|
+
.fw300 { font-weight: 300 !important; }
|
656
|
+
.fw400 { font-weight: 400 !important; }
|
657
|
+
.fw500 { font-weight: 500 !important; }
|
658
|
+
.fw600 { font-weight: 600 !important; }
|
659
|
+
.fw700 { font-weight: 700 !important; }
|
660
|
+
.fw800 { font-weight: 800 !important; }
|
661
|
+
.fw900 { font-weight: 900 !important; }
|
662
|
+
.fs-nm { font-style: normal !important; }
|
663
|
+
.fs-i { font-style: italic !important; }
|
664
|
+
.fs-o { font-style: oblique !important; }
|
665
|
+
.fv-nm { font-variant: normal !important; }
|
666
|
+
.fv-sc { font-variant: small-caps !important; }
|
667
|
+
.fz-xs { font-size: 0.75rem !important; }
|
668
|
+
.fz-sm { font-size: 0.875rem !important; }
|
669
|
+
.fz-md { font-size: 1rem !important; }
|
670
|
+
.fz-lg { font-size: 1.25rem !important; }
|
671
|
+
.fz-xl { font-size: 1.5rem !important; }
|
672
|
+
.fz-sr { font-size: smaller !important; }
|
673
|
+
.fz-lr { font-size: larger !important; }
|
674
|
+
.fz0 { font-size: 0 !important; }
|
675
|
+
.fz10 { font-size: 10px !important; }
|
676
|
+
.fz11 { font-size: 11px !important; }
|
677
|
+
.fz12 { font-size: 12px !important; }
|
678
|
+
.fz13 { font-size: 13px !important; }
|
679
|
+
.fz14 { font-size: 14px !important; }
|
680
|
+
.fz15 { font-size: 15px !important; }
|
681
|
+
.fz16 { font-size: 16px !important; }
|
682
|
+
.fz17 { font-size: 17px !important; }
|
683
|
+
.fz18 { font-size: 18px !important; }
|
684
|
+
.fz19 { font-size: 19px !important; }
|
685
|
+
.fz20 { font-size: 20px !important; }
|
686
|
+
.fz-h1 { font-size: 2.5rem !important; }
|
687
|
+
.fz-h2 { font-size: 2rem !important; }
|
688
|
+
.fz-h3 { font-size: 1.75rem !important; }
|
689
|
+
.fz-h4 { font-size: 1.5rem !important; }
|
690
|
+
.fz-h5 { font-size: 1.25rem !important; }
|
691
|
+
.fz-h6 { font-size: 1rem !important; }
|
692
|
+
.ff-s { font-family: serif !important; }
|
693
|
+
.ff-ss { font-family: sans-serif !important; }
|
694
|
+
.ff-c { font-family: cursive !important; }
|
695
|
+
.ff-f { font-family: fantasy !important; }
|
696
|
+
.ff-m { font-family: monospace !important; }
|
697
|
+
.ff-a { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; }
|
698
|
+
.ff-t { font-family: "Times New Roman", Times, Baskerville, Georgia, serif !important; }
|
699
|
+
.ff-v { font-family: Verdana, Geneva, sans-serif !important; }
|
700
|
+
.ff-l { font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif !important; }
|
701
|
+
.ff-ja { font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif !important; }
|
702
|
+
.op0 { opacity: 0 !important; }
|
703
|
+
.op0_1 { opacity: 0.1 !important; }
|
704
|
+
.op0_2 { opacity: 0.2 !important; }
|
705
|
+
.op0_3 { opacity: 0.3 !important; }
|
706
|
+
.op0_4 { opacity: 0.4 !important; }
|
707
|
+
.op0_5 { opacity: 0.5 !important; }
|
708
|
+
.op0_6 { opacity: 0.6 !important; }
|
709
|
+
.op0_7 { opacity: 0.7 !important; }
|
710
|
+
.op0_8 { opacity: 0.8 !important; }
|
711
|
+
.op0_9 { opacity: 0.9 !important; }
|
712
|
+
.op1 { opacity: 1 !important; }
|
713
|
+
.wkfsm-a { -webkit-font-smoothing: antialiased !important; }
|
714
|
+
.wkfsm-sa { -webkit-font-smoothing: subpixel-antialiased !important; }
|
715
|
+
.wkfsm-n { -webkit-font-smoothing: none !important; }
|
716
|
+
.mzfsm-g { -moz-osx-font-smoothing: grayscale !important; }
|
717
|
+
.mzfsm-u { -moz-osx-font-smoothing: unset !important; }
|
718
|
+
.tetr { max-width: 100% !important; overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; word-wrap: normal !important; }
|
719
|
+
.tehi { overflow: hidden !important; text-indent: 200% !important; white-space: nowrap !important; }
|
720
|
+
.reli { list-style: none !important; padding-left: 0 !important; }
|
721
|
+
.fsm-a { -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; }
|
722
|
+
.rz-n { resize: none !important; }
|
723
|
+
.rz-b { resize: both !important; }
|
724
|
+
.rz-h { resize: horizontal !important; }
|
725
|
+
.rz-v { resize: vertical !important; }
|
726
|
+
.cur-a { cursor: auto !important; }
|
727
|
+
.cur-d { cursor: default !important; }
|
728
|
+
.cur-c { cursor: crosshair !important; }
|
729
|
+
.cur-ha { cursor: hand !important; }
|
730
|
+
.cur-he { cursor: help !important; }
|
731
|
+
.cur-m { cursor: move !important; }
|
732
|
+
.cur-p { cursor: pointer !important; }
|
733
|
+
.cur-t { cursor: text !important; }
|
734
|
+
.obf-f { object-fit: fill !important; }
|
735
|
+
.obf-ct { object-fit: contain !important; }
|
736
|
+
.obf-cv { object-fit: cover !important; }
|
737
|
+
.obf-n { object-fit: none !important; }
|
738
|
+
.obf-sd { object-fit: scale-down !important; }
|
739
|
+
.ap-n { appearance: none !important; }
|
740
|
+
.ap-b { appearance: button !important; }
|
741
|
+
.ap-c { appearance: checkbox !important; }
|
742
|
+
.ap-su { appearance: scrollbarbutton-up !important; }
|
743
|
+
.us-a { user-select: auto !important; }
|
744
|
+
.us-n { user-select: none !important; }
|
745
|
+
.us-t { user-select: text !important; }
|
746
|
+
.wktc-d { -webkit-touch-callout: default !important; }
|
747
|
+
.wktc-n { -webkit-touch-callout: none !important; }
|