fomantic-ui-sass 2.9.0 → 2.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  10. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  18. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  19. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  20. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  21. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  22. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  23. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  24. data/app/assets/javascripts/semantic-ui/accordion.js +569 -596
  25. data/app/assets/javascripts/semantic-ui/api.js +1158 -1180
  26. data/app/assets/javascripts/semantic-ui/calendar.js +1935 -1810
  27. data/app/assets/javascripts/semantic-ui/checkbox.js +843 -842
  28. data/app/assets/javascripts/semantic-ui/dimmer.js +707 -738
  29. data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4237
  30. data/app/assets/javascripts/semantic-ui/embed.js +646 -676
  31. data/app/assets/javascripts/semantic-ui/flyout.js +1515 -1466
  32. data/app/assets/javascripts/semantic-ui/form.js +2023 -2005
  33. data/app/assets/javascripts/semantic-ui/modal.js +1545 -1487
  34. data/app/assets/javascripts/semantic-ui/nag.js +521 -527
  35. data/app/assets/javascripts/semantic-ui/popup.js +1457 -1457
  36. data/app/assets/javascripts/semantic-ui/progress.js +970 -998
  37. data/app/assets/javascripts/semantic-ui/rating.js +508 -524
  38. data/app/assets/javascripts/semantic-ui/search.js +1521 -1535
  39. data/app/assets/javascripts/semantic-ui/shape.js +784 -811
  40. data/app/assets/javascripts/semantic-ui/sidebar.js +1062 -1100
  41. data/app/assets/javascripts/semantic-ui/site.js +437 -477
  42. data/app/assets/javascripts/semantic-ui/slider.js +1311 -1312
  43. data/app/assets/javascripts/semantic-ui/state.js +639 -658
  44. data/app/assets/javascripts/semantic-ui/sticky.js +848 -902
  45. data/app/assets/javascripts/semantic-ui/tab.js +903 -967
  46. data/app/assets/javascripts/semantic-ui/toast.js +911 -885
  47. data/app/assets/javascripts/semantic-ui/transition.js +1049 -1078
  48. data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
  49. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
  50. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +246 -341
  51. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +185 -331
  52. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +272 -433
  53. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +127 -199
  54. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +549 -776
  55. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +711 -1123
  56. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +9 -8
  57. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +45 -63
  58. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +3556 -3556
  59. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +272 -270
  60. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +120 -144
  61. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +667 -747
  62. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
  63. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +358 -276
  64. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +361 -412
  65. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +51 -72
  66. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +69 -157
  67. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +24 -44
  68. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
  69. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
  70. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +150 -226
  71. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
  72. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
  73. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
  74. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +30 -43
  75. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +37 -55
  76. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +26 -29
  77. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +122 -193
  78. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
  79. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +254 -388
  80. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +20 -31
  81. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +97 -143
  82. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +122 -156
  83. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
  84. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +426 -204
  85. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
  86. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +83 -124
  87. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +71 -100
  88. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
  89. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +105 -208
  90. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +93 -121
  91. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
  92. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +12 -16
  93. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +71 -149
  94. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
  95. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +36 -47
  96. data/app/assets/stylesheets/semantic-ui/views/_card.scss +221 -367
  97. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +43 -61
  98. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +37 -59
  99. data/app/assets/stylesheets/semantic-ui/views/_item.scss +86 -133
  100. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +77 -118
  101. data/lib/fomantic/ui/sass/version.rb +2 -2
  102. data/tasks/converter.rb +1 -1
  103. metadata +17 -1
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0 - Modal
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Modal
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
 
@@ -18,21 +18,17 @@
18
18
  display: none;
19
19
  z-index: 1001;
20
20
  text-align: left;
21
- background: #FFFFFF;
21
+ background: #fff;
22
22
  border: none;
23
- -webkit-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
24
- box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
25
- -webkit-transform-origin: 50% 25%;
26
- transform-origin: 50% 25%;
27
- -webkit-box-flex: 0;
28
- -ms-flex: 0 0 auto;
29
- flex: 0 0 auto;
23
+ box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
24
+ transform-origin: 50% 25%;
25
+ flex: 0 0 auto;
30
26
  border-radius: 0.28571429rem;
31
27
  -webkit-user-select: text;
32
- -moz-user-select: text;
33
28
  -ms-user-select: text;
34
29
  user-select: text;
35
30
  will-change: top, left, margin, transform, opacity;
31
+ outline: none;
36
32
  }
37
33
  .ui.modal > :first-child:not(.close):not(.dimmer),
38
34
  .ui.modal > i.icon:first-child + *,
@@ -55,10 +51,9 @@
55
51
  *******************************/
56
52
 
57
53
 
58
- /*--------------
54
+ /* --------------
59
55
  Close
60
- ---------------*/
61
-
56
+ --------------- */
62
57
  .ui.modal > .close {
63
58
  cursor: pointer;
64
59
  position: absolute;
@@ -67,7 +62,7 @@
67
62
  z-index: 1;
68
63
  opacity: 0.8;
69
64
  font-size: 1.25em;
70
- color: #FFFFFF;
65
+ color: #fff;
71
66
  width: 2.25rem;
72
67
  height: 2.25rem;
73
68
  padding: 0.625rem 0 0 0;
@@ -78,18 +73,16 @@
78
73
  outline: none;
79
74
  }
80
75
 
81
- /*--------------
76
+ /* --------------
82
77
  Header
83
- ---------------*/
84
-
78
+ --------------- */
85
79
  .ui.modal > .header {
86
80
  display: block;
87
- 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";
88
- background: #FFFFFF;
81
+ 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";
82
+ background: #fff;
89
83
  margin: 0;
90
84
  padding: 1.25rem 1.5rem;
91
- -webkit-box-shadow: none;
92
- box-shadow: none;
85
+ box-shadow: none;
93
86
  color: rgba(0, 0, 0, 0.85);
94
87
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
95
88
  }
@@ -99,72 +92,56 @@
99
92
  font-weight: bold;
100
93
  }
101
94
 
102
- /*--------------
95
+ /* --------------
103
96
  Content
104
- ---------------*/
105
-
97
+ --------------- */
106
98
  .ui.modal > .content {
107
99
  display: block;
108
100
  width: 100%;
109
101
  font-size: 1em;
110
102
  line-height: 1.4;
111
103
  padding: 1.5rem;
112
- background: #FFFFFF;
104
+ background: #fff;
113
105
  }
114
106
  .ui.modal > .image.content {
115
- display: -webkit-box;
116
- display: -ms-flexbox;
117
107
  display: flex;
118
- -webkit-box-orient: horizontal;
119
- -webkit-box-direction: normal;
120
- -ms-flex-direction: row;
121
- flex-direction: row;
108
+ flex-direction: row;
122
109
  }
123
110
 
124
111
  /* Image */
125
112
  .ui.modal > .content > .image {
126
113
  display: block;
127
- -webkit-box-flex: 0;
128
- -ms-flex: 0 1 auto;
129
- flex: 0 1 auto;
130
- width: '';
131
- -ms-flex-item-align: start;
132
- align-self: start;
114
+ flex: 0 1 auto;
115
+ width: "";
116
+ align-self: start;
133
117
  max-width: 100%;
134
118
  }
135
119
  .ui.modal > [class*="top aligned"] {
136
- -ms-flex-item-align: start;
137
- align-self: start;
120
+ align-self: start;
138
121
  }
139
122
  .ui.modal > [class*="middle aligned"] {
140
- -ms-flex-item-align: center;
141
- align-self: center;
123
+ align-self: center;
142
124
  }
143
125
  .ui.modal > [class*="stretched"] {
144
- -ms-flex-item-align: stretch;
145
- align-self: stretch;
126
+ align-self: stretch;
146
127
  }
147
128
 
148
129
  /* Description */
149
130
  .ui.modal > .content > .description {
150
131
  display: block;
151
- -webkit-box-flex: 1;
152
- -ms-flex: 1 0 auto;
153
- flex: 1 0 auto;
132
+ flex: 1 0 auto;
154
133
  min-width: 0;
155
- -ms-flex-item-align: start;
156
- align-self: start;
134
+ align-self: start;
157
135
  }
158
136
  .ui.modal > .content > i.icon + .description,
159
137
  .ui.modal > .content > .image + .description {
160
- -webkit-box-flex: 0;
161
- -ms-flex: 0 1 auto;
162
- flex: 0 1 auto;
163
- min-width: '';
138
+ flex: 0 1 auto;
139
+ min-width: "";
164
140
  width: auto;
165
141
  padding-left: 2em;
166
142
  }
167
- /*rtl:ignore*/
143
+
144
+ /* rtl:ignore */
168
145
  .ui.modal > .content > .image > i.icon {
169
146
  margin: 0;
170
147
  opacity: 1;
@@ -173,13 +150,12 @@
173
150
  font-size: 8rem;
174
151
  }
175
152
 
176
- /*--------------
177
- Actions
178
- ---------------*/
179
-
153
+ /* --------------
154
+ Actions
155
+ --------------- */
180
156
  .ui.modal > .actions {
181
- background: #F9FAFB;
182
- padding: 1rem 1rem;
157
+ background: #f9fafb;
158
+ padding: 1rem;
183
159
  border-top: 1px solid rgba(34, 36, 38, 0.15);
184
160
  text-align: right;
185
161
  }
@@ -207,28 +183,27 @@
207
183
  margin-right: 0.5em;
208
184
  }
209
185
 
210
- /*-------------------
186
+ /* -------------------
211
187
  Responsive
212
- --------------------*/
213
-
188
+ -------------------- */
214
189
 
215
190
  /* Modal Width */
216
191
  @media only screen and (max-width: 767.98px) {
217
192
  .ui.modal:not(.fullscreen) {
218
193
  width: 95%;
219
- margin: 0 0 0 0;
194
+ margin: 0;
220
195
  }
221
196
  }
222
197
  @media only screen and (min-width: 768px) {
223
198
  .ui.modal:not(.fullscreen) {
224
199
  width: 88%;
225
- margin: 0 0 0 0;
200
+ margin: 0;
226
201
  }
227
202
  }
228
203
  @media only screen and (min-width: 992px) {
229
204
  .ui.modal:not(.fullscreen) {
230
205
  width: 850px;
231
- margin: 0 0 0 0;
206
+ margin: 0;
232
207
  }
233
208
  .ui.modal:not(.fullscreen) > .active.dimmer + .close:not(.inside) {
234
209
  pointer-events: none;
@@ -244,13 +219,13 @@
244
219
  @media only screen and (min-width: 1200px) {
245
220
  .ui.modal:not(.fullscreen) {
246
221
  width: 900px;
247
- margin: 0 0 0 0;
222
+ margin: 0;
248
223
  }
249
224
  }
250
225
  @media only screen and (min-width: 1920px) {
251
226
  .ui.modal:not(.fullscreen) {
252
227
  width: 950px;
253
- margin: 0 0 0 0;
228
+ margin: 0;
254
229
  }
255
230
  }
256
231
 
@@ -288,12 +263,10 @@
288
263
  top: 0.5rem !important;
289
264
  right: 0.5rem !important;
290
265
  }
291
- /*rtl:ignore*/
266
+
267
+ /* rtl:ignore */
292
268
  .ui.modal .image.content {
293
- -webkit-box-orient: vertical;
294
- -webkit-box-direction: normal;
295
- -ms-flex-direction: column;
296
- flex-direction: column;
269
+ flex-direction: column;
297
270
  }
298
271
  .ui.modal > .content > .image {
299
272
  display: block;
@@ -306,14 +279,14 @@
306
279
  font-size: 5rem;
307
280
  text-align: center;
308
281
  }
309
- /*rtl:ignore*/
282
+
283
+ /* rtl:ignore */
310
284
  .ui.modal > .content > .description {
311
285
  display: block;
312
286
  width: 100% !important;
313
287
  margin: 0 !important;
314
288
  padding: 1rem 0 !important;
315
- -webkit-box-shadow: none;
316
- box-shadow: none;
289
+ box-shadow: none;
317
290
  }
318
291
 
319
292
  /* Let Buttons Stack */
@@ -326,13 +299,11 @@
326
299
  }
327
300
  }
328
301
 
329
- /*--------------
302
+ /* --------------
330
303
  Coupling
331
- ---------------*/
332
-
304
+ --------------- */
333
305
  .ui.inverted.dimmer > .ui.modal {
334
- -webkit-box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2);
335
- box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2);
306
+ box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2);
336
307
  }
337
308
 
338
309
 
@@ -344,9 +315,8 @@
344
315
  background-color: transparent;
345
316
  border: none;
346
317
  border-radius: 0;
347
- -webkit-box-shadow: none !important;
348
- box-shadow: none !important;
349
- color: #FFFFFF;
318
+ box-shadow: none !important;
319
+ color: #fff;
350
320
  }
351
321
  .ui.ui.modal > .basic.header,
352
322
  .ui.ui.modal > .basic.actions,
@@ -359,13 +329,13 @@
359
329
  border-bottom: none;
360
330
  }
361
331
  .ui.basic.modal > .header {
362
- color: #FFFFFF;
332
+ color: #fff;
363
333
  border-bottom: none;
364
334
  }
365
335
  .ui.basic.modal > .close {
366
336
  top: 1rem;
367
337
  right: 1.5rem;
368
- color: #FFFFFF;
338
+ color: #fff;
369
339
  }
370
340
  .ui.inverted.dimmer > .basic.modal {
371
341
  color: rgba(0, 0, 0, 0.87);
@@ -413,10 +383,9 @@
413
383
  *******************************/
414
384
 
415
385
 
416
- /*--------------
417
- Aligned
418
- ---------------*/
419
-
386
+ /* --------------
387
+ Aligned
388
+ --------------- */
420
389
  .modals.dimmer .ui.top.aligned.modal {
421
390
  top: 5vh;
422
391
  }
@@ -432,30 +401,26 @@
432
401
  }
433
402
  }
434
403
 
435
- /*--------------
436
- Scrolling
437
- ---------------*/
438
-
404
+ /* --------------
405
+ Scrolling
406
+ --------------- */
439
407
 
440
408
  /* Scrolling Dimmer */
441
409
  .scrolling.dimmable.dimmed {
442
410
  overflow: hidden;
443
411
  }
444
412
  .scrolling.dimmable > .dimmer {
445
- -webkit-box-pack: start;
446
- -ms-flex-pack: start;
447
- justify-content: flex-start;
413
+ justify-content: flex-start;
448
414
  position: fixed;
449
415
  }
450
416
  .scrolling.dimmable:not(body) > .dimmer {
451
- -webkit-box-pack: center;
452
- -ms-flex-pack: center;
453
- justify-content: center;
417
+ justify-content: center;
454
418
  position: absolute;
455
419
  }
456
420
  .scrolling.dimmable.dimmed > .dimmer {
457
421
  overflow: auto;
458
- -webkit-overflow-scrolling: touch;
422
+ -ms-scroll-chaining: none;
423
+ overscroll-behavior: none;
459
424
  }
460
425
  .modals.dimmer .ui.scrolling.modal:not(.fullscreen) {
461
426
  margin: 2rem auto;
@@ -463,7 +428,7 @@
463
428
 
464
429
  /* Fix for Firefox, Edge, IE11 */
465
430
  .modals.dimmer .ui.scrolling.modal:not([class*="overlay fullscreen"])::after {
466
- content: '\00A0';
431
+ content: "\00A0";
467
432
  position: absolute;
468
433
  height: 2rem;
469
434
  }
@@ -471,7 +436,8 @@
471
436
  /* Undetached Scrolling */
472
437
  .scrolling.undetached.dimmable.dimmed {
473
438
  overflow: auto;
474
- -webkit-overflow-scrolling: touch;
439
+ -ms-scroll-chaining: none;
440
+ overscroll-behavior: none;
475
441
  }
476
442
  .scrolling.undetached.dimmable.dimmed > .dimmer {
477
443
  overflow: hidden;
@@ -485,6 +451,8 @@
485
451
  .ui.modal > .scrolling.content {
486
452
  max-height: calc(80vh - 10rem);
487
453
  overflow: auto;
454
+ -ms-scroll-chaining: none;
455
+ overscroll-behavior: none;
488
456
  }
489
457
  .ui.overlay.fullscreen.modal > .content {
490
458
  min-height: calc(100vh - 9.1rem);
@@ -493,10 +461,9 @@
493
461
  max-height: calc(100vh - 9.1rem);
494
462
  }
495
463
 
496
- /*--------------
497
- Full Screen
498
- ---------------*/
499
-
464
+ /* --------------
465
+ Full Screen
466
+ --------------- */
500
467
  .ui.fullscreen.modal {
501
468
  width: 95%;
502
469
  left: 2.5%;
@@ -520,13 +487,12 @@
520
487
  color: rgba(0, 0, 0, 0.87);
521
488
  }
522
489
  .ui.basic.fullscreen.modal > .close {
523
- color: #FFFFFF;
490
+ color: #fff;
524
491
  }
525
492
 
526
- /*--------------
493
+ /* --------------
527
494
  Size
528
- ---------------*/
529
-
495
+ --------------- */
530
496
  .ui.modal {
531
497
  font-size: 1rem;
532
498
  }
@@ -536,31 +502,31 @@
536
502
  @media only screen and (max-width: 767.98px) {
537
503
  .ui.mini.modal {
538
504
  width: 95%;
539
- margin: 0 0 0 0;
505
+ margin: 0;
540
506
  }
541
507
  }
542
508
  @media only screen and (min-width: 768px) {
543
509
  .ui.mini.modal {
544
510
  width: 35.2%;
545
- margin: 0 0 0 0;
511
+ margin: 0;
546
512
  }
547
513
  }
548
514
  @media only screen and (min-width: 992px) {
549
515
  .ui.mini.modal {
550
516
  width: 340px;
551
- margin: 0 0 0 0;
517
+ margin: 0;
552
518
  }
553
519
  }
554
520
  @media only screen and (min-width: 1200px) {
555
521
  .ui.mini.modal {
556
522
  width: 360px;
557
- margin: 0 0 0 0;
523
+ margin: 0;
558
524
  }
559
525
  }
560
526
  @media only screen and (min-width: 1920px) {
561
527
  .ui.mini.modal {
562
528
  width: 380px;
563
- margin: 0 0 0 0;
529
+ margin: 0;
564
530
  }
565
531
  }
566
532
  .ui.tiny.modal > .header:not(.ui) {
@@ -569,31 +535,31 @@
569
535
  @media only screen and (max-width: 767.98px) {
570
536
  .ui.tiny.modal {
571
537
  width: 95%;
572
- margin: 0 0 0 0;
538
+ margin: 0;
573
539
  }
574
540
  }
575
541
  @media only screen and (min-width: 768px) {
576
542
  .ui.tiny.modal {
577
543
  width: 52.8%;
578
- margin: 0 0 0 0;
544
+ margin: 0;
579
545
  }
580
546
  }
581
547
  @media only screen and (min-width: 992px) {
582
548
  .ui.tiny.modal {
583
549
  width: 510px;
584
- margin: 0 0 0 0;
550
+ margin: 0;
585
551
  }
586
552
  }
587
553
  @media only screen and (min-width: 1200px) {
588
554
  .ui.tiny.modal {
589
555
  width: 540px;
590
- margin: 0 0 0 0;
556
+ margin: 0;
591
557
  }
592
558
  }
593
559
  @media only screen and (min-width: 1920px) {
594
560
  .ui.tiny.modal {
595
561
  width: 570px;
596
- margin: 0 0 0 0;
562
+ margin: 0;
597
563
  }
598
564
  }
599
565
  .ui.small.modal > .header:not(.ui) {
@@ -602,31 +568,31 @@
602
568
  @media only screen and (max-width: 767.98px) {
603
569
  .ui.small.modal {
604
570
  width: 95%;
605
- margin: 0 0 0 0;
571
+ margin: 0;
606
572
  }
607
573
  }
608
574
  @media only screen and (min-width: 768px) {
609
575
  .ui.small.modal {
610
576
  width: 70.4%;
611
- margin: 0 0 0 0;
577
+ margin: 0;
612
578
  }
613
579
  }
614
580
  @media only screen and (min-width: 992px) {
615
581
  .ui.small.modal {
616
582
  width: 680px;
617
- margin: 0 0 0 0;
583
+ margin: 0;
618
584
  }
619
585
  }
620
586
  @media only screen and (min-width: 1200px) {
621
587
  .ui.small.modal {
622
588
  width: 720px;
623
- margin: 0 0 0 0;
589
+ margin: 0;
624
590
  }
625
591
  }
626
592
  @media only screen and (min-width: 1920px) {
627
593
  .ui.small.modal {
628
594
  width: 760px;
629
- margin: 0 0 0 0;
595
+ margin: 0;
630
596
  }
631
597
  }
632
598
  .ui.large.modal > .header:not(.ui) {
@@ -635,31 +601,31 @@
635
601
  @media only screen and (max-width: 767.98px) {
636
602
  .ui.large.modal {
637
603
  width: 95%;
638
- margin: 0 0 0 0;
604
+ margin: 0;
639
605
  }
640
606
  }
641
607
  @media only screen and (min-width: 768px) {
642
608
  .ui.large.modal {
643
609
  width: 88%;
644
- margin: 0 0 0 0;
610
+ margin: 0;
645
611
  }
646
612
  }
647
613
  @media only screen and (min-width: 992px) {
648
614
  .ui.large.modal {
649
615
  width: 1020px;
650
- margin: 0 0 0 0;
616
+ margin: 0;
651
617
  }
652
618
  }
653
619
  @media only screen and (min-width: 1200px) {
654
620
  .ui.large.modal {
655
621
  width: 1080px;
656
- margin: 0 0 0 0;
622
+ margin: 0;
657
623
  }
658
624
  }
659
625
  @media only screen and (min-width: 1920px) {
660
626
  .ui.large.modal {
661
627
  width: 1140px;
662
- margin: 0 0 0 0;
628
+ margin: 0;
663
629
  }
664
630
  }
665
631
  .ui.big.modal > .header:not(.ui) {
@@ -668,31 +634,31 @@
668
634
  @media only screen and (max-width: 767.98px) {
669
635
  .ui.big.modal {
670
636
  width: 95%;
671
- margin: 0 0 0 0;
637
+ margin: 0;
672
638
  }
673
639
  }
674
640
  @media only screen and (min-width: 768px) {
675
641
  .ui.big.modal {
676
642
  width: 88%;
677
- margin: 0 0 0 0;
643
+ margin: 0;
678
644
  }
679
645
  }
680
646
  @media only screen and (min-width: 992px) {
681
647
  .ui.big.modal {
682
648
  width: 1190px;
683
- margin: 0 0 0 0;
649
+ margin: 0;
684
650
  }
685
651
  }
686
652
  @media only screen and (min-width: 1200px) {
687
653
  .ui.big.modal {
688
654
  width: 1260px;
689
- margin: 0 0 0 0;
655
+ margin: 0;
690
656
  }
691
657
  }
692
658
  @media only screen and (min-width: 1920px) {
693
659
  .ui.big.modal {
694
660
  width: 1330px;
695
- margin: 0 0 0 0;
661
+ margin: 0;
696
662
  }
697
663
  }
698
664
  .ui.huge.modal > .header:not(.ui) {
@@ -701,31 +667,31 @@
701
667
  @media only screen and (max-width: 767.98px) {
702
668
  .ui.huge.modal {
703
669
  width: 95%;
704
- margin: 0 0 0 0;
670
+ margin: 0;
705
671
  }
706
672
  }
707
673
  @media only screen and (min-width: 768px) {
708
674
  .ui.huge.modal {
709
675
  width: 88%;
710
- margin: 0 0 0 0;
676
+ margin: 0;
711
677
  }
712
678
  }
713
679
  @media only screen and (min-width: 992px) {
714
680
  .ui.huge.modal {
715
681
  width: 1360px;
716
- margin: 0 0 0 0;
682
+ margin: 0;
717
683
  }
718
684
  }
719
685
  @media only screen and (min-width: 1200px) {
720
686
  .ui.huge.modal {
721
687
  width: 1440px;
722
- margin: 0 0 0 0;
688
+ margin: 0;
723
689
  }
724
690
  }
725
691
  @media only screen and (min-width: 1920px) {
726
692
  .ui.huge.modal {
727
693
  width: 1520px;
728
- margin: 0 0 0 0;
694
+ margin: 0;
729
695
  }
730
696
  }
731
697
  .ui.massive.modal > .header:not(.ui) {
@@ -734,63 +700,63 @@
734
700
  @media only screen and (max-width: 767.98px) {
735
701
  .ui.massive.modal {
736
702
  width: 95%;
737
- margin: 0 0 0 0;
703
+ margin: 0;
738
704
  }
739
705
  }
740
706
  @media only screen and (min-width: 768px) {
741
707
  .ui.massive.modal {
742
708
  width: 88%;
743
- margin: 0 0 0 0;
709
+ margin: 0;
744
710
  }
745
711
  }
746
712
  @media only screen and (min-width: 992px) {
747
713
  .ui.massive.modal {
748
714
  width: 1530px;
749
- margin: 0 0 0 0;
715
+ margin: 0;
750
716
  }
751
717
  }
752
718
  @media only screen and (min-width: 1200px) {
753
719
  .ui.massive.modal {
754
720
  width: 1620px;
755
- margin: 0 0 0 0;
721
+ margin: 0;
756
722
  }
757
723
  }
758
724
  @media only screen and (min-width: 1920px) {
759
725
  .ui.massive.modal {
760
726
  width: 1710px;
761
- margin: 0 0 0 0;
727
+ margin: 0;
762
728
  }
763
729
  }
764
730
 
765
731
 
766
732
  /*****************************
767
- Inverted
768
- *******************************/
733
+ Inverted
734
+ *******************************/
769
735
 
770
736
  .ui.inverted.modal {
771
- background: #000000;
737
+ background: #000;
772
738
  }
773
739
  .ui.inverted.modal > .header,
774
740
  .ui.inverted.modal > .content {
775
- background: #000000;
776
- color: #FFFFFF;
741
+ background: #000;
742
+ color: #fff;
777
743
  }
778
744
  .ui.inverted.modal > .actions {
779
- background: #191A1B;
745
+ background: #191a1b;
780
746
  border-top: 1px solid rgba(34, 36, 38, 0.85);
781
- color: #FFFFFF;
747
+ color: #fff;
782
748
  }
783
749
  .ui.inverted.dimmer > .modal > .close {
784
750
  color: rgba(0, 0, 0, 0.85);
785
751
  }
786
752
  @media only screen and (max-width: 991.98px) {
787
753
  .ui.dimmer .inverted.modal > .close {
788
- color: #FFFFFF;
754
+ color: #fff;
789
755
  }
790
756
  }
791
757
  .ui.inverted.modal > .close.inside,
792
758
  .ui.inverted.fullscreen.modal > .close {
793
- color: #FFFFFF;
759
+ color: #fff;
794
760
  }
795
761
 
796
762