fomantic-ui-sass 2.8.8.1 → 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/CHANGELOG.md +4 -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.eot +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
- data/app/assets/fonts/semantic-ui/brand-icons.ttf +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.eot +0 -0
- data/app/assets/fonts/semantic-ui/icons.svg +245 -7
- data/app/assets/fonts/semantic-ui/icons.ttf +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.eot +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
- data/app/assets/fonts/semantic-ui/outline-icons.ttf +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 -590
- data/app/assets/javascripts/semantic-ui/api.js +1153 -1116
- data/app/assets/javascripts/semantic-ui/calendar.js +1941 -1698
- data/app/assets/javascripts/semantic-ui/checkbox.js +862 -854
- data/app/assets/javascripts/semantic-ui/dimmer.js +697 -713
- data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4192
- data/app/assets/javascripts/semantic-ui/embed.js +646 -672
- data/app/assets/javascripts/semantic-ui/flyout.js +1579 -0
- data/app/assets/javascripts/semantic-ui/form.js +2024 -2000
- data/app/assets/javascripts/semantic-ui/modal.js +1546 -1384
- data/app/assets/javascripts/semantic-ui/nag.js +521 -527
- data/app/assets/javascripts/semantic-ui/popup.js +1457 -1463
- data/app/assets/javascripts/semantic-ui/progress.js +970 -995
- data/app/assets/javascripts/semantic-ui/rating.js +508 -520
- data/app/assets/javascripts/semantic-ui/search.js +1521 -1508
- data/app/assets/javascripts/semantic-ui/shape.js +784 -811
- data/app/assets/javascripts/semantic-ui/sidebar.js +1061 -1002
- data/app/assets/javascripts/semantic-ui/site.js +437 -477
- data/app/assets/javascripts/semantic-ui/slider.js +1311 -1297
- data/app/assets/javascripts/semantic-ui/state.js +639 -658
- data/app/assets/javascripts/semantic-ui/sticky.js +848 -891
- data/app/assets/javascripts/semantic-ui/tab.js +895 -941
- data/app/assets/javascripts/semantic-ui/toast.js +911 -851
- data/app/assets/javascripts/semantic-ui/transition.js +1049 -1073
- 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 +389 -407
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +203 -345
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +372 -501
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +154 -226
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2065 -880
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +867 -1232
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +101 -6
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +75 -93
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +11148 -9190
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1037 -929
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +124 -146
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2728 -2759
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +982 -163
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -479
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +80 -101
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +452 -540
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +56 -76
- 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 +263 -255
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +106 -179
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +14 -18
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +132 -48
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +196 -74
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +43 -29
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +210 -280
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +78 -182
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +339 -423
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +24 -35
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +546 -0
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +150 -153
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +530 -310
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +88 -168
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +73 -102
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +126 -215
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +110 -138
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +16 -20
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +111 -141
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +39 -50
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +949 -458
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +44 -62
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +50 -72
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +89 -136
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +78 -119
- data/lib/fomantic/ui/sass/version.rb +2 -2
- data/tasks/converter.rb +1 -1
- metadata +21 -3
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.
|
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,27 +62,27 @@
|
|
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;
|
74
69
|
}
|
70
|
+
.ui.modal > .close:focus,
|
75
71
|
.ui.modal > .close:hover {
|
76
72
|
opacity: 1;
|
73
|
+
outline: none;
|
77
74
|
}
|
78
75
|
|
79
|
-
|
76
|
+
/* --------------
|
80
77
|
Header
|
81
|
-
|
82
|
-
|
78
|
+
--------------- */
|
83
79
|
.ui.modal > .header {
|
84
80
|
display: block;
|
85
|
-
font-family:
|
86
|
-
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;
|
87
83
|
margin: 0;
|
88
84
|
padding: 1.25rem 1.5rem;
|
89
|
-
|
90
|
-
box-shadow: none;
|
85
|
+
box-shadow: none;
|
91
86
|
color: rgba(0, 0, 0, 0.85);
|
92
87
|
border-bottom: 1px solid rgba(34, 36, 38, 0.15);
|
93
88
|
}
|
@@ -97,72 +92,56 @@
|
|
97
92
|
font-weight: bold;
|
98
93
|
}
|
99
94
|
|
100
|
-
|
95
|
+
/* --------------
|
101
96
|
Content
|
102
|
-
|
103
|
-
|
97
|
+
--------------- */
|
104
98
|
.ui.modal > .content {
|
105
99
|
display: block;
|
106
100
|
width: 100%;
|
107
101
|
font-size: 1em;
|
108
102
|
line-height: 1.4;
|
109
103
|
padding: 1.5rem;
|
110
|
-
background: #
|
104
|
+
background: #fff;
|
111
105
|
}
|
112
106
|
.ui.modal > .image.content {
|
113
|
-
display: -webkit-box;
|
114
|
-
display: -ms-flexbox;
|
115
107
|
display: flex;
|
116
|
-
-
|
117
|
-
-webkit-box-direction: normal;
|
118
|
-
-ms-flex-direction: row;
|
119
|
-
flex-direction: row;
|
108
|
+
flex-direction: row;
|
120
109
|
}
|
121
110
|
|
122
111
|
/* Image */
|
123
112
|
.ui.modal > .content > .image {
|
124
113
|
display: block;
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
width: '';
|
129
|
-
-ms-flex-item-align: start;
|
130
|
-
align-self: start;
|
114
|
+
flex: 0 1 auto;
|
115
|
+
width: "";
|
116
|
+
align-self: start;
|
131
117
|
max-width: 100%;
|
132
118
|
}
|
133
119
|
.ui.modal > [class*="top aligned"] {
|
134
|
-
-
|
135
|
-
align-self: start;
|
120
|
+
align-self: start;
|
136
121
|
}
|
137
122
|
.ui.modal > [class*="middle aligned"] {
|
138
|
-
-
|
139
|
-
align-self: center;
|
123
|
+
align-self: center;
|
140
124
|
}
|
141
125
|
.ui.modal > [class*="stretched"] {
|
142
|
-
-
|
143
|
-
align-self: stretch;
|
126
|
+
align-self: stretch;
|
144
127
|
}
|
145
128
|
|
146
129
|
/* Description */
|
147
130
|
.ui.modal > .content > .description {
|
148
131
|
display: block;
|
149
|
-
|
150
|
-
-ms-flex: 1 0 auto;
|
151
|
-
flex: 1 0 auto;
|
132
|
+
flex: 1 0 auto;
|
152
133
|
min-width: 0;
|
153
|
-
-
|
154
|
-
align-self: start;
|
134
|
+
align-self: start;
|
155
135
|
}
|
156
136
|
.ui.modal > .content > i.icon + .description,
|
157
137
|
.ui.modal > .content > .image + .description {
|
158
|
-
|
159
|
-
|
160
|
-
flex: 0 1 auto;
|
161
|
-
min-width: '';
|
138
|
+
flex: 0 1 auto;
|
139
|
+
min-width: "";
|
162
140
|
width: auto;
|
163
141
|
padding-left: 2em;
|
164
142
|
}
|
165
|
-
|
143
|
+
|
144
|
+
/* rtl:ignore */
|
166
145
|
.ui.modal > .content > .image > i.icon {
|
167
146
|
margin: 0;
|
168
147
|
opacity: 1;
|
@@ -171,22 +150,29 @@
|
|
171
150
|
font-size: 8rem;
|
172
151
|
}
|
173
152
|
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
153
|
+
/* --------------
|
154
|
+
Actions
|
155
|
+
--------------- */
|
178
156
|
.ui.modal > .actions {
|
179
|
-
background: #
|
180
|
-
padding: 1rem
|
157
|
+
background: #f9fafb;
|
158
|
+
padding: 1rem;
|
181
159
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
182
160
|
text-align: right;
|
183
161
|
}
|
184
162
|
.ui.modal .actions > .button:not(.fluid) {
|
185
163
|
margin-left: 0.75em;
|
186
164
|
}
|
165
|
+
.ui.ui.modal > .basic.actions,
|
187
166
|
.ui.basic.modal > .actions {
|
188
167
|
border-top: none;
|
189
168
|
}
|
169
|
+
.ui.modal > .left.actions {
|
170
|
+
text-align: left;
|
171
|
+
}
|
172
|
+
.ui.modal > .left.actions > .button:not(.fluid) {
|
173
|
+
margin-left: 0.5em;
|
174
|
+
margin-right: 0.5em;
|
175
|
+
}
|
190
176
|
.ui.modal > .centered,
|
191
177
|
.ui.modal > .center.aligned {
|
192
178
|
text-align: center;
|
@@ -197,40 +183,49 @@
|
|
197
183
|
margin-right: 0.5em;
|
198
184
|
}
|
199
185
|
|
200
|
-
|
186
|
+
/* -------------------
|
201
187
|
Responsive
|
202
|
-
|
203
|
-
|
188
|
+
-------------------- */
|
204
189
|
|
205
190
|
/* Modal Width */
|
206
191
|
@media only screen and (max-width: 767.98px) {
|
207
192
|
.ui.modal:not(.fullscreen) {
|
208
193
|
width: 95%;
|
209
|
-
margin: 0
|
194
|
+
margin: 0;
|
210
195
|
}
|
211
196
|
}
|
212
197
|
@media only screen and (min-width: 768px) {
|
213
198
|
.ui.modal:not(.fullscreen) {
|
214
199
|
width: 88%;
|
215
|
-
margin: 0
|
200
|
+
margin: 0;
|
216
201
|
}
|
217
202
|
}
|
218
203
|
@media only screen and (min-width: 992px) {
|
219
204
|
.ui.modal:not(.fullscreen) {
|
220
205
|
width: 850px;
|
221
|
-
margin: 0
|
206
|
+
margin: 0;
|
207
|
+
}
|
208
|
+
.ui.modal:not(.fullscreen) > .active.dimmer + .close:not(.inside) {
|
209
|
+
pointer-events: none;
|
210
|
+
opacity: 0.1;
|
211
|
+
}
|
212
|
+
.ui.dimmer > .ui.modal:not(.fullscreen) > .close:not(.inside) {
|
213
|
+
text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3), 1px -1px 2px rgba(0, 0, 0, 0.3), -1px 2px 2px rgba(0, 0, 0, 0.3), 1px 2px 2px rgba(0, 0, 0, 0.3);
|
214
|
+
}
|
215
|
+
.ui.inverted.dimmer > .ui.modal:not(.fullscreen) > .close:not(.inside) {
|
216
|
+
text-shadow: -1px -1px 2px rgba(255, 255, 255, 0.3), 1px -1px 2px rgba(255, 255, 255, 0.3), -1px 2px 2px rgba(255, 255, 255, 0.3), 1px 2px 2px rgba(255, 255, 255, 0.3);
|
222
217
|
}
|
223
218
|
}
|
224
219
|
@media only screen and (min-width: 1200px) {
|
225
220
|
.ui.modal:not(.fullscreen) {
|
226
221
|
width: 900px;
|
227
|
-
margin: 0
|
222
|
+
margin: 0;
|
228
223
|
}
|
229
224
|
}
|
230
225
|
@media only screen and (min-width: 1920px) {
|
231
226
|
.ui.modal:not(.fullscreen) {
|
232
227
|
width: 950px;
|
233
|
-
margin: 0
|
228
|
+
margin: 0;
|
234
229
|
}
|
235
230
|
}
|
236
231
|
|
@@ -268,12 +263,10 @@
|
|
268
263
|
top: 0.5rem !important;
|
269
264
|
right: 0.5rem !important;
|
270
265
|
}
|
271
|
-
|
266
|
+
|
267
|
+
/* rtl:ignore */
|
272
268
|
.ui.modal .image.content {
|
273
|
-
-
|
274
|
-
-webkit-box-direction: normal;
|
275
|
-
-ms-flex-direction: column;
|
276
|
-
flex-direction: column;
|
269
|
+
flex-direction: column;
|
277
270
|
}
|
278
271
|
.ui.modal > .content > .image {
|
279
272
|
display: block;
|
@@ -286,14 +279,14 @@
|
|
286
279
|
font-size: 5rem;
|
287
280
|
text-align: center;
|
288
281
|
}
|
289
|
-
|
282
|
+
|
283
|
+
/* rtl:ignore */
|
290
284
|
.ui.modal > .content > .description {
|
291
285
|
display: block;
|
292
286
|
width: 100% !important;
|
293
287
|
margin: 0 !important;
|
294
288
|
padding: 1rem 0 !important;
|
295
|
-
|
296
|
-
box-shadow: none;
|
289
|
+
box-shadow: none;
|
297
290
|
}
|
298
291
|
|
299
292
|
/* Let Buttons Stack */
|
@@ -306,13 +299,11 @@
|
|
306
299
|
}
|
307
300
|
}
|
308
301
|
|
309
|
-
|
302
|
+
/* --------------
|
310
303
|
Coupling
|
311
|
-
|
312
|
-
|
304
|
+
--------------- */
|
313
305
|
.ui.inverted.dimmer > .ui.modal {
|
314
|
-
|
315
|
-
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);
|
316
307
|
}
|
317
308
|
|
318
309
|
|
@@ -324,23 +315,27 @@
|
|
324
315
|
background-color: transparent;
|
325
316
|
border: none;
|
326
317
|
border-radius: 0;
|
327
|
-
|
328
|
-
|
329
|
-
color: #FFFFFF;
|
318
|
+
box-shadow: none !important;
|
319
|
+
color: #fff;
|
330
320
|
}
|
321
|
+
.ui.ui.modal > .basic.header,
|
322
|
+
.ui.ui.modal > .basic.actions,
|
331
323
|
.ui.basic.modal > .header,
|
332
324
|
.ui.basic.modal > .content,
|
333
325
|
.ui.basic.modal > .actions {
|
334
326
|
background-color: transparent;
|
335
327
|
}
|
328
|
+
.ui.modal > .basic.header {
|
329
|
+
border-bottom: none;
|
330
|
+
}
|
336
331
|
.ui.basic.modal > .header {
|
337
|
-
color: #
|
332
|
+
color: #fff;
|
338
333
|
border-bottom: none;
|
339
334
|
}
|
340
335
|
.ui.basic.modal > .close {
|
341
336
|
top: 1rem;
|
342
337
|
right: 1.5rem;
|
343
|
-
color: #
|
338
|
+
color: #fff;
|
344
339
|
}
|
345
340
|
.ui.inverted.dimmer > .basic.modal {
|
346
341
|
color: rgba(0, 0, 0, 0.87);
|
@@ -388,10 +383,9 @@
|
|
388
383
|
*******************************/
|
389
384
|
|
390
385
|
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
386
|
+
/* --------------
|
387
|
+
Aligned
|
388
|
+
--------------- */
|
395
389
|
.modals.dimmer .ui.top.aligned.modal {
|
396
390
|
top: 5vh;
|
397
391
|
}
|
@@ -407,24 +401,26 @@
|
|
407
401
|
}
|
408
402
|
}
|
409
403
|
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
404
|
+
/* --------------
|
405
|
+
Scrolling
|
406
|
+
--------------- */
|
414
407
|
|
415
408
|
/* Scrolling Dimmer */
|
416
409
|
.scrolling.dimmable.dimmed {
|
417
410
|
overflow: hidden;
|
418
411
|
}
|
419
412
|
.scrolling.dimmable > .dimmer {
|
420
|
-
-
|
421
|
-
-ms-flex-pack: start;
|
422
|
-
justify-content: flex-start;
|
413
|
+
justify-content: flex-start;
|
423
414
|
position: fixed;
|
424
415
|
}
|
416
|
+
.scrolling.dimmable:not(body) > .dimmer {
|
417
|
+
justify-content: center;
|
418
|
+
position: absolute;
|
419
|
+
}
|
425
420
|
.scrolling.dimmable.dimmed > .dimmer {
|
426
421
|
overflow: auto;
|
427
|
-
-
|
422
|
+
-ms-scroll-chaining: none;
|
423
|
+
overscroll-behavior: none;
|
428
424
|
}
|
429
425
|
.modals.dimmer .ui.scrolling.modal:not(.fullscreen) {
|
430
426
|
margin: 2rem auto;
|
@@ -432,7 +428,7 @@
|
|
432
428
|
|
433
429
|
/* Fix for Firefox, Edge, IE11 */
|
434
430
|
.modals.dimmer .ui.scrolling.modal:not([class*="overlay fullscreen"])::after {
|
435
|
-
content:
|
431
|
+
content: "\00A0";
|
436
432
|
position: absolute;
|
437
433
|
height: 2rem;
|
438
434
|
}
|
@@ -440,7 +436,8 @@
|
|
440
436
|
/* Undetached Scrolling */
|
441
437
|
.scrolling.undetached.dimmable.dimmed {
|
442
438
|
overflow: auto;
|
443
|
-
-
|
439
|
+
-ms-scroll-chaining: none;
|
440
|
+
overscroll-behavior: none;
|
444
441
|
}
|
445
442
|
.scrolling.undetached.dimmable.dimmed > .dimmer {
|
446
443
|
overflow: hidden;
|
@@ -454,6 +451,8 @@
|
|
454
451
|
.ui.modal > .scrolling.content {
|
455
452
|
max-height: calc(80vh - 10rem);
|
456
453
|
overflow: auto;
|
454
|
+
-ms-scroll-chaining: none;
|
455
|
+
overscroll-behavior: none;
|
457
456
|
}
|
458
457
|
.ui.overlay.fullscreen.modal > .content {
|
459
458
|
min-height: calc(100vh - 9.1rem);
|
@@ -462,10 +461,9 @@
|
|
462
461
|
max-height: calc(100vh - 9.1rem);
|
463
462
|
}
|
464
463
|
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
464
|
+
/* --------------
|
465
|
+
Full Screen
|
466
|
+
--------------- */
|
469
467
|
.ui.fullscreen.modal {
|
470
468
|
width: 95%;
|
471
469
|
left: 2.5%;
|
@@ -489,13 +487,12 @@
|
|
489
487
|
color: rgba(0, 0, 0, 0.87);
|
490
488
|
}
|
491
489
|
.ui.basic.fullscreen.modal > .close {
|
492
|
-
color: #
|
490
|
+
color: #fff;
|
493
491
|
}
|
494
492
|
|
495
|
-
|
493
|
+
/* --------------
|
496
494
|
Size
|
497
|
-
|
498
|
-
|
495
|
+
--------------- */
|
499
496
|
.ui.modal {
|
500
497
|
font-size: 1rem;
|
501
498
|
}
|
@@ -505,31 +502,31 @@
|
|
505
502
|
@media only screen and (max-width: 767.98px) {
|
506
503
|
.ui.mini.modal {
|
507
504
|
width: 95%;
|
508
|
-
margin: 0
|
505
|
+
margin: 0;
|
509
506
|
}
|
510
507
|
}
|
511
508
|
@media only screen and (min-width: 768px) {
|
512
509
|
.ui.mini.modal {
|
513
510
|
width: 35.2%;
|
514
|
-
margin: 0
|
511
|
+
margin: 0;
|
515
512
|
}
|
516
513
|
}
|
517
514
|
@media only screen and (min-width: 992px) {
|
518
515
|
.ui.mini.modal {
|
519
516
|
width: 340px;
|
520
|
-
margin: 0
|
517
|
+
margin: 0;
|
521
518
|
}
|
522
519
|
}
|
523
520
|
@media only screen and (min-width: 1200px) {
|
524
521
|
.ui.mini.modal {
|
525
522
|
width: 360px;
|
526
|
-
margin: 0
|
523
|
+
margin: 0;
|
527
524
|
}
|
528
525
|
}
|
529
526
|
@media only screen and (min-width: 1920px) {
|
530
527
|
.ui.mini.modal {
|
531
528
|
width: 380px;
|
532
|
-
margin: 0
|
529
|
+
margin: 0;
|
533
530
|
}
|
534
531
|
}
|
535
532
|
.ui.tiny.modal > .header:not(.ui) {
|
@@ -538,31 +535,31 @@
|
|
538
535
|
@media only screen and (max-width: 767.98px) {
|
539
536
|
.ui.tiny.modal {
|
540
537
|
width: 95%;
|
541
|
-
margin: 0
|
538
|
+
margin: 0;
|
542
539
|
}
|
543
540
|
}
|
544
541
|
@media only screen and (min-width: 768px) {
|
545
542
|
.ui.tiny.modal {
|
546
543
|
width: 52.8%;
|
547
|
-
margin: 0
|
544
|
+
margin: 0;
|
548
545
|
}
|
549
546
|
}
|
550
547
|
@media only screen and (min-width: 992px) {
|
551
548
|
.ui.tiny.modal {
|
552
549
|
width: 510px;
|
553
|
-
margin: 0
|
550
|
+
margin: 0;
|
554
551
|
}
|
555
552
|
}
|
556
553
|
@media only screen and (min-width: 1200px) {
|
557
554
|
.ui.tiny.modal {
|
558
555
|
width: 540px;
|
559
|
-
margin: 0
|
556
|
+
margin: 0;
|
560
557
|
}
|
561
558
|
}
|
562
559
|
@media only screen and (min-width: 1920px) {
|
563
560
|
.ui.tiny.modal {
|
564
561
|
width: 570px;
|
565
|
-
margin: 0
|
562
|
+
margin: 0;
|
566
563
|
}
|
567
564
|
}
|
568
565
|
.ui.small.modal > .header:not(.ui) {
|
@@ -571,31 +568,31 @@
|
|
571
568
|
@media only screen and (max-width: 767.98px) {
|
572
569
|
.ui.small.modal {
|
573
570
|
width: 95%;
|
574
|
-
margin: 0
|
571
|
+
margin: 0;
|
575
572
|
}
|
576
573
|
}
|
577
574
|
@media only screen and (min-width: 768px) {
|
578
575
|
.ui.small.modal {
|
579
576
|
width: 70.4%;
|
580
|
-
margin: 0
|
577
|
+
margin: 0;
|
581
578
|
}
|
582
579
|
}
|
583
580
|
@media only screen and (min-width: 992px) {
|
584
581
|
.ui.small.modal {
|
585
582
|
width: 680px;
|
586
|
-
margin: 0
|
583
|
+
margin: 0;
|
587
584
|
}
|
588
585
|
}
|
589
586
|
@media only screen and (min-width: 1200px) {
|
590
587
|
.ui.small.modal {
|
591
588
|
width: 720px;
|
592
|
-
margin: 0
|
589
|
+
margin: 0;
|
593
590
|
}
|
594
591
|
}
|
595
592
|
@media only screen and (min-width: 1920px) {
|
596
593
|
.ui.small.modal {
|
597
594
|
width: 760px;
|
598
|
-
margin: 0
|
595
|
+
margin: 0;
|
599
596
|
}
|
600
597
|
}
|
601
598
|
.ui.large.modal > .header:not(.ui) {
|
@@ -604,31 +601,31 @@
|
|
604
601
|
@media only screen and (max-width: 767.98px) {
|
605
602
|
.ui.large.modal {
|
606
603
|
width: 95%;
|
607
|
-
margin: 0
|
604
|
+
margin: 0;
|
608
605
|
}
|
609
606
|
}
|
610
607
|
@media only screen and (min-width: 768px) {
|
611
608
|
.ui.large.modal {
|
612
609
|
width: 88%;
|
613
|
-
margin: 0
|
610
|
+
margin: 0;
|
614
611
|
}
|
615
612
|
}
|
616
613
|
@media only screen and (min-width: 992px) {
|
617
614
|
.ui.large.modal {
|
618
615
|
width: 1020px;
|
619
|
-
margin: 0
|
616
|
+
margin: 0;
|
620
617
|
}
|
621
618
|
}
|
622
619
|
@media only screen and (min-width: 1200px) {
|
623
620
|
.ui.large.modal {
|
624
621
|
width: 1080px;
|
625
|
-
margin: 0
|
622
|
+
margin: 0;
|
626
623
|
}
|
627
624
|
}
|
628
625
|
@media only screen and (min-width: 1920px) {
|
629
626
|
.ui.large.modal {
|
630
627
|
width: 1140px;
|
631
|
-
margin: 0
|
628
|
+
margin: 0;
|
632
629
|
}
|
633
630
|
}
|
634
631
|
.ui.big.modal > .header:not(.ui) {
|
@@ -637,31 +634,31 @@
|
|
637
634
|
@media only screen and (max-width: 767.98px) {
|
638
635
|
.ui.big.modal {
|
639
636
|
width: 95%;
|
640
|
-
margin: 0
|
637
|
+
margin: 0;
|
641
638
|
}
|
642
639
|
}
|
643
640
|
@media only screen and (min-width: 768px) {
|
644
641
|
.ui.big.modal {
|
645
642
|
width: 88%;
|
646
|
-
margin: 0
|
643
|
+
margin: 0;
|
647
644
|
}
|
648
645
|
}
|
649
646
|
@media only screen and (min-width: 992px) {
|
650
647
|
.ui.big.modal {
|
651
648
|
width: 1190px;
|
652
|
-
margin: 0
|
649
|
+
margin: 0;
|
653
650
|
}
|
654
651
|
}
|
655
652
|
@media only screen and (min-width: 1200px) {
|
656
653
|
.ui.big.modal {
|
657
654
|
width: 1260px;
|
658
|
-
margin: 0
|
655
|
+
margin: 0;
|
659
656
|
}
|
660
657
|
}
|
661
658
|
@media only screen and (min-width: 1920px) {
|
662
659
|
.ui.big.modal {
|
663
660
|
width: 1330px;
|
664
|
-
margin: 0
|
661
|
+
margin: 0;
|
665
662
|
}
|
666
663
|
}
|
667
664
|
.ui.huge.modal > .header:not(.ui) {
|
@@ -670,31 +667,31 @@
|
|
670
667
|
@media only screen and (max-width: 767.98px) {
|
671
668
|
.ui.huge.modal {
|
672
669
|
width: 95%;
|
673
|
-
margin: 0
|
670
|
+
margin: 0;
|
674
671
|
}
|
675
672
|
}
|
676
673
|
@media only screen and (min-width: 768px) {
|
677
674
|
.ui.huge.modal {
|
678
675
|
width: 88%;
|
679
|
-
margin: 0
|
676
|
+
margin: 0;
|
680
677
|
}
|
681
678
|
}
|
682
679
|
@media only screen and (min-width: 992px) {
|
683
680
|
.ui.huge.modal {
|
684
681
|
width: 1360px;
|
685
|
-
margin: 0
|
682
|
+
margin: 0;
|
686
683
|
}
|
687
684
|
}
|
688
685
|
@media only screen and (min-width: 1200px) {
|
689
686
|
.ui.huge.modal {
|
690
687
|
width: 1440px;
|
691
|
-
margin: 0
|
688
|
+
margin: 0;
|
692
689
|
}
|
693
690
|
}
|
694
691
|
@media only screen and (min-width: 1920px) {
|
695
692
|
.ui.huge.modal {
|
696
693
|
width: 1520px;
|
697
|
-
margin: 0
|
694
|
+
margin: 0;
|
698
695
|
}
|
699
696
|
}
|
700
697
|
.ui.massive.modal > .header:not(.ui) {
|
@@ -703,63 +700,63 @@
|
|
703
700
|
@media only screen and (max-width: 767.98px) {
|
704
701
|
.ui.massive.modal {
|
705
702
|
width: 95%;
|
706
|
-
margin: 0
|
703
|
+
margin: 0;
|
707
704
|
}
|
708
705
|
}
|
709
706
|
@media only screen and (min-width: 768px) {
|
710
707
|
.ui.massive.modal {
|
711
708
|
width: 88%;
|
712
|
-
margin: 0
|
709
|
+
margin: 0;
|
713
710
|
}
|
714
711
|
}
|
715
712
|
@media only screen and (min-width: 992px) {
|
716
713
|
.ui.massive.modal {
|
717
714
|
width: 1530px;
|
718
|
-
margin: 0
|
715
|
+
margin: 0;
|
719
716
|
}
|
720
717
|
}
|
721
718
|
@media only screen and (min-width: 1200px) {
|
722
719
|
.ui.massive.modal {
|
723
720
|
width: 1620px;
|
724
|
-
margin: 0
|
721
|
+
margin: 0;
|
725
722
|
}
|
726
723
|
}
|
727
724
|
@media only screen and (min-width: 1920px) {
|
728
725
|
.ui.massive.modal {
|
729
726
|
width: 1710px;
|
730
|
-
margin: 0
|
727
|
+
margin: 0;
|
731
728
|
}
|
732
729
|
}
|
733
730
|
|
734
731
|
|
735
732
|
/*****************************
|
736
|
-
|
737
|
-
|
733
|
+
Inverted
|
734
|
+
*******************************/
|
738
735
|
|
739
736
|
.ui.inverted.modal {
|
740
|
-
background:
|
737
|
+
background: #000;
|
741
738
|
}
|
742
739
|
.ui.inverted.modal > .header,
|
743
740
|
.ui.inverted.modal > .content {
|
744
|
-
background:
|
745
|
-
color: #
|
741
|
+
background: #000;
|
742
|
+
color: #fff;
|
746
743
|
}
|
747
744
|
.ui.inverted.modal > .actions {
|
748
|
-
background: #
|
745
|
+
background: #191a1b;
|
749
746
|
border-top: 1px solid rgba(34, 36, 38, 0.85);
|
750
|
-
color: #
|
747
|
+
color: #fff;
|
751
748
|
}
|
752
749
|
.ui.inverted.dimmer > .modal > .close {
|
753
750
|
color: rgba(0, 0, 0, 0.85);
|
754
751
|
}
|
755
752
|
@media only screen and (max-width: 991.98px) {
|
756
753
|
.ui.dimmer .inverted.modal > .close {
|
757
|
-
color: #
|
754
|
+
color: #fff;
|
758
755
|
}
|
759
756
|
}
|
760
757
|
.ui.inverted.modal > .close.inside,
|
761
758
|
.ui.inverted.fullscreen.modal > .close {
|
762
|
-
color: #
|
759
|
+
color: #fff;
|
763
760
|
}
|
764
761
|
|
765
762
|
|