semantic-ui-sass 2.3.1.1 → 2.4.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +4 -2
  3. data/CHANGELOG.md +126 -98
  4. data/README.md +56 -2
  5. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  6. data/app/assets/fonts/semantic-ui/icons.otf +0 -0
  7. data/app/assets/fonts/semantic-ui/icons.svg +1515 -944
  8. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  9. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  10. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  11. data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
  12. data/app/assets/fonts/semantic-ui/outline-icons.svg +366 -0
  13. data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
  14. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  15. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  16. data/app/assets/javascripts/semantic-ui/dimmer.js +27 -4
  17. data/app/assets/javascripts/semantic-ui/dropdown.js +41 -9
  18. data/app/assets/javascripts/semantic-ui/embed.js +11 -1
  19. data/app/assets/javascripts/semantic-ui/modal.js +85 -10
  20. data/app/assets/javascripts/semantic-ui/popup.js +14 -5
  21. data/app/assets/javascripts/semantic-ui/search.js +1 -1
  22. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  23. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +5 -5
  24. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +28 -28
  25. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +11 -11
  26. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
  27. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +5 -5
  28. data/app/assets/stylesheets/semantic-ui/elements/_all.scss +2 -0
  29. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +153 -3
  30. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +30 -31
  31. data/app/assets/stylesheets/semantic-ui/elements/_container_variables.scss +48 -0
  32. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +3 -3
  33. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +2 -1
  34. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  35. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +36 -17
  36. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  37. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +1 -1
  38. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +22 -22
  39. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +3 -1
  40. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
  41. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +239 -0
  42. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  43. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  44. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +65 -3
  45. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +6 -6
  46. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  47. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +39 -37
  48. data/app/assets/stylesheets/semantic-ui/globals/_variables.scss +46 -2
  49. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
  50. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -1
  51. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +27 -13
  52. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +38 -29
  53. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -1
  54. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +60 -35
  55. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  56. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +2 -2
  57. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  58. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  59. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +4 -2
  60. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  61. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
  62. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  63. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  64. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  65. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +2 -2
  66. data/app/assets/stylesheets/semantic-ui/views/_card.scss +4 -4
  67. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
  68. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
  69. data/app/assets/stylesheets/semantic-ui/views/_item.scss +4 -4
  70. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +23 -26
  71. data/lib/semantic-ui-sass.rb +2 -2
  72. data/lib/semantic/ui/sass/version.rb +2 -2
  73. data/semantic-ui-sass.gemspec +2 -2
  74. data/spec/dummy/app/assets/config/manifest.js +3 -0
  75. data/tasks/converter.rb +29 -2
  76. metadata +21 -13
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Container
2
+ * # Semantic UI 2.4.2 - Container
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -17,78 +17,78 @@
17
17
  /* All Sizes */
18
18
  .ui.container {
19
19
  display: block;
20
- max-width: 100% !important;
20
+ max-width: $max-width !important;
21
21
  }
22
22
 
23
23
  /* Mobile */
24
- @media only screen and (max-width: 767px) {
24
+ @media only screen and (max-width: $largest-mobile-screen) {
25
25
  .ui.container {
26
- width: auto !important;
27
- margin-left: 1em !important;
28
- margin-right: 1em !important;
26
+ width: $mobile-width !important;
27
+ margin-left: $mobile-gutter !important;
28
+ margin-right: $mobile-gutter !important;
29
29
  }
30
30
  .ui.grid.container {
31
- width: auto !important;
31
+ width: $mobile-grid-width !important;
32
32
  }
33
33
  .ui.relaxed.grid.container {
34
- width: auto !important;
34
+ width: $mobile-relaxed-grid-width !important;
35
35
  }
36
36
  .ui.very.relaxed.grid.container {
37
- width: auto !important;
37
+ width: $mobile-very-relaxed-grid-width !important;
38
38
  }
39
39
  }
40
40
 
41
41
  /* Tablet */
42
- @media only screen and (min-width: 768px) and (max-width: 991px) {
42
+ @media only screen and (min-width: $tablet-breakpoint) and (max-width: $largest-tablet-screen) {
43
43
  .ui.container {
44
- width: 723px;
45
- margin-left: auto !important;
46
- margin-right: auto !important;
44
+ width: $tablet-width;
45
+ margin-left: $tablet-gutter !important;
46
+ margin-right: $tablet-gutter !important;
47
47
  }
48
48
  .ui.grid.container {
49
- width: calc( 723px + 2rem ) !important;
49
+ width: $tablet-grid-width !important;
50
50
  }
51
51
  .ui.relaxed.grid.container {
52
- width: calc( 723px + 3rem ) !important;
52
+ width: $tablet-relaxed-grid-width !important;
53
53
  }
54
54
  .ui.very.relaxed.grid.container {
55
- width: calc( 723px + 5rem ) !important;
55
+ width: $tablet-very-relaxed-grid-width !important;
56
56
  }
57
57
  }
58
58
 
59
59
  /* Small Monitor */
60
- @media only screen and (min-width: 992px) and (max-width: 1199px) {
60
+ @media only screen and (min-width: $computer-breakpoint) and (max-width: $largest-small-monitor) {
61
61
  .ui.container {
62
- width: 933px;
63
- margin-left: auto !important;
64
- margin-right: auto !important;
62
+ width: $computer-width;
63
+ margin-left: $computer-gutter !important;
64
+ margin-right: $computer-gutter !important;
65
65
  }
66
66
  .ui.grid.container {
67
- width: calc( 933px + 2rem ) !important;
67
+ width: $computer-grid-width !important;
68
68
  }
69
69
  .ui.relaxed.grid.container {
70
- width: calc( 933px + 3rem ) !important;
70
+ width: $computer-relaxed-grid-width !important;
71
71
  }
72
72
  .ui.very.relaxed.grid.container {
73
- width: calc( 933px + 5rem ) !important;
73
+ width: $computer-very-relaxed-grid-width !important;
74
74
  }
75
75
  }
76
76
 
77
77
  /* Large Monitor */
78
- @media only screen and (min-width: 1200px) {
78
+ @media only screen and (min-width: $large-monitor-breakpoint) {
79
79
  .ui.container {
80
- width: 1127px;
81
- margin-left: auto !important;
82
- margin-right: auto !important;
80
+ width: $large-monitor-width;
81
+ margin-left: $large-monitor-gutter !important;
82
+ margin-right: $large-monitor-gutter !important;
83
83
  }
84
84
  .ui.grid.container {
85
- width: calc( 1127px + 2rem ) !important;
85
+ width: $large-monitor-grid-width !important;
86
86
  }
87
87
  .ui.relaxed.grid.container {
88
- width: calc( 1127px + 3rem ) !important;
88
+ width: $large-monitor-relaxed-grid-width !important;
89
89
  }
90
90
  .ui.very.relaxed.grid.container {
91
- width: calc( 1127px + 5rem ) !important;
91
+ width: $large-monitor-very-relaxed-grid-width !important;
92
92
  }
93
93
  }
94
94
 
@@ -144,4 +144,3 @@
144
144
  /*******************************
145
145
  Site Overrides
146
146
  *******************************/
147
-
@@ -0,0 +1,48 @@
1
+ /*******************************
2
+ Container
3
+ *******************************/
4
+
5
+ /*-------------------
6
+ Element
7
+ --------------------*/
8
+
9
+ /* Minimum Gutter is used to determine the maximum container width for a given device */
10
+
11
+ $max-width: 100%;
12
+
13
+ /* Devices */
14
+ $mobile-minimum-gutter: 0em;
15
+ $mobile-width: auto;
16
+ $mobile-gutter: 1em;
17
+
18
+ $tablet-minimum-gutter: ($em-size * 1);
19
+ $tablet-width: $tablet-breakpoint - ($tablet-minimum-gutter * 2) - $scrollbar-width;
20
+ $tablet-gutter: auto;
21
+
22
+ $computer-minimum-gutter: ($em-size * 1.5);
23
+ $computer-width: $computer-breakpoint - ($computer-minimum-gutter * 2) - $scrollbar-width;
24
+ $computer-gutter: auto;
25
+
26
+ $large-monitor-minimum-gutter: ($em-size * 2);
27
+ $large-monitor-width: $large-monitor-breakpoint - ($large-monitor-minimum-gutter * 2) - $scrollbar-width;
28
+ $large-monitor-gutter: auto;
29
+
30
+ /* Coupling (Add Negative Margin to container size) */
31
+ $grid-gutter-width: 2rem;
32
+ $relaxed-grid-gutter-width: 3rem;
33
+ $very-relaxed-grid-gutter-width: 5rem;
34
+
35
+ $mobile-grid-width: $mobile-width;
36
+ $tablet-grid-width: calc($tablet-width + $grid-gutter-width);
37
+ $computer-grid-width: calc($computer-width + $grid-gutter-width);
38
+ $large-monitor-grid-width: calc($large-monitor-width + $grid-gutter-width);
39
+
40
+ $mobile-relaxed-grid-width: $mobile-width;
41
+ $tablet-relaxed-grid-width: calc($tablet-width + $relaxed-grid-gutter-width);
42
+ $computer-relaxed-grid-width: calc($computer-width + $relaxed-grid-gutter-width);
43
+ $large-monitor-relaxed-grid-width: calc($large-monitor-width + $relaxed-grid-gutter-width);
44
+
45
+ $mobile-very-relaxed-grid-width: $mobile-width;
46
+ $tablet-very-relaxed-grid-width: calc($tablet-width + $very-relaxed-grid-gutter-width);
47
+ $computer-very-relaxed-grid-width: calc($computer-width + $very-relaxed-grid-gutter-width);
48
+ $large-monitor-very-relaxed-grid-width: calc($large-monitor-width + $very-relaxed-grid-gutter-width);
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Divider
2
+ * # Semantic UI 2.4.2 - Divider
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -114,7 +114,7 @@
114
114
  }
115
115
 
116
116
  /* Inside grid */
117
- @media only screen and (max-width: 767px) {
117
+ @media only screen and (max-width: $largest-mobile-screen) {
118
118
  .ui.stackable.grid .ui.vertical.divider,
119
119
  .ui.grid .stackable.row .ui.vertical.divider {
120
120
  display: table;
@@ -244,7 +244,7 @@
244
244
  .ui.horizontal.divider:after {
245
245
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC');
246
246
  }
247
- @media only screen and (max-width: 767px) {
247
+ @media only screen and (max-width: $largest-mobile-screen) {
248
248
  .ui.stackable.grid .ui.vertical.divider:before,
249
249
  .ui.grid .stackable.row .ui.vertical.divider:before,
250
250
  .ui.stackable.grid .ui.vertical.divider:after,
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Flag
2
+ * # Semantic UI 2.4.2 - Flag
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -349,6 +349,7 @@ i.flag.gabon:before {
349
349
  background-position: -36px 0px;
350
350
  }
351
351
  i.flag.gb:before,
352
+ i.flag.uk:before,
352
353
  i.flag.united.kingdom:before {
353
354
  background-position: -36px -26px;
354
355
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Header
2
+ * # Semantic UI 2.4.2 - Header
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Icon
2
+ * # Semantic UI 2.4.2 - Icon
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -539,6 +539,29 @@ for instance `lemon icon` not `lemon outline icon` since there is only one lemon
539
539
  *******************************/
540
540
 
541
541
 
542
+ /* Deprecated *In/Out Naming Conflict) */
543
+ i.icon.linkedin.in:before {
544
+ content: "\f0e1";
545
+ }
546
+ i.icon.zoom.in:before {
547
+ content: "\f00e";
548
+ }
549
+ i.icon.zoom.out:before {
550
+ content: "\f010";
551
+ }
552
+ i.icon.sign.in:before {
553
+ content: "\f2f6";
554
+ }
555
+ i.icon.in.cart:before {
556
+ content: "\f218";
557
+ }
558
+ i.icon.log.out:before {
559
+ content: "\f2f5";
560
+ }
561
+ i.icon.sign.out:before {
562
+ content: "\f2f5";
563
+ }
564
+
542
565
  /* Icons */
543
566
  i.icon.\35 00px:before {
544
567
  content: "\f26e";
@@ -1863,7 +1886,7 @@ i.icon.linkify:before {
1863
1886
  i.icon.linkedin:before {
1864
1887
  content: "\f08c";
1865
1888
  }
1866
- i.icon.linkedin.in:before {
1889
+ i.icon.linkedin.alt:before {
1867
1890
  content: "\f0e1";
1868
1891
  }
1869
1892
  i.icon.linode:before {
@@ -2424,15 +2447,9 @@ i.icon.shopping.cart:before {
2424
2447
  i.icon.shower:before {
2425
2448
  content: "\f2cc";
2426
2449
  }
2427
- i.icon.sign.in.alternate:before {
2428
- content: "\f2f6";
2429
- }
2430
2450
  i.icon.sign.language:before {
2431
2451
  content: "\f2a7";
2432
2452
  }
2433
- i.icon.sign.out.alternate:before {
2434
- content: "\f2f5";
2435
- }
2436
2453
  i.icon.signal:before {
2437
2454
  content: "\f012";
2438
2455
  }
@@ -3416,7 +3433,7 @@ i.icon.idea:before {
3416
3433
  i.icon.ils:before {
3417
3434
  content: "\f20b";
3418
3435
  }
3419
- i.icon.in.cart:before {
3436
+ i.icon.in-cart:before {
3420
3437
  content: "\f218";
3421
3438
  }
3422
3439
  i.icon.inr:before {
@@ -3908,10 +3925,10 @@ i.icon.yen:before {
3908
3925
  i.icon.zip:before {
3909
3926
  content: "\f187";
3910
3927
  }
3911
- i.icon.zoom.in:before {
3928
+ i.icon.zoom-in:before {
3912
3929
  content: "\f00e";
3913
3930
  }
3914
- i.icon.zoom.out:before {
3931
+ i.icon.zoom-out:before {
3915
3932
  content: "\f010";
3916
3933
  }
3917
3934
  i.icon.zoom:before {
@@ -3980,7 +3997,7 @@ i.icon.level.down:before {
3980
3997
  i.icon.level.up:before {
3981
3998
  content: "\f3bf";
3982
3999
  }
3983
- i.icon.log.out:before {
4000
+ i.icon.logout:before {
3984
4001
  content: "\f2f5";
3985
4002
  }
3986
4003
  i.icon.meanpath:before {
@@ -4010,10 +4027,10 @@ i.icon.resize.horizontal:before {
4010
4027
  i.icon.resize.vertical:before {
4011
4028
  content: "\f338";
4012
4029
  }
4013
- i.icon.sign.in:before {
4030
+ i.icon.sign-in:before {
4014
4031
  content: "\f2f6";
4015
4032
  }
4016
- i.icon.sign.out:before {
4033
+ i.icon.sign-out:before {
4017
4034
  content: "\f2f5";
4018
4035
  }
4019
4036
  i.icon.spoon:before {
@@ -4410,11 +4427,11 @@ i.icon.window.minimize.outline:before {
4410
4427
  i.icon.window.restore.outline:before {
4411
4428
  content: "\f2d2";
4412
4429
  }
4413
- i.icon.disk.outline:before {
4414
- content: "\f369";
4415
- }
4416
4430
 
4417
4431
  /* Outline Aliases */
4432
+ i.icon.disk.outline:before {
4433
+ content: "\f0a0";
4434
+ }
4418
4435
  i.icon.heart.empty,
4419
4436
  i.icon.star.empty {
4420
4437
  font-family: 'outline-icons';
@@ -4619,6 +4636,7 @@ i.icon.leanpub,
4619
4636
  i.icon.less,
4620
4637
  i.icon.linechat,
4621
4638
  i.icon.linkedin,
4639
+ i.icon.linkedin.alternate,
4622
4640
  i.icon.linkedin.in,
4623
4641
  i.icon.linode,
4624
4642
  i.icon.linux,
@@ -4752,6 +4770,7 @@ i.icon.vine,
4752
4770
  i.icon.vk,
4753
4771
  i.icon.vnv,
4754
4772
  i.icon.vuejs,
4773
+ i.icon.wechat,
4755
4774
  i.icon.weibo,
4756
4775
  i.icon.weixin,
4757
4776
  i.icon.whatsapp,
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Image
2
+ * # Semantic UI 2.4.2 - Image
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Input
2
+ * # Semantic UI 2.4.2 - Input
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Label
2
+ * # Semantic UI 2.4.2 - Label
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -316,15 +316,15 @@ a.ui.label {
316
316
 
317
317
  /* Positioning */
318
318
  .ui.ribbon.label {
319
- left: calc( -1rem - 1.2em );
319
+ left: calc(-1rem - 1.2em);
320
320
  margin-right: -1.2em;
321
- padding-left: calc( 1rem + 1.2em );
321
+ padding-left: calc(1rem + 1.2em);
322
322
  padding-right: 1.2em;
323
323
  }
324
324
  .ui[class*="right ribbon"].label {
325
- left: calc(100% + 1rem + 1.2em );
325
+ left: calc(100% + 1rem + 1.2em);
326
326
  padding-left: 1.2em;
327
- padding-right: calc( 1rem + 1.2em );
327
+ padding-right: calc(1rem + 1.2em);
328
328
  }
329
329
 
330
330
  /* Right Ribbon */
@@ -351,20 +351,20 @@ a.ui.label {
351
351
  }
352
352
  .ui.card .image > .ui.ribbon.label,
353
353
  .ui.image > .ui.ribbon.label {
354
- left: calc( 0.05rem - 1.2em );
354
+ left: calc(--0.05rem - 1.2em);
355
355
  }
356
356
  .ui.card .image > .ui[class*="right ribbon"].label,
357
357
  .ui.image > .ui[class*="right ribbon"].label {
358
- left: calc(100% + -0.05rem + 1.2em );
358
+ left: calc(100% + -0.05rem + 1.2em);
359
359
  padding-left: 0.833em;
360
360
  }
361
361
 
362
362
  /* Inside Table */
363
363
  .ui.table td > .ui.ribbon.label {
364
- left: calc( -0.78571429em - 1.2em );
364
+ left: calc(-0.78571429em - 1.2em);
365
365
  }
366
366
  .ui.table td > .ui[class*="right ribbon"].label {
367
- left: calc(100% + 0.78571429em + 1.2em );
367
+ left: calc(100% + 0.78571429em + 1.2em);
368
368
  padding-left: 0.833em;
369
369
  }
370
370
 
@@ -536,7 +536,7 @@ a.ui.red.label:hover {
536
536
 
537
537
  /* Basic */
538
538
  .ui.basic.red.label {
539
- background-color: #FFFFFF !important;
539
+ background: none #FFFFFF !important;
540
540
  color: #DB2828 !important;
541
541
  border-color: #DB2828 !important;
542
542
  }
@@ -577,7 +577,7 @@ a.ui.orange.label:hover {
577
577
 
578
578
  /* Basic */
579
579
  .ui.basic.orange.label {
580
- background-color: #FFFFFF !important;
580
+ background: none #FFFFFF !important;
581
581
  color: #F2711C !important;
582
582
  border-color: #F2711C !important;
583
583
  }
@@ -618,7 +618,7 @@ a.ui.yellow.label:hover {
618
618
 
619
619
  /* Basic */
620
620
  .ui.basic.yellow.label {
621
- background-color: #FFFFFF !important;
621
+ background: none #FFFFFF !important;
622
622
  color: #FBBD08 !important;
623
623
  border-color: #FBBD08 !important;
624
624
  }
@@ -659,7 +659,7 @@ a.ui.olive.label:hover {
659
659
 
660
660
  /* Basic */
661
661
  .ui.basic.olive.label {
662
- background-color: #FFFFFF !important;
662
+ background: none #FFFFFF !important;
663
663
  color: #B5CC18 !important;
664
664
  border-color: #B5CC18 !important;
665
665
  }
@@ -700,7 +700,7 @@ a.ui.green.label:hover {
700
700
 
701
701
  /* Basic */
702
702
  .ui.basic.green.label {
703
- background-color: #FFFFFF !important;
703
+ background: none #FFFFFF !important;
704
704
  color: #21BA45 !important;
705
705
  border-color: #21BA45 !important;
706
706
  }
@@ -741,7 +741,7 @@ a.ui.teal.label:hover {
741
741
 
742
742
  /* Basic */
743
743
  .ui.basic.teal.label {
744
- background-color: #FFFFFF !important;
744
+ background: none #FFFFFF !important;
745
745
  color: #00B5AD !important;
746
746
  border-color: #00B5AD !important;
747
747
  }
@@ -782,7 +782,7 @@ a.ui.blue.label:hover {
782
782
 
783
783
  /* Basic */
784
784
  .ui.basic.blue.label {
785
- background-color: #FFFFFF !important;
785
+ background: none #FFFFFF !important;
786
786
  color: #2185D0 !important;
787
787
  border-color: #2185D0 !important;
788
788
  }
@@ -823,7 +823,7 @@ a.ui.violet.label:hover {
823
823
 
824
824
  /* Basic */
825
825
  .ui.basic.violet.label {
826
- background-color: #FFFFFF !important;
826
+ background: none #FFFFFF !important;
827
827
  color: #6435C9 !important;
828
828
  border-color: #6435C9 !important;
829
829
  }
@@ -864,7 +864,7 @@ a.ui.purple.label:hover {
864
864
 
865
865
  /* Basic */
866
866
  .ui.basic.purple.label {
867
- background-color: #FFFFFF !important;
867
+ background: none #FFFFFF !important;
868
868
  color: #A333C8 !important;
869
869
  border-color: #A333C8 !important;
870
870
  }
@@ -905,7 +905,7 @@ a.ui.pink.label:hover {
905
905
 
906
906
  /* Basic */
907
907
  .ui.basic.pink.label {
908
- background-color: #FFFFFF !important;
908
+ background: none #FFFFFF !important;
909
909
  color: #E03997 !important;
910
910
  border-color: #E03997 !important;
911
911
  }
@@ -946,7 +946,7 @@ a.ui.brown.label:hover {
946
946
 
947
947
  /* Basic */
948
948
  .ui.basic.brown.label {
949
- background-color: #FFFFFF !important;
949
+ background: none #FFFFFF !important;
950
950
  color: #A5673F !important;
951
951
  border-color: #A5673F !important;
952
952
  }
@@ -987,7 +987,7 @@ a.ui.grey.label:hover {
987
987
 
988
988
  /* Basic */
989
989
  .ui.basic.grey.label {
990
- background-color: #FFFFFF !important;
990
+ background: none #FFFFFF !important;
991
991
  color: #767676 !important;
992
992
  border-color: #767676 !important;
993
993
  }
@@ -1028,7 +1028,7 @@ a.ui.black.label:hover {
1028
1028
 
1029
1029
  /* Basic */
1030
1030
  .ui.basic.black.label {
1031
- background-color: #FFFFFF !important;
1031
+ background: none #FFFFFF !important;
1032
1032
  color: #1B1C1D !important;
1033
1033
  border-color: #1B1C1D !important;
1034
1034
  }