fomantic-ui-sass 2.8.1 → 2.8.5
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 +20 -0
- data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.svg +175 -82
- data/app/assets/fonts/semantic-ui/brand-icons.ttf +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.eot +0 -0
- data/app/assets/fonts/semantic-ui/icons.svg +177 -126
- data/app/assets/fonts/semantic-ui/icons.ttf +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.eot +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.svg +11 -11
- data/app/assets/fonts/semantic-ui/outline-icons.ttf +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/calendar.js +103 -45
- data/app/assets/javascripts/semantic-ui/checkbox.js +1 -1
- data/app/assets/javascripts/semantic-ui/dropdown.js +45 -45
- data/app/assets/javascripts/semantic-ui/form.js +63 -27
- data/app/assets/javascripts/semantic-ui/modal.js +9 -1
- data/app/assets/javascripts/semantic-ui/popup.js +8 -7
- data/app/assets/javascripts/semantic-ui/search.js +29 -2
- data/app/assets/javascripts/semantic-ui/slider.js +6 -6
- data/app/assets/javascripts/semantic-ui/tab.js +3 -2
- data/app/assets/javascripts/semantic-ui/toast.js +11 -9
- data/app/assets/javascripts/semantic-ui/visibility.js +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +63 -24
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +28 -28
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +36 -20
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +9 -3
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +6130 -6133
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +147 -18
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +44 -44
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +7 -0
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -0
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +9 -9
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +8 -8
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +10 -3
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +34 -7
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +32 -3
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +90 -0
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -0
- data/fomantic-ui-sass.gemspec +2 -2
- data/lib/fomantic-ui-sass.rb +2 -2
- data/lib/fomantic/ui/sass/version.rb +2 -2
- data/spec/dummy/app/assets/config/manifest.js +0 -0
- metadata +11 -9
@@ -411,47 +411,35 @@ i.inverted.circular.black.icon.icon.icon.icon {
|
|
411
411
|
i.icon,
|
412
412
|
i.icons {
|
413
413
|
font-size: 1em;
|
414
|
+
line-height: 1;
|
415
|
+
vertical-align: middle;
|
414
416
|
}
|
415
417
|
i.mini.mini.mini.icon,
|
416
418
|
i.mini.mini.mini.icons {
|
417
|
-
line-height: 1;
|
418
|
-
vertical-align: middle;
|
419
419
|
font-size: 0.4em;
|
420
420
|
}
|
421
421
|
i.tiny.tiny.tiny.icon,
|
422
422
|
i.tiny.tiny.tiny.icons {
|
423
|
-
line-height: 1;
|
424
|
-
vertical-align: middle;
|
425
423
|
font-size: 0.5em;
|
426
424
|
}
|
427
425
|
i.small.small.small.icon,
|
428
426
|
i.small.small.small.icons {
|
429
|
-
line-height: 1;
|
430
|
-
vertical-align: middle;
|
431
427
|
font-size: 0.75em;
|
432
428
|
}
|
433
429
|
i.large.large.large.icon,
|
434
430
|
i.large.large.large.icons {
|
435
|
-
line-height: 1;
|
436
|
-
vertical-align: middle;
|
437
431
|
font-size: 1.5em;
|
438
432
|
}
|
439
433
|
i.big.big.big.icon,
|
440
434
|
i.big.big.big.icons {
|
441
|
-
line-height: 1;
|
442
|
-
vertical-align: middle;
|
443
435
|
font-size: 2em;
|
444
436
|
}
|
445
437
|
i.huge.huge.huge.icon,
|
446
438
|
i.huge.huge.huge.icons {
|
447
|
-
line-height: 1;
|
448
|
-
vertical-align: middle;
|
449
439
|
font-size: 4em;
|
450
440
|
}
|
451
441
|
i.massive.massive.massive.icon,
|
452
442
|
i.massive.massive.massive.icons {
|
453
|
-
line-height: 1;
|
454
|
-
vertical-align: middle;
|
455
443
|
font-size: 8em;
|
456
444
|
}
|
457
445
|
|
@@ -521,7 +509,7 @@ i.icons .inverted.corner.icon {
|
|
521
509
|
text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D;
|
522
510
|
}
|
523
511
|
/*
|
524
|
-
* Font Awesome 5.
|
512
|
+
* Font Awesome 5.13.0 by @fontawesome [https://fontawesome.com]
|
525
513
|
* License - https://fontawesome.com/license (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, CSS: MIT License)
|
526
514
|
*/
|
527
515
|
|
@@ -743,6 +731,9 @@ i.icon.backward:before {
|
|
743
731
|
i.icon.bacon:before {
|
744
732
|
content: "\f7e5";
|
745
733
|
}
|
734
|
+
i.icon.bahai:before {
|
735
|
+
content: "\f666";
|
736
|
+
}
|
746
737
|
i.icon.balance.scale:before {
|
747
738
|
content: "\f24e";
|
748
739
|
}
|
@@ -884,6 +875,9 @@ i.icon.box:before {
|
|
884
875
|
i.icon.box.open:before {
|
885
876
|
content: "\f49e";
|
886
877
|
}
|
878
|
+
i.icon.box.tissue:before {
|
879
|
+
content: "\f95b";
|
880
|
+
}
|
887
881
|
i.icon.boxes:before {
|
888
882
|
content: "\f468";
|
889
883
|
}
|
@@ -995,6 +989,9 @@ i.icon.car.crash:before {
|
|
995
989
|
i.icon.car.side:before {
|
996
990
|
content: "\f5e4";
|
997
991
|
}
|
992
|
+
i.icon.caravan:before {
|
993
|
+
content: "\f8ff";
|
994
|
+
}
|
998
995
|
i.icon.caret.down:before {
|
999
996
|
content: "\f0d7";
|
1000
997
|
}
|
@@ -1247,6 +1244,9 @@ i.icon.compass:before {
|
|
1247
1244
|
i.icon.compress:before {
|
1248
1245
|
content: "\f066";
|
1249
1246
|
}
|
1247
|
+
i.icon.compress.alternate:before {
|
1248
|
+
content: "\f422";
|
1249
|
+
}
|
1250
1250
|
i.icon.compress.arrows.alternate:before {
|
1251
1251
|
content: "\f78c";
|
1252
1252
|
}
|
@@ -1352,6 +1352,9 @@ i.icon.digital.tachograph:before {
|
|
1352
1352
|
i.icon.directions:before {
|
1353
1353
|
content: "\f5eb";
|
1354
1354
|
}
|
1355
|
+
i.icon.disease:before {
|
1356
|
+
content: "\f7fa";
|
1357
|
+
}
|
1355
1358
|
i.icon.divide:before {
|
1356
1359
|
content: "\f529";
|
1357
1360
|
}
|
@@ -1475,6 +1478,9 @@ i.icon.exclamation.triangle:before {
|
|
1475
1478
|
i.icon.expand:before {
|
1476
1479
|
content: "\f065";
|
1477
1480
|
}
|
1481
|
+
i.icon.expand.alternate:before {
|
1482
|
+
content: "\f424";
|
1483
|
+
}
|
1478
1484
|
i.icon.expand.arrows.alternate:before {
|
1479
1485
|
content: "\f31e";
|
1480
1486
|
}
|
@@ -1502,6 +1508,9 @@ i.icon.fast.backward:before {
|
|
1502
1508
|
i.icon.fast.forward:before {
|
1503
1509
|
content: "\f050";
|
1504
1510
|
}
|
1511
|
+
i.icon.faucet:before {
|
1512
|
+
content: "\f905";
|
1513
|
+
}
|
1505
1514
|
i.icon.fax:before {
|
1506
1515
|
content: "\f1ac";
|
1507
1516
|
}
|
@@ -1817,9 +1826,15 @@ i.icon.hand.holding:before {
|
|
1817
1826
|
i.icon.hand.holding.heart:before {
|
1818
1827
|
content: "\f4be";
|
1819
1828
|
}
|
1829
|
+
i.icon.hand.holding.medical:before {
|
1830
|
+
content: "\f95c";
|
1831
|
+
}
|
1820
1832
|
i.icon.hand.holding.usd:before {
|
1821
1833
|
content: "\f4c0";
|
1822
1834
|
}
|
1835
|
+
i.icon.hand.holding.water:before {
|
1836
|
+
content: "\f4c1";
|
1837
|
+
}
|
1823
1838
|
i.icon.hand.lizard:before {
|
1824
1839
|
content: "\f258";
|
1825
1840
|
}
|
@@ -1853,6 +1868,9 @@ i.icon.hand.rock:before {
|
|
1853
1868
|
i.icon.hand.scissors:before {
|
1854
1869
|
content: "\f257";
|
1855
1870
|
}
|
1871
|
+
i.icon.hand.sparkles:before {
|
1872
|
+
content: "\f95d";
|
1873
|
+
}
|
1856
1874
|
i.icon.hand.spock:before {
|
1857
1875
|
content: "\f259";
|
1858
1876
|
}
|
@@ -1862,9 +1880,18 @@ i.icon.hands:before {
|
|
1862
1880
|
i.icon.hands.helping:before {
|
1863
1881
|
content: "\f4c4";
|
1864
1882
|
}
|
1883
|
+
i.icon.hands.wash:before {
|
1884
|
+
content: "\f95e";
|
1885
|
+
}
|
1865
1886
|
i.icon.handshake:before {
|
1866
1887
|
content: "\f2b5";
|
1867
1888
|
}
|
1889
|
+
i.icon.handshake.alternate.slash:before {
|
1890
|
+
content: "\f95f";
|
1891
|
+
}
|
1892
|
+
i.icon.handshake.slash:before {
|
1893
|
+
content: "\f960";
|
1894
|
+
}
|
1868
1895
|
i.icon.hanukiah:before {
|
1869
1896
|
content: "\f6e6";
|
1870
1897
|
}
|
@@ -1883,12 +1910,21 @@ i.icon.hat.cowboy.side:before {
|
|
1883
1910
|
i.icon.hat.wizard:before {
|
1884
1911
|
content: "\f6e8";
|
1885
1912
|
}
|
1886
|
-
i.icon.haykal:before {
|
1887
|
-
content: "\f666";
|
1888
|
-
}
|
1889
1913
|
i.icon.hdd:before {
|
1890
1914
|
content: "\f0a0";
|
1891
1915
|
}
|
1916
|
+
i.icon.head.side.cough:before {
|
1917
|
+
content: "\f961";
|
1918
|
+
}
|
1919
|
+
i.icon.head.side.cough.slash:before {
|
1920
|
+
content: "\f962";
|
1921
|
+
}
|
1922
|
+
i.icon.head.side.mask:before {
|
1923
|
+
content: "\f963";
|
1924
|
+
}
|
1925
|
+
i.icon.head.side.virus:before {
|
1926
|
+
content: "\f964";
|
1927
|
+
}
|
1892
1928
|
i.icon.heading:before {
|
1893
1929
|
content: "\f1dc";
|
1894
1930
|
}
|
@@ -1949,6 +1985,9 @@ i.icon.hospital.alternate:before {
|
|
1949
1985
|
i.icon.hospital.symbol:before {
|
1950
1986
|
content: "\f47e";
|
1951
1987
|
}
|
1988
|
+
i.icon.hospital.user:before {
|
1989
|
+
content: "\f80d";
|
1990
|
+
}
|
1952
1991
|
i.icon.hot.tub:before {
|
1953
1992
|
content: "\f593";
|
1954
1993
|
}
|
@@ -1973,6 +2012,9 @@ i.icon.hourglass.start:before {
|
|
1973
2012
|
i.icon.house.damage:before {
|
1974
2013
|
content: "\f6f1";
|
1975
2014
|
}
|
2015
|
+
i.icon.house.user:before {
|
2016
|
+
content: "\f965";
|
2017
|
+
}
|
1976
2018
|
i.icon.hryvnia:before {
|
1977
2019
|
content: "\f6f2";
|
1978
2020
|
}
|
@@ -2072,6 +2114,9 @@ i.icon.laptop:before {
|
|
2072
2114
|
i.icon.laptop.code:before {
|
2073
2115
|
content: "\f5fc";
|
2074
2116
|
}
|
2117
|
+
i.icon.laptop.house:before {
|
2118
|
+
content: "\f966";
|
2119
|
+
}
|
2075
2120
|
i.icon.laptop.medical:before {
|
2076
2121
|
content: "\f812";
|
2077
2122
|
}
|
@@ -2159,6 +2204,12 @@ i.icon.low.vision:before {
|
|
2159
2204
|
i.icon.luggage.cart:before {
|
2160
2205
|
content: "\f59d";
|
2161
2206
|
}
|
2207
|
+
i.icon.lungs:before {
|
2208
|
+
content: "\f604";
|
2209
|
+
}
|
2210
|
+
i.icon.lungs.virus:before {
|
2211
|
+
content: "\f967";
|
2212
|
+
}
|
2162
2213
|
i.icon.magic:before {
|
2163
2214
|
content: "\f0d0";
|
2164
2215
|
}
|
@@ -2429,6 +2480,9 @@ i.icon.pencil.alternate:before {
|
|
2429
2480
|
i.icon.pencil.ruler:before {
|
2430
2481
|
content: "\f5ae";
|
2431
2482
|
}
|
2483
|
+
i.icon.people.arrows:before {
|
2484
|
+
content: "\f968";
|
2485
|
+
}
|
2432
2486
|
i.icon.people.carry:before {
|
2433
2487
|
content: "\f4ce";
|
2434
2488
|
}
|
@@ -2486,6 +2540,9 @@ i.icon.plane.arrival:before {
|
|
2486
2540
|
i.icon.plane.departure:before {
|
2487
2541
|
content: "\f5b0";
|
2488
2542
|
}
|
2543
|
+
i.icon.plane.slash:before {
|
2544
|
+
content: "\f969";
|
2545
|
+
}
|
2489
2546
|
i.icon.play:before {
|
2490
2547
|
content: "\f04b";
|
2491
2548
|
}
|
@@ -2555,6 +2612,12 @@ i.icon.procedures:before {
|
|
2555
2612
|
i.icon.project.diagram:before {
|
2556
2613
|
content: "\f542";
|
2557
2614
|
}
|
2615
|
+
i.icon.pump.medical:before {
|
2616
|
+
content: "\f96a";
|
2617
|
+
}
|
2618
|
+
i.icon.pump.soap:before {
|
2619
|
+
content: "\f96b";
|
2620
|
+
}
|
2558
2621
|
i.icon.puzzle.piece:before {
|
2559
2622
|
content: "\f12e";
|
2560
2623
|
}
|
@@ -2741,6 +2804,9 @@ i.icon.shekel.sign:before {
|
|
2741
2804
|
i.icon.shield.alternate:before {
|
2742
2805
|
content: "\f3ed";
|
2743
2806
|
}
|
2807
|
+
i.icon.shield.virus:before {
|
2808
|
+
content: "\f96c";
|
2809
|
+
}
|
2744
2810
|
i.icon.ship:before {
|
2745
2811
|
content: "\f21a";
|
2746
2812
|
}
|
@@ -2846,6 +2912,9 @@ i.icon.snowman:before {
|
|
2846
2912
|
i.icon.snowplow:before {
|
2847
2913
|
content: "\f7d2";
|
2848
2914
|
}
|
2915
|
+
i.icon.soap:before {
|
2916
|
+
content: "\f96e";
|
2917
|
+
}
|
2849
2918
|
i.icon.socks:before {
|
2850
2919
|
content: "\f696";
|
2851
2920
|
}
|
@@ -2969,12 +3038,21 @@ i.icon.stop.circle:before {
|
|
2969
3038
|
i.icon.stopwatch:before {
|
2970
3039
|
content: "\f2f2";
|
2971
3040
|
}
|
3041
|
+
i.icon.stopwatch.20:before {
|
3042
|
+
content: "\f96f";
|
3043
|
+
}
|
2972
3044
|
i.icon.store:before {
|
2973
3045
|
content: "\f54e";
|
2974
3046
|
}
|
2975
3047
|
i.icon.store.alternate:before {
|
2976
3048
|
content: "\f54f";
|
2977
3049
|
}
|
3050
|
+
i.icon.store.alternate.slash:before {
|
3051
|
+
content: "\f970";
|
3052
|
+
}
|
3053
|
+
i.icon.store.slash:before {
|
3054
|
+
content: "\f971";
|
3055
|
+
}
|
2978
3056
|
i.icon.stream:before {
|
2979
3057
|
content: "\f550";
|
2980
3058
|
}
|
@@ -3155,6 +3233,9 @@ i.icon.toilet:before {
|
|
3155
3233
|
i.icon.toilet.paper:before {
|
3156
3234
|
content: "\f71e";
|
3157
3235
|
}
|
3236
|
+
i.icon.toilet.paper.slash:before {
|
3237
|
+
content: "\f972";
|
3238
|
+
}
|
3158
3239
|
i.icon.toolbox:before {
|
3159
3240
|
content: "\f552";
|
3160
3241
|
}
|
@@ -3179,6 +3260,9 @@ i.icon.trademark:before {
|
|
3179
3260
|
i.icon.traffic.light:before {
|
3180
3261
|
content: "\f637";
|
3181
3262
|
}
|
3263
|
+
i.icon.trailer:before {
|
3264
|
+
content: "\f941";
|
3265
|
+
}
|
3182
3266
|
i.icon.train:before {
|
3183
3267
|
content: "\f238";
|
3184
3268
|
}
|
@@ -3377,6 +3461,15 @@ i.icon.video.slash:before {
|
|
3377
3461
|
i.icon.vihara:before {
|
3378
3462
|
content: "\f6a7";
|
3379
3463
|
}
|
3464
|
+
i.icon.virus:before {
|
3465
|
+
content: "\f974";
|
3466
|
+
}
|
3467
|
+
i.icon.virus.slash:before {
|
3468
|
+
content: "\f975";
|
3469
|
+
}
|
3470
|
+
i.icon.viruses:before {
|
3471
|
+
content: "\f976";
|
3472
|
+
}
|
3380
3473
|
i.icon.voicemail:before {
|
3381
3474
|
content: "\f897";
|
3382
3475
|
}
|
@@ -5218,6 +5311,10 @@ i.icon.d.and.d.beyond:before {
|
|
5218
5311
|
content: "\f6ca";
|
5219
5312
|
font-family: 'brand-icons';
|
5220
5313
|
}
|
5314
|
+
i.icon.dailymotion:before {
|
5315
|
+
content: "\f952";
|
5316
|
+
font-family: 'brand-icons';
|
5317
|
+
}
|
5221
5318
|
i.icon.dashcube:before {
|
5222
5319
|
content: "\f210";
|
5223
5320
|
font-family: 'brand-icons';
|
@@ -5386,6 +5483,10 @@ i.icon.firefox:before {
|
|
5386
5483
|
content: "\f269";
|
5387
5484
|
font-family: 'brand-icons';
|
5388
5485
|
}
|
5486
|
+
i.icon.firefox.browser:before {
|
5487
|
+
content: "\f907";
|
5488
|
+
font-family: 'brand-icons';
|
5489
|
+
}
|
5389
5490
|
i.icon.first.order:before {
|
5390
5491
|
content: "\f2b0";
|
5391
5492
|
font-family: 'brand-icons';
|
@@ -5626,6 +5727,10 @@ i.icon.hubspot:before {
|
|
5626
5727
|
content: "\f3b2";
|
5627
5728
|
font-family: 'brand-icons';
|
5628
5729
|
}
|
5730
|
+
i.icon.ideal:before {
|
5731
|
+
content: "\f913";
|
5732
|
+
font-family: 'brand-icons';
|
5733
|
+
}
|
5629
5734
|
i.icon.imdb:before {
|
5630
5735
|
content: "\f2d8";
|
5631
5736
|
font-family: 'brand-icons';
|
@@ -5634,6 +5739,10 @@ i.icon.instagram:before {
|
|
5634
5739
|
content: "\f16d";
|
5635
5740
|
font-family: 'brand-icons';
|
5636
5741
|
}
|
5742
|
+
i.icon.instagram.square:before {
|
5743
|
+
content: "\f955";
|
5744
|
+
font-family: 'brand-icons';
|
5745
|
+
}
|
5637
5746
|
i.icon.intercom:before {
|
5638
5747
|
content: "\f7af";
|
5639
5748
|
font-family: 'brand-icons';
|
@@ -5822,6 +5931,10 @@ i.icon.mendeley:before {
|
|
5822
5931
|
content: "\f7b3";
|
5823
5932
|
font-family: 'brand-icons';
|
5824
5933
|
}
|
5934
|
+
i.icon.microblog:before {
|
5935
|
+
content: "\f91a";
|
5936
|
+
font-family: 'brand-icons';
|
5937
|
+
}
|
5825
5938
|
i.icon.microsoft:before {
|
5826
5939
|
content: "\f3ca";
|
5827
5940
|
font-family: 'brand-icons';
|
@@ -5834,6 +5947,10 @@ i.icon.mixcloud:before {
|
|
5834
5947
|
content: "\f289";
|
5835
5948
|
font-family: 'brand-icons';
|
5836
5949
|
}
|
5950
|
+
i.icon.mixer:before {
|
5951
|
+
content: "\f956";
|
5952
|
+
font-family: 'brand-icons';
|
5953
|
+
}
|
5837
5954
|
i.icon.mizuni:before {
|
5838
5955
|
content: "\f3cc";
|
5839
5956
|
font-family: 'brand-icons';
|
@@ -5974,6 +6091,10 @@ i.icon.pied.piper.pp:before {
|
|
5974
6091
|
content: "\f1a7";
|
5975
6092
|
font-family: 'brand-icons';
|
5976
6093
|
}
|
6094
|
+
i.icon.pied.piper.square:before {
|
6095
|
+
content: "\f91e";
|
6096
|
+
font-family: 'brand-icons';
|
6097
|
+
}
|
5977
6098
|
i.icon.pinterest:before {
|
5978
6099
|
content: "\f0d2";
|
5979
6100
|
font-family: 'brand-icons';
|
@@ -6134,6 +6255,10 @@ i.icon.shirtsinbulk:before {
|
|
6134
6255
|
content: "\f214";
|
6135
6256
|
font-family: 'brand-icons';
|
6136
6257
|
}
|
6258
|
+
i.icon.shopify:before {
|
6259
|
+
content: "\f957";
|
6260
|
+
font-family: 'brand-icons';
|
6261
|
+
}
|
6137
6262
|
i.icon.shopware:before {
|
6138
6263
|
content: "\f5b5";
|
6139
6264
|
font-family: 'brand-icons';
|
@@ -6370,6 +6495,10 @@ i.icon.uniregistry:before {
|
|
6370
6495
|
content: "\f404";
|
6371
6496
|
font-family: 'brand-icons';
|
6372
6497
|
}
|
6498
|
+
i.icon.unity:before {
|
6499
|
+
content: "\f949";
|
6500
|
+
font-family: 'brand-icons';
|
6501
|
+
}
|
6373
6502
|
i.icon.untappd:before {
|
6374
6503
|
content: "\f405";
|
6375
6504
|
font-family: 'brand-icons';
|
@@ -175,7 +175,7 @@
|
|
175
175
|
color: #e7bdbc;
|
176
176
|
}
|
177
177
|
.ui.input.error > input:-ms-input-placeholder {
|
178
|
-
color: #e7bdbc;
|
178
|
+
color: #e7bdbc !important;
|
179
179
|
}
|
180
180
|
|
181
181
|
/* Focused Placeholder */
|
@@ -186,7 +186,7 @@
|
|
186
186
|
color: #da9796;
|
187
187
|
}
|
188
188
|
.ui.input.error > input:focus:-ms-input-placeholder {
|
189
|
-
color: #da9796;
|
189
|
+
color: #da9796 !important;
|
190
190
|
}
|
191
191
|
.ui.input.info > input {
|
192
192
|
background-color: #F8FFFF;
|
@@ -204,7 +204,7 @@
|
|
204
204
|
color: #98cfe1;
|
205
205
|
}
|
206
206
|
.ui.input.info > input:-ms-input-placeholder {
|
207
|
-
color: #98cfe1;
|
207
|
+
color: #98cfe1 !important;
|
208
208
|
}
|
209
209
|
|
210
210
|
/* Focused Placeholder */
|
@@ -215,7 +215,7 @@
|
|
215
215
|
color: #70bdd6;
|
216
216
|
}
|
217
217
|
.ui.input.info > input:focus:-ms-input-placeholder {
|
218
|
-
color: #70bdd6;
|
218
|
+
color: #70bdd6 !important;
|
219
219
|
}
|
220
220
|
.ui.input.success > input {
|
221
221
|
background-color: #FCFFF5;
|
@@ -233,7 +233,7 @@
|
|
233
233
|
color: #8fcf90;
|
234
234
|
}
|
235
235
|
.ui.input.success > input:-ms-input-placeholder {
|
236
|
-
color: #8fcf90;
|
236
|
+
color: #8fcf90 !important;
|
237
237
|
}
|
238
238
|
|
239
239
|
/* Focused Placeholder */
|
@@ -244,7 +244,7 @@
|
|
244
244
|
color: #6cbf6d;
|
245
245
|
}
|
246
246
|
.ui.input.success > input:focus:-ms-input-placeholder {
|
247
|
-
color: #6cbf6d;
|
247
|
+
color: #6cbf6d !important;
|
248
248
|
}
|
249
249
|
.ui.input.warning > input {
|
250
250
|
background-color: #FFFAF3;
|
@@ -262,7 +262,7 @@
|
|
262
262
|
color: #edad3e;
|
263
263
|
}
|
264
264
|
.ui.input.warning > input:-ms-input-placeholder {
|
265
|
-
color: #edad3e;
|
265
|
+
color: #edad3e !important;
|
266
266
|
}
|
267
267
|
|
268
268
|
/* Focused Placeholder */
|
@@ -273,7 +273,7 @@
|
|
273
273
|
color: #e39715;
|
274
274
|
}
|
275
275
|
.ui.input.warning > input:focus:-ms-input-placeholder {
|
276
|
-
color: #e39715;
|
276
|
+
color: #e39715 !important;
|
277
277
|
}
|
278
278
|
|
279
279
|
|
@@ -496,93 +496,93 @@
|
|
496
496
|
.ui.form > .field.error > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
497
497
|
.ui.action.input.error > .ui.button,
|
498
498
|
.ui.labeled.input.error:not([class*="corner labeled"]) > .ui.label {
|
499
|
-
border-top: 1px solid #
|
500
|
-
border-bottom: 1px solid #
|
499
|
+
border-top: 1px solid #E0B4B4;
|
500
|
+
border-bottom: 1px solid #E0B4B4;
|
501
501
|
}
|
502
|
-
.ui.form > .field.error > .ui
|
502
|
+
.ui.form > .field.error > .ui[class*="left action"].input > .ui.button,
|
503
503
|
.ui.form > .field.error > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
504
|
-
.ui
|
504
|
+
.ui[class*="left action"].input.error > .ui.button,
|
505
505
|
.ui.labeled.input.error:not(.right):not([class*="corner labeled"]) > .ui.label {
|
506
|
-
border-left: 1px solid #
|
506
|
+
border-left: 1px solid #E0B4B4;
|
507
507
|
}
|
508
|
-
.ui.form > .field.error > .ui.action.input:not(
|
508
|
+
.ui.form > .field.error > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
509
509
|
.ui.form > .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
510
|
-
.ui.action.input.error:not(
|
510
|
+
.ui.action.input.error:not([class*="left action"]) > input + .ui.button,
|
511
511
|
.ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label {
|
512
|
-
border-right: 1px solid #
|
512
|
+
border-right: 1px solid #E0B4B4;
|
513
513
|
}
|
514
514
|
.ui.form > .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
515
515
|
.ui.right.labeled.input.error:not([class*="corner labeled"]) > .ui.label:first-child {
|
516
|
-
border-left: 1px solid #
|
516
|
+
border-left: 1px solid #E0B4B4;
|
517
517
|
}
|
518
518
|
.ui.form > .field.info > .ui.action.input > .ui.button,
|
519
519
|
.ui.form > .field.info > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
520
520
|
.ui.action.input.info > .ui.button,
|
521
521
|
.ui.labeled.input.info:not([class*="corner labeled"]) > .ui.label {
|
522
|
-
border-top: 1px solid #
|
523
|
-
border-bottom: 1px solid #
|
522
|
+
border-top: 1px solid #A9D5DE;
|
523
|
+
border-bottom: 1px solid #A9D5DE;
|
524
524
|
}
|
525
|
-
.ui.form > .field.info > .ui
|
525
|
+
.ui.form > .field.info > .ui[class*="left action"].input > .ui.button,
|
526
526
|
.ui.form > .field.info > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
527
|
-
.ui
|
527
|
+
.ui[class*="left action"].input.info > .ui.button,
|
528
528
|
.ui.labeled.input.info:not(.right):not([class*="corner labeled"]) > .ui.label {
|
529
|
-
border-left: 1px solid #
|
529
|
+
border-left: 1px solid #A9D5DE;
|
530
530
|
}
|
531
|
-
.ui.form > .field.info > .ui.action.input:not(
|
531
|
+
.ui.form > .field.info > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
532
532
|
.ui.form > .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
533
|
-
.ui.action.input.info:not(
|
533
|
+
.ui.action.input.info:not([class*="left action"]) > input + .ui.button,
|
534
534
|
.ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label {
|
535
|
-
border-right: 1px solid #
|
535
|
+
border-right: 1px solid #A9D5DE;
|
536
536
|
}
|
537
537
|
.ui.form > .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
538
538
|
.ui.right.labeled.input.info:not([class*="corner labeled"]) > .ui.label:first-child {
|
539
|
-
border-left: 1px solid #
|
539
|
+
border-left: 1px solid #A9D5DE;
|
540
540
|
}
|
541
541
|
.ui.form > .field.success > .ui.action.input > .ui.button,
|
542
542
|
.ui.form > .field.success > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
543
543
|
.ui.action.input.success > .ui.button,
|
544
544
|
.ui.labeled.input.success:not([class*="corner labeled"]) > .ui.label {
|
545
|
-
border-top: 1px solid #
|
546
|
-
border-bottom: 1px solid #
|
545
|
+
border-top: 1px solid #A3C293;
|
546
|
+
border-bottom: 1px solid #A3C293;
|
547
547
|
}
|
548
|
-
.ui.form > .field.success > .ui
|
548
|
+
.ui.form > .field.success > .ui[class*="left action"].input > .ui.button,
|
549
549
|
.ui.form > .field.success > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
550
|
-
.ui
|
550
|
+
.ui[class*="left action"].input.success > .ui.button,
|
551
551
|
.ui.labeled.input.success:not(.right):not([class*="corner labeled"]) > .ui.label {
|
552
|
-
border-left: 1px solid #
|
552
|
+
border-left: 1px solid #A3C293;
|
553
553
|
}
|
554
|
-
.ui.form > .field.success > .ui.action.input:not(
|
554
|
+
.ui.form > .field.success > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
555
555
|
.ui.form > .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
556
|
-
.ui.action.input.success:not(
|
556
|
+
.ui.action.input.success:not([class*="left action"]) > input + .ui.button,
|
557
557
|
.ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label {
|
558
|
-
border-right: 1px solid #
|
558
|
+
border-right: 1px solid #A3C293;
|
559
559
|
}
|
560
560
|
.ui.form > .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
561
561
|
.ui.right.labeled.input.success:not([class*="corner labeled"]) > .ui.label:first-child {
|
562
|
-
border-left: 1px solid #
|
562
|
+
border-left: 1px solid #A3C293;
|
563
563
|
}
|
564
564
|
.ui.form > .field.warning > .ui.action.input > .ui.button,
|
565
565
|
.ui.form > .field.warning > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
566
566
|
.ui.action.input.warning > .ui.button,
|
567
567
|
.ui.labeled.input.warning:not([class*="corner labeled"]) > .ui.label {
|
568
|
-
border-top: 1px solid #
|
569
|
-
border-bottom: 1px solid #
|
568
|
+
border-top: 1px solid #C9BA9B;
|
569
|
+
border-bottom: 1px solid #C9BA9B;
|
570
570
|
}
|
571
|
-
.ui.form > .field.warning > .ui
|
571
|
+
.ui.form > .field.warning > .ui[class*="left action"].input > .ui.button,
|
572
572
|
.ui.form > .field.warning > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
573
|
-
.ui
|
573
|
+
.ui[class*="left action"].input.warning > .ui.button,
|
574
574
|
.ui.labeled.input.warning:not(.right):not([class*="corner labeled"]) > .ui.label {
|
575
|
-
border-left: 1px solid #
|
575
|
+
border-left: 1px solid #C9BA9B;
|
576
576
|
}
|
577
|
-
.ui.form > .field.warning > .ui.action.input:not(
|
577
|
+
.ui.form > .field.warning > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
578
578
|
.ui.form > .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
579
|
-
.ui.action.input.warning:not(
|
579
|
+
.ui.action.input.warning:not([class*="left action"]) > input + .ui.button,
|
580
580
|
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label {
|
581
|
-
border-right: 1px solid #
|
581
|
+
border-right: 1px solid #C9BA9B;
|
582
582
|
}
|
583
583
|
.ui.form > .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
584
584
|
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > .ui.label:first-child {
|
585
|
-
border-left: 1px solid #
|
585
|
+
border-left: 1px solid #C9BA9B;
|
586
586
|
}
|
587
587
|
|
588
588
|
/*--------------------
|