fomantic-ui-sass 2.8.7.1 → 2.8.8
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/app/assets/javascripts/semantic-ui/calendar.js +9 -11
- data/app/assets/javascripts/semantic-ui/dimmer.js +8 -11
- data/app/assets/javascripts/semantic-ui/dropdown.js +191 -99
- data/app/assets/javascripts/semantic-ui/form.js +98 -60
- data/app/assets/javascripts/semantic-ui/modal.js +259 -16
- data/app/assets/javascripts/semantic-ui/nag.js +130 -64
- data/app/assets/javascripts/semantic-ui/popup.js +4 -4
- data/app/assets/javascripts/semantic-ui/progress.js +6 -8
- data/app/assets/javascripts/semantic-ui/search.js +14 -12
- data/app/assets/javascripts/semantic-ui/slider.js +55 -31
- data/app/assets/javascripts/semantic-ui/toast.js +26 -6
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +46 -5
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +14 -7
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +6 -4
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +50 -3
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +6 -2
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +29 -2
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +3 -4
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +10 -5
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +237 -65
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +2 -1
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +41 -37
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +34 -2
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +2 -3
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +46 -4
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +72 -3
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +19 -8
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +168 -16
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +4 -2
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +18 -10
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +18 -33
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +3 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -2
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +97 -10
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +74 -2
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
- data/lib/fomantic/ui/sass/version.rb +2 -2
- metadata +6 -6
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI - Loader
|
2
|
+
* # Fomantic-UI 2.8.8 - Loader
|
3
3
|
* http://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -285,7 +285,7 @@
|
|
285
285
|
.ui.primary.elastic.loader.loader:before,
|
286
286
|
.ui.primary.basic.elastic.loading.button:before,
|
287
287
|
.ui.primary.basic.elastic.loading.button:after,
|
288
|
-
.ui.primary.elastic.loading.loading.loading:not(.segment):before,
|
288
|
+
.ui.primary.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
289
289
|
.ui.primary.elastic.loading.loading.loading .input > i.icon:before,
|
290
290
|
.ui.primary.elastic.loading.loading.loading.loading > i.icon:before,
|
291
291
|
.ui.primary.loading.loading.loading.loading:not(.usual):not(.button):after,
|
@@ -295,7 +295,7 @@
|
|
295
295
|
color: #2185D0;
|
296
296
|
}
|
297
297
|
.ui.inverted.primary.elastic.loader:before,
|
298
|
-
.ui.inverted.primary.elastic.loading.loading.loading:not(.segment):before,
|
298
|
+
.ui.inverted.primary.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
299
299
|
.ui.inverted.primary.elastic.loading.loading.loading .input > i.icon:before,
|
300
300
|
.ui.inverted.primary.elastic.loading.loading.loading > i.icon:before,
|
301
301
|
.ui.inverted.primary.loading.loading.loading.loading:not(.usual):after,
|
@@ -307,7 +307,7 @@
|
|
307
307
|
.ui.secondary.elastic.loader.loader:before,
|
308
308
|
.ui.secondary.basic.elastic.loading.button:before,
|
309
309
|
.ui.secondary.basic.elastic.loading.button:after,
|
310
|
-
.ui.secondary.elastic.loading.loading.loading:not(.segment):before,
|
310
|
+
.ui.secondary.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
311
311
|
.ui.secondary.elastic.loading.loading.loading .input > i.icon:before,
|
312
312
|
.ui.secondary.elastic.loading.loading.loading.loading > i.icon:before,
|
313
313
|
.ui.secondary.loading.loading.loading.loading:not(.usual):not(.button):after,
|
@@ -317,7 +317,7 @@
|
|
317
317
|
color: #1B1C1D;
|
318
318
|
}
|
319
319
|
.ui.inverted.secondary.elastic.loader:before,
|
320
|
-
.ui.inverted.secondary.elastic.loading.loading.loading:not(.segment):before,
|
320
|
+
.ui.inverted.secondary.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
321
321
|
.ui.inverted.secondary.elastic.loading.loading.loading .input > i.icon:before,
|
322
322
|
.ui.inverted.secondary.elastic.loading.loading.loading > i.icon:before,
|
323
323
|
.ui.inverted.secondary.loading.loading.loading.loading:not(.usual):after,
|
@@ -329,7 +329,7 @@
|
|
329
329
|
.ui.red.elastic.loader.loader:before,
|
330
330
|
.ui.red.basic.elastic.loading.button:before,
|
331
331
|
.ui.red.basic.elastic.loading.button:after,
|
332
|
-
.ui.red.elastic.loading.loading.loading:not(.segment):before,
|
332
|
+
.ui.red.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
333
333
|
.ui.red.elastic.loading.loading.loading .input > i.icon:before,
|
334
334
|
.ui.red.elastic.loading.loading.loading.loading > i.icon:before,
|
335
335
|
.ui.red.loading.loading.loading.loading:not(.usual):not(.button):after,
|
@@ -339,7 +339,7 @@
|
|
339
339
|
color: #DB2828;
|
340
340
|
}
|
341
341
|
.ui.inverted.red.elastic.loader:before,
|
342
|
-
.ui.inverted.red.elastic.loading.loading.loading:not(.segment):before,
|
342
|
+
.ui.inverted.red.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
343
343
|
.ui.inverted.red.elastic.loading.loading.loading .input > i.icon:before,
|
344
344
|
.ui.inverted.red.elastic.loading.loading.loading > i.icon:before,
|
345
345
|
.ui.inverted.red.loading.loading.loading.loading:not(.usual):after,
|
@@ -351,7 +351,7 @@
|
|
351
351
|
.ui.orange.elastic.loader.loader:before,
|
352
352
|
.ui.orange.basic.elastic.loading.button:before,
|
353
353
|
.ui.orange.basic.elastic.loading.button:after,
|
354
|
-
.ui.orange.elastic.loading.loading.loading:not(.segment):before,
|
354
|
+
.ui.orange.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
355
355
|
.ui.orange.elastic.loading.loading.loading .input > i.icon:before,
|
356
356
|
.ui.orange.elastic.loading.loading.loading.loading > i.icon:before,
|
357
357
|
.ui.orange.loading.loading.loading.loading:not(.usual):not(.button):after,
|
@@ -361,7 +361,7 @@
|
|
361
361
|
color: #F2711C;
|
362
362
|
}
|
363
363
|
.ui.inverted.orange.elastic.loader:before,
|
364
|
-
.ui.inverted.orange.elastic.loading.loading.loading:not(.segment):before,
|
364
|
+
.ui.inverted.orange.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
365
365
|
.ui.inverted.orange.elastic.loading.loading.loading .input > i.icon:before,
|
366
366
|
.ui.inverted.orange.elastic.loading.loading.loading > i.icon:before,
|
367
367
|
.ui.inverted.orange.loading.loading.loading.loading:not(.usual):after,
|
@@ -373,7 +373,7 @@
|
|
373
373
|
.ui.yellow.elastic.loader.loader:before,
|
374
374
|
.ui.yellow.basic.elastic.loading.button:before,
|
375
375
|
.ui.yellow.basic.elastic.loading.button:after,
|
376
|
-
.ui.yellow.elastic.loading.loading.loading:not(.segment):before,
|
376
|
+
.ui.yellow.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
377
377
|
.ui.yellow.elastic.loading.loading.loading .input > i.icon:before,
|
378
378
|
.ui.yellow.elastic.loading.loading.loading.loading > i.icon:before,
|
379
379
|
.ui.yellow.loading.loading.loading.loading:not(.usual):not(.button):after,
|
@@ -383,7 +383,7 @@
|
|
383
383
|
color: #FBBD08;
|
384
384
|
}
|
385
385
|
.ui.inverted.yellow.elastic.loader:before,
|
386
|
-
.ui.inverted.yellow.elastic.loading.loading.loading:not(.segment):before,
|
386
|
+
.ui.inverted.yellow.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
387
387
|
.ui.inverted.yellow.elastic.loading.loading.loading .input > i.icon:before,
|
388
388
|
.ui.inverted.yellow.elastic.loading.loading.loading > i.icon:before,
|
389
389
|
.ui.inverted.yellow.loading.loading.loading.loading:not(.usual):after,
|
@@ -395,7 +395,7 @@
|
|
395
395
|
.ui.olive.elastic.loader.loader:before,
|
396
396
|
.ui.olive.basic.elastic.loading.button:before,
|
397
397
|
.ui.olive.basic.elastic.loading.button:after,
|
398
|
-
.ui.olive.elastic.loading.loading.loading:not(.segment):before,
|
398
|
+
.ui.olive.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
399
399
|
.ui.olive.elastic.loading.loading.loading .input > i.icon:before,
|
400
400
|
.ui.olive.elastic.loading.loading.loading.loading > i.icon:before,
|
401
401
|
.ui.olive.loading.loading.loading.loading:not(.usual):not(.button):after,
|
@@ -405,7 +405,7 @@
|
|
405
405
|
color: #B5CC18;
|
406
406
|
}
|
407
407
|
.ui.inverted.olive.elastic.loader:before,
|
408
|
-
.ui.inverted.olive.elastic.loading.loading.loading:not(.segment):before,
|
408
|
+
.ui.inverted.olive.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
409
409
|
.ui.inverted.olive.elastic.loading.loading.loading .input > i.icon:before,
|
410
410
|
.ui.inverted.olive.elastic.loading.loading.loading > i.icon:before,
|
411
411
|
.ui.inverted.olive.loading.loading.loading.loading:not(.usual):after,
|
@@ -417,7 +417,7 @@
|
|
417
417
|
.ui.green.elastic.loader.loader:before,
|
418
418
|
.ui.green.basic.elastic.loading.button:before,
|
419
419
|
.ui.green.basic.elastic.loading.button:after,
|
420
|
-
.ui.green.elastic.loading.loading.loading:not(.segment):before,
|
420
|
+
.ui.green.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
421
421
|
.ui.green.elastic.loading.loading.loading .input > i.icon:before,
|
422
422
|
.ui.green.elastic.loading.loading.loading.loading > i.icon:before,
|
423
423
|
.ui.green.loading.loading.loading.loading:not(.usual):not(.button):after,
|
@@ -427,7 +427,7 @@
|
|
427
427
|
color: #21BA45;
|
428
428
|
}
|
429
429
|
.ui.inverted.green.elastic.loader:before,
|
430
|
-
.ui.inverted.green.elastic.loading.loading.loading:not(.segment):before,
|
430
|
+
.ui.inverted.green.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
431
431
|
.ui.inverted.green.elastic.loading.loading.loading .input > i.icon:before,
|
432
432
|
.ui.inverted.green.elastic.loading.loading.loading > i.icon:before,
|
433
433
|
.ui.inverted.green.loading.loading.loading.loading:not(.usual):after,
|
@@ -439,7 +439,7 @@
|
|
439
439
|
.ui.teal.elastic.loader.loader:before,
|
440
440
|
.ui.teal.basic.elastic.loading.button:before,
|
441
441
|
.ui.teal.basic.elastic.loading.button:after,
|
442
|
-
.ui.teal.elastic.loading.loading.loading:not(.segment):before,
|
442
|
+
.ui.teal.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
443
443
|
.ui.teal.elastic.loading.loading.loading .input > i.icon:before,
|
444
444
|
.ui.teal.elastic.loading.loading.loading.loading > i.icon:before,
|
445
445
|
.ui.teal.loading.loading.loading.loading:not(.usual):not(.button):after,
|
@@ -449,7 +449,7 @@
|
|
449
449
|
color: #00B5AD;
|
450
450
|
}
|
451
451
|
.ui.inverted.teal.elastic.loader:before,
|
452
|
-
.ui.inverted.teal.elastic.loading.loading.loading:not(.segment):before,
|
452
|
+
.ui.inverted.teal.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
453
453
|
.ui.inverted.teal.elastic.loading.loading.loading .input > i.icon:before,
|
454
454
|
.ui.inverted.teal.elastic.loading.loading.loading > i.icon:before,
|
455
455
|
.ui.inverted.teal.loading.loading.loading.loading:not(.usual):after,
|
@@ -461,7 +461,7 @@
|
|
461
461
|
.ui.blue.elastic.loader.loader:before,
|
462
462
|
.ui.blue.basic.elastic.loading.button:before,
|
463
463
|
.ui.blue.basic.elastic.loading.button:after,
|
464
|
-
.ui.blue.elastic.loading.loading.loading:not(.segment):before,
|
464
|
+
.ui.blue.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
465
465
|
.ui.blue.elastic.loading.loading.loading .input > i.icon:before,
|
466
466
|
.ui.blue.elastic.loading.loading.loading.loading > i.icon:before,
|
467
467
|
.ui.blue.loading.loading.loading.loading:not(.usual):not(.button):after,
|
@@ -471,7 +471,7 @@
|
|
471
471
|
color: #2185D0;
|
472
472
|
}
|
473
473
|
.ui.inverted.blue.elastic.loader:before,
|
474
|
-
.ui.inverted.blue.elastic.loading.loading.loading:not(.segment):before,
|
474
|
+
.ui.inverted.blue.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
475
475
|
.ui.inverted.blue.elastic.loading.loading.loading .input > i.icon:before,
|
476
476
|
.ui.inverted.blue.elastic.loading.loading.loading > i.icon:before,
|
477
477
|
.ui.inverted.blue.loading.loading.loading.loading:not(.usual):after,
|
@@ -483,7 +483,7 @@
|
|
483
483
|
.ui.violet.elastic.loader.loader:before,
|
484
484
|
.ui.violet.basic.elastic.loading.button:before,
|
485
485
|
.ui.violet.basic.elastic.loading.button:after,
|
486
|
-
.ui.violet.elastic.loading.loading.loading:not(.segment):before,
|
486
|
+
.ui.violet.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
487
487
|
.ui.violet.elastic.loading.loading.loading .input > i.icon:before,
|
488
488
|
.ui.violet.elastic.loading.loading.loading.loading > i.icon:before,
|
489
489
|
.ui.violet.loading.loading.loading.loading:not(.usual):not(.button):after,
|
@@ -493,7 +493,7 @@
|
|
493
493
|
color: #6435C9;
|
494
494
|
}
|
495
495
|
.ui.inverted.violet.elastic.loader:before,
|
496
|
-
.ui.inverted.violet.elastic.loading.loading.loading:not(.segment):before,
|
496
|
+
.ui.inverted.violet.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
497
497
|
.ui.inverted.violet.elastic.loading.loading.loading .input > i.icon:before,
|
498
498
|
.ui.inverted.violet.elastic.loading.loading.loading > i.icon:before,
|
499
499
|
.ui.inverted.violet.loading.loading.loading.loading:not(.usual):after,
|
@@ -505,7 +505,7 @@
|
|
505
505
|
.ui.purple.elastic.loader.loader:before,
|
506
506
|
.ui.purple.basic.elastic.loading.button:before,
|
507
507
|
.ui.purple.basic.elastic.loading.button:after,
|
508
|
-
.ui.purple.elastic.loading.loading.loading:not(.segment):before,
|
508
|
+
.ui.purple.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
509
509
|
.ui.purple.elastic.loading.loading.loading .input > i.icon:before,
|
510
510
|
.ui.purple.elastic.loading.loading.loading.loading > i.icon:before,
|
511
511
|
.ui.purple.loading.loading.loading.loading:not(.usual):not(.button):after,
|
@@ -515,7 +515,7 @@
|
|
515
515
|
color: #A333C8;
|
516
516
|
}
|
517
517
|
.ui.inverted.purple.elastic.loader:before,
|
518
|
-
.ui.inverted.purple.elastic.loading.loading.loading:not(.segment):before,
|
518
|
+
.ui.inverted.purple.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
519
519
|
.ui.inverted.purple.elastic.loading.loading.loading .input > i.icon:before,
|
520
520
|
.ui.inverted.purple.elastic.loading.loading.loading > i.icon:before,
|
521
521
|
.ui.inverted.purple.loading.loading.loading.loading:not(.usual):after,
|
@@ -527,7 +527,7 @@
|
|
527
527
|
.ui.pink.elastic.loader.loader:before,
|
528
528
|
.ui.pink.basic.elastic.loading.button:before,
|
529
529
|
.ui.pink.basic.elastic.loading.button:after,
|
530
|
-
.ui.pink.elastic.loading.loading.loading:not(.segment):before,
|
530
|
+
.ui.pink.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
531
531
|
.ui.pink.elastic.loading.loading.loading .input > i.icon:before,
|
532
532
|
.ui.pink.elastic.loading.loading.loading.loading > i.icon:before,
|
533
533
|
.ui.pink.loading.loading.loading.loading:not(.usual):not(.button):after,
|
@@ -537,7 +537,7 @@
|
|
537
537
|
color: #E03997;
|
538
538
|
}
|
539
539
|
.ui.inverted.pink.elastic.loader:before,
|
540
|
-
.ui.inverted.pink.elastic.loading.loading.loading:not(.segment):before,
|
540
|
+
.ui.inverted.pink.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
541
541
|
.ui.inverted.pink.elastic.loading.loading.loading .input > i.icon:before,
|
542
542
|
.ui.inverted.pink.elastic.loading.loading.loading > i.icon:before,
|
543
543
|
.ui.inverted.pink.loading.loading.loading.loading:not(.usual):after,
|
@@ -549,7 +549,7 @@
|
|
549
549
|
.ui.brown.elastic.loader.loader:before,
|
550
550
|
.ui.brown.basic.elastic.loading.button:before,
|
551
551
|
.ui.brown.basic.elastic.loading.button:after,
|
552
|
-
.ui.brown.elastic.loading.loading.loading:not(.segment):before,
|
552
|
+
.ui.brown.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
553
553
|
.ui.brown.elastic.loading.loading.loading .input > i.icon:before,
|
554
554
|
.ui.brown.elastic.loading.loading.loading.loading > i.icon:before,
|
555
555
|
.ui.brown.loading.loading.loading.loading:not(.usual):not(.button):after,
|
@@ -559,7 +559,7 @@
|
|
559
559
|
color: #A5673F;
|
560
560
|
}
|
561
561
|
.ui.inverted.brown.elastic.loader:before,
|
562
|
-
.ui.inverted.brown.elastic.loading.loading.loading:not(.segment):before,
|
562
|
+
.ui.inverted.brown.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
563
563
|
.ui.inverted.brown.elastic.loading.loading.loading .input > i.icon:before,
|
564
564
|
.ui.inverted.brown.elastic.loading.loading.loading > i.icon:before,
|
565
565
|
.ui.inverted.brown.loading.loading.loading.loading:not(.usual):after,
|
@@ -571,7 +571,7 @@
|
|
571
571
|
.ui.grey.elastic.loader.loader:before,
|
572
572
|
.ui.grey.basic.elastic.loading.button:before,
|
573
573
|
.ui.grey.basic.elastic.loading.button:after,
|
574
|
-
.ui.grey.elastic.loading.loading.loading:not(.segment):before,
|
574
|
+
.ui.grey.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
575
575
|
.ui.grey.elastic.loading.loading.loading .input > i.icon:before,
|
576
576
|
.ui.grey.elastic.loading.loading.loading.loading > i.icon:before,
|
577
577
|
.ui.grey.loading.loading.loading.loading:not(.usual):not(.button):after,
|
@@ -581,7 +581,7 @@
|
|
581
581
|
color: #767676;
|
582
582
|
}
|
583
583
|
.ui.inverted.grey.elastic.loader:before,
|
584
|
-
.ui.inverted.grey.elastic.loading.loading.loading:not(.segment):before,
|
584
|
+
.ui.inverted.grey.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
585
585
|
.ui.inverted.grey.elastic.loading.loading.loading .input > i.icon:before,
|
586
586
|
.ui.inverted.grey.elastic.loading.loading.loading > i.icon:before,
|
587
587
|
.ui.inverted.grey.loading.loading.loading.loading:not(.usual):after,
|
@@ -593,7 +593,7 @@
|
|
593
593
|
.ui.black.elastic.loader.loader:before,
|
594
594
|
.ui.black.basic.elastic.loading.button:before,
|
595
595
|
.ui.black.basic.elastic.loading.button:after,
|
596
|
-
.ui.black.elastic.loading.loading.loading:not(.segment):before,
|
596
|
+
.ui.black.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
597
597
|
.ui.black.elastic.loading.loading.loading .input > i.icon:before,
|
598
598
|
.ui.black.elastic.loading.loading.loading.loading > i.icon:before,
|
599
599
|
.ui.black.loading.loading.loading.loading:not(.usual):not(.button):after,
|
@@ -603,7 +603,7 @@
|
|
603
603
|
color: #1B1C1D;
|
604
604
|
}
|
605
605
|
.ui.inverted.black.elastic.loader:before,
|
606
|
-
.ui.inverted.black.elastic.loading.loading.loading:not(.segment):before,
|
606
|
+
.ui.inverted.black.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
|
607
607
|
.ui.inverted.black.elastic.loading.loading.loading .input > i.icon:before,
|
608
608
|
.ui.inverted.black.elastic.loading.loading.loading > i.icon:before,
|
609
609
|
.ui.inverted.black.loading.loading.loading.loading:not(.usual):after,
|
@@ -671,11 +671,15 @@
|
|
671
671
|
.ui.loader.loader.loader.loader.loader.loader:not(.double):after {
|
672
672
|
border-bottom-color: transparent;
|
673
673
|
}
|
674
|
+
.ui.loading.loading.loading.loading.loading.loading.card:after,
|
675
|
+
.ui.loading.loading.loading.loading.loading.loading.segments:after,
|
674
676
|
.ui.loading.loading.loading.loading.loading.loading.segment:after,
|
675
677
|
.ui.loading.loading.loading.loading.loading.loading.form:after {
|
676
678
|
border-left-color: rgba(0, 0, 0, 0.1);
|
677
679
|
border-right-color: rgba(0, 0, 0, 0.1);
|
678
680
|
}
|
681
|
+
.ui.loading.loading.loading.loading.loading.loading.card:not(.double):after,
|
682
|
+
.ui.loading.loading.loading.loading.loading.loading.segments:not(.double):after,
|
679
683
|
.ui.loading.loading.loading.loading.loading.loading.segment:not(.double):after,
|
680
684
|
.ui.loading.loading.loading.loading.loading.loading.form:not(.double):after {
|
681
685
|
border-bottom-color: rgba(0, 0, 0, 0.1);
|
@@ -691,7 +695,7 @@
|
|
691
695
|
.ui.inverted.dimmer > .ui.elastic.loader {
|
692
696
|
color: #767676;
|
693
697
|
}
|
694
|
-
.ui.elastic.loading.loading:not(.form):not(.segment):after,
|
698
|
+
.ui.elastic.loading.loading:not(.form):not(.segment):not(.segments):not(.card):after,
|
695
699
|
.ui.elastic.loading.loading .input > i.icon:after,
|
696
700
|
.ui.elastic.loading.loading > i.icon:after,
|
697
701
|
.ui.elastic.loader.loader:after {
|
@@ -700,7 +704,7 @@
|
|
700
704
|
-webkit-animation-delay: 0.3s;
|
701
705
|
animation-delay: 0.3s;
|
702
706
|
}
|
703
|
-
.ui.elastic.loading.loading.loading:not(.form):not(.segment):before,
|
707
|
+
.ui.elastic.loading.loading.loading:not(.form):not(.segment):not(.segments):not(.card):before,
|
704
708
|
.ui.elastic.loading.loading.loading .input > i.icon:before,
|
705
709
|
.ui.elastic.loading.loading.loading > i.icon:before,
|
706
710
|
.ui.elastic.loader.loader:before {
|
@@ -713,7 +717,7 @@
|
|
713
717
|
-webkit-animation: loader 8s infinite linear;
|
714
718
|
animation: loader 8s infinite linear;
|
715
719
|
}
|
716
|
-
.ui.slow.elastic.loading.loading:not(.form):not(.segment):after,
|
720
|
+
.ui.slow.elastic.loading.loading:not(.form):not(.segment):not(.segments):not(.card):after,
|
717
721
|
.ui.slow.elastic.loading.loading .input > i.icon:after,
|
718
722
|
.ui.slow.elastic.loading.loading > i.icon:after,
|
719
723
|
.ui.slow.elastic.loader.loader:after {
|
@@ -722,14 +726,14 @@
|
|
722
726
|
-webkit-animation-delay: 0.45s;
|
723
727
|
animation-delay: 0.45s;
|
724
728
|
}
|
725
|
-
.ui.slow.elastic.loading.loading.loading:not(.form):not(.segment):before,
|
729
|
+
.ui.slow.elastic.loading.loading.loading:not(.form):not(.segment):not(.segments):not(.card):before,
|
726
730
|
.ui.slow.elastic.loading.loading.loading .input > i.icon:before,
|
727
731
|
.ui.slow.elastic.loading.loading.loading > i.icon:before,
|
728
732
|
.ui.slow.elastic.loader.loader:before {
|
729
733
|
-webkit-animation-duration: 1.5s;
|
730
734
|
animation-duration: 1.5s;
|
731
735
|
}
|
732
|
-
.ui.fast.elastic.loading.loading:not(.form):not(.segment):after,
|
736
|
+
.ui.fast.elastic.loading.loading:not(.form):not(.segment):not(.segments):not(.card):after,
|
733
737
|
.ui.fast.elastic.loading.loading .input > i.icon:after,
|
734
738
|
.ui.fast.elastic.loading.loading > i.icon:after,
|
735
739
|
.ui.fast.elastic.loader.loader:after {
|
@@ -738,7 +742,7 @@
|
|
738
742
|
-webkit-animation-delay: 0.2s;
|
739
743
|
animation-delay: 0.2s;
|
740
744
|
}
|
741
|
-
.ui.fast.elastic.loading.loading.loading:not(.form):not(.segment):before,
|
745
|
+
.ui.fast.elastic.loading.loading.loading:not(.form):not(.segment):not(.segments):not(.card):before,
|
742
746
|
.ui.fast.elastic.loading.loading.loading .input > i.icon:before,
|
743
747
|
.ui.fast.elastic.loading.loading.loading > i.icon:before,
|
744
748
|
.ui.fast.elastic.loader.loader:before {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI - Segment
|
2
|
+
* # Fomantic-UI 2.8.8 - Segment
|
3
3
|
* http://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -52,6 +52,8 @@
|
|
52
52
|
|
53
53
|
|
54
54
|
/* Header */
|
55
|
+
.ui.inverted.segments .segment > .ui.header .sub.header,
|
56
|
+
.ui.inverted.segments .segment > .ui.header,
|
55
57
|
.ui.inverted.segment > .ui.header .sub.header,
|
56
58
|
.ui.inverted.segment > .ui.header {
|
57
59
|
color: #FFFFFF;
|
@@ -138,6 +140,14 @@
|
|
138
140
|
-webkit-box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
|
139
141
|
box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
|
140
142
|
}
|
143
|
+
.ui.placeholder.segment.tab {
|
144
|
+
display: none;
|
145
|
+
}
|
146
|
+
.ui.placeholder.segment.tab.active {
|
147
|
+
display: -webkit-box;
|
148
|
+
display: -ms-flexbox;
|
149
|
+
display: flex;
|
150
|
+
}
|
141
151
|
.ui.placeholder.segment .button,
|
142
152
|
.ui.placeholder.segment textarea {
|
143
153
|
display: block;
|
@@ -479,6 +489,11 @@
|
|
479
489
|
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
480
490
|
}
|
481
491
|
|
492
|
+
/* Equal Width */
|
493
|
+
.ui[class*="equal width"].horizontal.segments > .segment {
|
494
|
+
width: 100%;
|
495
|
+
}
|
496
|
+
|
482
497
|
|
483
498
|
/*******************************
|
484
499
|
States
|
@@ -489,23 +504,34 @@
|
|
489
504
|
Disabled
|
490
505
|
---------------*/
|
491
506
|
|
507
|
+
.ui.disabled.segments,
|
492
508
|
.ui.disabled.segment {
|
493
509
|
opacity: 0.45;
|
494
510
|
color: rgba(40, 40, 40, 0.3);
|
511
|
+
pointer-events: none;
|
512
|
+
-webkit-user-select: none;
|
513
|
+
-moz-user-select: none;
|
514
|
+
-ms-user-select: none;
|
515
|
+
user-select: none;
|
495
516
|
}
|
496
517
|
|
497
518
|
/*--------------
|
498
519
|
Loading
|
499
520
|
---------------*/
|
500
521
|
|
522
|
+
.ui.loading.segments,
|
501
523
|
.ui.loading.segment {
|
502
524
|
position: relative;
|
503
525
|
cursor: default;
|
504
526
|
pointer-events: none;
|
505
|
-
|
527
|
+
-webkit-user-select: none;
|
528
|
+
-moz-user-select: none;
|
529
|
+
-ms-user-select: none;
|
530
|
+
user-select: none;
|
506
531
|
-webkit-transition: all 0s linear;
|
507
532
|
transition: all 0s linear;
|
508
533
|
}
|
534
|
+
.ui.loading.segments:before,
|
509
535
|
.ui.loading.segment:before {
|
510
536
|
position: absolute;
|
511
537
|
content: '';
|
@@ -517,6 +543,7 @@
|
|
517
543
|
border-radius: 0.28571429rem;
|
518
544
|
z-index: 100;
|
519
545
|
}
|
546
|
+
.ui.loading.segments:after,
|
520
547
|
.ui.loading.segment:after {
|
521
548
|
position: absolute;
|
522
549
|
content: '';
|
@@ -693,11 +720,14 @@
|
|
693
720
|
Inverted
|
694
721
|
--------------------*/
|
695
722
|
|
723
|
+
.ui.inverted.segments,
|
724
|
+
.ui.inverted.segments .segment,
|
696
725
|
.ui.inverted.segment {
|
697
726
|
border: none;
|
698
727
|
-webkit-box-shadow: none;
|
699
728
|
box-shadow: none;
|
700
729
|
}
|
730
|
+
.ui.inverted.segments .segment,
|
701
731
|
.ui.inverted.segment,
|
702
732
|
.ui.primary.inverted.segment {
|
703
733
|
background: #1B1C1D;
|
@@ -718,9 +748,11 @@
|
|
718
748
|
}
|
719
749
|
|
720
750
|
/* Loading */
|
751
|
+
.ui.inverted.loading.segments,
|
721
752
|
.ui.inverted.loading.segment {
|
722
753
|
color: #FFFFFF;
|
723
754
|
}
|
755
|
+
.ui.inverted.loading.segments:before,
|
724
756
|
.ui.inverted.loading.segment:before {
|
725
757
|
background: rgba(0, 0, 0, 0.85);
|
726
758
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI - Reset
|
2
|
+
* # Fomantic-UI 2.8.8 - Reset
|
3
3
|
* http://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -126,8 +126,7 @@ abbr[title] {
|
|
126
126
|
text-decoration: underline;
|
127
127
|
|
128
128
|
/* 2 */
|
129
|
-
|
130
|
-
text-decoration: underline dotted;
|
129
|
+
text-decoration: underline dotted;
|
131
130
|
|
132
131
|
/* 2 */
|
133
132
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI - Site
|
2
|
+
* # Fomantic-UI 2.8.8 - Site
|
3
3
|
* http://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -13,7 +13,7 @@
|
|
13
13
|
Page
|
14
14
|
*******************************/
|
15
15
|
|
16
|
-
@import url('https://fonts.googleapis.com/
|
16
|
+
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400%3B0,700%3B1,400%3B1,700&subset=latin&display=swap');
|
17
17
|
html,
|
18
18
|
body {
|
19
19
|
height: 100%;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI - Calendar
|
2
|
+
* # Fomantic-UI 2.8.8 - Calendar
|
3
3
|
* http://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -109,7 +109,7 @@
|
|
109
109
|
cursor: default;
|
110
110
|
color: rgba(40, 40, 40, 0.3);
|
111
111
|
}
|
112
|
-
.ui.calendar .ui.table tr .adjacent:not(.disabled) {
|
112
|
+
.ui.calendar .ui.table tr .adjacent:not(.disabled):not(.active) {
|
113
113
|
color: rgba(0, 0, 0, 0.6);
|
114
114
|
background: rgba(0, 0, 0, 0.03);
|
115
115
|
}
|
@@ -146,7 +146,7 @@
|
|
146
146
|
.ui.inverted.calendar .ui.inverted.table tr .disabled {
|
147
147
|
color: rgba(225, 225, 225, 0.3);
|
148
148
|
}
|
149
|
-
.ui.inverted.calendar .ui.inverted.table tr .adjacent:not(.disabled) {
|
149
|
+
.ui.inverted.calendar .ui.inverted.table tr .adjacent:not(.disabled):not(.active) {
|
150
150
|
color: rgba(255, 255, 255, 0.8);
|
151
151
|
background: rgba(255, 255, 255, 0.02);
|
152
152
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI - Checkbox
|
2
|
+
* # Fomantic-UI 2.8.8 - Checkbox
|
3
3
|
* http://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -88,6 +88,15 @@
|
|
88
88
|
transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
|
89
89
|
transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
|
90
90
|
}
|
91
|
+
.ui.right.aligned.checkbox label {
|
92
|
+
padding-left: 0;
|
93
|
+
padding-right: 1.85714em;
|
94
|
+
}
|
95
|
+
.ui.right.aligned.checkbox label:after,
|
96
|
+
.ui.right.aligned.checkbox label:before {
|
97
|
+
right: 0;
|
98
|
+
left: auto;
|
99
|
+
}
|
91
100
|
|
92
101
|
/*--------------
|
93
102
|
Label
|
@@ -187,6 +196,10 @@
|
|
187
196
|
.ui.indeterminate.toggle.checkbox input:not([type=radio]) ~ label:after {
|
188
197
|
left: 1.075rem;
|
189
198
|
}
|
199
|
+
.ui.right.aligned.indeterminate.toggle.checkbox input:not([type=radio]) ~ label:after {
|
200
|
+
left: auto;
|
201
|
+
right: 1.075rem;
|
202
|
+
}
|
190
203
|
|
191
204
|
/*--------------
|
192
205
|
Active Focus
|
@@ -203,12 +216,13 @@
|
|
203
216
|
}
|
204
217
|
|
205
218
|
/*--------------
|
206
|
-
|
207
|
-
---------------*/
|
219
|
+
Read-Only
|
220
|
+
---------------*/
|
208
221
|
|
209
222
|
.ui.read-only.checkbox,
|
210
223
|
.ui.read-only.checkbox label {
|
211
224
|
cursor: default;
|
225
|
+
pointer-events: none;
|
212
226
|
}
|
213
227
|
|
214
228
|
/*--------------
|
@@ -217,7 +231,7 @@
|
|
217
231
|
|
218
232
|
.ui.disabled.checkbox label,
|
219
233
|
.ui.checkbox input[disabled] ~ label {
|
220
|
-
cursor: default
|
234
|
+
cursor: default;
|
221
235
|
opacity: 0.5;
|
222
236
|
color: #000000;
|
223
237
|
pointer-events: none;
|
@@ -411,6 +425,20 @@
|
|
411
425
|
.ui.slider.checkbox input:focus:checked ~ label:before {
|
412
426
|
background-color: #000000 !important;
|
413
427
|
}
|
428
|
+
.ui.right.aligned.slider.checkbox label {
|
429
|
+
padding-left: 0;
|
430
|
+
padding-right: 4.5rem;
|
431
|
+
}
|
432
|
+
.ui.right.aligned.slider.checkbox label:after {
|
433
|
+
left: auto;
|
434
|
+
right: 2rem;
|
435
|
+
-webkit-transition: right 0.3s ease;
|
436
|
+
transition: right 0.3s ease;
|
437
|
+
}
|
438
|
+
.ui.right.aligned.slider.checkbox input:checked ~ label:after {
|
439
|
+
left: auto;
|
440
|
+
right: 0;
|
441
|
+
}
|
414
442
|
|
415
443
|
/*--------------
|
416
444
|
Toggle
|
@@ -512,6 +540,20 @@
|
|
512
540
|
.ui.toggle.checkbox input:focus:checked ~ label:before {
|
513
541
|
background-color: #0d71bb !important;
|
514
542
|
}
|
543
|
+
.ui.right.aligned.toggle.checkbox label {
|
544
|
+
padding-left: 0;
|
545
|
+
padding-right: 4.5rem;
|
546
|
+
}
|
547
|
+
.ui.right.aligned.toggle.checkbox input ~ label:after {
|
548
|
+
left: auto;
|
549
|
+
right: 2.15rem;
|
550
|
+
-webkit-transition: background 0.3s ease, right 0.3s ease;
|
551
|
+
transition: background 0.3s ease, right 0.3s ease;
|
552
|
+
}
|
553
|
+
.ui.right.aligned.toggle.checkbox input:checked ~ label:after {
|
554
|
+
left: auto;
|
555
|
+
right: -0.05rem;
|
556
|
+
}
|
515
557
|
|
516
558
|
|
517
559
|
/*******************************
|