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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +569 -596
- data/app/assets/javascripts/semantic-ui/api.js +1158 -1180
- data/app/assets/javascripts/semantic-ui/calendar.js +1935 -1810
- data/app/assets/javascripts/semantic-ui/checkbox.js +843 -842
- data/app/assets/javascripts/semantic-ui/dimmer.js +707 -738
- data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4237
- data/app/assets/javascripts/semantic-ui/embed.js +646 -676
- data/app/assets/javascripts/semantic-ui/flyout.js +1503 -1466
- data/app/assets/javascripts/semantic-ui/form.js +2035 -2007
- data/app/assets/javascripts/semantic-ui/modal.js +1552 -1487
- data/app/assets/javascripts/semantic-ui/nag.js +521 -527
- data/app/assets/javascripts/semantic-ui/popup.js +1469 -1457
- data/app/assets/javascripts/semantic-ui/progress.js +944 -998
- data/app/assets/javascripts/semantic-ui/rating.js +508 -524
- data/app/assets/javascripts/semantic-ui/search.js +1521 -1535
- data/app/assets/javascripts/semantic-ui/shape.js +762 -811
- data/app/assets/javascripts/semantic-ui/sidebar.js +1042 -1100
- data/app/assets/javascripts/semantic-ui/site.js +437 -477
- data/app/assets/javascripts/semantic-ui/slider.js +1311 -1312
- data/app/assets/javascripts/semantic-ui/state.js +639 -658
- data/app/assets/javascripts/semantic-ui/sticky.js +848 -902
- data/app/assets/javascripts/semantic-ui/tab.js +903 -967
- data/app/assets/javascripts/semantic-ui/toast.js +911 -885
- data/app/assets/javascripts/semantic-ui/transition.js +998 -1078
- data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +311 -377
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +191 -331
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +302 -439
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +127 -199
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +549 -776
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +711 -1123
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +9 -8
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +45 -63
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +3558 -3558
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +272 -270
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +120 -144
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +667 -747
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +416 -300
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +361 -412
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +51 -72
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +69 -157
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +24 -44
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +173 -227
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +34 -34
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +29 -51
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +37 -55
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +26 -29
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +159 -230
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +261 -393
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +21 -32
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +97 -143
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +122 -156
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +573 -206
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +83 -124
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +71 -100
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +105 -208
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +102 -127
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +12 -16
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +71 -149
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +36 -47
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +221 -367
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +43 -61
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +37 -59
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +87 -134
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +77 -118
- data/lib/fomantic/ui/sass/version.rb +2 -2
- data/tasks/converter.rb +1 -1
- metadata +17 -1
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.
|
3
|
-
*
|
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
|
-
*
|
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 #
|
26
|
+
border: 1px solid #d4d4d5;
|
28
27
|
line-height: 1.4285em;
|
29
28
|
max-width: 250px;
|
30
|
-
background: #
|
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
|
-
|
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:
|
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: #
|
55
|
-
|
56
|
-
transform: rotate(45deg);
|
52
|
+
background: #fff;
|
53
|
+
transform: rotate(45deg);
|
57
54
|
z-index: 1901;
|
58
|
-
|
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
|
-
|
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: #
|
87
|
-
|
88
|
-
transform: rotate(45deg);
|
81
|
+
background: #fff;
|
82
|
+
transform: rotate(45deg);
|
89
83
|
z-index: 1901;
|
90
|
-
|
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 #
|
97
|
+
border: 1px solid #d4d4d5;
|
105
98
|
line-height: 1.4285em;
|
106
99
|
max-width: none;
|
107
|
-
background: #
|
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
|
-
|
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: #
|
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
|
-
|
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
|
-
|
149
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
223
|
-
|
224
|
-
|
199
|
+
/* --------------
|
200
|
+
Inverted
|
201
|
+
--------------- */
|
225
202
|
|
226
203
|
/* Arrow */
|
227
204
|
[data-tooltip][data-inverted]::before {
|
228
|
-
|
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: #
|
210
|
+
background: #1b1c1d;
|
235
211
|
}
|
236
212
|
|
237
|
-
/* Popup
|
213
|
+
/* Popup */
|
238
214
|
[data-tooltip][data-inverted]::after {
|
239
|
-
background: #
|
240
|
-
color: #
|
215
|
+
background: #1b1c1d;
|
216
|
+
color: #fff;
|
241
217
|
border: none;
|
242
|
-
|
243
|
-
box-shadow: none;
|
218
|
+
box-shadow: none;
|
244
219
|
}
|
245
220
|
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
221
|
+
/* --------------
|
222
|
+
Position
|
223
|
+
--------------- */
|
250
224
|
[data-position~="top"][data-tooltip]::before {
|
251
|
-
background: #
|
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
|
-
|
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: #
|
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: #
|
309
|
-
|
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
|
-
|
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
|
-
|
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: #
|
376
|
-
|
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
|
-
|
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: #
|
394
|
-
|
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: #
|
401
|
-
|
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: #
|
406
|
-
|
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: #
|
411
|
-
|
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: #
|
379
|
+
background: #1b1c1d;
|
416
380
|
}
|
417
381
|
[data-position~="bottom"][data-tooltip]::before {
|
418
|
-
|
419
|
-
transform-origin: center bottom;
|
382
|
+
transform-origin: center bottom;
|
420
383
|
}
|
421
384
|
[data-position~="bottom"][data-tooltip]::after {
|
422
|
-
|
423
|
-
transform-origin: center top;
|
385
|
+
transform-origin: center top;
|
424
386
|
}
|
425
387
|
[data-position="bottom center"][data-tooltip]::before {
|
426
|
-
|
427
|
-
transform-origin: center top;
|
388
|
+
transform-origin: center top;
|
428
389
|
}
|
429
390
|
[data-position="left center"][data-tooltip]::before {
|
430
|
-
|
431
|
-
transform-origin: top center;
|
391
|
+
transform-origin: top center;
|
432
392
|
}
|
433
393
|
[data-position="left center"][data-tooltip]::after {
|
434
|
-
|
435
|
-
transform-origin: right center;
|
394
|
+
transform-origin: right center;
|
436
395
|
}
|
437
396
|
[data-position="right center"][data-tooltip]::before {
|
438
|
-
|
439
|
-
transform-origin: right center;
|
397
|
+
transform-origin: right center;
|
440
398
|
}
|
441
399
|
[data-position="right center"][data-tooltip]::after {
|
442
|
-
|
443
|
-
transform-origin: left center;
|
400
|
+
transform-origin: left center;
|
444
401
|
}
|
445
402
|
|
446
|
-
|
447
|
-
|
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
|
-
|
468
|
-
transform-origin: left bottom;
|
425
|
+
transform-origin: left bottom;
|
469
426
|
}
|
470
427
|
.ui.top.center.popup {
|
471
|
-
|
472
|
-
transform-origin: center bottom;
|
428
|
+
transform-origin: center bottom;
|
473
429
|
}
|
474
430
|
.ui.top.right.popup {
|
475
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
497
|
-
transform-origin: left top;
|
449
|
+
transform-origin: left top;
|
498
450
|
}
|
499
451
|
.ui.bottom.center.popup {
|
500
|
-
|
501
|
-
transform-origin: center top;
|
452
|
+
transform-origin: center top;
|
502
453
|
}
|
503
454
|
.ui.bottom.right.popup {
|
504
|
-
|
505
|
-
transform-origin: right top;
|
455
|
+
transform-origin: right top;
|
506
456
|
}
|
507
457
|
|
508
|
-
|
509
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
548
|
-
box-shadow: -1px -1px 0 0 #bababc;
|
495
|
+
box-shadow: -1px -1px 0 0 #bababc;
|
549
496
|
}
|
550
497
|
|
551
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
593
|
-
box-shadow: 1px -1px 0 0 #bababc;
|
540
|
+
box-shadow: 1px -1px 0 0 #bababc;
|
594
541
|
}
|
595
542
|
|
596
|
-
|
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
|
-
|
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: #
|
556
|
+
background: #fff;
|
611
557
|
}
|
612
558
|
|
613
559
|
/* Arrow Color By Location */
|
614
560
|
.ui.bottom.popup::before {
|
615
|
-
background: #
|
561
|
+
background: #fff;
|
616
562
|
}
|
617
563
|
.ui.top.popup::before {
|
618
|
-
background: #
|
564
|
+
background: #fff;
|
619
565
|
}
|
620
566
|
|
621
567
|
/* Inverted Arrow Color */
|
622
568
|
.ui.inverted.bottom.popup::before {
|
623
|
-
background: #
|
569
|
+
background: #1b1c1d;
|
624
570
|
}
|
625
571
|
.ui.inverted.right.center.popup::before,
|
626
572
|
.ui.inverted.left.center.popup::before {
|
627
|
-
background: #
|
573
|
+
background: #1b1c1d;
|
628
574
|
}
|
629
575
|
.ui.inverted.top.popup::before {
|
630
|
-
background: #
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
721
|
-
|
686
|
+
/* --------------
|
687
|
+
Colors
|
688
|
+
--------------- */
|
722
689
|
|
723
|
-
|
724
|
-
/* Inverted colors */
|
690
|
+
/* Inverted colors */
|
725
691
|
.ui.inverted.popup {
|
726
|
-
background: #
|
727
|
-
color: #
|
692
|
+
background: #1b1c1d;
|
693
|
+
color: #fff;
|
728
694
|
border: none;
|
729
|
-
|
730
|
-
box-shadow: none;
|
695
|
+
box-shadow: none;
|
731
696
|
}
|
732
697
|
.ui.inverted.popup .header {
|
733
|
-
background
|
734
|
-
color: #
|
698
|
+
background: none;
|
699
|
+
color: #fff;
|
735
700
|
}
|
736
701
|
.ui.inverted.popup::before {
|
737
|
-
background-color: #
|
738
|
-
|
739
|
-
|
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
|
-
|
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
|
}
|