@pageboard/html 0.14.19 → 0.14.20
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.
- package/elements/accordion.js +1 -1
- package/elements/fieldsets.js +1 -1
- package/elements/form.js +2 -2
- package/elements/grid.js +1 -1
- package/elements/image.js +1 -1
- package/elements/input-file.js +2 -2
- package/elements/input-property.js +1 -1
- package/elements/inputs.js +5 -5
- package/elements/layout.js +1 -1
- package/elements/link.js +2 -2
- package/elements/menu.js +2 -2
- package/elements/navigation.js +1 -1
- package/elements/page.js +1 -1
- package/elements/paragraph.js +2 -2
- package/elements/query-tags.js +1 -1
- package/elements/tab.js +1 -1
- package/elements/table.js +1 -1
- package/elements/template.js +1 -1
- package/package.json +3 -8
- package/ui/card.css +3 -3
- package/ui/components/accordion.css +241 -0
- package/ui/components/accordion.js +613 -0
- package/ui/components/ad.css +275 -0
- package/ui/components/api.js +1167 -0
- package/ui/components/breadcrumb.css +122 -0
- package/ui/components/button.css +3525 -0
- package/ui/components/card.css +939 -0
- package/ui/components/checkbox.css +604 -0
- package/ui/components/checkbox.js +831 -0
- package/ui/components/colorize.js +274 -0
- package/ui/components/comment.css +268 -0
- package/ui/components/container.css +149 -0
- package/ui/components/dimmer.css +224 -0
- package/ui/components/dimmer.js +733 -0
- package/ui/components/divider.css +253 -0
- package/ui/components/dropdown.css +1448 -0
- package/ui/components/dropdown.js +3955 -0
- package/ui/components/embed.css +160 -0
- package/ui/components/embed.js +706 -0
- package/ui/components/feed.css +281 -0
- package/ui/components/flag.css +1035 -0
- package/ui/components/form.css +1011 -0
- package/ui/components/form.js +1706 -0
- package/ui/components/grid.css +1941 -0
- package/ui/components/header.css +719 -0
- package/ui/components/icon.css +4777 -0
- package/ui/components/image.css +310 -0
- package/ui/components/input.css +469 -0
- package/ui/components/item.css +464 -0
- package/ui/components/label.css +1281 -0
- package/ui/components/list.css +943 -0
- package/ui/components/loader.css +339 -0
- package/ui/components/menu.css +1940 -0
- package/ui/components/message.css +468 -0
- package/ui/components/modal.css +617 -0
- package/ui/components/modal.js +1034 -0
- package/ui/components/nag.css +145 -0
- package/ui/components/nag.js +507 -0
- package/ui/components/placeholder.css +229 -0
- package/ui/components/popup.css +640 -0
- package/ui/components/popup.js +1532 -0
- package/ui/components/progress.css +502 -0
- package/ui/components/progress.js +931 -0
- package/ui/components/rail.css +152 -0
- package/ui/components/rating.css +257 -0
- package/ui/components/rating.js +508 -0
- package/ui/components/reset.css +476 -0
- package/ui/components/reveal.css +260 -0
- package/ui/components/search.css +431 -0
- package/ui/components/search.js +1505 -0
- package/ui/components/segment.css +824 -0
- package/ui/components/shape.css +143 -0
- package/ui/components/shape.js +921 -0
- package/ui/components/sidebar.css +537 -0
- package/ui/components/sidebar.js +1033 -0
- package/ui/components/site.css +184 -0
- package/ui/components/site.js +487 -0
- package/ui/components/state.js +708 -0
- package/ui/components/statistic.css +534 -0
- package/ui/components/step.css +566 -0
- package/ui/components/sticky.css +73 -0
- package/ui/components/sticky.js +959 -0
- package/ui/components/tab.css +89 -0
- package/ui/components/tab.js +952 -0
- package/ui/components/table.css +1108 -0
- package/ui/components/transition.css +1792 -0
- package/ui/components/transition.js +1095 -0
- package/ui/components/video.css +121 -0
- package/ui/components/video.js +532 -0
- package/ui/components/visibility.js +1311 -0
- package/ui/components/visit.js +517 -0
- package/ui/item.css +2 -2
- package/ui/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/ui/themes/default/assets/fonts/brand-icons.svg +1008 -0
- package/ui/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/ui/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/ui/themes/default/assets/fonts/icons.eot +0 -0
- package/ui/themes/default/assets/fonts/icons.otf +0 -0
- package/ui/themes/default/assets/fonts/icons.svg +1518 -0
- package/ui/themes/default/assets/fonts/icons.ttf +0 -0
- package/ui/themes/default/assets/fonts/icons.woff +0 -0
- package/ui/themes/default/assets/fonts/icons.woff2 +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.svg +366 -0
- package/ui/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/ui/themes/default/assets/images/flags.png +0 -0
|
@@ -0,0 +1,617 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Semantic UI 2.4.0 - Modal
|
|
3
|
+
* http://github.com/semantic-org/semantic-ui/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* http://opensource.org/licenses/MIT
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
/*******************************
|
|
13
|
+
Modal
|
|
14
|
+
*******************************/
|
|
15
|
+
|
|
16
|
+
.ui.modal {
|
|
17
|
+
position: absolute;
|
|
18
|
+
display: none;
|
|
19
|
+
z-index: 1001;
|
|
20
|
+
text-align: left;
|
|
21
|
+
background: #FFFFFF;
|
|
22
|
+
border: none;
|
|
23
|
+
box-shadow: 1px 3px 3px 0px rgb(0 0 0 / 20%), 1px 3px 15px 2px rgb(0 0 0 / 20%);
|
|
24
|
+
transform-origin: 50% 25%;
|
|
25
|
+
flex: 0 0 auto;
|
|
26
|
+
border-radius: 0.2857rem;
|
|
27
|
+
user-select: text;
|
|
28
|
+
will-change: top, left, margin, transform, opacity;
|
|
29
|
+
}
|
|
30
|
+
.ui.modal > :first-child:not(.icon),
|
|
31
|
+
.ui.modal > .icon:first-child + * {
|
|
32
|
+
border-top-left-radius: 0.2857rem;
|
|
33
|
+
border-top-right-radius: 0.2857rem;
|
|
34
|
+
}
|
|
35
|
+
.ui.modal > :last-child {
|
|
36
|
+
border-bottom-left-radius: 0.2857rem;
|
|
37
|
+
border-bottom-right-radius: 0.2857rem;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
/*******************************
|
|
42
|
+
Content
|
|
43
|
+
*******************************/
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
/*--------------
|
|
47
|
+
Close
|
|
48
|
+
---------------*/
|
|
49
|
+
|
|
50
|
+
.ui.modal > .close {
|
|
51
|
+
cursor: pointer;
|
|
52
|
+
position: absolute;
|
|
53
|
+
top: -2.5rem;
|
|
54
|
+
right: -2.5rem;
|
|
55
|
+
z-index: 1;
|
|
56
|
+
opacity: 0.8;
|
|
57
|
+
font-size: 1.25em;
|
|
58
|
+
color: #FFFFFF;
|
|
59
|
+
width: 2.25rem;
|
|
60
|
+
height: 2.25rem;
|
|
61
|
+
padding: 0.625rem 0rem 0rem;
|
|
62
|
+
}
|
|
63
|
+
.ui.modal > .close:hover {
|
|
64
|
+
opacity: 1;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/*--------------
|
|
68
|
+
Header
|
|
69
|
+
---------------*/
|
|
70
|
+
|
|
71
|
+
.ui.modal > .header {
|
|
72
|
+
display: block;
|
|
73
|
+
font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
74
|
+
background: #FFFFFF;
|
|
75
|
+
margin: 0em;
|
|
76
|
+
padding: 1.25rem 1.5rem;
|
|
77
|
+
box-shadow: none;
|
|
78
|
+
color: rgb(0 0 0 / 85%);
|
|
79
|
+
border-bottom: 1px solid rgb(34 36 38 / 15%);
|
|
80
|
+
}
|
|
81
|
+
.ui.modal > .header:not(.ui) {
|
|
82
|
+
font-size: 1.4286rem;
|
|
83
|
+
line-height: 1.2857em;
|
|
84
|
+
font-weight: bold;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/*--------------
|
|
88
|
+
Content
|
|
89
|
+
---------------*/
|
|
90
|
+
|
|
91
|
+
.ui.modal > .content {
|
|
92
|
+
display: block;
|
|
93
|
+
width: 100%;
|
|
94
|
+
font-size: 1em;
|
|
95
|
+
line-height: 1.4;
|
|
96
|
+
padding: 1.5rem;
|
|
97
|
+
background: #FFFFFF;
|
|
98
|
+
}
|
|
99
|
+
.ui.modal > .image.content {
|
|
100
|
+
display: flex;
|
|
101
|
+
flex-direction: row;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
/* Image */
|
|
105
|
+
.ui.modal > .content > .image {
|
|
106
|
+
display: block;
|
|
107
|
+
flex: 0 1 auto;
|
|
108
|
+
width: '';
|
|
109
|
+
align-self: top;
|
|
110
|
+
}
|
|
111
|
+
.ui.modal > [class*="top aligned"] {
|
|
112
|
+
align-self: top;
|
|
113
|
+
}
|
|
114
|
+
.ui.modal > [class*="middle aligned"] {
|
|
115
|
+
align-self: middle;
|
|
116
|
+
}
|
|
117
|
+
.ui.modal > [class*="stretched"] {
|
|
118
|
+
align-self: stretch;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/* Description */
|
|
122
|
+
.ui.modal > .content > .description {
|
|
123
|
+
display: block;
|
|
124
|
+
flex: 1 0 auto;
|
|
125
|
+
min-width: 0px;
|
|
126
|
+
align-self: top;
|
|
127
|
+
}
|
|
128
|
+
.ui.modal > .content > .icon + .description,
|
|
129
|
+
.ui.modal > .content > .image + .description {
|
|
130
|
+
flex: 0 1 auto;
|
|
131
|
+
min-width: '';
|
|
132
|
+
width: auto;
|
|
133
|
+
padding-left: 2em;
|
|
134
|
+
}
|
|
135
|
+
/*rtl:ignore*/
|
|
136
|
+
.ui.modal > .content > .image > i.icon {
|
|
137
|
+
margin: 0em;
|
|
138
|
+
opacity: 1;
|
|
139
|
+
width: auto;
|
|
140
|
+
line-height: 1;
|
|
141
|
+
font-size: 8rem;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
/*--------------
|
|
145
|
+
Actions
|
|
146
|
+
---------------*/
|
|
147
|
+
|
|
148
|
+
.ui.modal > .actions {
|
|
149
|
+
background: #F9FAFB;
|
|
150
|
+
padding: 1rem;
|
|
151
|
+
border-top: 1px solid rgb(34 36 38 / 15%);
|
|
152
|
+
text-align: right;
|
|
153
|
+
}
|
|
154
|
+
.ui.modal .actions > .button {
|
|
155
|
+
margin-left: 0.75em;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
/*-------------------
|
|
159
|
+
Responsive
|
|
160
|
+
--------------------*/
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
/* Modal Width */
|
|
164
|
+
|
|
165
|
+
@media (width <= 767px) {
|
|
166
|
+
.ui.modal {
|
|
167
|
+
width: 95%;
|
|
168
|
+
margin: 0em;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
@media (width >= 768px) {
|
|
173
|
+
.ui.modal {
|
|
174
|
+
width: 88%;
|
|
175
|
+
margin: 0em;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
@media (width >= 992px) {
|
|
180
|
+
.ui.modal {
|
|
181
|
+
width: 850px;
|
|
182
|
+
margin: 0em;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
@media (width >= 1200px) {
|
|
187
|
+
.ui.modal {
|
|
188
|
+
width: 900px;
|
|
189
|
+
margin: 0em;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
@media (width >= 1920px) {
|
|
194
|
+
.ui.modal {
|
|
195
|
+
width: 950px;
|
|
196
|
+
margin: 0em;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
/* Tablet and Mobile */
|
|
201
|
+
|
|
202
|
+
@media (width <= 991px) {
|
|
203
|
+
.ui.modal > .header {
|
|
204
|
+
padding-right: 2.25rem;
|
|
205
|
+
}
|
|
206
|
+
.ui.modal > .close {
|
|
207
|
+
top: 1.0535rem;
|
|
208
|
+
right: 1rem;
|
|
209
|
+
color: rgb(0 0 0 / 87%);
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
/* Mobile */
|
|
214
|
+
|
|
215
|
+
@media (width <= 767px) {
|
|
216
|
+
.ui.modal > .header {
|
|
217
|
+
padding: 0.75rem 1rem !important;
|
|
218
|
+
padding-right: 2.25rem !important;
|
|
219
|
+
}
|
|
220
|
+
.ui.modal > .content {
|
|
221
|
+
display: block;
|
|
222
|
+
padding: 1rem !important;
|
|
223
|
+
}
|
|
224
|
+
.ui.modal > .close {
|
|
225
|
+
top: 0.5rem !important;
|
|
226
|
+
right: 0.5rem !important;
|
|
227
|
+
}
|
|
228
|
+
/*rtl:ignore*/
|
|
229
|
+
.ui.modal .image.content {
|
|
230
|
+
flex-direction: column;
|
|
231
|
+
}
|
|
232
|
+
.ui.modal .content > .image {
|
|
233
|
+
display: block;
|
|
234
|
+
max-width: 100%;
|
|
235
|
+
margin: 0em auto !important;
|
|
236
|
+
text-align: center;
|
|
237
|
+
padding: 0rem 0rem 1rem !important;
|
|
238
|
+
}
|
|
239
|
+
.ui.modal > .content > .image > i.icon {
|
|
240
|
+
font-size: 5rem;
|
|
241
|
+
text-align: center;
|
|
242
|
+
}
|
|
243
|
+
/*rtl:ignore*/
|
|
244
|
+
.ui.modal .content > .description {
|
|
245
|
+
display: block;
|
|
246
|
+
width: 100% !important;
|
|
247
|
+
margin: 0em !important;
|
|
248
|
+
padding: 1rem 0rem !important;
|
|
249
|
+
box-shadow: none;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
/* Let Buttons Stack */
|
|
253
|
+
.ui.modal > .actions {
|
|
254
|
+
padding: 1rem 1rem 0rem !important;
|
|
255
|
+
}
|
|
256
|
+
.ui.modal .actions > .buttons,
|
|
257
|
+
.ui.modal .actions > .button {
|
|
258
|
+
margin-bottom: 1rem;
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
/*--------------
|
|
263
|
+
Coupling
|
|
264
|
+
---------------*/
|
|
265
|
+
|
|
266
|
+
.ui.inverted.dimmer > .ui.modal {
|
|
267
|
+
box-shadow: 1px 3px 10px 2px rgb(0 0 0 / 20%);
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
/*******************************
|
|
272
|
+
Types
|
|
273
|
+
*******************************/
|
|
274
|
+
|
|
275
|
+
.ui.basic.modal {
|
|
276
|
+
background-color: transparent;
|
|
277
|
+
border: none;
|
|
278
|
+
border-radius: 0em;
|
|
279
|
+
box-shadow: none !important;
|
|
280
|
+
color: #FFFFFF;
|
|
281
|
+
}
|
|
282
|
+
.ui.basic.modal > .header,
|
|
283
|
+
.ui.basic.modal > .content,
|
|
284
|
+
.ui.basic.modal > .actions {
|
|
285
|
+
background-color: transparent;
|
|
286
|
+
}
|
|
287
|
+
.ui.basic.modal > .header {
|
|
288
|
+
color: #FFFFFF;
|
|
289
|
+
}
|
|
290
|
+
.ui.basic.modal > .close {
|
|
291
|
+
top: 1rem;
|
|
292
|
+
right: 1.5rem;
|
|
293
|
+
}
|
|
294
|
+
.ui.inverted.dimmer > .basic.modal {
|
|
295
|
+
color: rgb(0 0 0 / 87%);
|
|
296
|
+
}
|
|
297
|
+
.ui.inverted.dimmer > .ui.basic.modal > .header {
|
|
298
|
+
color: rgb(0 0 0 / 85%);
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
/* Resort to margin positioning if legacy */
|
|
302
|
+
.ui.legacy.modal,
|
|
303
|
+
.ui.legacy.page.dimmer > .ui.modal {
|
|
304
|
+
top: 50%;
|
|
305
|
+
left: 50%;
|
|
306
|
+
}
|
|
307
|
+
.ui.legacy.page.dimmer > .ui.scrolling.modal,
|
|
308
|
+
.ui.page.dimmer > .ui.scrolling.legacy.modal,
|
|
309
|
+
.ui.top.aligned.legacy.page.dimmer > .ui.modal,
|
|
310
|
+
.ui.top.aligned.dimmer > .ui.legacy.modal {
|
|
311
|
+
top: auto;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
/* Tablet and Mobile */
|
|
315
|
+
|
|
316
|
+
@media (width <= 991px) {
|
|
317
|
+
.ui.basic.modal > .close {
|
|
318
|
+
color: #FFFFFF;
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
/*******************************
|
|
324
|
+
States
|
|
325
|
+
*******************************/
|
|
326
|
+
|
|
327
|
+
.ui.loading.modal {
|
|
328
|
+
display: block;
|
|
329
|
+
visibility: hidden;
|
|
330
|
+
z-index: -1;
|
|
331
|
+
}
|
|
332
|
+
.ui.active.modal {
|
|
333
|
+
display: block;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
/*******************************
|
|
338
|
+
Variations
|
|
339
|
+
*******************************/
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
/*--------------
|
|
343
|
+
Top Aligned
|
|
344
|
+
---------------*/
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
/* Top Aligned Modal */
|
|
348
|
+
.modals.dimmer[class*="top aligned"] .modal {
|
|
349
|
+
margin: 5vh auto;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
@media (width <= 767px) {
|
|
353
|
+
.modals.dimmer[class*="top aligned"] .modal {
|
|
354
|
+
margin: 1rem auto;
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
/* Legacy Top Aligned */
|
|
359
|
+
.legacy.modals.dimmer[class*="top aligned"] {
|
|
360
|
+
padding-top: 5vh;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
@media (width <= 767px) {
|
|
364
|
+
.legacy.modals.dimmer[class*="top aligned"] {
|
|
365
|
+
padding-top: 1rem;
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
/*--------------
|
|
370
|
+
Scrolling
|
|
371
|
+
---------------*/
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
/* Scrolling Dimmer */
|
|
375
|
+
.scrolling.dimmable.dimmed {
|
|
376
|
+
overflow: hidden;
|
|
377
|
+
}
|
|
378
|
+
.scrolling.dimmable > .dimmer {
|
|
379
|
+
justify-content: flex-start;
|
|
380
|
+
}
|
|
381
|
+
.scrolling.dimmable.dimmed > .dimmer {
|
|
382
|
+
overflow: auto;
|
|
383
|
+
-webkit-overflow-scrolling: touch;
|
|
384
|
+
}
|
|
385
|
+
.scrolling.dimmable > .dimmer {
|
|
386
|
+
position: fixed;
|
|
387
|
+
}
|
|
388
|
+
.modals.dimmer .ui.scrolling.modal {
|
|
389
|
+
margin: 1rem auto;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
/* Undetached Scrolling */
|
|
393
|
+
.scrolling.undetached.dimmable.dimmed {
|
|
394
|
+
overflow: auto;
|
|
395
|
+
-webkit-overflow-scrolling: touch;
|
|
396
|
+
}
|
|
397
|
+
.scrolling.undetached.dimmable.dimmed > .dimmer {
|
|
398
|
+
overflow: hidden;
|
|
399
|
+
}
|
|
400
|
+
.scrolling.undetached.dimmable .ui.scrolling.modal {
|
|
401
|
+
position: absolute;
|
|
402
|
+
left: 50%;
|
|
403
|
+
margin-top: 1rem !important;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
/* Scrolling Content */
|
|
407
|
+
.ui.modal .scrolling.content {
|
|
408
|
+
max-height: calc(70vh);
|
|
409
|
+
overflow: auto;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
/*--------------
|
|
413
|
+
Full Screen
|
|
414
|
+
---------------*/
|
|
415
|
+
|
|
416
|
+
.ui.fullscreen.modal {
|
|
417
|
+
width: 95% !important;
|
|
418
|
+
left: 0em !important;
|
|
419
|
+
margin: 1em auto;
|
|
420
|
+
}
|
|
421
|
+
.ui.fullscreen.scrolling.modal {
|
|
422
|
+
left: 0em !important;
|
|
423
|
+
}
|
|
424
|
+
.ui.fullscreen.modal > .header {
|
|
425
|
+
padding-right: 2.25rem;
|
|
426
|
+
}
|
|
427
|
+
.ui.fullscreen.modal > .close {
|
|
428
|
+
top: 1.0535rem;
|
|
429
|
+
right: 1rem;
|
|
430
|
+
color: rgb(0 0 0 / 87%);
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
/*--------------
|
|
434
|
+
Size
|
|
435
|
+
---------------*/
|
|
436
|
+
|
|
437
|
+
.ui.modal {
|
|
438
|
+
font-size: 1rem;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
/* Mini */
|
|
442
|
+
.ui.mini.modal > .header:not(.ui) {
|
|
443
|
+
font-size: 1.3em;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
/* Mini Modal Width */
|
|
447
|
+
|
|
448
|
+
@media (width <= 767px) {
|
|
449
|
+
.ui.mini.modal {
|
|
450
|
+
width: 95%;
|
|
451
|
+
margin: 0em;
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
@media (width >= 768px) {
|
|
456
|
+
.ui.mini.modal {
|
|
457
|
+
width: 35.2%;
|
|
458
|
+
margin: 0em;
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
@media (width >= 992px) {
|
|
463
|
+
.ui.mini.modal {
|
|
464
|
+
width: 340px;
|
|
465
|
+
margin: 0em;
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
@media (width >= 1200px) {
|
|
470
|
+
.ui.mini.modal {
|
|
471
|
+
width: 360px;
|
|
472
|
+
margin: 0em;
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
@media (width >= 1920px) {
|
|
477
|
+
.ui.mini.modal {
|
|
478
|
+
width: 380px;
|
|
479
|
+
margin: 0em;
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
/* mini */
|
|
484
|
+
.ui.small.modal > .header:not(.ui) {
|
|
485
|
+
font-size: 1.3em;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
/* Tiny Modal Width */
|
|
489
|
+
|
|
490
|
+
@media (width <= 767px) {
|
|
491
|
+
.ui.tiny.modal {
|
|
492
|
+
width: 95%;
|
|
493
|
+
margin: 0em;
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
@media (width >= 768px) {
|
|
498
|
+
.ui.tiny.modal {
|
|
499
|
+
width: 52.8%;
|
|
500
|
+
margin: 0em;
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
@media (width >= 992px) {
|
|
505
|
+
.ui.tiny.modal {
|
|
506
|
+
width: 510px;
|
|
507
|
+
margin: 0em;
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
@media (width >= 1200px) {
|
|
512
|
+
.ui.tiny.modal {
|
|
513
|
+
width: 540px;
|
|
514
|
+
margin: 0em;
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
@media (width >= 1920px) {
|
|
519
|
+
.ui.tiny.modal {
|
|
520
|
+
width: 570px;
|
|
521
|
+
margin: 0em;
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
/* Small */
|
|
526
|
+
.ui.small.modal > .header:not(.ui) {
|
|
527
|
+
font-size: 1.3em;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
/* Small Modal Width */
|
|
531
|
+
|
|
532
|
+
@media (width <= 767px) {
|
|
533
|
+
.ui.small.modal {
|
|
534
|
+
width: 95%;
|
|
535
|
+
margin: 0em;
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
@media (width >= 768px) {
|
|
540
|
+
.ui.small.modal {
|
|
541
|
+
width: 70.4%;
|
|
542
|
+
margin: 0em;
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
@media (width >= 992px) {
|
|
547
|
+
.ui.small.modal {
|
|
548
|
+
width: 680px;
|
|
549
|
+
margin: 0em;
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
@media (width >= 1200px) {
|
|
554
|
+
.ui.small.modal {
|
|
555
|
+
width: 720px;
|
|
556
|
+
margin: 0em;
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
@media (width >= 1920px) {
|
|
561
|
+
.ui.small.modal {
|
|
562
|
+
width: 760px;
|
|
563
|
+
margin: 0em;
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
/* Large Modal Width */
|
|
568
|
+
.ui.large.modal > .header {
|
|
569
|
+
font-size: 1.6em;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
@media (width <= 767px) {
|
|
573
|
+
.ui.large.modal {
|
|
574
|
+
width: 95%;
|
|
575
|
+
margin: 0em;
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
@media (width >= 768px) {
|
|
580
|
+
.ui.large.modal {
|
|
581
|
+
width: 88%;
|
|
582
|
+
margin: 0em;
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
@media (width >= 992px) {
|
|
587
|
+
.ui.large.modal {
|
|
588
|
+
width: 1020px;
|
|
589
|
+
margin: 0em;
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
@media (width >= 1200px) {
|
|
594
|
+
.ui.large.modal {
|
|
595
|
+
width: 1080px;
|
|
596
|
+
margin: 0em;
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
@media (width >= 1920px) {
|
|
601
|
+
.ui.large.modal {
|
|
602
|
+
width: 1140px;
|
|
603
|
+
margin: 0em;
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
/*******************************
|
|
609
|
+
Theme Overrides
|
|
610
|
+
*******************************/
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
/*******************************
|
|
615
|
+
Site Overrides
|
|
616
|
+
*******************************/
|
|
617
|
+
|