fomantic-ui-sass 2.9.0 → 2.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +569 -596
- data/app/assets/javascripts/semantic-ui/api.js +1158 -1180
- data/app/assets/javascripts/semantic-ui/calendar.js +1935 -1810
- data/app/assets/javascripts/semantic-ui/checkbox.js +843 -842
- data/app/assets/javascripts/semantic-ui/dimmer.js +707 -738
- data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4237
- data/app/assets/javascripts/semantic-ui/embed.js +646 -676
- data/app/assets/javascripts/semantic-ui/flyout.js +1515 -1466
- data/app/assets/javascripts/semantic-ui/form.js +2023 -2005
- data/app/assets/javascripts/semantic-ui/modal.js +1545 -1487
- data/app/assets/javascripts/semantic-ui/nag.js +521 -527
- data/app/assets/javascripts/semantic-ui/popup.js +1457 -1457
- data/app/assets/javascripts/semantic-ui/progress.js +970 -998
- data/app/assets/javascripts/semantic-ui/rating.js +508 -524
- data/app/assets/javascripts/semantic-ui/search.js +1521 -1535
- data/app/assets/javascripts/semantic-ui/shape.js +784 -811
- data/app/assets/javascripts/semantic-ui/sidebar.js +1062 -1100
- data/app/assets/javascripts/semantic-ui/site.js +437 -477
- data/app/assets/javascripts/semantic-ui/slider.js +1311 -1312
- data/app/assets/javascripts/semantic-ui/state.js +639 -658
- data/app/assets/javascripts/semantic-ui/sticky.js +848 -902
- data/app/assets/javascripts/semantic-ui/tab.js +903 -967
- data/app/assets/javascripts/semantic-ui/toast.js +911 -885
- data/app/assets/javascripts/semantic-ui/transition.js +1049 -1078
- data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +246 -341
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +185 -331
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +272 -433
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +127 -199
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +549 -776
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +711 -1123
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +9 -8
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +45 -63
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +3556 -3556
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +272 -270
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +120 -144
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +667 -747
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +358 -276
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +361 -412
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +51 -72
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +69 -157
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +24 -44
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +150 -226
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +30 -43
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +37 -55
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +26 -29
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +122 -193
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +254 -388
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +20 -31
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +97 -143
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +122 -156
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +426 -204
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +83 -124
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +71 -100
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +105 -208
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +93 -121
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +12 -16
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +71 -149
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +36 -47
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +221 -367
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +43 -61
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +37 -59
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +86 -133
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +77 -118
- data/lib/fomantic/ui/sass/version.rb +2 -2
- data/tasks/converter.rb +1 -1
- metadata +17 -1
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.
|
3
|
-
*
|
2
|
+
* # Fomantic-UI 2.9.1 - Loader
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
6
6
|
* Released under the MIT license
|
7
|
-
*
|
7
|
+
* https://opensource.org/licenses/MIT
|
8
8
|
*
|
9
9
|
*/
|
10
10
|
|
@@ -23,14 +23,13 @@
|
|
23
23
|
margin: 0;
|
24
24
|
text-align: center;
|
25
25
|
z-index: 1000;
|
26
|
-
|
27
|
-
transform: translateX(-50%) translateY(-50%);
|
26
|
+
transform: translateX(-50%) translateY(-50%);
|
28
27
|
}
|
29
28
|
|
30
29
|
/* Static Shape */
|
31
30
|
.ui.loader::before {
|
32
31
|
position: absolute;
|
33
|
-
content:
|
32
|
+
content: "";
|
34
33
|
top: 0;
|
35
34
|
left: 50%;
|
36
35
|
width: 100%;
|
@@ -42,17 +41,15 @@
|
|
42
41
|
/* Active Shape */
|
43
42
|
.ui.loader::after {
|
44
43
|
position: absolute;
|
45
|
-
content:
|
44
|
+
content: "";
|
46
45
|
top: 0;
|
47
46
|
left: 50%;
|
48
47
|
width: 100%;
|
49
48
|
height: 100%;
|
50
|
-
|
51
|
-
animation: loader 0.6s infinite linear;
|
49
|
+
animation: loader 0.6s infinite linear;
|
52
50
|
border: 0.2em solid #767676;
|
53
51
|
border-radius: 500rem;
|
54
|
-
|
55
|
-
box-shadow: 0 0 0 1px transparent;
|
52
|
+
box-shadow: 0 0 0 1px transparent;
|
56
53
|
}
|
57
54
|
|
58
55
|
/* Speeds */
|
@@ -60,35 +57,25 @@
|
|
60
57
|
.ui.fast.loading.loading .input > i.icon::after,
|
61
58
|
.ui.fast.loading.loading > i.icon::after,
|
62
59
|
.ui.fast.loader::after {
|
63
|
-
|
64
|
-
animation-duration: 0.3s;
|
60
|
+
animation-duration: 0.3s;
|
65
61
|
}
|
66
62
|
.ui.slow.loading.loading::after,
|
67
63
|
.ui.slow.loading.loading .input > i.icon::after,
|
68
64
|
.ui.slow.loading.loading > i.icon::after,
|
69
65
|
.ui.slow.loader::after {
|
70
|
-
|
71
|
-
animation-duration: 0.9s;
|
66
|
+
animation-duration: 0.9s;
|
72
67
|
}
|
73
68
|
|
74
69
|
/* Active Animation */
|
75
|
-
@-webkit-keyframes loader {
|
76
|
-
100% {
|
77
|
-
-webkit-transform: rotate(360deg);
|
78
|
-
transform: rotate(360deg);
|
79
|
-
}
|
80
|
-
}
|
81
70
|
@keyframes loader {
|
82
71
|
100% {
|
83
|
-
|
84
|
-
transform: rotate(360deg);
|
72
|
+
transform: rotate(360deg);
|
85
73
|
}
|
86
74
|
}
|
87
75
|
|
88
|
-
|
76
|
+
/* -------------------
|
89
77
|
Coupling
|
90
|
-
|
91
|
-
|
78
|
+
-------------------- */
|
92
79
|
|
93
80
|
/* Show inside active dimmer */
|
94
81
|
.ui.dimmer > .loader {
|
@@ -117,10 +104,9 @@
|
|
117
104
|
*******************************/
|
118
105
|
|
119
106
|
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
107
|
+
/* -------------------
|
108
|
+
Text
|
109
|
+
-------------------- */
|
124
110
|
.ui.ui.ui.ui.text.loader {
|
125
111
|
width: auto;
|
126
112
|
height: auto;
|
@@ -135,8 +121,7 @@
|
|
135
121
|
|
136
122
|
.ui.indeterminate.loader::after {
|
137
123
|
animation-direction: reverse;
|
138
|
-
|
139
|
-
animation-duration: 1.2s;
|
124
|
+
animation-duration: 1.2s;
|
140
125
|
}
|
141
126
|
.ui.loader.active,
|
142
127
|
.ui.loader.visible {
|
@@ -153,10 +138,9 @@
|
|
153
138
|
*******************************/
|
154
139
|
|
155
140
|
|
156
|
-
|
141
|
+
/* -------------------
|
157
142
|
Sizes
|
158
|
-
|
159
|
-
|
143
|
+
-------------------- */
|
160
144
|
.ui.loader {
|
161
145
|
width: 2.28571429rem;
|
162
146
|
height: 2.28571429rem;
|
@@ -278,10 +262,9 @@
|
|
278
262
|
padding-top: 5.35714286rem;
|
279
263
|
}
|
280
264
|
|
281
|
-
|
265
|
+
/* -------------------
|
282
266
|
Colors
|
283
|
-
|
284
|
-
|
267
|
+
-------------------- */
|
285
268
|
.ui.primary.elastic.loader.loader::before,
|
286
269
|
.ui.primary.basic.elastic.loading.button::before,
|
287
270
|
.ui.primary.basic.elastic.loading.button::after,
|
@@ -292,7 +275,7 @@
|
|
292
275
|
.ui.primary.loading.loading.loading.loading .input > i.icon::after,
|
293
276
|
.ui.primary.loading.loading.loading.loading > i.icon::after,
|
294
277
|
.ui.primary.loader.loader.loader::after {
|
295
|
-
color: #
|
278
|
+
color: #2185d0;
|
296
279
|
}
|
297
280
|
.ui.inverted.primary.elastic.loader::before,
|
298
281
|
.ui.inverted.primary.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
|
@@ -302,7 +285,7 @@
|
|
302
285
|
.ui.inverted.primary.loading.loading.loading.loading .input > i.icon::after,
|
303
286
|
.ui.inverted.primary.loading.loading.loading.loading > i.icon::after,
|
304
287
|
.ui.inverted.primary.loader.loader.loader::after {
|
305
|
-
color: #
|
288
|
+
color: #54c8ff;
|
306
289
|
}
|
307
290
|
.ui.secondary.elastic.loader.loader::before,
|
308
291
|
.ui.secondary.basic.elastic.loading.button::before,
|
@@ -314,7 +297,7 @@
|
|
314
297
|
.ui.secondary.loading.loading.loading.loading .input > i.icon::after,
|
315
298
|
.ui.secondary.loading.loading.loading.loading > i.icon::after,
|
316
299
|
.ui.secondary.loader.loader.loader::after {
|
317
|
-
color: #
|
300
|
+
color: #1b1c1d;
|
318
301
|
}
|
319
302
|
.ui.inverted.secondary.elastic.loader::before,
|
320
303
|
.ui.inverted.secondary.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
|
@@ -336,7 +319,7 @@
|
|
336
319
|
.ui.red.loading.loading.loading.loading .input > i.icon::after,
|
337
320
|
.ui.red.loading.loading.loading.loading > i.icon::after,
|
338
321
|
.ui.red.loader.loader.loader::after {
|
339
|
-
color: #
|
322
|
+
color: #db2828;
|
340
323
|
}
|
341
324
|
.ui.inverted.red.elastic.loader::before,
|
342
325
|
.ui.inverted.red.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
|
@@ -346,7 +329,7 @@
|
|
346
329
|
.ui.inverted.red.loading.loading.loading.loading .input > i.icon::after,
|
347
330
|
.ui.inverted.red.loading.loading.loading.loading > i.icon::after,
|
348
331
|
.ui.inverted.red.loader.loader.loader::after {
|
349
|
-
color: #
|
332
|
+
color: #ff695e;
|
350
333
|
}
|
351
334
|
.ui.orange.elastic.loader.loader::before,
|
352
335
|
.ui.orange.basic.elastic.loading.button::before,
|
@@ -358,7 +341,7 @@
|
|
358
341
|
.ui.orange.loading.loading.loading.loading .input > i.icon::after,
|
359
342
|
.ui.orange.loading.loading.loading.loading > i.icon::after,
|
360
343
|
.ui.orange.loader.loader.loader::after {
|
361
|
-
color: #
|
344
|
+
color: #f2711c;
|
362
345
|
}
|
363
346
|
.ui.inverted.orange.elastic.loader::before,
|
364
347
|
.ui.inverted.orange.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
|
@@ -368,7 +351,7 @@
|
|
368
351
|
.ui.inverted.orange.loading.loading.loading.loading .input > i.icon::after,
|
369
352
|
.ui.inverted.orange.loading.loading.loading.loading > i.icon::after,
|
370
353
|
.ui.inverted.orange.loader.loader.loader::after {
|
371
|
-
color: #
|
354
|
+
color: #ff851b;
|
372
355
|
}
|
373
356
|
.ui.yellow.elastic.loader.loader::before,
|
374
357
|
.ui.yellow.basic.elastic.loading.button::before,
|
@@ -380,7 +363,7 @@
|
|
380
363
|
.ui.yellow.loading.loading.loading.loading .input > i.icon::after,
|
381
364
|
.ui.yellow.loading.loading.loading.loading > i.icon::after,
|
382
365
|
.ui.yellow.loader.loader.loader::after {
|
383
|
-
color: #
|
366
|
+
color: #fbbd08;
|
384
367
|
}
|
385
368
|
.ui.inverted.yellow.elastic.loader::before,
|
386
369
|
.ui.inverted.yellow.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
|
@@ -390,7 +373,7 @@
|
|
390
373
|
.ui.inverted.yellow.loading.loading.loading.loading .input > i.icon::after,
|
391
374
|
.ui.inverted.yellow.loading.loading.loading.loading > i.icon::after,
|
392
375
|
.ui.inverted.yellow.loader.loader.loader::after {
|
393
|
-
color: #
|
376
|
+
color: #ffe21f;
|
394
377
|
}
|
395
378
|
.ui.olive.elastic.loader.loader::before,
|
396
379
|
.ui.olive.basic.elastic.loading.button::before,
|
@@ -402,7 +385,7 @@
|
|
402
385
|
.ui.olive.loading.loading.loading.loading .input > i.icon::after,
|
403
386
|
.ui.olive.loading.loading.loading.loading > i.icon::after,
|
404
387
|
.ui.olive.loader.loader.loader::after {
|
405
|
-
color: #
|
388
|
+
color: #b5cc18;
|
406
389
|
}
|
407
390
|
.ui.inverted.olive.elastic.loader::before,
|
408
391
|
.ui.inverted.olive.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
|
@@ -412,7 +395,7 @@
|
|
412
395
|
.ui.inverted.olive.loading.loading.loading.loading .input > i.icon::after,
|
413
396
|
.ui.inverted.olive.loading.loading.loading.loading > i.icon::after,
|
414
397
|
.ui.inverted.olive.loader.loader.loader::after {
|
415
|
-
color: #
|
398
|
+
color: #d9e778;
|
416
399
|
}
|
417
400
|
.ui.green.elastic.loader.loader::before,
|
418
401
|
.ui.green.basic.elastic.loading.button::before,
|
@@ -424,7 +407,7 @@
|
|
424
407
|
.ui.green.loading.loading.loading.loading .input > i.icon::after,
|
425
408
|
.ui.green.loading.loading.loading.loading > i.icon::after,
|
426
409
|
.ui.green.loader.loader.loader::after {
|
427
|
-
color: #
|
410
|
+
color: #21ba45;
|
428
411
|
}
|
429
412
|
.ui.inverted.green.elastic.loader::before,
|
430
413
|
.ui.inverted.green.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
|
@@ -434,7 +417,7 @@
|
|
434
417
|
.ui.inverted.green.loading.loading.loading.loading .input > i.icon::after,
|
435
418
|
.ui.inverted.green.loading.loading.loading.loading > i.icon::after,
|
436
419
|
.ui.inverted.green.loader.loader.loader::after {
|
437
|
-
color: #
|
420
|
+
color: #2ecc40;
|
438
421
|
}
|
439
422
|
.ui.teal.elastic.loader.loader::before,
|
440
423
|
.ui.teal.basic.elastic.loading.button::before,
|
@@ -446,7 +429,7 @@
|
|
446
429
|
.ui.teal.loading.loading.loading.loading .input > i.icon::after,
|
447
430
|
.ui.teal.loading.loading.loading.loading > i.icon::after,
|
448
431
|
.ui.teal.loader.loader.loader::after {
|
449
|
-
color: #
|
432
|
+
color: #00b5ad;
|
450
433
|
}
|
451
434
|
.ui.inverted.teal.elastic.loader::before,
|
452
435
|
.ui.inverted.teal.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
|
@@ -456,7 +439,7 @@
|
|
456
439
|
.ui.inverted.teal.loading.loading.loading.loading .input > i.icon::after,
|
457
440
|
.ui.inverted.teal.loading.loading.loading.loading > i.icon::after,
|
458
441
|
.ui.inverted.teal.loader.loader.loader::after {
|
459
|
-
color: #
|
442
|
+
color: #6dffff;
|
460
443
|
}
|
461
444
|
.ui.blue.elastic.loader.loader::before,
|
462
445
|
.ui.blue.basic.elastic.loading.button::before,
|
@@ -468,7 +451,7 @@
|
|
468
451
|
.ui.blue.loading.loading.loading.loading .input > i.icon::after,
|
469
452
|
.ui.blue.loading.loading.loading.loading > i.icon::after,
|
470
453
|
.ui.blue.loader.loader.loader::after {
|
471
|
-
color: #
|
454
|
+
color: #2185d0;
|
472
455
|
}
|
473
456
|
.ui.inverted.blue.elastic.loader::before,
|
474
457
|
.ui.inverted.blue.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
|
@@ -478,7 +461,7 @@
|
|
478
461
|
.ui.inverted.blue.loading.loading.loading.loading .input > i.icon::after,
|
479
462
|
.ui.inverted.blue.loading.loading.loading.loading > i.icon::after,
|
480
463
|
.ui.inverted.blue.loader.loader.loader::after {
|
481
|
-
color: #
|
464
|
+
color: #54c8ff;
|
482
465
|
}
|
483
466
|
.ui.violet.elastic.loader.loader::before,
|
484
467
|
.ui.violet.basic.elastic.loading.button::before,
|
@@ -490,7 +473,7 @@
|
|
490
473
|
.ui.violet.loading.loading.loading.loading .input > i.icon::after,
|
491
474
|
.ui.violet.loading.loading.loading.loading > i.icon::after,
|
492
475
|
.ui.violet.loader.loader.loader::after {
|
493
|
-
color: #
|
476
|
+
color: #6435c9;
|
494
477
|
}
|
495
478
|
.ui.inverted.violet.elastic.loader::before,
|
496
479
|
.ui.inverted.violet.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
|
@@ -500,7 +483,7 @@
|
|
500
483
|
.ui.inverted.violet.loading.loading.loading.loading .input > i.icon::after,
|
501
484
|
.ui.inverted.violet.loading.loading.loading.loading > i.icon::after,
|
502
485
|
.ui.inverted.violet.loader.loader.loader::after {
|
503
|
-
color: #
|
486
|
+
color: #a291fb;
|
504
487
|
}
|
505
488
|
.ui.purple.elastic.loader.loader::before,
|
506
489
|
.ui.purple.basic.elastic.loading.button::before,
|
@@ -512,7 +495,7 @@
|
|
512
495
|
.ui.purple.loading.loading.loading.loading .input > i.icon::after,
|
513
496
|
.ui.purple.loading.loading.loading.loading > i.icon::after,
|
514
497
|
.ui.purple.loader.loader.loader::after {
|
515
|
-
color: #
|
498
|
+
color: #a333c8;
|
516
499
|
}
|
517
500
|
.ui.inverted.purple.elastic.loader::before,
|
518
501
|
.ui.inverted.purple.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
|
@@ -522,7 +505,7 @@
|
|
522
505
|
.ui.inverted.purple.loading.loading.loading.loading .input > i.icon::after,
|
523
506
|
.ui.inverted.purple.loading.loading.loading.loading > i.icon::after,
|
524
507
|
.ui.inverted.purple.loader.loader.loader::after {
|
525
|
-
color: #
|
508
|
+
color: #dc73ff;
|
526
509
|
}
|
527
510
|
.ui.pink.elastic.loader.loader::before,
|
528
511
|
.ui.pink.basic.elastic.loading.button::before,
|
@@ -534,7 +517,7 @@
|
|
534
517
|
.ui.pink.loading.loading.loading.loading .input > i.icon::after,
|
535
518
|
.ui.pink.loading.loading.loading.loading > i.icon::after,
|
536
519
|
.ui.pink.loader.loader.loader::after {
|
537
|
-
color: #
|
520
|
+
color: #e03997;
|
538
521
|
}
|
539
522
|
.ui.inverted.pink.elastic.loader::before,
|
540
523
|
.ui.inverted.pink.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
|
@@ -544,7 +527,7 @@
|
|
544
527
|
.ui.inverted.pink.loading.loading.loading.loading .input > i.icon::after,
|
545
528
|
.ui.inverted.pink.loading.loading.loading.loading > i.icon::after,
|
546
529
|
.ui.inverted.pink.loader.loader.loader::after {
|
547
|
-
color: #
|
530
|
+
color: #ff8edf;
|
548
531
|
}
|
549
532
|
.ui.brown.elastic.loader.loader::before,
|
550
533
|
.ui.brown.basic.elastic.loading.button::before,
|
@@ -556,7 +539,7 @@
|
|
556
539
|
.ui.brown.loading.loading.loading.loading .input > i.icon::after,
|
557
540
|
.ui.brown.loading.loading.loading.loading > i.icon::after,
|
558
541
|
.ui.brown.loader.loader.loader::after {
|
559
|
-
color: #
|
542
|
+
color: #a5673f;
|
560
543
|
}
|
561
544
|
.ui.inverted.brown.elastic.loader::before,
|
562
545
|
.ui.inverted.brown.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
|
@@ -566,7 +549,7 @@
|
|
566
549
|
.ui.inverted.brown.loading.loading.loading.loading .input > i.icon::after,
|
567
550
|
.ui.inverted.brown.loading.loading.loading.loading > i.icon::after,
|
568
551
|
.ui.inverted.brown.loader.loader.loader::after {
|
569
|
-
color: #
|
552
|
+
color: #d67c1c;
|
570
553
|
}
|
571
554
|
.ui.grey.elastic.loader.loader::before,
|
572
555
|
.ui.grey.basic.elastic.loading.button::before,
|
@@ -588,7 +571,7 @@
|
|
588
571
|
.ui.inverted.grey.loading.loading.loading.loading .input > i.icon::after,
|
589
572
|
.ui.inverted.grey.loading.loading.loading.loading > i.icon::after,
|
590
573
|
.ui.inverted.grey.loader.loader.loader::after {
|
591
|
-
color: #
|
574
|
+
color: #dcddde;
|
592
575
|
}
|
593
576
|
.ui.black.elastic.loader.loader::before,
|
594
577
|
.ui.black.basic.elastic.loading.button::before,
|
@@ -600,7 +583,7 @@
|
|
600
583
|
.ui.black.loading.loading.loading.loading .input > i.icon::after,
|
601
584
|
.ui.black.loading.loading.loading.loading > i.icon::after,
|
602
585
|
.ui.black.loader.loader.loader::after {
|
603
|
-
color: #
|
586
|
+
color: #1b1c1d;
|
604
587
|
}
|
605
588
|
.ui.inverted.black.elastic.loader::before,
|
606
589
|
.ui.inverted.black.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
|
@@ -623,7 +606,7 @@
|
|
623
606
|
border-color: currentColor;
|
624
607
|
}
|
625
608
|
.ui.elastic.loading.loading.loading.loading.button:not(.inverted):not(.basic)::before {
|
626
|
-
color: #
|
609
|
+
color: #fff;
|
627
610
|
}
|
628
611
|
.ui.elastic.basic.loading.button::before,
|
629
612
|
.ui.elastic.basic.loading.button::after {
|
@@ -633,18 +616,16 @@
|
|
633
616
|
border-bottom-color: currentColor;
|
634
617
|
}
|
635
618
|
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
619
|
+
/* -------------------
|
620
|
+
Inline
|
621
|
+
-------------------- */
|
640
622
|
.ui.inline.loader {
|
641
623
|
position: relative;
|
642
624
|
vertical-align: middle;
|
643
625
|
margin: 0;
|
644
626
|
left: 0;
|
645
627
|
top: 0;
|
646
|
-
|
647
|
-
transform: none;
|
628
|
+
transform: none;
|
648
629
|
}
|
649
630
|
.ui.inline.loader.active,
|
650
631
|
.ui.inline.loader.visible {
|
@@ -685,12 +666,11 @@
|
|
685
666
|
border-bottom-color: rgba(0, 0, 0, 0.1);
|
686
667
|
}
|
687
668
|
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
669
|
+
/* -------------------
|
670
|
+
Elastic
|
671
|
+
-------------------- */
|
692
672
|
.ui.dimmer > .ui.elastic.loader {
|
693
|
-
color: #
|
673
|
+
color: #fff;
|
694
674
|
}
|
695
675
|
.ui.inverted.dimmer > .ui.elastic.loader {
|
696
676
|
color: #767676;
|
@@ -699,83 +679,45 @@
|
|
699
679
|
.ui.elastic.loading.loading .input > i.icon::after,
|
700
680
|
.ui.elastic.loading.loading > i.icon::after,
|
701
681
|
.ui.elastic.loader.loader::after {
|
702
|
-
|
703
|
-
|
704
|
-
-webkit-animation-delay: 0.3s;
|
705
|
-
animation-delay: 0.3s;
|
682
|
+
animation: loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
|
683
|
+
animation-delay: 0.3s;
|
706
684
|
}
|
707
685
|
.ui.elastic.loading.loading.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
|
708
686
|
.ui.elastic.loading.loading.loading .input > i.icon::before,
|
709
687
|
.ui.elastic.loading.loading.loading > i.icon::before,
|
710
688
|
.ui.elastic.loader.loader::before {
|
711
|
-
|
712
|
-
animation: elastic-loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
|
689
|
+
animation: elastic-loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
|
713
690
|
-moz-animation: currentcolor-elastic-loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
|
714
691
|
border-right-color: transparent;
|
715
692
|
}
|
716
693
|
.ui.elastic.inline.loader:empty {
|
717
|
-
|
718
|
-
animation: loader 8s infinite linear;
|
694
|
+
animation: loader 8s infinite linear;
|
719
695
|
}
|
720
696
|
.ui.slow.elastic.loading.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
|
721
697
|
.ui.slow.elastic.loading.loading .input > i.icon::after,
|
722
698
|
.ui.slow.elastic.loading.loading > i.icon::after,
|
723
699
|
.ui.slow.elastic.loader.loader::after {
|
724
|
-
|
725
|
-
|
726
|
-
-webkit-animation-delay: 0.45s;
|
727
|
-
animation-delay: 0.45s;
|
700
|
+
animation-duration: 1.5s;
|
701
|
+
animation-delay: 0.45s;
|
728
702
|
}
|
729
703
|
.ui.slow.elastic.loading.loading.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
|
730
704
|
.ui.slow.elastic.loading.loading.loading .input > i.icon::before,
|
731
705
|
.ui.slow.elastic.loading.loading.loading > i.icon::before,
|
732
706
|
.ui.slow.elastic.loader.loader::before {
|
733
|
-
|
734
|
-
animation-duration: 1.5s;
|
707
|
+
animation-duration: 1.5s;
|
735
708
|
}
|
736
709
|
.ui.fast.elastic.loading.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
|
737
710
|
.ui.fast.elastic.loading.loading .input > i.icon::after,
|
738
711
|
.ui.fast.elastic.loading.loading > i.icon::after,
|
739
712
|
.ui.fast.elastic.loader.loader::after {
|
740
|
-
|
741
|
-
|
742
|
-
-webkit-animation-delay: 0.2s;
|
743
|
-
animation-delay: 0.2s;
|
713
|
+
animation-duration: 0.66s;
|
714
|
+
animation-delay: 0.2s;
|
744
715
|
}
|
745
716
|
.ui.fast.elastic.loading.loading.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
|
746
717
|
.ui.fast.elastic.loading.loading.loading .input > i.icon::before,
|
747
718
|
.ui.fast.elastic.loading.loading.loading > i.icon::before,
|
748
719
|
.ui.fast.elastic.loader.loader::before {
|
749
|
-
|
750
|
-
animation-duration: 0.66s;
|
751
|
-
}
|
752
|
-
@-webkit-keyframes elastic-loader {
|
753
|
-
0%,
|
754
|
-
1% {
|
755
|
-
border-left-color: transparent;
|
756
|
-
border-bottom-color: transparent;
|
757
|
-
}
|
758
|
-
1.1%,
|
759
|
-
50% {
|
760
|
-
border-left-color: inherit;
|
761
|
-
}
|
762
|
-
10%,
|
763
|
-
35.1% {
|
764
|
-
border-bottom-color: transparent;
|
765
|
-
}
|
766
|
-
10.1%,
|
767
|
-
35% {
|
768
|
-
border-bottom-color: inherit;
|
769
|
-
}
|
770
|
-
50.1% {
|
771
|
-
border-left-color: transparent;
|
772
|
-
}
|
773
|
-
100% {
|
774
|
-
border-left-color: transparent;
|
775
|
-
border-bottom-color: transparent;
|
776
|
-
-webkit-transform: rotate(360deg);
|
777
|
-
transform: rotate(360deg);
|
778
|
-
}
|
720
|
+
animation-duration: 0.66s;
|
779
721
|
}
|
780
722
|
@keyframes elastic-loader {
|
781
723
|
0%,
|
@@ -801,36 +743,7 @@
|
|
801
743
|
100% {
|
802
744
|
border-left-color: transparent;
|
803
745
|
border-bottom-color: transparent;
|
804
|
-
|
805
|
-
transform: rotate(360deg);
|
806
|
-
}
|
807
|
-
}
|
808
|
-
@-webkit-keyframes currentcolor-elastic-loader {
|
809
|
-
0%,
|
810
|
-
1% {
|
811
|
-
border-left-color: transparent;
|
812
|
-
border-bottom-color: transparent;
|
813
|
-
}
|
814
|
-
1.1%,
|
815
|
-
50% {
|
816
|
-
border-left-color: currentColor;
|
817
|
-
}
|
818
|
-
10%,
|
819
|
-
35.1% {
|
820
|
-
border-bottom-color: transparent;
|
821
|
-
}
|
822
|
-
10.1%,
|
823
|
-
35% {
|
824
|
-
border-bottom-color: currentColor;
|
825
|
-
}
|
826
|
-
50.1% {
|
827
|
-
border-left-color: transparent;
|
828
|
-
}
|
829
|
-
100% {
|
830
|
-
border-left-color: transparent;
|
831
|
-
border-bottom-color: transparent;
|
832
|
-
-webkit-transform: rotate(360deg);
|
833
|
-
transform: rotate(360deg);
|
746
|
+
transform: rotate(360deg);
|
834
747
|
}
|
835
748
|
}
|
836
749
|
@keyframes currentcolor-elastic-loader {
|
@@ -857,8 +770,7 @@
|
|
857
770
|
100% {
|
858
771
|
border-left-color: transparent;
|
859
772
|
border-bottom-color: transparent;
|
860
|
-
|
861
|
-
transform: rotate(360deg);
|
773
|
+
transform: rotate(360deg);
|
862
774
|
}
|
863
775
|
}
|
864
776
|
|