fomantic-ui-sass 2.9.0 → 2.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -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.woff +0 -0
  20. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  21. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  22. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  23. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  24. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  25. data/app/assets/javascripts/semantic-ui/accordion.js +569 -596
  26. data/app/assets/javascripts/semantic-ui/api.js +1158 -1180
  27. data/app/assets/javascripts/semantic-ui/calendar.js +1935 -1810
  28. data/app/assets/javascripts/semantic-ui/checkbox.js +843 -842
  29. data/app/assets/javascripts/semantic-ui/dimmer.js +707 -738
  30. data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4237
  31. data/app/assets/javascripts/semantic-ui/embed.js +646 -676
  32. data/app/assets/javascripts/semantic-ui/flyout.js +1503 -1466
  33. data/app/assets/javascripts/semantic-ui/form.js +2035 -2007
  34. data/app/assets/javascripts/semantic-ui/modal.js +1552 -1487
  35. data/app/assets/javascripts/semantic-ui/nag.js +521 -527
  36. data/app/assets/javascripts/semantic-ui/popup.js +1469 -1457
  37. data/app/assets/javascripts/semantic-ui/progress.js +944 -998
  38. data/app/assets/javascripts/semantic-ui/rating.js +508 -524
  39. data/app/assets/javascripts/semantic-ui/search.js +1521 -1535
  40. data/app/assets/javascripts/semantic-ui/shape.js +762 -811
  41. data/app/assets/javascripts/semantic-ui/sidebar.js +1042 -1100
  42. data/app/assets/javascripts/semantic-ui/site.js +437 -477
  43. data/app/assets/javascripts/semantic-ui/slider.js +1311 -1312
  44. data/app/assets/javascripts/semantic-ui/state.js +639 -658
  45. data/app/assets/javascripts/semantic-ui/sticky.js +848 -902
  46. data/app/assets/javascripts/semantic-ui/tab.js +903 -967
  47. data/app/assets/javascripts/semantic-ui/toast.js +911 -885
  48. data/app/assets/javascripts/semantic-ui/transition.js +998 -1078
  49. data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
  50. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
  51. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +311 -377
  52. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +191 -331
  53. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +302 -439
  54. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +127 -199
  55. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +549 -776
  56. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +711 -1123
  57. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +9 -8
  58. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +45 -63
  59. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +3558 -3558
  60. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +272 -270
  61. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +120 -144
  62. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +667 -747
  63. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
  64. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +416 -300
  65. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +361 -412
  66. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +51 -72
  67. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +69 -157
  68. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +24 -44
  69. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
  70. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
  71. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +173 -227
  72. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
  73. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +34 -34
  74. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
  75. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +29 -51
  76. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +37 -55
  77. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +26 -29
  78. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +159 -230
  79. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
  80. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +261 -393
  81. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +21 -32
  82. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +97 -143
  83. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +122 -156
  84. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
  85. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +573 -206
  86. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
  87. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +83 -124
  88. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +71 -100
  89. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
  90. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +105 -208
  91. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +102 -127
  92. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
  93. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +12 -16
  94. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +71 -149
  95. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
  96. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +36 -47
  97. data/app/assets/stylesheets/semantic-ui/views/_card.scss +221 -367
  98. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +43 -61
  99. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +37 -59
  100. data/app/assets/stylesheets/semantic-ui/views/_item.scss +87 -134
  101. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +77 -118
  102. data/lib/fomantic/ui/sass/version.rb +2 -2
  103. data/tasks/converter.rb +1 -1
  104. metadata +17 -1
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0 - Popup
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.2 - Popup
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
 
@@ -21,24 +21,22 @@
21
21
 
22
22
  /* Fixes content being squished when inline (moz only) */
23
23
  min-width: -webkit-min-content;
24
- min-width: -moz-min-content;
25
24
  min-width: min-content;
26
25
  z-index: 1900;
27
- border: 1px solid #D4D4D5;
26
+ border: 1px solid #d4d4d5;
28
27
  line-height: 1.4285em;
29
28
  max-width: 250px;
30
- background: #FFFFFF;
29
+ background: #fff;
31
30
  padding: 0.833em 1em;
32
31
  font-weight: normal;
33
32
  font-style: normal;
34
33
  color: rgba(0, 0, 0, 0.87);
35
34
  border-radius: 0.28571429rem;
36
- -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
37
- box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
35
+ box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
38
36
  }
39
37
  .ui.popup > .header {
40
38
  padding: 0;
41
- font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
39
+ font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
42
40
  font-size: 1.14285714em;
43
41
  line-height: 1.2;
44
42
  font-weight: bold;
@@ -48,15 +46,13 @@
48
46
  }
49
47
  .ui.popup::before {
50
48
  position: absolute;
51
- content: '';
49
+ content: "";
52
50
  width: 0.71428571em;
53
51
  height: 0.71428571em;
54
- background: #FFFFFF;
55
- -webkit-transform: rotate(45deg);
56
- transform: rotate(45deg);
52
+ background: #fff;
53
+ transform: rotate(45deg);
57
54
  z-index: 1901;
58
- -webkit-box-shadow: 1px 1px 0 0 #bababc;
59
- box-shadow: 1px 1px 0 0 #bababc;
55
+ box-shadow: 1px 1px 0 0 #bababc;
60
56
  }
61
57
 
62
58
 
@@ -65,10 +61,9 @@
65
61
  *******************************/
66
62
 
67
63
 
68
- /*--------------
69
- Tooltip
70
- ---------------*/
71
-
64
+ /* --------------
65
+ Tooltip
66
+ --------------- */
72
67
 
73
68
  /* Content */
74
69
  [data-tooltip] {
@@ -79,16 +74,14 @@
79
74
  [data-tooltip]::before {
80
75
  pointer-events: none;
81
76
  position: absolute;
82
- content: '';
77
+ content: "";
83
78
  font-size: 1rem;
84
79
  width: 0.71428571em;
85
80
  height: 0.71428571em;
86
- background: #FFFFFF;
87
- -webkit-transform: rotate(45deg);
88
- transform: rotate(45deg);
81
+ background: #fff;
82
+ transform: rotate(45deg);
89
83
  z-index: 1901;
90
- -webkit-box-shadow: 1px 1px 0 0 #bababc;
91
- box-shadow: 1px 1px 0 0 #bababc;
84
+ box-shadow: 1px 1px 0 0 #bababc;
92
85
  }
93
86
 
94
87
  /* Popup */
@@ -101,17 +94,16 @@
101
94
  text-shadow: none;
102
95
  white-space: nowrap;
103
96
  font-size: 1rem;
104
- border: 1px solid #D4D4D5;
97
+ border: 1px solid #d4d4d5;
105
98
  line-height: 1.4285em;
106
99
  max-width: none;
107
- background: #FFFFFF;
100
+ background: #fff;
108
101
  padding: 0.833em 1em;
109
102
  font-weight: normal;
110
103
  font-style: normal;
111
104
  color: rgba(0, 0, 0, 0.87);
112
105
  border-radius: 0.28571429rem;
113
- -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
114
- box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
106
+ box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
115
107
  z-index: 1900;
116
108
  }
117
109
 
@@ -121,14 +113,13 @@
121
113
  right: auto;
122
114
  bottom: 100%;
123
115
  left: 50%;
124
- background: #FFFFFF;
116
+ background: #fff;
125
117
  margin-left: -0.07142857rem;
126
118
  margin-bottom: 0.14285714rem;
127
119
  }
128
120
  [data-tooltip]:not([data-position])::after {
129
121
  left: 50%;
130
- -webkit-transform: translateX(-50%);
131
- transform: translateX(-50%);
122
+ transform: translateX(-50%);
132
123
  bottom: 100%;
133
124
  margin-bottom: 0.5em;
134
125
  }
@@ -139,20 +130,14 @@
139
130
  pointer-events: none;
140
131
  visibility: hidden;
141
132
  opacity: 0;
142
- -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
143
- transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
144
133
  transition: transform 0.1s ease, opacity 0.1s ease;
145
- transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
146
134
  }
147
135
  [data-tooltip]::before {
148
- -webkit-transform: rotate(45deg) scale(0) !important;
149
- transform: rotate(45deg) scale(0) !important;
150
- -webkit-transform-origin: center top;
151
- transform-origin: center top;
136
+ transform: rotate(45deg) scale(0) !important;
137
+ transform-origin: center top;
152
138
  }
153
139
  [data-tooltip]::after {
154
- -webkit-transform-origin: center bottom;
155
- transform-origin: center bottom;
140
+ transform-origin: center bottom;
156
141
  }
157
142
  [data-tooltip]:hover::before,
158
143
  [data-tooltip]:hover::after {
@@ -161,46 +146,39 @@
161
146
  opacity: 1;
162
147
  }
163
148
  [data-tooltip]:hover::before {
164
- -webkit-transform: rotate(45deg) scale(1) !important;
165
- transform: rotate(45deg) scale(1) !important;
149
+ transform: rotate(45deg) scale(1) !important;
166
150
  }
167
151
 
168
152
  /* Animation Position */
169
153
  [data-tooltip]::after,
170
154
  [data-tooltip][data-position="top center"]::after,
171
155
  [data-tooltip][data-position="bottom center"]::after {
172
- -webkit-transform: translateX(-50%) scale(0) !important;
173
- transform: translateX(-50%) scale(0) !important;
156
+ transform: translateX(-50%) scale(0) !important;
174
157
  }
175
158
  [data-tooltip]:hover::after,
176
159
  [data-tooltip][data-position="bottom center"]:hover::after {
177
- -webkit-transform: translateX(-50%) scale(1) !important;
178
- transform: translateX(-50%) scale(1) !important;
160
+ transform: translateX(-50%) scale(1) !important;
179
161
  }
180
162
  [data-tooltip][data-position="left center"]::after,
181
163
  [data-tooltip][data-position="right center"]::after {
182
- -webkit-transform: translateY(-50%) scale(0) !important;
183
- transform: translateY(-50%) scale(0) !important;
164
+ transform: translateY(-50%) scale(0) !important;
184
165
  }
185
166
  [data-tooltip][data-position="left center"]:hover::after,
186
167
  [data-tooltip][data-position="right center"]:hover::after {
187
- -webkit-transform: translateY(-50%) scale(1) !important;
188
- transform: translateY(-50%) scale(1) !important;
168
+ transform: translateY(-50%) scale(1) !important;
189
169
  -moz-transform: translateY(-50%) scale(1.0001) !important;
190
170
  }
191
171
  [data-tooltip][data-position="top left"]::after,
192
172
  [data-tooltip][data-position="top right"]::after,
193
173
  [data-tooltip][data-position="bottom left"]::after,
194
174
  [data-tooltip][data-position="bottom right"]::after {
195
- -webkit-transform: scale(0) !important;
196
- transform: scale(0) !important;
175
+ transform: scale(0) !important;
197
176
  }
198
177
  [data-tooltip][data-position="top left"]:hover::after,
199
178
  [data-tooltip][data-position="top right"]:hover::after,
200
179
  [data-tooltip][data-position="bottom left"]:hover::after,
201
180
  [data-tooltip][data-position="bottom right"]:hover::after {
202
- -webkit-transform: scale(1) !important;
203
- transform: scale(1) !important;
181
+ transform: scale(1) !important;
204
182
  }
205
183
  [data-tooltip][data-variation~="fixed"]::after {
206
184
  white-space: normal;
@@ -218,37 +196,33 @@
218
196
  }
219
197
  }
220
198
 
221
- /*--------------
222
- Inverted
223
- ---------------*/
224
-
199
+ /* --------------
200
+ Inverted
201
+ --------------- */
225
202
 
226
203
  /* Arrow */
227
204
  [data-tooltip][data-inverted]::before {
228
- -webkit-box-shadow: none !important;
229
- box-shadow: none !important;
205
+ box-shadow: none !important;
230
206
  }
231
207
 
232
208
  /* Arrow Position */
233
209
  [data-tooltip][data-inverted]::before {
234
- background: #1B1C1D;
210
+ background: #1b1c1d;
235
211
  }
236
212
 
237
- /* Popup */
213
+ /* Popup */
238
214
  [data-tooltip][data-inverted]::after {
239
- background: #1B1C1D;
240
- color: #FFFFFF;
215
+ background: #1b1c1d;
216
+ color: #fff;
241
217
  border: none;
242
- -webkit-box-shadow: none;
243
- box-shadow: none;
218
+ box-shadow: none;
244
219
  }
245
220
 
246
- /*--------------
247
- Position
248
- ---------------*/
249
-
221
+ /* --------------
222
+ Position
223
+ --------------- */
250
224
  [data-position~="top"][data-tooltip]::before {
251
- background: #FFFFFF;
225
+ background: #fff;
252
226
  }
253
227
 
254
228
  /* Top Center */
@@ -257,8 +231,7 @@
257
231
  right: auto;
258
232
  left: 50%;
259
233
  bottom: 100%;
260
- -webkit-transform: translateX(-50%);
261
- transform: translateX(-50%);
234
+ transform: translateX(-50%);
262
235
  margin-bottom: 0.5em;
263
236
  }
264
237
  [data-position="top center"][data-tooltip]::before {
@@ -266,7 +239,7 @@
266
239
  right: auto;
267
240
  bottom: 100%;
268
241
  left: 50%;
269
- background: #FFFFFF;
242
+ background: #fff;
270
243
  margin-left: -0.07142857rem;
271
244
  margin-bottom: 0.14285714rem;
272
245
  }
@@ -305,9 +278,8 @@
305
278
  margin-bottom: 0.14285714rem;
306
279
  }
307
280
  [data-position~="bottom"][data-tooltip]::before {
308
- background: #FFFFFF;
309
- -webkit-box-shadow: -1px -1px 0 0 #bababc;
310
- box-shadow: -1px -1px 0 0 #bababc;
281
+ background: #fff;
282
+ box-shadow: -1px -1px 0 0 #bababc;
311
283
  }
312
284
 
313
285
  /* Bottom Center */
@@ -316,8 +288,7 @@
316
288
  right: auto;
317
289
  left: 50%;
318
290
  top: 100%;
319
- -webkit-transform: translateX(-50%);
320
- transform: translateX(-50%);
291
+ transform: translateX(-50%);
321
292
  margin-top: 0.5em;
322
293
  }
323
294
  [data-position="bottom center"][data-tooltip]::before {
@@ -364,17 +335,15 @@
364
335
  right: 100%;
365
336
  top: 50%;
366
337
  margin-right: 0.5em;
367
- -webkit-transform: translateY(-50%);
368
- transform: translateY(-50%);
338
+ transform: translateY(-50%);
369
339
  }
370
340
  [data-position="left center"][data-tooltip]::before {
371
341
  right: 100%;
372
342
  top: 50%;
373
343
  margin-top: -0.14285714rem;
374
344
  margin-right: -0.07142857rem;
375
- background: #FFFFFF;
376
- -webkit-box-shadow: 1px -1px 0 0 #bababc;
377
- box-shadow: 1px -1px 0 0 #bababc;
345
+ background: #fff;
346
+ box-shadow: 1px -1px 0 0 #bababc;
378
347
  }
379
348
 
380
349
  /* Right Center */
@@ -382,79 +351,68 @@
382
351
  left: 100%;
383
352
  top: 50%;
384
353
  margin-left: 0.5em;
385
- -webkit-transform: translateY(-50%);
386
- transform: translateY(-50%);
354
+ transform: translateY(-50%);
387
355
  }
388
356
  [data-position="right center"][data-tooltip]::before {
389
357
  left: 100%;
390
358
  top: 50%;
391
359
  margin-top: -0.07142857rem;
392
360
  margin-left: 0.14285714rem;
393
- background: #FFFFFF;
394
- -webkit-box-shadow: -1px 1px 0 0 #bababc;
395
- box-shadow: -1px 1px 0 0 #bababc;
361
+ background: #fff;
362
+ box-shadow: -1px 1px 0 0 #bababc;
396
363
  }
397
364
 
398
365
  /* Inverted Arrow Color */
399
366
  [data-inverted][data-position~="bottom"][data-tooltip]::before {
400
- background: #1B1C1D;
401
- -webkit-box-shadow: -1px -1px 0 0 #bababc;
402
- box-shadow: -1px -1px 0 0 #bababc;
367
+ background: #1b1c1d;
368
+ box-shadow: -1px -1px 0 0 #bababc;
403
369
  }
404
370
  [data-inverted][data-position="left center"][data-tooltip]::before {
405
- background: #1B1C1D;
406
- -webkit-box-shadow: 1px -1px 0 0 #bababc;
407
- box-shadow: 1px -1px 0 0 #bababc;
371
+ background: #1b1c1d;
372
+ box-shadow: 1px -1px 0 0 #bababc;
408
373
  }
409
374
  [data-inverted][data-position="right center"][data-tooltip]::before {
410
- background: #1B1C1D;
411
- -webkit-box-shadow: -1px 1px 0 0 #bababc;
412
- box-shadow: -1px 1px 0 0 #bababc;
375
+ background: #1b1c1d;
376
+ box-shadow: -1px 1px 0 0 #bababc;
413
377
  }
414
378
  [data-inverted][data-position~="top"][data-tooltip]::before {
415
- background: #1B1C1D;
379
+ background: #1b1c1d;
416
380
  }
417
381
  [data-position~="bottom"][data-tooltip]::before {
418
- -webkit-transform-origin: center bottom;
419
- transform-origin: center bottom;
382
+ transform-origin: center bottom;
420
383
  }
421
384
  [data-position~="bottom"][data-tooltip]::after {
422
- -webkit-transform-origin: center top;
423
- transform-origin: center top;
385
+ transform-origin: center top;
424
386
  }
425
387
  [data-position="bottom center"][data-tooltip]::before {
426
- -webkit-transform-origin: center top;
427
- transform-origin: center top;
388
+ transform-origin: center top;
428
389
  }
429
390
  [data-position="left center"][data-tooltip]::before {
430
- -webkit-transform-origin: top center;
431
- transform-origin: top center;
391
+ transform-origin: top center;
432
392
  }
433
393
  [data-position="left center"][data-tooltip]::after {
434
- -webkit-transform-origin: right center;
435
- transform-origin: right center;
394
+ transform-origin: right center;
436
395
  }
437
396
  [data-position="right center"][data-tooltip]::before {
438
- -webkit-transform-origin: right center;
439
- transform-origin: right center;
397
+ transform-origin: right center;
440
398
  }
441
399
  [data-position="right center"][data-tooltip]::after {
442
- -webkit-transform-origin: left center;
443
- transform-origin: left center;
400
+ transform-origin: left center;
444
401
  }
445
402
 
446
- /*--------------
447
- Basic
448
- ---------------*/
449
-
403
+ /* --------------
404
+ Basic
405
+ --------------- */
450
406
  [data-tooltip][data-variation~="basic"]::before {
451
407
  display: none;
452
408
  }
409
+ [data-tooltip][data-variation~="multiline"]::after {
410
+ white-space: pre-line;
411
+ }
453
412
 
454
- /*--------------
413
+ /* --------------
455
414
  Spacing
456
- ---------------*/
457
-
415
+ --------------- */
458
416
  .ui.popup {
459
417
  margin: 0;
460
418
  }
@@ -464,28 +422,23 @@
464
422
  margin: 0 0 0.71428571em;
465
423
  }
466
424
  .ui.top.left.popup {
467
- -webkit-transform-origin: left bottom;
468
- transform-origin: left bottom;
425
+ transform-origin: left bottom;
469
426
  }
470
427
  .ui.top.center.popup {
471
- -webkit-transform-origin: center bottom;
472
- transform-origin: center bottom;
428
+ transform-origin: center bottom;
473
429
  }
474
430
  .ui.top.right.popup {
475
- -webkit-transform-origin: right bottom;
476
- transform-origin: right bottom;
431
+ transform-origin: right bottom;
477
432
  }
478
433
 
479
434
  /* Extending from Vertical Center */
480
435
  .ui.left.center.popup {
481
436
  margin: 0 0.71428571em 0 0;
482
- -webkit-transform-origin: right 50%;
483
- transform-origin: right 50%;
437
+ transform-origin: right 50%;
484
438
  }
485
439
  .ui.right.center.popup {
486
440
  margin: 0 0 0 0.71428571em;
487
- -webkit-transform-origin: left 50%;
488
- transform-origin: left 50%;
441
+ transform-origin: left 50%;
489
442
  }
490
443
 
491
444
  /* Extending from Bottom */
@@ -493,63 +446,56 @@
493
446
  margin: 0.71428571em 0 0;
494
447
  }
495
448
  .ui.bottom.left.popup {
496
- -webkit-transform-origin: left top;
497
- transform-origin: left top;
449
+ transform-origin: left top;
498
450
  }
499
451
  .ui.bottom.center.popup {
500
- -webkit-transform-origin: center top;
501
- transform-origin: center top;
452
+ transform-origin: center top;
502
453
  }
503
454
  .ui.bottom.right.popup {
504
- -webkit-transform-origin: right top;
505
- transform-origin: right top;
455
+ transform-origin: right top;
506
456
  }
507
457
 
508
- /*--------------
509
- Pointer
510
- ---------------*/
511
-
512
-
513
- /*--- Below ---*/
458
+ /* --------------
459
+ Pointer
460
+ --------------- */
514
461
 
462
+ /* --- Below --- */
515
463
  .ui.bottom.center.popup::before {
516
464
  margin-left: -0.30714286em;
517
465
  top: -0.30714286em;
518
466
  left: 50%;
519
467
  right: auto;
520
468
  bottom: auto;
521
- -webkit-box-shadow: -1px -1px 0 0 #bababc;
522
- box-shadow: -1px -1px 0 0 #bababc;
469
+ box-shadow: -1px -1px 0 0 #bababc;
523
470
  }
524
471
  .ui.bottom.left.popup {
525
472
  margin-left: 0;
526
473
  }
527
- /*rtl:rename*/
474
+
475
+ /* rtl:rename */
528
476
  .ui.bottom.left.popup::before {
529
477
  top: -0.30714286em;
530
478
  left: 1em;
531
479
  right: auto;
532
480
  bottom: auto;
533
481
  margin-left: 0;
534
- -webkit-box-shadow: -1px -1px 0 0 #bababc;
535
- box-shadow: -1px -1px 0 0 #bababc;
482
+ box-shadow: -1px -1px 0 0 #bababc;
536
483
  }
537
484
  .ui.bottom.right.popup {
538
485
  margin-right: 0;
539
486
  }
540
- /*rtl:rename*/
487
+
488
+ /* rtl:rename */
541
489
  .ui.bottom.right.popup::before {
542
490
  top: -0.30714286em;
543
491
  right: 1em;
544
492
  bottom: auto;
545
493
  left: auto;
546
494
  margin-left: 0;
547
- -webkit-box-shadow: -1px -1px 0 0 #bababc;
548
- box-shadow: -1px -1px 0 0 #bababc;
495
+ box-shadow: -1px -1px 0 0 #bababc;
549
496
  }
550
497
 
551
- /*--- Above ---*/
552
-
498
+ /* --- Above --- */
553
499
  .ui.top.center.popup::before {
554
500
  top: auto;
555
501
  right: auto;
@@ -560,7 +506,8 @@
560
506
  .ui.top.left.popup {
561
507
  margin-left: 0;
562
508
  }
563
- /*rtl:rename*/
509
+
510
+ /* rtl:rename */
564
511
  .ui.top.left.popup::before {
565
512
  bottom: -0.30714286em;
566
513
  left: 1em;
@@ -571,7 +518,8 @@
571
518
  .ui.top.right.popup {
572
519
  margin-right: 0;
573
520
  }
574
- /*rtl:rename*/
521
+
522
+ /* rtl:rename */
575
523
  .ui.top.right.popup::before {
576
524
  bottom: -0.30714286em;
577
525
  right: 1em;
@@ -580,54 +528,52 @@
580
528
  margin-left: 0;
581
529
  }
582
530
 
583
- /*--- Left Center ---*/
531
+ /* --- Left Center --- */
584
532
 
585
- /*rtl:rename*/
533
+ /* rtl:rename */
586
534
  .ui.left.center.popup::before {
587
535
  top: 50%;
588
536
  right: -0.30714286em;
589
537
  bottom: auto;
590
538
  left: auto;
591
539
  margin-top: -0.30714286em;
592
- -webkit-box-shadow: 1px -1px 0 0 #bababc;
593
- box-shadow: 1px -1px 0 0 #bababc;
540
+ box-shadow: 1px -1px 0 0 #bababc;
594
541
  }
595
542
 
596
- /*--- Right Center ---*/
543
+ /* --- Right Center --- */
597
544
 
598
- /*rtl:rename*/
545
+ /* rtl:rename */
599
546
  .ui.right.center.popup::before {
600
547
  top: 50%;
601
548
  left: -0.30714286em;
602
549
  bottom: auto;
603
550
  right: auto;
604
551
  margin-top: -0.30714286em;
605
- -webkit-box-shadow: -1px 1px 0 0 #bababc;
606
- box-shadow: -1px 1px 0 0 #bababc;
552
+ box-shadow: -1px 1px 0 0 #bababc;
607
553
  }
608
554
  .ui.right.center.popup::before,
609
555
  .ui.left.center.popup::before {
610
- background: #FFFFFF;
556
+ background: #fff;
611
557
  }
612
558
 
613
559
  /* Arrow Color By Location */
614
560
  .ui.bottom.popup::before {
615
- background: #FFFFFF;
561
+ background: #fff;
616
562
  }
617
563
  .ui.top.popup::before {
618
- background: #FFFFFF;
564
+ background: #fff;
619
565
  }
620
566
 
621
567
  /* Inverted Arrow Color */
622
568
  .ui.inverted.bottom.popup::before {
623
- background: #1B1C1D;
569
+ background: #1b1c1d;
624
570
  }
625
571
  .ui.inverted.right.center.popup::before,
626
572
  .ui.inverted.left.center.popup::before {
627
- background: #1B1C1D;
573
+ background: #1b1c1d;
628
574
  }
629
575
  .ui.inverted.top.popup::before {
630
- background: #1B1C1D;
576
+ background: #1b1c1d;
631
577
  }
632
578
 
633
579
 
@@ -637,7 +583,7 @@
637
583
 
638
584
 
639
585
  /* Immediate Nested Grid */
640
- .ui.popup > .ui.grid:not(.padded) {
586
+ .ui.ui.ui.popup > .ui.grid:not(.padded) {
641
587
  width: calc(100% + 1.75rem);
642
588
  margin: -0.7rem -0.875rem;
643
589
  }
@@ -648,8 +594,33 @@
648
594
  *******************************/
649
595
 
650
596
  .ui.loading.popup {
597
+ cursor: default;
598
+ pointer-events: none;
599
+ -webkit-user-select: none;
600
+ -ms-user-select: none;
601
+ user-select: none;
602
+ }
603
+ .ui.loading.popup * {
604
+ opacity: 0.3;
605
+ }
606
+ .ui.loading.popup::after {
607
+ position: absolute;
608
+ content: "";
609
+ top: 50%;
610
+ left: 50%;
611
+ margin: -1em 0 0 -1em;
612
+ width: 2em;
613
+ height: 2em;
614
+ animation: loader 0.6s infinite linear;
615
+ border: 0.2em solid #767676;
616
+ border-radius: 500rem;
617
+ box-shadow: 0 0 0 1px transparent;
618
+ visibility: visible;
619
+ z-index: 101;
620
+ }
621
+ .ui.invisible.popup {
651
622
  display: block;
652
- visibility: hidden;
623
+ visibility: hidden !important;
653
624
  z-index: -1;
654
625
  }
655
626
  .ui.animating.popup,
@@ -657,8 +628,7 @@
657
628
  display: block;
658
629
  }
659
630
  .ui.visible.popup {
660
- -webkit-transform: translateZ(0);
661
- transform: translateZ(0);
631
+ transform: translateZ(0);
662
632
  -webkit-backface-visibility: hidden;
663
633
  backface-visibility: hidden;
664
634
  }
@@ -669,10 +639,9 @@
669
639
  *******************************/
670
640
 
671
641
 
672
- /*--------------
673
- Basic
674
- ---------------*/
675
-
642
+ /* --------------
643
+ Basic
644
+ --------------- */
676
645
  .ui.basic.popup::before {
677
646
  display: none;
678
647
  }
@@ -680,10 +649,9 @@
680
649
  width: 250px;
681
650
  }
682
651
 
683
- /*--------------
684
- Wide
685
- ---------------*/
686
-
652
+ /* --------------
653
+ Wide
654
+ --------------- */
687
655
  .ui.wide.popup {
688
656
  max-width: 350px;
689
657
  }
@@ -707,50 +675,449 @@
707
675
  }
708
676
  }
709
677
 
710
- /*--------------
711
- Fluid
712
- ---------------*/
713
-
678
+ /* --------------
679
+ Fluid
680
+ --------------- */
714
681
  .ui.fluid.popup {
715
682
  width: 100%;
716
683
  max-width: none;
717
684
  }
718
685
 
719
- /*--------------
720
- Colors
721
- ---------------*/
686
+ /* --------------
687
+ Colors
688
+ --------------- */
722
689
 
723
-
724
- /* Inverted colors */
690
+ /* Inverted colors */
725
691
  .ui.inverted.popup {
726
- background: #1B1C1D;
727
- color: #FFFFFF;
692
+ background: #1b1c1d;
693
+ color: #fff;
728
694
  border: none;
729
- -webkit-box-shadow: none;
730
- box-shadow: none;
695
+ box-shadow: none;
731
696
  }
732
697
  .ui.inverted.popup .header {
733
- background-color: none;
734
- color: #FFFFFF;
698
+ background: none;
699
+ color: #fff;
735
700
  }
736
701
  .ui.inverted.popup::before {
737
- background-color: #1B1C1D;
738
- -webkit-box-shadow: none !important;
739
- box-shadow: none !important;
702
+ background-color: #1b1c1d;
703
+ box-shadow: none !important;
704
+ }
705
+ .ui.ui.ui.primary.popup::before,
706
+ .ui.primary.popup,
707
+ [data-tooltip][data-variation~="primary"]::after,
708
+ [data-tooltip][data-variation~="primary"]::before {
709
+ background: #2185d0;
710
+ color: #fff;
711
+ border: none;
712
+ }
713
+ .ui.ui.ui.primary.loading.popup::before,
714
+ .ui.primary.loading.popup {
715
+ background: #9bcbef;
716
+ }
717
+ .ui.ui.ui.primary.popup::before,
718
+ [data-tooltip][data-variation~="primary"]::before {
719
+ box-shadow: none;
720
+ }
721
+ .ui.ui.ui.inverted.primary.popup::before,
722
+ .ui.inverted.primary.popup,
723
+ [data-tooltip][data-inverted][data-variation~="primary"]::after,
724
+ [data-tooltip][data-inverted][data-variation~="primary"]::before {
725
+ background: #54c8ff;
726
+ color: #1b1c1d;
727
+ }
728
+ .ui.ui.ui.inverted.primary.loading.popup::before,
729
+ .ui.inverted.primary.loading.popup {
730
+ background: #007eba;
731
+ }
732
+ .ui.ui.ui.secondary.popup::before,
733
+ .ui.secondary.popup,
734
+ [data-tooltip][data-variation~="secondary"]::after,
735
+ [data-tooltip][data-variation~="secondary"]::before {
736
+ background: #1b1c1d;
737
+ color: #fff;
738
+ border: none;
739
+ }
740
+ .ui.ui.ui.secondary.loading.popup::before,
741
+ .ui.secondary.loading.popup {
742
+ background: #65696c;
743
+ }
744
+ .ui.ui.ui.secondary.popup::before,
745
+ [data-tooltip][data-variation~="secondary"]::before {
746
+ box-shadow: none;
747
+ }
748
+ .ui.ui.ui.inverted.secondary.popup::before,
749
+ .ui.inverted.secondary.popup,
750
+ [data-tooltip][data-inverted][data-variation~="secondary"]::after,
751
+ [data-tooltip][data-inverted][data-variation~="secondary"]::before {
752
+ background: #545454;
753
+ color: #1b1c1d;
754
+ }
755
+ .ui.ui.ui.inverted.secondary.loading.popup::before,
756
+ .ui.inverted.secondary.loading.popup {
757
+ background: #080808;
758
+ }
759
+ .ui.ui.ui.red.popup::before,
760
+ .ui.red.popup,
761
+ [data-tooltip][data-variation~="red"]::after,
762
+ [data-tooltip][data-variation~="red"]::before {
763
+ background: #db2828;
764
+ color: #fff;
765
+ border: none;
766
+ }
767
+ .ui.ui.ui.red.loading.popup::before,
768
+ .ui.red.loading.popup {
769
+ background: #f1abab;
770
+ }
771
+ .ui.ui.ui.red.popup::before,
772
+ [data-tooltip][data-variation~="red"]::before {
773
+ box-shadow: none;
774
+ }
775
+ .ui.ui.ui.inverted.red.popup::before,
776
+ .ui.inverted.red.popup,
777
+ [data-tooltip][data-inverted][data-variation~="red"]::after,
778
+ [data-tooltip][data-inverted][data-variation~="red"]::before {
779
+ background: #ff695e;
780
+ color: #1b1c1d;
781
+ }
782
+ .ui.ui.ui.inverted.red.loading.popup::before,
783
+ .ui.inverted.red.loading.popup {
784
+ background: #c40d00;
785
+ }
786
+ .ui.ui.ui.orange.popup::before,
787
+ .ui.orange.popup,
788
+ [data-tooltip][data-variation~="orange"]::after,
789
+ [data-tooltip][data-variation~="orange"]::before {
790
+ background: #f2711c;
791
+ color: #fff;
792
+ border: none;
793
+ }
794
+ .ui.ui.ui.orange.loading.popup::before,
795
+ .ui.orange.loading.popup {
796
+ background: #faccad;
797
+ }
798
+ .ui.ui.ui.orange.popup::before,
799
+ [data-tooltip][data-variation~="orange"]::before {
800
+ box-shadow: none;
801
+ }
802
+ .ui.ui.ui.inverted.orange.popup::before,
803
+ .ui.inverted.orange.popup,
804
+ [data-tooltip][data-inverted][data-variation~="orange"]::after,
805
+ [data-tooltip][data-inverted][data-variation~="orange"]::before {
806
+ background: #ff851b;
807
+ color: #1b1c1d;
808
+ }
809
+ .ui.ui.ui.inverted.orange.loading.popup::before,
810
+ .ui.inverted.orange.loading.popup {
811
+ background: #813c00;
812
+ }
813
+ .ui.ui.ui.yellow.popup::before,
814
+ .ui.yellow.popup,
815
+ [data-tooltip][data-variation~="yellow"]::after,
816
+ [data-tooltip][data-variation~="yellow"]::before {
817
+ background: #fbbd08;
818
+ color: #fff;
819
+ border: none;
820
+ }
821
+ .ui.ui.ui.yellow.loading.popup::before,
822
+ .ui.yellow.loading.popup {
823
+ background: #fde59f;
824
+ }
825
+ .ui.ui.ui.yellow.popup::before,
826
+ [data-tooltip][data-variation~="yellow"]::before {
827
+ box-shadow: none;
828
+ }
829
+ .ui.ui.ui.inverted.yellow.popup::before,
830
+ .ui.inverted.yellow.popup,
831
+ [data-tooltip][data-inverted][data-variation~="yellow"]::after,
832
+ [data-tooltip][data-inverted][data-variation~="yellow"]::before {
833
+ background: #ffe21f;
834
+ color: #1b1c1d;
835
+ }
836
+ .ui.ui.ui.inverted.yellow.loading.popup::before,
837
+ .ui.inverted.yellow.loading.popup {
838
+ background: #857400;
839
+ }
840
+ .ui.ui.ui.olive.popup::before,
841
+ .ui.olive.popup,
842
+ [data-tooltip][data-variation~="olive"]::after,
843
+ [data-tooltip][data-variation~="olive"]::before {
844
+ background: #b5cc18;
845
+ color: #fff;
846
+ border: none;
847
+ }
848
+ .ui.ui.ui.olive.loading.popup::before,
849
+ .ui.olive.loading.popup {
850
+ background: #e4f18c;
851
+ }
852
+ .ui.ui.ui.olive.popup::before,
853
+ [data-tooltip][data-variation~="olive"]::before {
854
+ box-shadow: none;
855
+ }
856
+ .ui.ui.ui.inverted.olive.popup::before,
857
+ .ui.inverted.olive.popup,
858
+ [data-tooltip][data-inverted][data-variation~="olive"]::after,
859
+ [data-tooltip][data-inverted][data-variation~="olive"]::before {
860
+ background: #d9e778;
861
+ color: #1b1c1d;
862
+ }
863
+ .ui.ui.ui.inverted.olive.loading.popup::before,
864
+ .ui.inverted.olive.loading.popup {
865
+ background: #97a81e;
866
+ }
867
+ .ui.ui.ui.green.popup::before,
868
+ .ui.green.popup,
869
+ [data-tooltip][data-variation~="green"]::after,
870
+ [data-tooltip][data-variation~="green"]::before {
871
+ background: #21ba45;
872
+ color: #fff;
873
+ border: none;
874
+ }
875
+ .ui.ui.ui.green.loading.popup::before,
876
+ .ui.green.loading.popup {
877
+ background: #8aeaa0;
878
+ }
879
+ .ui.ui.ui.green.popup::before,
880
+ [data-tooltip][data-variation~="green"]::before {
881
+ box-shadow: none;
882
+ }
883
+ .ui.ui.ui.inverted.green.popup::before,
884
+ .ui.inverted.green.popup,
885
+ [data-tooltip][data-inverted][data-variation~="green"]::after,
886
+ [data-tooltip][data-inverted][data-variation~="green"]::before {
887
+ background: #2ecc40;
888
+ color: #1b1c1d;
889
+ }
890
+ .ui.ui.ui.inverted.green.loading.popup::before,
891
+ .ui.inverted.green.loading.popup {
892
+ background: #124f19;
893
+ }
894
+ .ui.ui.ui.teal.popup::before,
895
+ .ui.teal.popup,
896
+ [data-tooltip][data-variation~="teal"]::after,
897
+ [data-tooltip][data-variation~="teal"]::before {
898
+ background: #00b5ad;
899
+ color: #fff;
900
+ border: none;
901
+ }
902
+ .ui.ui.ui.teal.loading.popup::before,
903
+ .ui.teal.loading.popup {
904
+ background: #4ffff7;
905
+ }
906
+ .ui.ui.ui.teal.popup::before,
907
+ [data-tooltip][data-variation~="teal"]::before {
908
+ box-shadow: none;
909
+ }
910
+ .ui.ui.ui.inverted.teal.popup::before,
911
+ .ui.inverted.teal.popup,
912
+ [data-tooltip][data-inverted][data-variation~="teal"]::after,
913
+ [data-tooltip][data-inverted][data-variation~="teal"]::before {
914
+ background: #6dffff;
915
+ color: #1b1c1d;
916
+ }
917
+ .ui.ui.ui.inverted.teal.loading.popup::before,
918
+ .ui.inverted.teal.loading.popup {
919
+ background: #00d3d3;
920
+ }
921
+ .ui.ui.ui.blue.popup::before,
922
+ .ui.blue.popup,
923
+ [data-tooltip][data-variation~="blue"]::after,
924
+ [data-tooltip][data-variation~="blue"]::before {
925
+ background: #2185d0;
926
+ color: #fff;
927
+ border: none;
928
+ }
929
+ .ui.ui.ui.blue.loading.popup::before,
930
+ .ui.blue.loading.popup {
931
+ background: #9bcbef;
932
+ }
933
+ .ui.ui.ui.blue.popup::before,
934
+ [data-tooltip][data-variation~="blue"]::before {
935
+ box-shadow: none;
936
+ }
937
+ .ui.ui.ui.inverted.blue.popup::before,
938
+ .ui.inverted.blue.popup,
939
+ [data-tooltip][data-inverted][data-variation~="blue"]::after,
940
+ [data-tooltip][data-inverted][data-variation~="blue"]::before {
941
+ background: #54c8ff;
942
+ color: #1b1c1d;
943
+ }
944
+ .ui.ui.ui.inverted.blue.loading.popup::before,
945
+ .ui.inverted.blue.loading.popup {
946
+ background: #007eba;
947
+ }
948
+ .ui.ui.ui.violet.popup::before,
949
+ .ui.violet.popup,
950
+ [data-tooltip][data-variation~="violet"]::after,
951
+ [data-tooltip][data-variation~="violet"]::before {
952
+ background: #6435c9;
953
+ color: #fff;
954
+ border: none;
955
+ }
956
+ .ui.ui.ui.violet.loading.popup::before,
957
+ .ui.violet.loading.popup {
958
+ background: #c1adea;
959
+ }
960
+ .ui.ui.ui.violet.popup::before,
961
+ [data-tooltip][data-variation~="violet"]::before {
962
+ box-shadow: none;
963
+ }
964
+ .ui.ui.ui.inverted.violet.popup::before,
965
+ .ui.inverted.violet.popup,
966
+ [data-tooltip][data-inverted][data-variation~="violet"]::after,
967
+ [data-tooltip][data-inverted][data-variation~="violet"]::before {
968
+ background: #a291fb;
969
+ color: #1b1c1d;
970
+ }
971
+ .ui.ui.ui.inverted.violet.loading.popup::before,
972
+ .ui.inverted.violet.loading.popup {
973
+ background: #2d09ea;
974
+ }
975
+ .ui.ui.ui.purple.popup::before,
976
+ .ui.purple.popup,
977
+ [data-tooltip][data-variation~="purple"]::after,
978
+ [data-tooltip][data-variation~="purple"]::before {
979
+ background: #a333c8;
980
+ color: #fff;
981
+ border: none;
982
+ }
983
+ .ui.ui.ui.purple.loading.popup::before,
984
+ .ui.purple.loading.popup {
985
+ background: #daabe9;
986
+ }
987
+ .ui.ui.ui.purple.popup::before,
988
+ [data-tooltip][data-variation~="purple"]::before {
989
+ box-shadow: none;
990
+ }
991
+ .ui.ui.ui.inverted.purple.popup::before,
992
+ .ui.inverted.purple.popup,
993
+ [data-tooltip][data-inverted][data-variation~="purple"]::after,
994
+ [data-tooltip][data-inverted][data-variation~="purple"]::before {
995
+ background: #dc73ff;
996
+ color: #1b1c1d;
997
+ }
998
+ .ui.ui.ui.inverted.purple.loading.popup::before,
999
+ .ui.inverted.purple.loading.popup {
1000
+ background: #a300d9;
1001
+ }
1002
+ .ui.ui.ui.pink.popup::before,
1003
+ .ui.pink.popup,
1004
+ [data-tooltip][data-variation~="pink"]::after,
1005
+ [data-tooltip][data-variation~="pink"]::before {
1006
+ background: #e03997;
1007
+ color: #fff;
1008
+ border: none;
1009
+ }
1010
+ .ui.ui.ui.pink.loading.popup::before,
1011
+ .ui.pink.loading.popup {
1012
+ background: #f5bddc;
1013
+ }
1014
+ .ui.ui.ui.pink.popup::before,
1015
+ [data-tooltip][data-variation~="pink"]::before {
1016
+ box-shadow: none;
1017
+ }
1018
+ .ui.ui.ui.inverted.pink.popup::before,
1019
+ .ui.inverted.pink.popup,
1020
+ [data-tooltip][data-inverted][data-variation~="pink"]::after,
1021
+ [data-tooltip][data-inverted][data-variation~="pink"]::before {
1022
+ background: #ff8edf;
1023
+ color: #1b1c1d;
1024
+ }
1025
+ .ui.ui.ui.inverted.pink.loading.popup::before,
1026
+ .ui.inverted.pink.loading.popup {
1027
+ background: #f400af;
1028
+ }
1029
+ .ui.ui.ui.brown.popup::before,
1030
+ .ui.brown.popup,
1031
+ [data-tooltip][data-variation~="brown"]::after,
1032
+ [data-tooltip][data-variation~="brown"]::before {
1033
+ background: #a5673f;
1034
+ color: #fff;
1035
+ border: none;
1036
+ }
1037
+ .ui.ui.ui.brown.loading.popup::before,
1038
+ .ui.brown.loading.popup {
1039
+ background: #dbb8a2;
1040
+ }
1041
+ .ui.ui.ui.brown.popup::before,
1042
+ [data-tooltip][data-variation~="brown"]::before {
1043
+ box-shadow: none;
1044
+ }
1045
+ .ui.ui.ui.inverted.brown.popup::before,
1046
+ .ui.inverted.brown.popup,
1047
+ [data-tooltip][data-inverted][data-variation~="brown"]::after,
1048
+ [data-tooltip][data-inverted][data-variation~="brown"]::before {
1049
+ background: #d67c1c;
1050
+ color: #1b1c1d;
1051
+ }
1052
+ .ui.ui.ui.inverted.brown.loading.popup::before,
1053
+ .ui.inverted.brown.loading.popup {
1054
+ background: #4f2e0a;
1055
+ }
1056
+ .ui.ui.ui.grey.popup::before,
1057
+ .ui.grey.popup,
1058
+ [data-tooltip][data-variation~="grey"]::after,
1059
+ [data-tooltip][data-variation~="grey"]::before {
1060
+ background: #767676;
1061
+ color: #fff;
1062
+ border: none;
1063
+ }
1064
+ .ui.ui.ui.grey.loading.popup::before,
1065
+ .ui.grey.loading.popup {
1066
+ background: #c3c3c3;
1067
+ }
1068
+ .ui.ui.ui.grey.popup::before,
1069
+ [data-tooltip][data-variation~="grey"]::before {
1070
+ box-shadow: none;
1071
+ }
1072
+ .ui.ui.ui.inverted.grey.popup::before,
1073
+ .ui.inverted.grey.popup,
1074
+ [data-tooltip][data-inverted][data-variation~="grey"]::after,
1075
+ [data-tooltip][data-inverted][data-variation~="grey"]::before {
1076
+ background: #dcddde;
1077
+ color: #1b1c1d;
1078
+ }
1079
+ .ui.ui.ui.inverted.grey.loading.popup::before,
1080
+ .ui.inverted.grey.loading.popup {
1081
+ background: #8d9194;
1082
+ }
1083
+ .ui.ui.ui.black.popup::before,
1084
+ .ui.black.popup,
1085
+ [data-tooltip][data-variation~="black"]::after,
1086
+ [data-tooltip][data-variation~="black"]::before {
1087
+ background: #1b1c1d;
1088
+ color: #fff;
1089
+ border: none;
1090
+ }
1091
+ .ui.ui.ui.black.loading.popup::before,
1092
+ .ui.black.loading.popup {
1093
+ background: #65696c;
1094
+ }
1095
+ .ui.ui.ui.black.popup::before,
1096
+ [data-tooltip][data-variation~="black"]::before {
1097
+ box-shadow: none;
1098
+ }
1099
+ .ui.ui.ui.inverted.black.popup::before,
1100
+ .ui.inverted.black.popup,
1101
+ [data-tooltip][data-inverted][data-variation~="black"]::after,
1102
+ [data-tooltip][data-inverted][data-variation~="black"]::before {
1103
+ background: #545454;
1104
+ color: #1b1c1d;
1105
+ }
1106
+ .ui.ui.ui.inverted.black.loading.popup::before,
1107
+ .ui.inverted.black.loading.popup {
1108
+ background: #080808;
740
1109
  }
741
1110
 
742
- /*--------------
743
- Flowing
744
- ---------------*/
745
-
1111
+ /* --------------
1112
+ Flowing
1113
+ --------------- */
746
1114
  .ui.flowing.popup {
747
1115
  max-width: none;
748
1116
  }
749
1117
 
750
- /*--------------
1118
+ /* --------------
751
1119
  Sizes
752
- ---------------*/
753
-
1120
+ --------------- */
754
1121
  .ui.popup {
755
1122
  font-size: 1rem;
756
1123
  }