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 - Tab
|
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
|
|
@@ -23,19 +23,17 @@
|
|
23
23
|
*******************************/
|
24
24
|
|
25
25
|
|
26
|
-
|
26
|
+
/* --------------------
|
27
27
|
Active
|
28
|
-
|
29
|
-
|
28
|
+
--------------------- */
|
30
29
|
.ui.tab.active,
|
31
30
|
.ui.tab.open {
|
32
31
|
display: block;
|
33
32
|
}
|
34
33
|
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
34
|
+
/* --------------------
|
35
|
+
Loading
|
36
|
+
--------------------- */
|
39
37
|
.ui.tab.loading {
|
40
38
|
position: relative;
|
41
39
|
overflow: hidden;
|
@@ -49,7 +47,7 @@
|
|
49
47
|
.ui.tab.loading::before,
|
50
48
|
.ui.tab.loading.segment::before {
|
51
49
|
position: absolute;
|
52
|
-
content:
|
50
|
+
content: "";
|
53
51
|
top: 50%;
|
54
52
|
left: 50%;
|
55
53
|
margin: -1.25em 0 0 -1.25em;
|
@@ -61,18 +59,16 @@
|
|
61
59
|
.ui.tab.loading::after,
|
62
60
|
.ui.tab.loading.segment::after {
|
63
61
|
position: absolute;
|
64
|
-
content:
|
62
|
+
content: "";
|
65
63
|
top: 50%;
|
66
64
|
left: 50%;
|
67
65
|
margin: -1.25em 0 0 -1.25em;
|
68
66
|
width: 2.5em;
|
69
67
|
height: 2.5em;
|
70
|
-
|
71
|
-
animation: loader 0.6s infinite linear;
|
68
|
+
animation: loader 0.6s infinite linear;
|
72
69
|
border: 0.2em solid #767676;
|
73
70
|
border-radius: 500rem;
|
74
|
-
|
75
|
-
box-shadow: 0 0 0 1px transparent;
|
71
|
+
box-shadow: 0 0 0 1px transparent;
|
76
72
|
}
|
77
73
|
|
78
74
|
|
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.
|
3
|
-
*
|
2
|
+
* # Fomantic-UI 2.9.2 - Toast
|
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
|
|
@@ -44,18 +44,14 @@
|
|
44
44
|
border: none;
|
45
45
|
}
|
46
46
|
.ui.toast-container.ui.attached .toast-box > .vertical > .content {
|
47
|
-
|
48
|
-
-ms-flex: 1;
|
49
|
-
flex: 1;
|
47
|
+
flex: 1;
|
50
48
|
}
|
51
49
|
.ui.toast-container.ui.attached .toast-box > * {
|
52
50
|
width: 100%;
|
53
51
|
border-radius: 0;
|
54
52
|
}
|
55
53
|
.ui.toast-container.ui.attached .toast-box > * > .vertical:not(.actions) {
|
56
|
-
|
57
|
-
-ms-flex: 1;
|
58
|
-
flex: 1;
|
54
|
+
flex: 1;
|
59
55
|
}
|
60
56
|
.ui.toast-container.ui.attached .toast-box > .attached.actions {
|
61
57
|
margin-right: 1px;
|
@@ -78,8 +74,7 @@
|
|
78
74
|
}
|
79
75
|
.ui.toast-container.top.center {
|
80
76
|
left: 50%;
|
81
|
-
|
82
|
-
transform: translate(-50%, 0);
|
77
|
+
transform: translate(-50%, 0);
|
83
78
|
top: 0.85714286em;
|
84
79
|
}
|
85
80
|
.ui.toast-container.bottom.right {
|
@@ -94,13 +89,11 @@
|
|
94
89
|
}
|
95
90
|
.ui.toast-container.bottom.center {
|
96
91
|
left: 50%;
|
97
|
-
|
98
|
-
transform: translate(-50%, 0);
|
92
|
+
transform: translate(-50%, 0);
|
99
93
|
bottom: 0.85714286em;
|
100
94
|
}
|
101
95
|
.ui.toast-container.centered {
|
102
|
-
|
103
|
-
transform: translate(-50%, -50%);
|
96
|
+
transform: translate(-50%, -50%);
|
104
97
|
top: 50%;
|
105
98
|
left: 50%;
|
106
99
|
}
|
@@ -110,13 +103,8 @@
|
|
110
103
|
display: table !important;
|
111
104
|
}
|
112
105
|
.ui.toast-container.horizontal {
|
113
|
-
display: -webkit-box;
|
114
|
-
display: -ms-flexbox;
|
115
106
|
display: flex;
|
116
|
-
-
|
117
|
-
-webkit-box-direction: normal;
|
118
|
-
-ms-flex-direction: row;
|
119
|
-
flex-direction: row;
|
107
|
+
flex-direction: row;
|
120
108
|
}
|
121
109
|
.ui.toast-container.horizontal .toast-box {
|
122
110
|
margin-right: 0.5em;
|
@@ -135,8 +123,7 @@
|
|
135
123
|
}
|
136
124
|
.ui.toast-container .toast-box.floating,
|
137
125
|
.ui.toast-container .toast-box.hoverfloating:hover {
|
138
|
-
|
139
|
-
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
126
|
+
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
140
127
|
border: 1px solid rgba(34, 36, 38, 0.12);
|
141
128
|
}
|
142
129
|
.ui.toast-container .toast-box.compact,
|
@@ -183,9 +170,7 @@
|
|
183
170
|
margin-bottom: -1em;
|
184
171
|
}
|
185
172
|
.ui.toast-container .toast-box > .ui.message.icon {
|
186
|
-
-
|
187
|
-
-ms-flex-align: inherit;
|
188
|
-
align-items: inherit;
|
173
|
+
align-items: inherit;
|
189
174
|
}
|
190
175
|
.ui.toast-container .toast-box > .ui.message.icon > :not(.icon):not(.actions) {
|
191
176
|
padding-left: 5rem;
|
@@ -195,13 +180,11 @@
|
|
195
180
|
position: absolute;
|
196
181
|
width: 4rem;
|
197
182
|
top: 50%;
|
198
|
-
|
199
|
-
transform: translateY(-50%);
|
183
|
+
transform: translateY(-50%);
|
200
184
|
}
|
201
185
|
.ui.toast-container .toast-box > .ui.message.icon:not(.vertical).actions > i.icon:not(.close) {
|
202
186
|
top: calc(50% - 1.2em);
|
203
|
-
|
204
|
-
transform: none;
|
187
|
+
transform: none;
|
205
188
|
}
|
206
189
|
.ui.toast-container .toast-box > .ui.message.icon:not(.vertical).icon.icon.icon {
|
207
190
|
display: block;
|
@@ -210,7 +193,6 @@
|
|
210
193
|
cursor: pointer;
|
211
194
|
margin: 0;
|
212
195
|
opacity: 0.7;
|
213
|
-
-webkit-transition: opacity 0.1s ease;
|
214
196
|
transition: opacity 0.1s ease;
|
215
197
|
}
|
216
198
|
.ui.toast-container .toast-box .ui.toast > .close.icon:hover {
|
@@ -260,26 +242,20 @@
|
|
260
242
|
border-bottom-right-radius: 0;
|
261
243
|
}
|
262
244
|
.ui.toast-container .toast-box .progressing {
|
263
|
-
|
264
|
-
|
265
|
-
-webkit-animation-timing-function: linear;
|
266
|
-
animation-timing-function: linear;
|
245
|
+
animation-iteration-count: 1;
|
246
|
+
animation-timing-function: linear;
|
267
247
|
}
|
268
248
|
.ui.toast-container .toast-box .progressing.up {
|
269
|
-
|
270
|
-
animation-name: progressUp;
|
249
|
+
animation-name: progressUp;
|
271
250
|
}
|
272
251
|
.ui.toast-container .toast-box .progressing.down {
|
273
|
-
|
274
|
-
animation-name: progressDown;
|
252
|
+
animation-name: progressDown;
|
275
253
|
}
|
276
254
|
.ui.toast-container .toast-box .progressing.wait {
|
277
|
-
|
278
|
-
animation-name: progressWait;
|
255
|
+
animation-name: progressWait;
|
279
256
|
}
|
280
257
|
.ui.toast-container .toast-box:hover .pausable.progressing {
|
281
|
-
|
282
|
-
animation-play-state: paused;
|
258
|
+
animation-play-state: paused;
|
283
259
|
}
|
284
260
|
.ui.toast-container .toast-box .ui.toast:not(.vertical) {
|
285
261
|
display: block;
|
@@ -304,33 +280,23 @@
|
|
304
280
|
.ui.toast-container .toast-box .vertical.actions > .button,
|
305
281
|
.ui.toast-container .toast-box > .vertical > .vertical.vertical,
|
306
282
|
.ui.toast-container .toast-box > .vertical.vertical.vertical {
|
307
|
-
display: -webkit-box;
|
308
|
-
display: -ms-flexbox;
|
309
283
|
display: flex;
|
310
284
|
}
|
311
285
|
.ui.toast-container .toast-box :not(.comment) .vertical.actions {
|
312
|
-
-
|
313
|
-
-webkit-box-direction: normal;
|
314
|
-
-ms-flex-direction: column;
|
315
|
-
flex-direction: column;
|
286
|
+
flex-direction: column;
|
316
287
|
}
|
317
288
|
.ui.toast-container .toast-box :not(.comment) .vertical.actions > .button {
|
318
|
-
-
|
319
|
-
-ms-flex-pack: center;
|
320
|
-
justify-content: center;
|
289
|
+
justify-content: center;
|
321
290
|
}
|
322
291
|
.ui.toast-container .toast-box :not(.comment) .vertical.actions.attached > .button {
|
323
|
-
-
|
324
|
-
-ms-flex-align: center;
|
325
|
-
align-items: center;
|
292
|
+
align-items: center;
|
326
293
|
}
|
327
294
|
.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached) {
|
328
295
|
border-top: 0;
|
329
296
|
margin-top: -0.75em;
|
330
297
|
margin-bottom: -0.75em;
|
331
298
|
margin-left: 1em;
|
332
|
-
-
|
333
|
-
justify-content: space-around;
|
299
|
+
justify-content: space-around;
|
334
300
|
}
|
335
301
|
.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached):not(.basic) {
|
336
302
|
border-left: 1px solid rgba(0, 0, 0, 0.2);
|
@@ -339,14 +305,10 @@
|
|
339
305
|
margin-bottom: 0.3em;
|
340
306
|
}
|
341
307
|
.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached).top {
|
342
|
-
-
|
343
|
-
-ms-flex-pack: start;
|
344
|
-
justify-content: flex-start;
|
308
|
+
justify-content: flex-start;
|
345
309
|
}
|
346
310
|
.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached).bottom {
|
347
|
-
-
|
348
|
-
-ms-flex-pack: end;
|
349
|
-
justify-content: flex-end;
|
311
|
+
justify-content: flex-end;
|
350
312
|
}
|
351
313
|
.ui.vertical.attached:not(.left).card > .image > img {
|
352
314
|
border-top-right-radius: 0;
|
@@ -430,7 +392,7 @@
|
|
430
392
|
padding: 0.78571429em 1em;
|
431
393
|
margin: 0 -1px -0.01em;
|
432
394
|
color: rgba(0, 0, 0, 0.87);
|
433
|
-
background-color: #
|
395
|
+
background-color: #fff;
|
434
396
|
}
|
435
397
|
.ui.toast > .content > .header {
|
436
398
|
font-weight: bold;
|
@@ -438,23 +400,23 @@
|
|
438
400
|
margin: 0;
|
439
401
|
}
|
440
402
|
.ui.toast.info {
|
441
|
-
background-color: #
|
403
|
+
background-color: #31ccec;
|
442
404
|
color: rgba(255, 255, 255, 0.9);
|
443
405
|
}
|
444
406
|
.ui.toast.warning {
|
445
|
-
background-color: #
|
407
|
+
background-color: #f2c037;
|
446
408
|
color: rgba(255, 255, 255, 0.9);
|
447
409
|
}
|
448
410
|
.ui.toast.success {
|
449
|
-
background-color: #
|
411
|
+
background-color: #21ba45;
|
450
412
|
color: rgba(255, 255, 255, 0.9);
|
451
413
|
}
|
452
414
|
.ui.toast.error {
|
453
|
-
background-color: #
|
415
|
+
background-color: #db2828;
|
454
416
|
color: rgba(255, 255, 255, 0.9);
|
455
417
|
}
|
456
418
|
.ui.toast.neutral {
|
457
|
-
background-color: #
|
419
|
+
background-color: #fff;
|
458
420
|
color: rgba(0, 0, 0, 0.87);
|
459
421
|
}
|
460
422
|
.ui.toast > i.icon:not(.close) {
|
@@ -490,8 +452,7 @@
|
|
490
452
|
}
|
491
453
|
.ui.toast:not(.vertical):not(.centered):not(.center) > .centered.image,
|
492
454
|
.ui.toast:not(.vertical):not(.centered):not(.center) > .centered.icon {
|
493
|
-
|
494
|
-
transform: translateY(-50%);
|
455
|
+
transform: translateY(-50%);
|
495
456
|
top: 50%;
|
496
457
|
}
|
497
458
|
.ui.toast:not(.vertical).actions > .centered.image {
|
@@ -501,14 +462,10 @@
|
|
501
462
|
top: calc(50% - 1.2em);
|
502
463
|
}
|
503
464
|
.ui.toast.vertical > .content {
|
504
|
-
-
|
505
|
-
-ms-flex-positive: 1;
|
506
|
-
flex-grow: 1;
|
465
|
+
flex-grow: 1;
|
507
466
|
}
|
508
467
|
.ui.toast.vertical.attached {
|
509
|
-
-
|
510
|
-
-ms-flex-positive: 1;
|
511
|
-
flex-grow: 1;
|
468
|
+
flex-grow: 1;
|
512
469
|
}
|
513
470
|
.ui.toast.vertical > .close.icon + .content {
|
514
471
|
padding-left: 1em;
|
@@ -518,17 +475,14 @@
|
|
518
475
|
padding-left: 1em;
|
519
476
|
}
|
520
477
|
.ui.toast.vertical > .ui.image {
|
521
|
-
-
|
522
|
-
|
523
|
-
-ms-flex-negative: 0;
|
524
|
-
flex-shrink: 0;
|
478
|
+
align-self: flex-start;
|
479
|
+
flex-shrink: 0;
|
525
480
|
|
526
481
|
/* IE11 fix */
|
527
482
|
}
|
528
483
|
.ui.toast.vertical > .centered.image,
|
529
484
|
.ui.toast.vertical > .centered.icon {
|
530
|
-
-
|
531
|
-
align-self: center;
|
485
|
+
align-self: center;
|
532
486
|
}
|
533
487
|
.ui.toast.attached.bottom {
|
534
488
|
border-top-left-radius: 0;
|
@@ -561,8 +515,7 @@
|
|
561
515
|
padding-left: 4.4em;
|
562
516
|
}
|
563
517
|
.ui.hoverfloating.message:hover {
|
564
|
-
|
565
|
-
box-shadow: 0 0 0 1px inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
518
|
+
box-shadow: 0 0 0 1px inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
566
519
|
}
|
567
520
|
.ui.center.toast-container .toast-box,
|
568
521
|
.ui.right.toast-container .toast-box {
|
@@ -574,12 +527,8 @@
|
|
574
527
|
.ui.ui.toast-container .toast-box .centered.toast,
|
575
528
|
.ui.ui.toast-container .toast-box .center.aligned.toast {
|
576
529
|
text-align: center;
|
577
|
-
display: -webkit-box;
|
578
|
-
display: -ms-flexbox;
|
579
530
|
display: flex;
|
580
|
-
-
|
581
|
-
-ms-flex-pack: center;
|
582
|
-
justify-content: center;
|
531
|
+
justify-content: center;
|
583
532
|
}
|
584
533
|
.ui.ui.toast-container .toast-box .centered.toast > .content,
|
585
534
|
.ui.ui.toast-container .toast-box .center.aligned.toast > .content,
|
@@ -587,8 +536,7 @@
|
|
587
536
|
.ui.ui.toast-container .toast-box .center.aligned.toast > .ui.image,
|
588
537
|
.ui.ui.toast-container .toast-box .centered.toast > i.icon:not(.close),
|
589
538
|
.ui.ui.toast-container .toast-box .center.aligned.toast > i.icon:not(.close) {
|
590
|
-
-
|
591
|
-
align-self: center;
|
539
|
+
align-self: center;
|
592
540
|
}
|
593
541
|
.ui.toast-container .toast-box .toast .centered.content,
|
594
542
|
.ui.toast-container .toast-box .toast .center.aligned.content {
|
@@ -604,21 +552,20 @@
|
|
604
552
|
margin-right: 0.25em;
|
605
553
|
}
|
606
554
|
|
607
|
-
|
555
|
+
/* --------------
|
608
556
|
Colors
|
609
557
|
-------------- */
|
610
|
-
|
611
558
|
.ui.primary.toast {
|
612
|
-
background-color: #
|
559
|
+
background-color: #2185d0;
|
613
560
|
color: rgba(255, 255, 255, 0.9);
|
614
561
|
}
|
615
562
|
.ui.inverted.primary.toast,
|
616
563
|
.ui.toast-container .toast-box > .inverted.primary.attached.progress .bar {
|
617
|
-
background-color: #
|
564
|
+
background-color: #54c8ff;
|
618
565
|
color: rgba(0, 0, 0, 0.87);
|
619
566
|
}
|
620
567
|
.ui.secondary.toast {
|
621
|
-
background-color: #
|
568
|
+
background-color: #1b1c1d;
|
622
569
|
color: rgba(255, 255, 255, 0.9);
|
623
570
|
}
|
624
571
|
.ui.inverted.secondary.toast,
|
@@ -627,102 +574,102 @@
|
|
627
574
|
color: rgba(0, 0, 0, 0.87);
|
628
575
|
}
|
629
576
|
.ui.red.toast {
|
630
|
-
background-color: #
|
577
|
+
background-color: #db2828;
|
631
578
|
color: rgba(255, 255, 255, 0.9);
|
632
579
|
}
|
633
580
|
.ui.inverted.red.toast,
|
634
581
|
.ui.toast-container .toast-box > .inverted.red.attached.progress .bar {
|
635
|
-
background-color: #
|
582
|
+
background-color: #ff695e;
|
636
583
|
color: rgba(0, 0, 0, 0.87);
|
637
584
|
}
|
638
585
|
.ui.orange.toast {
|
639
|
-
background-color: #
|
586
|
+
background-color: #f2711c;
|
640
587
|
color: rgba(255, 255, 255, 0.9);
|
641
588
|
}
|
642
589
|
.ui.inverted.orange.toast,
|
643
590
|
.ui.toast-container .toast-box > .inverted.orange.attached.progress .bar {
|
644
|
-
background-color: #
|
591
|
+
background-color: #ff851b;
|
645
592
|
color: rgba(0, 0, 0, 0.87);
|
646
593
|
}
|
647
594
|
.ui.yellow.toast {
|
648
|
-
background-color: #
|
595
|
+
background-color: #fbbd08;
|
649
596
|
color: rgba(255, 255, 255, 0.9);
|
650
597
|
}
|
651
598
|
.ui.inverted.yellow.toast,
|
652
599
|
.ui.toast-container .toast-box > .inverted.yellow.attached.progress .bar {
|
653
|
-
background-color: #
|
600
|
+
background-color: #ffe21f;
|
654
601
|
color: rgba(0, 0, 0, 0.87);
|
655
602
|
}
|
656
603
|
.ui.olive.toast {
|
657
|
-
background-color: #
|
604
|
+
background-color: #b5cc18;
|
658
605
|
color: rgba(255, 255, 255, 0.9);
|
659
606
|
}
|
660
607
|
.ui.inverted.olive.toast,
|
661
608
|
.ui.toast-container .toast-box > .inverted.olive.attached.progress .bar {
|
662
|
-
background-color: #
|
609
|
+
background-color: #d9e778;
|
663
610
|
color: rgba(0, 0, 0, 0.87);
|
664
611
|
}
|
665
612
|
.ui.green.toast {
|
666
|
-
background-color: #
|
613
|
+
background-color: #21ba45;
|
667
614
|
color: rgba(255, 255, 255, 0.9);
|
668
615
|
}
|
669
616
|
.ui.inverted.green.toast,
|
670
617
|
.ui.toast-container .toast-box > .inverted.green.attached.progress .bar {
|
671
|
-
background-color: #
|
618
|
+
background-color: #2ecc40;
|
672
619
|
color: rgba(0, 0, 0, 0.87);
|
673
620
|
}
|
674
621
|
.ui.teal.toast {
|
675
|
-
background-color: #
|
622
|
+
background-color: #00b5ad;
|
676
623
|
color: rgba(255, 255, 255, 0.9);
|
677
624
|
}
|
678
625
|
.ui.inverted.teal.toast,
|
679
626
|
.ui.toast-container .toast-box > .inverted.teal.attached.progress .bar {
|
680
|
-
background-color: #
|
627
|
+
background-color: #6dffff;
|
681
628
|
color: rgba(0, 0, 0, 0.87);
|
682
629
|
}
|
683
630
|
.ui.blue.toast {
|
684
|
-
background-color: #
|
631
|
+
background-color: #2185d0;
|
685
632
|
color: rgba(255, 255, 255, 0.9);
|
686
633
|
}
|
687
634
|
.ui.inverted.blue.toast,
|
688
635
|
.ui.toast-container .toast-box > .inverted.blue.attached.progress .bar {
|
689
|
-
background-color: #
|
636
|
+
background-color: #54c8ff;
|
690
637
|
color: rgba(0, 0, 0, 0.87);
|
691
638
|
}
|
692
639
|
.ui.violet.toast {
|
693
|
-
background-color: #
|
640
|
+
background-color: #6435c9;
|
694
641
|
color: rgba(255, 255, 255, 0.9);
|
695
642
|
}
|
696
643
|
.ui.inverted.violet.toast,
|
697
644
|
.ui.toast-container .toast-box > .inverted.violet.attached.progress .bar {
|
698
|
-
background-color: #
|
645
|
+
background-color: #a291fb;
|
699
646
|
color: rgba(0, 0, 0, 0.87);
|
700
647
|
}
|
701
648
|
.ui.purple.toast {
|
702
|
-
background-color: #
|
649
|
+
background-color: #a333c8;
|
703
650
|
color: rgba(255, 255, 255, 0.9);
|
704
651
|
}
|
705
652
|
.ui.inverted.purple.toast,
|
706
653
|
.ui.toast-container .toast-box > .inverted.purple.attached.progress .bar {
|
707
|
-
background-color: #
|
654
|
+
background-color: #dc73ff;
|
708
655
|
color: rgba(0, 0, 0, 0.87);
|
709
656
|
}
|
710
657
|
.ui.pink.toast {
|
711
|
-
background-color: #
|
658
|
+
background-color: #e03997;
|
712
659
|
color: rgba(255, 255, 255, 0.9);
|
713
660
|
}
|
714
661
|
.ui.inverted.pink.toast,
|
715
662
|
.ui.toast-container .toast-box > .inverted.pink.attached.progress .bar {
|
716
|
-
background-color: #
|
663
|
+
background-color: #ff8edf;
|
717
664
|
color: rgba(0, 0, 0, 0.87);
|
718
665
|
}
|
719
666
|
.ui.brown.toast {
|
720
|
-
background-color: #
|
667
|
+
background-color: #a5673f;
|
721
668
|
color: rgba(255, 255, 255, 0.9);
|
722
669
|
}
|
723
670
|
.ui.inverted.brown.toast,
|
724
671
|
.ui.toast-container .toast-box > .inverted.brown.attached.progress .bar {
|
725
|
-
background-color: #
|
672
|
+
background-color: #d67c1c;
|
726
673
|
color: rgba(0, 0, 0, 0.87);
|
727
674
|
}
|
728
675
|
.ui.grey.toast {
|
@@ -731,11 +678,11 @@
|
|
731
678
|
}
|
732
679
|
.ui.inverted.grey.toast,
|
733
680
|
.ui.toast-container .toast-box > .inverted.grey.attached.progress .bar {
|
734
|
-
background-color: #
|
681
|
+
background-color: #dcddde;
|
735
682
|
color: rgba(0, 0, 0, 0.87);
|
736
683
|
}
|
737
684
|
.ui.black.toast {
|
738
|
-
background-color: #
|
685
|
+
background-color: #1b1c1d;
|
739
686
|
color: rgba(255, 255, 255, 0.9);
|
740
687
|
}
|
741
688
|
.ui.inverted.black.toast,
|
@@ -745,7 +692,7 @@
|
|
745
692
|
}
|
746
693
|
.ui.inverted.toast {
|
747
694
|
color: rgba(255, 255, 255, 0.9);
|
748
|
-
background-color: #
|
695
|
+
background-color: #1b1c1d;
|
749
696
|
}
|
750
697
|
@media only screen and (max-width: 420px) {
|
751
698
|
.ui.toast-container .toast-box.toast-box,
|
@@ -764,18 +711,9 @@
|
|
764
711
|
}
|
765
712
|
}
|
766
713
|
|
767
|
-
|
714
|
+
/* ---------------
|
768
715
|
Progress Bar
|
769
|
-
|
770
|
-
|
771
|
-
@-webkit-keyframes progressDown {
|
772
|
-
0% {
|
773
|
-
width: 100%;
|
774
|
-
}
|
775
|
-
100% {
|
776
|
-
width: 0;
|
777
|
-
}
|
778
|
-
}
|
716
|
+
---------------- */
|
779
717
|
@keyframes progressDown {
|
780
718
|
0% {
|
781
719
|
width: 100%;
|
@@ -784,14 +722,6 @@
|
|
784
722
|
width: 0;
|
785
723
|
}
|
786
724
|
}
|
787
|
-
@-webkit-keyframes progressUp {
|
788
|
-
0% {
|
789
|
-
width: 0;
|
790
|
-
}
|
791
|
-
100% {
|
792
|
-
width: 100%;
|
793
|
-
}
|
794
|
-
}
|
795
725
|
@keyframes progressUp {
|
796
726
|
0% {
|
797
727
|
width: 0;
|
@@ -800,14 +730,6 @@
|
|
800
730
|
width: 100%;
|
801
731
|
}
|
802
732
|
}
|
803
|
-
@-webkit-keyframes progressWait {
|
804
|
-
0% {
|
805
|
-
opacity: 1;
|
806
|
-
}
|
807
|
-
100% {
|
808
|
-
opacity: 0;
|
809
|
-
}
|
810
|
-
}
|
811
733
|
@keyframes progressWait {
|
812
734
|
0% {
|
813
735
|
opacity: 1;
|