fomantic-ui-sass 2.8.8.1 → 2.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  10. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  18. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  19. data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
  20. data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
  21. data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
  22. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  23. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  24. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  25. data/app/assets/fonts/semantic-ui/icons.svg +245 -7
  26. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  27. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  28. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  29. data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
  30. data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
  31. data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
  32. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  33. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  34. data/app/assets/javascripts/semantic-ui/accordion.js +569 -590
  35. data/app/assets/javascripts/semantic-ui/api.js +1153 -1116
  36. data/app/assets/javascripts/semantic-ui/calendar.js +1941 -1698
  37. data/app/assets/javascripts/semantic-ui/checkbox.js +862 -854
  38. data/app/assets/javascripts/semantic-ui/dimmer.js +697 -713
  39. data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4192
  40. data/app/assets/javascripts/semantic-ui/embed.js +646 -672
  41. data/app/assets/javascripts/semantic-ui/flyout.js +1579 -0
  42. data/app/assets/javascripts/semantic-ui/form.js +2024 -2000
  43. data/app/assets/javascripts/semantic-ui/modal.js +1546 -1384
  44. data/app/assets/javascripts/semantic-ui/nag.js +521 -527
  45. data/app/assets/javascripts/semantic-ui/popup.js +1457 -1463
  46. data/app/assets/javascripts/semantic-ui/progress.js +970 -995
  47. data/app/assets/javascripts/semantic-ui/rating.js +508 -520
  48. data/app/assets/javascripts/semantic-ui/search.js +1521 -1508
  49. data/app/assets/javascripts/semantic-ui/shape.js +784 -811
  50. data/app/assets/javascripts/semantic-ui/sidebar.js +1061 -1002
  51. data/app/assets/javascripts/semantic-ui/site.js +437 -477
  52. data/app/assets/javascripts/semantic-ui/slider.js +1311 -1297
  53. data/app/assets/javascripts/semantic-ui/state.js +639 -658
  54. data/app/assets/javascripts/semantic-ui/sticky.js +848 -891
  55. data/app/assets/javascripts/semantic-ui/tab.js +895 -941
  56. data/app/assets/javascripts/semantic-ui/toast.js +911 -851
  57. data/app/assets/javascripts/semantic-ui/transition.js +1049 -1073
  58. data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
  59. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
  60. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +389 -407
  61. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +203 -345
  62. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +372 -501
  63. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +154 -226
  64. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2065 -880
  65. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +867 -1232
  66. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +101 -6
  67. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +75 -93
  68. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +11148 -9190
  69. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1037 -929
  70. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +124 -146
  71. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2728 -2759
  72. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
  73. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +982 -163
  74. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -479
  75. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +80 -101
  76. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +452 -540
  77. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +56 -76
  78. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
  79. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
  80. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +263 -255
  81. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +106 -179
  82. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
  83. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +14 -18
  84. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +132 -48
  85. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +196 -74
  86. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +43 -29
  87. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +210 -280
  88. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +78 -182
  89. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +339 -423
  90. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +24 -35
  91. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +546 -0
  92. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +150 -153
  93. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
  94. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +530 -310
  95. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
  96. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +88 -168
  97. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +73 -102
  98. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
  99. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +126 -215
  100. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +110 -138
  101. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
  102. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +16 -20
  103. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +111 -141
  104. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
  105. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +39 -50
  106. data/app/assets/stylesheets/semantic-ui/views/_card.scss +949 -458
  107. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +44 -62
  108. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +50 -72
  109. data/app/assets/stylesheets/semantic-ui/views/_item.scss +89 -136
  110. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +78 -119
  111. data/lib/fomantic/ui/sass/version.rb +2 -2
  112. data/tasks/converter.rb +1 -1
  113. metadata +21 -3
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.8.8 - Grid
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Grid
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -14,30 +14,17 @@
14
14
  *******************************/
15
15
 
16
16
  .ui.grid {
17
- display: -webkit-box;
18
- display: -ms-flexbox;
19
17
  display: flex;
20
- -webkit-box-orient: horizontal;
21
- -webkit-box-direction: normal;
22
- -ms-flex-direction: row;
23
- flex-direction: row;
24
- -ms-flex-wrap: wrap;
25
- flex-wrap: wrap;
26
- -webkit-box-align: stretch;
27
- -ms-flex-align: stretch;
28
- align-items: stretch;
18
+ flex-flow: row wrap;
19
+ align-items: stretch;
29
20
  padding: 0;
30
21
  }
31
22
 
32
- /*----------------------
23
+ /* ----------------------
33
24
  Remove Gutters
34
- -----------------------*/
35
-
25
+ ----------------------- */
36
26
  .ui.grid {
37
- margin-top: -1rem;
38
- margin-bottom: -1rem;
39
- margin-left: -1rem;
40
- margin-right: -1rem;
27
+ margin: -1rem -1rem;
41
28
  }
42
29
  .ui.relaxed.grid {
43
30
  margin-left: -1.5rem;
@@ -53,10 +40,9 @@
53
40
  margin-top: 1rem;
54
41
  }
55
42
 
56
- /*-------------------
43
+ /* -------------------
57
44
  Columns
58
- --------------------*/
59
-
45
+ -------------------- */
60
46
 
61
47
  /* Standard 16 column */
62
48
  .ui.grid > .column:not(.row),
@@ -73,37 +59,24 @@
73
59
  padding-right: 1rem;
74
60
  }
75
61
 
76
- /*-------------------
62
+ /* -------------------
77
63
  Rows
78
- --------------------*/
79
-
64
+ -------------------- */
80
65
  .ui.grid > .row {
81
66
  position: relative;
82
- display: -webkit-box;
83
- display: -ms-flexbox;
84
67
  display: flex;
85
- -webkit-box-orient: horizontal;
86
- -webkit-box-direction: normal;
87
- -ms-flex-direction: row;
88
- flex-direction: row;
89
- -ms-flex-wrap: wrap;
90
- flex-wrap: wrap;
91
- -webkit-box-pack: inherit;
92
- -ms-flex-pack: inherit;
93
- justify-content: inherit;
94
- -webkit-box-align: stretch;
95
- -ms-flex-align: stretch;
96
- align-items: stretch;
68
+ flex-flow: row wrap;
69
+ justify-content: inherit;
70
+ align-items: stretch;
97
71
  width: 100% !important;
98
72
  padding: 0;
99
73
  padding-top: 1rem;
100
74
  padding-bottom: 1rem;
101
75
  }
102
76
 
103
- /*-------------------
77
+ /* -------------------
104
78
  Columns
105
- --------------------*/
106
-
79
+ -------------------- */
107
80
 
108
81
  /* Vertical padding when no rows */
109
82
  .ui.grid > .column:not(.row) {
@@ -115,19 +88,17 @@
115
88
  margin-bottom: 0;
116
89
  }
117
90
 
118
- /*-------------------
91
+ /* -------------------
119
92
  Content
120
- --------------------*/
121
-
93
+ -------------------- */
122
94
  .ui.grid > .row > img,
123
95
  .ui.grid > .row > .column > img {
124
96
  max-width: 100%;
125
97
  }
126
98
 
127
- /*-------------------
99
+ /* -------------------
128
100
  Loose Coupling
129
- --------------------*/
130
-
101
+ -------------------- */
131
102
 
132
103
  /* Collapse Margin on Consecutive Grid */
133
104
  .ui.grid > .ui.grid:first-child {
@@ -145,9 +116,7 @@
145
116
 
146
117
  /* Align Dividers with Gutter */
147
118
  .ui.grid .row + .ui.divider {
148
- -webkit-box-flex: 1;
149
- -ms-flex-positive: 1;
150
- flex-grow: 1;
119
+ flex-grow: 1;
151
120
  margin: 1rem 1rem;
152
121
  }
153
122
  .ui.grid .column + .ui.vertical.divider {
@@ -157,8 +126,7 @@
157
126
  /* Remove Border on Last Horizontal Segment */
158
127
  .ui.grid > .row > .column:last-child > .horizontal.segment,
159
128
  .ui.grid > .column:last-child > .horizontal.segment {
160
- -webkit-box-shadow: none;
161
- box-shadow: none;
129
+ box-shadow: none;
162
130
  }
163
131
 
164
132
 
@@ -167,10 +135,9 @@
167
135
  *******************************/
168
136
 
169
137
 
170
- /*-----------------------
171
- Page Grid
172
- -------------------------*/
173
-
138
+ /* -----------------------
139
+ Page Grid
140
+ ------------------------- */
174
141
  @media only screen and (max-width: 767.98px) {
175
142
  .ui.page.grid {
176
143
  width: auto;
@@ -217,10 +184,9 @@
217
184
  }
218
185
  }
219
186
 
220
- /*-------------------
187
+ /* -------------------
221
188
  Column Count
222
- --------------------*/
223
-
189
+ -------------------- */
224
190
 
225
191
  /* Assume full width with one column */
226
192
  .ui.grid > .column:only-child,
@@ -346,14 +312,12 @@
346
312
 
347
313
  /* Celled Page */
348
314
  .ui.celled.page.grid {
349
- -webkit-box-shadow: none;
350
- box-shadow: none;
315
+ box-shadow: none;
351
316
  }
352
317
 
353
- /*-------------------
354
- Column Width
355
- --------------------*/
356
-
318
+ /* -------------------
319
+ Column Width
320
+ -------------------- */
357
321
 
358
322
  /* Sizing Combinations */
359
323
  .ui.grid > .row > [class*="one wide"].column,
@@ -453,10 +417,9 @@
453
417
  width: 100% !important;
454
418
  }
455
419
 
456
- /*----------------------
457
- Width per Device
458
- -----------------------*/
459
-
420
+ /* ----------------------
421
+ Width per Device
422
+ ----------------------- */
460
423
 
461
424
  /* Mobile Sizing Combinations */
462
425
  @media only screen and (min-width: 320px) and (max-width: 767.98px) {
@@ -958,17 +921,14 @@
958
921
  }
959
922
  }
960
923
 
961
- /*----------------------
962
- Centered
963
- -----------------------*/
964
-
924
+ /* ----------------------
925
+ Centered
926
+ ----------------------- */
965
927
  .ui.centered.grid,
966
928
  .ui.centered.grid > .row,
967
929
  .ui.grid > .centered.row {
968
930
  text-align: center;
969
- -webkit-box-pack: center;
970
- -ms-flex-pack: center;
971
- justify-content: center;
931
+ justify-content: center;
972
932
  }
973
933
  .ui.centered.grid > .column:not(.aligned):not(.justified):not(.row),
974
934
  .ui.centered.grid > .row > .column:not(.aligned):not(.justified),
@@ -982,10 +942,9 @@
982
942
  margin-right: auto;
983
943
  }
984
944
 
985
- /*----------------------
986
- Relaxed
987
- -----------------------*/
988
-
945
+ /* ----------------------
946
+ Relaxed
947
+ ----------------------- */
989
948
  .ui.relaxed.grid > .column:not(.row),
990
949
  .ui.relaxed.grid > .row > .column,
991
950
  .ui.grid > .relaxed.row > .column {
@@ -1011,26 +970,24 @@
1011
970
  margin-right: 2.5rem;
1012
971
  }
1013
972
 
1014
- /*----------------------
1015
- Padded
1016
- -----------------------*/
1017
-
973
+ /* ----------------------
974
+ Padded
975
+ ----------------------- */
1018
976
  .ui.padded.grid:not(.vertically):not(.horizontally) {
1019
- margin: 0 !important;
977
+ margin: 0;
1020
978
  }
1021
979
  [class*="horizontally padded"].ui.grid {
1022
- margin-left: 0 !important;
1023
- margin-right: 0 !important;
980
+ margin-left: 0;
981
+ margin-right: 0;
1024
982
  }
1025
983
  [class*="vertically padded"].ui.grid {
1026
- margin-top: 0 !important;
1027
- margin-bottom: 0 !important;
984
+ margin-top: 0;
985
+ margin-bottom: 0;
1028
986
  }
1029
987
 
1030
- /*----------------------
1031
- "Floated"
1032
- -----------------------*/
1033
-
988
+ /* ----------------------
989
+ "Floated"
990
+ ----------------------- */
1034
991
  .ui.grid [class*="left floated"].column {
1035
992
  margin-right: auto;
1036
993
  }
@@ -1038,14 +995,12 @@
1038
995
  margin-left: auto;
1039
996
  }
1040
997
 
1041
- /*----------------------
1042
- Divided
1043
- -----------------------*/
1044
-
998
+ /* ----------------------
999
+ Divided
1000
+ ----------------------- */
1045
1001
  .ui.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
1046
1002
  .ui.divided.grid:not([class*="vertically divided"]) > .row > .column {
1047
- -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1048
- box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1003
+ box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1049
1004
  }
1050
1005
 
1051
1006
  /* Swap from padding to margin on columns to have dividers align */
@@ -1064,8 +1019,7 @@
1064
1019
  /* No divider on first column on row */
1065
1020
  .ui.divided.grid:not([class*="vertically divided"]) > .column:first-child,
1066
1021
  .ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
1067
- -webkit-box-shadow: none;
1068
- box-shadow: none;
1022
+ box-shadow: none;
1069
1023
  }
1070
1024
 
1071
1025
  /* No space on top of first row */
@@ -1075,19 +1029,17 @@
1075
1029
 
1076
1030
  /* Divided Row */
1077
1031
  .ui.grid > .divided.row > .column {
1078
- -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1079
- box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1032
+ box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1080
1033
  }
1081
1034
  .ui.grid > .divided.row > .column:first-child {
1082
- -webkit-box-shadow: none;
1083
- box-shadow: none;
1035
+ box-shadow: none;
1084
1036
  }
1085
1037
 
1086
1038
  /* Vertically Divided */
1087
1039
  .ui[class*="vertically divided"].grid > .row {
1088
1040
  position: relative;
1089
1041
  }
1090
- .ui[class*="vertically divided"].grid > .row:before {
1042
+ .ui[class*="vertically divided"].grid > .row::before {
1091
1043
  position: absolute;
1092
1044
  content: "";
1093
1045
  top: 0;
@@ -1095,8 +1047,7 @@
1095
1047
  width: calc(100% - 2rem);
1096
1048
  height: 1px;
1097
1049
  margin: 0 1rem;
1098
- -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1099
- box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1050
+ box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1100
1051
  }
1101
1052
 
1102
1053
  /* Padded Horizontally Divided */
@@ -1106,65 +1057,56 @@
1106
1057
  }
1107
1058
 
1108
1059
  /* First Row Vertically Divided */
1109
- .ui[class*="vertically divided"].grid > .row:first-child:before {
1110
- -webkit-box-shadow: none;
1111
- box-shadow: none;
1060
+ .ui[class*="vertically divided"].grid > .row:first-child::before {
1061
+ box-shadow: none;
1112
1062
  }
1113
1063
 
1114
1064
  /* Inverted Divided */
1115
1065
  .ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
1116
1066
  .ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column {
1117
- -webkit-box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
1118
- box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
1067
+ box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
1119
1068
  }
1120
1069
  .ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row):first-child,
1121
1070
  .ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
1122
- -webkit-box-shadow: none;
1123
- box-shadow: none;
1071
+ box-shadow: none;
1124
1072
  }
1125
- .ui.inverted[class*="vertically divided"].grid > .row:before {
1126
- -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
1127
- box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
1073
+ .ui.inverted[class*="vertically divided"].grid > .row::before {
1074
+ box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
1128
1075
  }
1129
1076
 
1130
1077
  /* Relaxed */
1131
- .ui.relaxed[class*="vertically divided"].grid > .row:before {
1078
+ .ui.relaxed[class*="vertically divided"].grid > .row::before {
1132
1079
  margin-left: 1.5rem;
1133
1080
  margin-right: 1.5rem;
1134
1081
  width: calc(100% - 3rem);
1135
1082
  }
1136
- .ui[class*="very relaxed"][class*="vertically divided"].grid > .row:before {
1083
+ .ui[class*="very relaxed"][class*="vertically divided"].grid > .row::before {
1137
1084
  margin-left: 2.5rem;
1138
1085
  margin-right: 2.5rem;
1139
1086
  width: calc(100% - 5rem);
1140
1087
  }
1141
1088
 
1142
- /*----------------------
1143
- Celled
1144
- -----------------------*/
1145
-
1089
+ /* ----------------------
1090
+ Celled
1091
+ ----------------------- */
1146
1092
  .ui.celled.grid {
1147
1093
  width: 100%;
1148
1094
  margin: 1em 0;
1149
- -webkit-box-shadow: 0 0 0 1px #D4D4D5;
1150
- box-shadow: 0 0 0 1px #D4D4D5;
1095
+ box-shadow: 0 0 0 1px #d4d4d5;
1151
1096
  }
1152
1097
  .ui.celled.grid > .row {
1153
1098
  width: 100% !important;
1154
1099
  margin: 0;
1155
1100
  padding: 0;
1156
- -webkit-box-shadow: 0 -1px 0 0 #D4D4D5;
1157
- box-shadow: 0 -1px 0 0 #D4D4D5;
1101
+ box-shadow: 0 -1px 0 0 #d4d4d5;
1158
1102
  }
1159
1103
  .ui.celled.grid > .column:not(.row),
1160
1104
  .ui.celled.grid > .row > .column {
1161
- -webkit-box-shadow: -1px 0 0 0 #D4D4D5;
1162
- box-shadow: -1px 0 0 0 #D4D4D5;
1105
+ box-shadow: -1px 0 0 0 #d4d4d5;
1163
1106
  }
1164
1107
  .ui.celled.grid > .column:first-child,
1165
1108
  .ui.celled.grid > .row > .column:first-child {
1166
- -webkit-box-shadow: none;
1167
- box-shadow: none;
1109
+ box-shadow: none;
1168
1110
  }
1169
1111
  .ui.celled.grid > .column:not(.row),
1170
1112
  .ui.celled.grid > .row > .column {
@@ -1181,23 +1123,19 @@
1181
1123
 
1182
1124
  /* Internally Celled */
1183
1125
  .ui[class*="internally celled"].grid {
1184
- -webkit-box-shadow: none;
1185
- box-shadow: none;
1126
+ box-shadow: none;
1186
1127
  margin: 0;
1187
1128
  }
1188
1129
  .ui[class*="internally celled"].grid > .row:first-child {
1189
- -webkit-box-shadow: none;
1190
- box-shadow: none;
1130
+ box-shadow: none;
1191
1131
  }
1192
1132
  .ui[class*="internally celled"].grid > .row > .column:first-child {
1193
- -webkit-box-shadow: none;
1194
- box-shadow: none;
1133
+ box-shadow: none;
1195
1134
  }
1196
1135
 
1197
- /*----------------------
1198
- Vertically Aligned
1199
- -----------------------*/
1200
-
1136
+ /* ----------------------
1137
+ Vertically Aligned
1138
+ ----------------------- */
1201
1139
 
1202
1140
  /* Top Aligned */
1203
1141
  .ui[class*="top aligned"].grid > .column:not(.row),
@@ -1205,13 +1143,9 @@
1205
1143
  .ui.grid > [class*="top aligned"].row > .column,
1206
1144
  .ui.grid > [class*="top aligned"].column:not(.row),
1207
1145
  .ui.grid > .row > [class*="top aligned"].column {
1208
- -webkit-box-orient: vertical;
1209
- -webkit-box-direction: normal;
1210
- -ms-flex-direction: column;
1211
- flex-direction: column;
1146
+ flex-direction: column;
1212
1147
  vertical-align: top;
1213
- -ms-flex-item-align: start !important;
1214
- align-self: flex-start !important;
1148
+ align-self: flex-start !important;
1215
1149
  }
1216
1150
 
1217
1151
  /* Middle Aligned */
@@ -1220,13 +1154,9 @@
1220
1154
  .ui.grid > [class*="middle aligned"].row > .column,
1221
1155
  .ui.grid > [class*="middle aligned"].column:not(.row),
1222
1156
  .ui.grid > .row > [class*="middle aligned"].column {
1223
- -webkit-box-orient: vertical;
1224
- -webkit-box-direction: normal;
1225
- -ms-flex-direction: column;
1226
- flex-direction: column;
1157
+ flex-direction: column;
1227
1158
  vertical-align: middle;
1228
- -ms-flex-item-align: center !important;
1229
- align-self: center !important;
1159
+ align-self: center !important;
1230
1160
  }
1231
1161
 
1232
1162
  /* Bottom Aligned */
@@ -1235,13 +1165,9 @@
1235
1165
  .ui.grid > [class*="bottom aligned"].row > .column,
1236
1166
  .ui.grid > [class*="bottom aligned"].column:not(.row),
1237
1167
  .ui.grid > .row > [class*="bottom aligned"].column {
1238
- -webkit-box-orient: vertical;
1239
- -webkit-box-direction: normal;
1240
- -ms-flex-direction: column;
1241
- flex-direction: column;
1168
+ flex-direction: column;
1242
1169
  vertical-align: bottom;
1243
- -ms-flex-item-align: end !important;
1244
- align-self: flex-end !important;
1170
+ align-self: flex-end !important;
1245
1171
  }
1246
1172
 
1247
1173
  /* Stretched */
@@ -1250,30 +1176,21 @@
1250
1176
  .ui.grid > .stretched.row > .column,
1251
1177
  .ui.grid > .stretched.column:not(.row),
1252
1178
  .ui.grid > .row > .stretched.column {
1253
- display: -webkit-inline-box !important;
1254
- display: -ms-inline-flexbox !important;
1255
1179
  display: inline-flex !important;
1256
- -ms-flex-item-align: stretch;
1257
- align-self: stretch;
1258
- -webkit-box-orient: vertical;
1259
- -webkit-box-direction: normal;
1260
- -ms-flex-direction: column;
1261
- flex-direction: column;
1180
+ align-self: stretch;
1181
+ flex-direction: column;
1262
1182
  }
1263
1183
  .ui.stretched.grid > .row > .column > *,
1264
1184
  .ui.stretched.grid > .column > *,
1265
1185
  .ui.grid > .stretched.row > .column > *,
1266
1186
  .ui.grid > .stretched.column:not(.row) > *,
1267
1187
  .ui.grid > .row > .stretched.column > * {
1268
- -webkit-box-flex: 1;
1269
- -ms-flex-positive: 1;
1270
- flex-grow: 1;
1188
+ flex-grow: 1;
1271
1189
  }
1272
1190
 
1273
- /*----------------------
1274
- Horizontally Centered
1275
- -----------------------*/
1276
-
1191
+ /* ----------------------
1192
+ Horizontally Centered
1193
+ ----------------------- */
1277
1194
 
1278
1195
  /* Left Aligned */
1279
1196
  .ui[class*="left aligned"].grid > .column,
@@ -1282,8 +1199,7 @@
1282
1199
  .ui.grid > [class*="left aligned"].column.column,
1283
1200
  .ui.grid > .row > [class*="left aligned"].column.column {
1284
1201
  text-align: left;
1285
- -ms-flex-item-align: inherit;
1286
- align-self: inherit;
1202
+ align-self: inherit;
1287
1203
  }
1288
1204
 
1289
1205
  /* Center Aligned */
@@ -1293,13 +1209,10 @@
1293
1209
  .ui.grid > [class*="center aligned"].column.column,
1294
1210
  .ui.grid > .row > [class*="center aligned"].column.column {
1295
1211
  text-align: center;
1296
- -ms-flex-item-align: inherit;
1297
- align-self: inherit;
1212
+ align-self: inherit;
1298
1213
  }
1299
1214
  .ui[class*="center aligned"].grid {
1300
- -webkit-box-pack: center;
1301
- -ms-flex-pack: center;
1302
- justify-content: center;
1215
+ justify-content: center;
1303
1216
  }
1304
1217
 
1305
1218
  /* Right Aligned */
@@ -1309,8 +1222,7 @@
1309
1222
  .ui.grid > [class*="right aligned"].column.column,
1310
1223
  .ui.grid > .row > [class*="right aligned"].column.column {
1311
1224
  text-align: right;
1312
- -ms-flex-item-align: inherit;
1313
- align-self: inherit;
1225
+ align-self: inherit;
1314
1226
  }
1315
1227
 
1316
1228
  /* Justified */
@@ -1320,178 +1232,160 @@
1320
1232
  .ui.grid > .justified.column.column,
1321
1233
  .ui.grid > .row > .justified.column.column {
1322
1234
  text-align: justify;
1323
- -ms-hyphens: auto;
1324
- hyphens: auto;
1235
+ -webkit-hyphens: auto;
1236
+ -ms-hyphens: auto;
1237
+ hyphens: auto;
1325
1238
  }
1326
1239
 
1327
- /*----------------------
1240
+ /* ----------------------
1328
1241
  Colored
1329
- -----------------------*/
1330
-
1242
+ ----------------------- */
1331
1243
  .ui.grid > .primary.row,
1332
1244
  .ui.grid > .primary.column,
1333
1245
  .ui.grid > .row > .primary.column {
1334
- background-color: #2185D0;
1335
- color: #FFFFFF;
1246
+ background-color: #2185d0;
1247
+ color: #fff;
1336
1248
  }
1337
1249
  .ui.grid > .secondary.row,
1338
1250
  .ui.grid > .secondary.column,
1339
1251
  .ui.grid > .row > .secondary.column {
1340
- background-color: #1B1C1D;
1341
- color: #FFFFFF;
1252
+ background-color: #1b1c1d;
1253
+ color: #fff;
1342
1254
  }
1343
1255
  .ui.grid > .red.row,
1344
1256
  .ui.grid > .red.column,
1345
1257
  .ui.grid > .row > .red.column {
1346
- background-color: #DB2828;
1347
- color: #FFFFFF;
1258
+ background-color: #db2828;
1259
+ color: #fff;
1348
1260
  }
1349
1261
  .ui.grid > .orange.row,
1350
1262
  .ui.grid > .orange.column,
1351
1263
  .ui.grid > .row > .orange.column {
1352
- background-color: #F2711C;
1353
- color: #FFFFFF;
1264
+ background-color: #f2711c;
1265
+ color: #fff;
1354
1266
  }
1355
1267
  .ui.grid > .yellow.row,
1356
1268
  .ui.grid > .yellow.column,
1357
1269
  .ui.grid > .row > .yellow.column {
1358
- background-color: #FBBD08;
1359
- color: #FFFFFF;
1270
+ background-color: #fbbd08;
1271
+ color: #fff;
1360
1272
  }
1361
1273
  .ui.grid > .olive.row,
1362
1274
  .ui.grid > .olive.column,
1363
1275
  .ui.grid > .row > .olive.column {
1364
- background-color: #B5CC18;
1365
- color: #FFFFFF;
1276
+ background-color: #b5cc18;
1277
+ color: #fff;
1366
1278
  }
1367
1279
  .ui.grid > .green.row,
1368
1280
  .ui.grid > .green.column,
1369
1281
  .ui.grid > .row > .green.column {
1370
- background-color: #21BA45;
1371
- color: #FFFFFF;
1282
+ background-color: #21ba45;
1283
+ color: #fff;
1372
1284
  }
1373
1285
  .ui.grid > .teal.row,
1374
1286
  .ui.grid > .teal.column,
1375
1287
  .ui.grid > .row > .teal.column {
1376
- background-color: #00B5AD;
1377
- color: #FFFFFF;
1288
+ background-color: #00b5ad;
1289
+ color: #fff;
1378
1290
  }
1379
1291
  .ui.grid > .blue.row,
1380
1292
  .ui.grid > .blue.column,
1381
1293
  .ui.grid > .row > .blue.column {
1382
- background-color: #2185D0;
1383
- color: #FFFFFF;
1294
+ background-color: #2185d0;
1295
+ color: #fff;
1384
1296
  }
1385
1297
  .ui.grid > .violet.row,
1386
1298
  .ui.grid > .violet.column,
1387
1299
  .ui.grid > .row > .violet.column {
1388
- background-color: #6435C9;
1389
- color: #FFFFFF;
1300
+ background-color: #6435c9;
1301
+ color: #fff;
1390
1302
  }
1391
1303
  .ui.grid > .purple.row,
1392
1304
  .ui.grid > .purple.column,
1393
1305
  .ui.grid > .row > .purple.column {
1394
- background-color: #A333C8;
1395
- color: #FFFFFF;
1306
+ background-color: #a333c8;
1307
+ color: #fff;
1396
1308
  }
1397
1309
  .ui.grid > .pink.row,
1398
1310
  .ui.grid > .pink.column,
1399
1311
  .ui.grid > .row > .pink.column {
1400
- background-color: #E03997;
1401
- color: #FFFFFF;
1312
+ background-color: #e03997;
1313
+ color: #fff;
1402
1314
  }
1403
1315
  .ui.grid > .brown.row,
1404
1316
  .ui.grid > .brown.column,
1405
1317
  .ui.grid > .row > .brown.column {
1406
- background-color: #A5673F;
1407
- color: #FFFFFF;
1318
+ background-color: #a5673f;
1319
+ color: #fff;
1408
1320
  }
1409
1321
  .ui.grid > .grey.row,
1410
1322
  .ui.grid > .grey.column,
1411
1323
  .ui.grid > .row > .grey.column {
1412
1324
  background-color: #767676;
1413
- color: #FFFFFF;
1325
+ color: #fff;
1414
1326
  }
1415
1327
  .ui.grid > .black.row,
1416
1328
  .ui.grid > .black.column,
1417
1329
  .ui.grid > .row > .black.column {
1418
- background-color: #1B1C1D;
1419
- color: #FFFFFF;
1330
+ background-color: #1b1c1d;
1331
+ color: #fff;
1420
1332
  }
1421
1333
 
1422
- /*----------------------
1423
- Equal Width
1424
- -----------------------*/
1425
-
1334
+ /* ----------------------
1335
+ Equal Width
1336
+ ----------------------- */
1426
1337
  .ui[class*="equal width"].grid > .column:not(.row),
1427
1338
  .ui[class*="equal width"].grid > .row > .column,
1428
1339
  .ui.grid > [class*="equal width"].row > .column {
1429
1340
  display: inline-block;
1430
- -webkit-box-flex: 1;
1431
- -ms-flex-positive: 1;
1432
- flex-grow: 1;
1341
+ flex-grow: 1;
1433
1342
  }
1434
1343
  .ui[class*="equal width"].grid > .wide.column,
1435
1344
  .ui[class*="equal width"].grid > .row > .wide.column,
1436
1345
  .ui.grid > [class*="equal width"].row > .wide.column {
1437
- -webkit-box-flex: 0;
1438
- -ms-flex-positive: 0;
1439
- flex-grow: 0;
1346
+ flex-grow: 0;
1440
1347
  }
1441
1348
 
1442
- /*----------------------
1443
- Reverse
1444
- -----------------------*/
1445
-
1349
+ /* ----------------------
1350
+ Reverse
1351
+ ----------------------- */
1446
1352
 
1447
1353
  /* Mobile */
1448
1354
  @media only screen and (max-width: 767.98px) {
1449
1355
  .ui[class*="mobile reversed"].grid,
1450
1356
  .ui[class*="mobile reversed"].grid > .row,
1451
1357
  .ui.grid > [class*="mobile reversed"].row {
1452
- -webkit-box-orient: horizontal;
1453
- -webkit-box-direction: reverse;
1454
- -ms-flex-direction: row-reverse;
1455
- flex-direction: row-reverse;
1358
+ flex-direction: row-reverse;
1456
1359
  }
1457
1360
  .ui[class*="mobile vertically reversed"].grid,
1458
1361
  .ui.stackable[class*="mobile reversed"] {
1459
- -webkit-box-orient: vertical;
1460
- -webkit-box-direction: reverse;
1461
- -ms-flex-direction: column-reverse;
1462
- flex-direction: column-reverse;
1362
+ flex-direction: column-reverse;
1463
1363
  }
1464
1364
 
1465
1365
  /* Divided Reversed */
1466
1366
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
1467
1367
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
1468
- -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1469
- box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1368
+ box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1470
1369
  }
1471
1370
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
1472
1371
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
1473
- -webkit-box-shadow: none;
1474
- box-shadow: none;
1372
+ box-shadow: none;
1475
1373
  }
1476
1374
 
1477
1375
  /* Vertically Divided Reversed */
1478
- .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child:before {
1479
- -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1480
- box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1376
+ .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child::before {
1377
+ box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1481
1378
  }
1482
- .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child:before {
1483
- -webkit-box-shadow: none;
1484
- box-shadow: none;
1379
+ .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child::before {
1380
+ box-shadow: none;
1485
1381
  }
1486
1382
 
1487
1383
  /* Celled Reversed */
1488
1384
  .ui[class*="mobile reversed"].celled.grid > .row > .column:first-child {
1489
- -webkit-box-shadow: -1px 0 0 0 #D4D4D5;
1490
- box-shadow: -1px 0 0 0 #D4D4D5;
1385
+ box-shadow: -1px 0 0 0 #d4d4d5;
1491
1386
  }
1492
1387
  .ui[class*="mobile reversed"].celled.grid > .row > .column:last-child {
1493
- -webkit-box-shadow: none;
1494
- box-shadow: none;
1388
+ box-shadow: none;
1495
1389
  }
1496
1390
  }
1497
1391
 
@@ -1500,48 +1394,36 @@
1500
1394
  .ui[class*="tablet reversed"].grid,
1501
1395
  .ui[class*="tablet reversed"].grid > .row,
1502
1396
  .ui.grid > [class*="tablet reversed"].row {
1503
- -webkit-box-orient: horizontal;
1504
- -webkit-box-direction: reverse;
1505
- -ms-flex-direction: row-reverse;
1506
- flex-direction: row-reverse;
1397
+ flex-direction: row-reverse;
1507
1398
  }
1508
1399
  .ui[class*="tablet vertically reversed"].grid {
1509
- -webkit-box-orient: vertical;
1510
- -webkit-box-direction: reverse;
1511
- -ms-flex-direction: column-reverse;
1512
- flex-direction: column-reverse;
1400
+ flex-direction: column-reverse;
1513
1401
  }
1514
1402
 
1515
1403
  /* Divided Reversed */
1516
1404
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
1517
1405
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
1518
- -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1519
- box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1406
+ box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1520
1407
  }
1521
1408
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
1522
1409
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
1523
- -webkit-box-shadow: none;
1524
- box-shadow: none;
1410
+ box-shadow: none;
1525
1411
  }
1526
1412
 
1527
1413
  /* Vertically Divided Reversed */
1528
- .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child:before {
1529
- -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1530
- box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1414
+ .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child::before {
1415
+ box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1531
1416
  }
1532
- .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child:before {
1533
- -webkit-box-shadow: none;
1534
- box-shadow: none;
1417
+ .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child::before {
1418
+ box-shadow: none;
1535
1419
  }
1536
1420
 
1537
1421
  /* Celled Reversed */
1538
1422
  .ui[class*="tablet reversed"].celled.grid > .row > .column:first-child {
1539
- -webkit-box-shadow: -1px 0 0 0 #D4D4D5;
1540
- box-shadow: -1px 0 0 0 #D4D4D5;
1423
+ box-shadow: -1px 0 0 0 #d4d4d5;
1541
1424
  }
1542
1425
  .ui[class*="tablet reversed"].celled.grid > .row > .column:last-child {
1543
- -webkit-box-shadow: none;
1544
- box-shadow: none;
1426
+ box-shadow: none;
1545
1427
  }
1546
1428
  }
1547
1429
 
@@ -1550,55 +1432,42 @@
1550
1432
  .ui[class*="computer reversed"].grid,
1551
1433
  .ui[class*="computer reversed"].grid > .row,
1552
1434
  .ui.grid > [class*="computer reversed"].row {
1553
- -webkit-box-orient: horizontal;
1554
- -webkit-box-direction: reverse;
1555
- -ms-flex-direction: row-reverse;
1556
- flex-direction: row-reverse;
1435
+ flex-direction: row-reverse;
1557
1436
  }
1558
1437
  .ui[class*="computer vertically reversed"].grid {
1559
- -webkit-box-orient: vertical;
1560
- -webkit-box-direction: reverse;
1561
- -ms-flex-direction: column-reverse;
1562
- flex-direction: column-reverse;
1438
+ flex-direction: column-reverse;
1563
1439
  }
1564
1440
 
1565
1441
  /* Divided Reversed */
1566
1442
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
1567
1443
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
1568
- -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1569
- box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1444
+ box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1570
1445
  }
1571
1446
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
1572
1447
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
1573
- -webkit-box-shadow: none;
1574
- box-shadow: none;
1448
+ box-shadow: none;
1575
1449
  }
1576
1450
 
1577
1451
  /* Vertically Divided Reversed */
1578
- .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child:before {
1579
- -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1580
- box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1452
+ .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child::before {
1453
+ box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1581
1454
  }
1582
- .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child:before {
1583
- -webkit-box-shadow: none;
1584
- box-shadow: none;
1455
+ .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child::before {
1456
+ box-shadow: none;
1585
1457
  }
1586
1458
 
1587
1459
  /* Celled Reversed */
1588
1460
  .ui[class*="computer reversed"].celled.grid > .row > .column:first-child {
1589
- -webkit-box-shadow: -1px 0 0 0 #D4D4D5;
1590
- box-shadow: -1px 0 0 0 #D4D4D5;
1461
+ box-shadow: -1px 0 0 0 #d4d4d5;
1591
1462
  }
1592
1463
  .ui[class*="computer reversed"].celled.grid > .row > .column:last-child {
1593
- -webkit-box-shadow: none;
1594
- box-shadow: none;
1464
+ box-shadow: none;
1595
1465
  }
1596
1466
  }
1597
1467
 
1598
- /*-------------------
1599
- Doubling
1600
- --------------------*/
1601
-
1468
+ /* -------------------
1469
+ Doubling
1470
+ -------------------- */
1602
1471
 
1603
1472
  /* Tablet Only */
1604
1473
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
@@ -1612,13 +1481,15 @@
1612
1481
  }
1613
1482
  .ui.grid > .doubling.row > .column,
1614
1483
  .ui.doubling.grid > .row > .column {
1615
- display: inline-block !important;
1616
1484
  padding-top: 1rem !important;
1617
1485
  padding-bottom: 1rem !important;
1618
- -webkit-box-shadow: none !important;
1619
- box-shadow: none !important;
1486
+ box-shadow: none !important;
1620
1487
  margin: 0;
1621
1488
  }
1489
+ .ui.grid:not(.stretched) > .doubling.row:not(.stretched) > .column:not(.stretched),
1490
+ .ui.doubling.grid:not(.stretched) > .row:not(.stretched) > .column:not(.stretched) {
1491
+ display: inline-block !important;
1492
+ }
1622
1493
  .ui[class*="two column"].doubling.grid > .row > .column,
1623
1494
  .ui[class*="two column"].doubling.grid > .column:not(.row),
1624
1495
  .ui.grid > [class*="two column"].doubling.row.row > .column {
@@ -1708,8 +1579,7 @@
1708
1579
  padding-top: 1rem !important;
1709
1580
  padding-bottom: 1rem !important;
1710
1581
  margin: 0 !important;
1711
- -webkit-box-shadow: none !important;
1712
- box-shadow: none !important;
1582
+ box-shadow: none !important;
1713
1583
  }
1714
1584
  .ui[class*="two column"].doubling:not(.stackable).grid > .row > .column,
1715
1585
  .ui[class*="two column"].doubling:not(.stackable).grid > .column:not(.row),
@@ -1788,15 +1658,15 @@
1788
1658
  }
1789
1659
  }
1790
1660
 
1791
- /*-------------------
1792
- Stackable
1793
- --------------------*/
1794
-
1661
+ /* -------------------
1662
+ Stackable
1663
+ -------------------- */
1795
1664
  @media only screen and (max-width: 767.98px) {
1796
- .ui.ui.ui.ui.stackable.grid {
1665
+ body > .ui.stackable.grid,
1666
+ .ui:not(.segment):not(.grid) .ui.stackable.grid {
1797
1667
  width: auto;
1798
- margin-left: 0 !important;
1799
- margin-right: 0 !important;
1668
+ margin-left: 0;
1669
+ margin-right: 0;
1800
1670
  }
1801
1671
  .ui.stackable.grid > .row > .wide.column,
1802
1672
  .ui.stackable.grid > .wide.column,
@@ -1806,9 +1676,8 @@
1806
1676
  .ui.stackable.grid > .column:not(.row),
1807
1677
  .ui.grid > .stackable.stackable.stackable.row > .column {
1808
1678
  width: 100% !important;
1809
- margin: 0 0 !important;
1810
- -webkit-box-shadow: none !important;
1811
- box-shadow: none !important;
1679
+ margin: 0 !important;
1680
+ box-shadow: none !important;
1812
1681
  padding: 1rem 1rem;
1813
1682
  }
1814
1683
  .ui.stackable.grid:not(.vertically) > .row {
@@ -1826,8 +1695,8 @@
1826
1695
  /* Don't pad inside segment or nested grid */
1827
1696
  .ui.grid .ui.stackable.grid,
1828
1697
  .ui.segment:not(.vertical) .ui.stackable.page.grid {
1829
- margin-left: -1rem !important;
1830
- margin-right: -1rem !important;
1698
+ margin-left: -1rem;
1699
+ margin-right: -1rem;
1831
1700
  }
1832
1701
 
1833
1702
  /* Divided Stackable */
@@ -1848,14 +1717,12 @@
1848
1717
  .ui.stackable.celled.grid > .row > .column,
1849
1718
  .ui.stackable.divided:not(.vertically).grid > .row > .column {
1850
1719
  border-top: 1px solid rgba(34, 36, 38, 0.15);
1851
- -webkit-box-shadow: none !important;
1852
- box-shadow: none !important;
1720
+ box-shadow: none !important;
1853
1721
  padding-top: 2rem !important;
1854
1722
  padding-bottom: 2rem !important;
1855
1723
  }
1856
1724
  .ui.stackable.celled.grid > .row {
1857
- -webkit-box-shadow: none !important;
1858
- box-shadow: none !important;
1725
+ box-shadow: none !important;
1859
1726
  }
1860
1727
  .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
1861
1728
  .ui.stackable.divided:not(.vertically).grid > .row > .column {
@@ -1864,10 +1731,9 @@
1864
1731
  }
1865
1732
  }
1866
1733
 
1867
- /*----------------------
1734
+ /* ----------------------
1868
1735
  Only (Device)
1869
- -----------------------*/
1870
-
1736
+ ----------------------- */
1871
1737
 
1872
1738
  /* These include arbitrary class repetitions for forced specificity */
1873
1739
 
@@ -1993,10 +1859,9 @@
1993
1859
  }
1994
1860
  }
1995
1861
 
1996
- /*-----------------
1997
- Compact
1998
- -----------------*/
1999
-
1862
+ /* -----------------
1863
+ Compact
1864
+ ----------------- */
2000
1865
  .ui.ui.ui.compact.grid {
2001
1866
  margin: -0.5rem;
2002
1867
  }
@@ -2012,10 +1877,7 @@
2012
1877
 
2013
1878
  /* Row */
2014
1879
  .ui.ui.ui.compact.grid > .row {
2015
- padding-top: 0.5rem;
2016
- padding-bottom: 0.5rem;
2017
- padding-left: 0;
2018
- padding-right: 0;
1880
+ padding: 0.5rem 0;
2019
1881
  }
2020
1882
 
2021
1883
  /* Columns */
@@ -2034,10 +1896,9 @@
2034
1896
  padding: 1em;
2035
1897
  }
2036
1898
 
2037
- /*-----------------
2038
- Very compact
2039
- -----------------*/
2040
-
1899
+ /* -----------------
1900
+ Very compact
1901
+ ----------------- */
2041
1902
  .ui.ui.ui[class*="very compact"].grid {
2042
1903
  margin: -0.25rem;
2043
1904
  }
@@ -2053,10 +1914,7 @@
2053
1914
 
2054
1915
  /* Row */
2055
1916
  .ui.ui.ui[class*="very compact"].grid > .row {
2056
- padding-top: 0.25rem;
2057
- padding-bottom: 0.25rem;
2058
- padding-left: 0;
2059
- padding-right: 0;
1917
+ padding: 0.25rem 0;
2060
1918
  }
2061
1919
 
2062
1920
  /* Columns */