fomantic-ui-sass 2.9.0 → 2.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- 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 +1515 -1466
- data/app/assets/javascripts/semantic-ui/form.js +2023 -2005
- data/app/assets/javascripts/semantic-ui/modal.js +1545 -1487
- data/app/assets/javascripts/semantic-ui/nag.js +521 -527
- data/app/assets/javascripts/semantic-ui/popup.js +1457 -1457
- data/app/assets/javascripts/semantic-ui/progress.js +970 -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 +784 -811
- data/app/assets/javascripts/semantic-ui/sidebar.js +1062 -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 +1049 -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 +246 -341
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +185 -331
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +272 -433
- 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 +3556 -3556
- 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 +358 -276
- 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 +150 -226
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +30 -43
- 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 +122 -193
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +254 -388
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +20 -31
- 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 +426 -204
- 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 +93 -121
- 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 +86 -133
- 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.1 - Modal
|
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
|
|
@@ -18,21 +18,17 @@
|
|
18
18
|
display: none;
|
19
19
|
z-index: 1001;
|
20
20
|
text-align: left;
|
21
|
-
background: #
|
21
|
+
background: #fff;
|
22
22
|
border: none;
|
23
|
-
|
24
|
-
|
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: #
|
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:
|
88
|
-
background: #
|
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
|
-
|
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: #
|
104
|
+
background: #fff;
|
113
105
|
}
|
114
106
|
.ui.modal > .image.content {
|
115
|
-
display: -webkit-box;
|
116
|
-
display: -ms-flexbox;
|
117
107
|
display: flex;
|
118
|
-
-
|
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
|
-
|
128
|
-
|
129
|
-
|
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
|
-
-
|
137
|
-
align-self: start;
|
120
|
+
align-self: start;
|
138
121
|
}
|
139
122
|
.ui.modal > [class*="middle aligned"] {
|
140
|
-
-
|
141
|
-
align-self: center;
|
123
|
+
align-self: center;
|
142
124
|
}
|
143
125
|
.ui.modal > [class*="stretched"] {
|
144
|
-
-
|
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
|
-
|
152
|
-
-ms-flex: 1 0 auto;
|
153
|
-
flex: 1 0 auto;
|
132
|
+
flex: 1 0 auto;
|
154
133
|
min-width: 0;
|
155
|
-
-
|
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
|
-
|
161
|
-
|
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
|
-
|
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
|
-
|
178
|
-
|
179
|
-
|
153
|
+
/* --------------
|
154
|
+
Actions
|
155
|
+
--------------- */
|
180
156
|
.ui.modal > .actions {
|
181
|
-
background: #
|
182
|
-
padding: 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
|
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
|
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
|
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
|
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
|
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
|
-
|
266
|
+
|
267
|
+
/* rtl:ignore */
|
292
268
|
.ui.modal .image.content {
|
293
|
-
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
348
|
-
|
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: #
|
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: #
|
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
|
-
|
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
|
-
|
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
|
-
-
|
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
|
-
-
|
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
|
-
-
|
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:
|
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
|
-
-
|
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
|
-
|
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: #
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
727
|
+
margin: 0;
|
762
728
|
}
|
763
729
|
}
|
764
730
|
|
765
731
|
|
766
732
|
/*****************************
|
767
|
-
|
768
|
-
|
733
|
+
Inverted
|
734
|
+
*******************************/
|
769
735
|
|
770
736
|
.ui.inverted.modal {
|
771
|
-
background: #
|
737
|
+
background: #000;
|
772
738
|
}
|
773
739
|
.ui.inverted.modal > .header,
|
774
740
|
.ui.inverted.modal > .content {
|
775
|
-
background: #
|
776
|
-
color: #
|
741
|
+
background: #000;
|
742
|
+
color: #fff;
|
777
743
|
}
|
778
744
|
.ui.inverted.modal > .actions {
|
779
|
-
background: #
|
745
|
+
background: #191a1b;
|
780
746
|
border-top: 1px solid rgba(34, 36, 38, 0.85);
|
781
|
-
color: #
|
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: #
|
754
|
+
color: #fff;
|
789
755
|
}
|
790
756
|
}
|
791
757
|
.ui.inverted.modal > .close.inside,
|
792
758
|
.ui.inverted.fullscreen.modal > .close {
|
793
|
-
color: #
|
759
|
+
color: #fff;
|
794
760
|
}
|
795
761
|
|
796
762
|
|