fomantic-ui 2.9.3-beta.2 → 2.9.3-beta.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/.github/workflows/ci.yml +1 -1
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +1 -1
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +1 -1
- package/dist/components/api.min.js +1 -1
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +2 -2
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +6 -6
- package/dist/components/calendar.js +1 -1
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +1 -1
- package/dist/components/card.css +1 -1
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +1 -1
- package/dist/components/checkbox.js +1 -1
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +1 -1
- package/dist/components/comment.css +1 -1
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +62 -1
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +3 -3
- package/dist/components/dimmer.js +1 -1
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +1 -1
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +42 -4
- package/dist/components/dropdown.js +22 -12
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- package/dist/components/emoji.css +1 -1
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +1 -1
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +3 -2
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +1 -1
- package/dist/components/flyout.js +26 -20
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +53 -20
- package/dist/components/form.js +74 -43
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +107 -107
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +1 -1
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +1 -1
- package/dist/components/icon.min.css +1 -1
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +3 -27
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +1 -1
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +21 -2
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +13 -13
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +282 -282
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +9 -3
- package/dist/components/menu.min.css +2 -2
- package/dist/components/message.css +1 -1
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +10 -3
- package/dist/components/modal.js +31 -26
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +1 -1
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +41 -40
- package/dist/components/popup.js +8 -6
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +1 -1
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +1 -1
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +1 -1
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +17 -1
- package/dist/components/search.js +3 -2
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +159 -33
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +1 -1
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +1 -1
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +1 -1
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +1 -1
- package/dist/components/site.css +1 -1
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.css +1 -1
- package/dist/components/slider.js +122 -26
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +1 -1
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +1 -1
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +1 -1
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +65 -1
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +6 -1
- package/dist/components/toast.js +2 -2
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +1 -1
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +1 -1
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +1055 -593
- package/dist/semantic.js +306 -155
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/package.json +1 -1
- package/src/definitions/behaviors/form.js +73 -42
- package/src/definitions/collections/breadcrumb.less +2 -1
- package/src/definitions/collections/form.less +27 -13
- package/src/definitions/collections/grid.less +108 -107
- package/src/definitions/collections/menu.less +29 -21
- package/src/definitions/collections/message.less +2 -1
- package/src/definitions/collections/table.less +68 -1
- package/src/definitions/elements/button.less +4 -2
- package/src/definitions/elements/container.less +65 -1
- package/src/definitions/elements/divider.less +2 -1
- package/src/definitions/elements/emoji.less +2 -1
- package/src/definitions/elements/flag.less +2 -1
- package/src/definitions/elements/header.less +2 -1
- package/src/definitions/elements/icon.less +2 -1
- package/src/definitions/elements/image.less +2 -1
- package/src/definitions/elements/input.less +4 -3
- package/src/definitions/elements/label.less +23 -2
- package/src/definitions/elements/list.less +14 -13
- package/src/definitions/elements/loader.less +73 -72
- package/src/definitions/elements/placeholder.less +2 -1
- package/src/definitions/elements/rail.less +2 -1
- package/src/definitions/elements/reveal.less +2 -1
- package/src/definitions/elements/segment.less +112 -14
- package/src/definitions/elements/step.less +2 -1
- package/src/definitions/elements/text.less +2 -1
- package/src/definitions/globals/reset.less +2 -1
- package/src/definitions/globals/site.less +2 -1
- package/src/definitions/modules/accordion.less +2 -1
- package/src/definitions/modules/calendar.less +3 -2
- package/src/definitions/modules/checkbox.less +2 -1
- package/src/definitions/modules/dimmer.less +4 -3
- package/src/definitions/modules/dropdown.js +21 -11
- package/src/definitions/modules/dropdown.less +55 -4
- package/src/definitions/modules/embed.less +2 -1
- package/src/definitions/modules/flyout.js +25 -19
- package/src/definitions/modules/flyout.less +2 -1
- package/src/definitions/modules/modal.js +30 -25
- package/src/definitions/modules/modal.less +13 -3
- package/src/definitions/modules/nag.less +3 -1
- package/src/definitions/modules/popup.js +7 -5
- package/src/definitions/modules/popup.less +42 -39
- package/src/definitions/modules/progress.less +2 -1
- package/src/definitions/modules/rating.less +2 -1
- package/src/definitions/modules/search.js +2 -1
- package/src/definitions/modules/search.less +20 -1
- package/src/definitions/modules/shape.less +2 -1
- package/src/definitions/modules/sidebar.less +2 -1
- package/src/definitions/modules/slider.js +121 -25
- package/src/definitions/modules/slider.less +2 -1
- package/src/definitions/modules/sticky.less +2 -1
- package/src/definitions/modules/tab.less +2 -1
- package/src/definitions/modules/toast.js +1 -1
- package/src/definitions/modules/toast.less +9 -1
- package/src/definitions/modules/transition.less +2 -1
- package/src/definitions/views/ad.less +2 -1
- package/src/definitions/views/card.less +2 -1
- package/src/definitions/views/comment.less +2 -1
- package/src/definitions/views/feed.less +2 -1
- package/src/definitions/views/item.less +2 -1
- package/src/definitions/views/statistic.less +2 -1
- package/src/overrides.less +7 -0
- package/src/theme.less +7 -6
- package/src/themes/amazon/elements/button.variables +5 -1
- package/src/themes/bootstrap3/elements/button.variables +5 -1
- package/src/themes/chubby/elements/header.variables +6 -1
- package/src/themes/default/collections/message.variables +3 -9
- package/src/themes/default/collections/table.variables +3 -0
- package/src/themes/default/elements/button.variables +1 -3
- package/src/themes/default/elements/container.variables +3 -0
- package/src/themes/default/elements/flag.variables +1 -1
- package/src/themes/default/elements/label.variables +5 -0
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/globals/site.variables +20 -1
- package/src/themes/default/globals/variation.variables +7 -1
- package/src/themes/default/modules/dropdown.variables +6 -0
- package/src/themes/default/modules/modal.variables +4 -0
- package/src/themes/default/modules/popup.variables +3 -1
- package/src/themes/default/modules/search.variables +3 -0
- package/src/themes/default/modules/toast.variables +1 -0
- package/src/themes/default/views/card.variables +4 -12
- package/src/themes/github/elements/button.variables +5 -1
- package/src/themes/twitter/elements/button.variables +5 -1
- package/tasks/admin/distributions/create.js +8 -3
- package/tasks/config/project/install.js +3 -0
- package/tasks/config/tasks.js +1 -8
- package/tasks/install.js +15 -5
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.3-beta.
|
2
|
+
* # Fomantic-UI 2.9.3-beta.20+1e3f606 - Segment
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -170,6 +170,9 @@
|
|
170
170
|
margin: 3em 0;
|
171
171
|
box-shadow: "";
|
172
172
|
z-index: auto;
|
173
|
+
background-color: #fff;
|
174
|
+
border: 1px solid rgba(34, 36, 38, 0.15);
|
175
|
+
color: rgba(0, 0, 0, 0.87);
|
173
176
|
}
|
174
177
|
.ui.piled.segment:first-child {
|
175
178
|
margin-top: 0;
|
@@ -181,7 +184,7 @@
|
|
181
184
|
.ui.piled.segments::before,
|
182
185
|
.ui.piled.segment::after,
|
183
186
|
.ui.piled.segment::before {
|
184
|
-
background-color:
|
187
|
+
background-color: inherit;
|
185
188
|
visibility: visible;
|
186
189
|
content: "";
|
187
190
|
display: block;
|
@@ -189,9 +192,14 @@
|
|
189
192
|
left: 0;
|
190
193
|
position: absolute;
|
191
194
|
width: 100%;
|
192
|
-
border:
|
195
|
+
border: inherit;
|
193
196
|
box-shadow: "";
|
194
197
|
}
|
198
|
+
.ui.inverted.piled.segment {
|
199
|
+
background-color: #1b1c1d;
|
200
|
+
border: 1px solid #555;
|
201
|
+
color: rgba(255, 255, 255, 0.9);
|
202
|
+
}
|
195
203
|
.ui.piled.segments::before,
|
196
204
|
.ui.piled.segment::before {
|
197
205
|
transform: rotate(-1.2deg);
|
@@ -220,6 +228,12 @@
|
|
220
228
|
.ui.piled.segment[class*="bottom attached"]:last-child {
|
221
229
|
margin-bottom: 0;
|
222
230
|
}
|
231
|
+
@supports selector(:has(.f)) {
|
232
|
+
*:has(> .ui.piled.segment) {
|
233
|
+
z-index: 0;
|
234
|
+
position: relative;
|
235
|
+
}
|
236
|
+
}
|
223
237
|
|
224
238
|
/* -------------------
|
225
239
|
Stacked
|
@@ -254,12 +268,16 @@
|
|
254
268
|
}
|
255
269
|
|
256
270
|
/* Inverted */
|
271
|
+
.ui.stacked.inverted.segments,
|
272
|
+
.ui.stacked.inverted.segment {
|
273
|
+
border: 1px solid rgba(225, 225, 225, 0.5);
|
274
|
+
}
|
257
275
|
.ui.stacked.inverted.segments::before,
|
258
|
-
.ui.stacked.inverted.segments::after,
|
259
276
|
.ui.stacked.inverted.segment::before,
|
277
|
+
.ui.stacked.inverted.segments::after,
|
260
278
|
.ui.stacked.inverted.segment::after {
|
261
279
|
background-color: rgba(0, 0, 0, 0.03);
|
262
|
-
border-top: 1px solid rgba(
|
280
|
+
border-top: 1px solid rgba(225, 225, 225, 0.5);
|
263
281
|
}
|
264
282
|
|
265
283
|
/* -------------------
|
@@ -310,10 +328,14 @@
|
|
310
328
|
/* -------------------
|
311
329
|
Raised
|
312
330
|
-------------------- */
|
313
|
-
.ui.
|
314
|
-
.ui.
|
331
|
+
.ui.ui.raised.segments,
|
332
|
+
.ui.ui.raised.segment {
|
315
333
|
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
316
334
|
}
|
335
|
+
.ui.ui.inverted.raised.segments,
|
336
|
+
.ui.ui.inverted.raised.segment {
|
337
|
+
box-shadow: 0 2px 4px 0 rgba(225, 225, 225, 0.1), 0 2px 10px 0 rgba(225, 225, 225, 0.5);
|
338
|
+
}
|
317
339
|
|
318
340
|
|
319
341
|
/*******************************
|
@@ -474,6 +496,7 @@
|
|
474
496
|
-ms-user-select: none;
|
475
497
|
user-select: none;
|
476
498
|
transition: all 0s linear;
|
499
|
+
min-height: 4.5em;
|
477
500
|
}
|
478
501
|
.ui.loading.segments::before,
|
479
502
|
.ui.loading.segment::before {
|
@@ -534,97 +557,136 @@
|
|
534
557
|
/* -------------------
|
535
558
|
Colors
|
536
559
|
-------------------- */
|
537
|
-
.ui.
|
560
|
+
.ui.ui.ui.ui.ui.red.segment:not(.inverted) {
|
538
561
|
border-top: 2px solid #db2828;
|
539
562
|
}
|
540
|
-
.ui.
|
563
|
+
.ui.ui.ui.ui.ui.inverted.red.segment {
|
541
564
|
background-color: #db2828;
|
542
565
|
color: #fff;
|
543
566
|
}
|
544
|
-
.ui.
|
567
|
+
.ui.ui.inverted.red.segment:not(.piled) {
|
568
|
+
border-color: #db2828;
|
569
|
+
}
|
570
|
+
.ui.ui.ui.ui.ui.orange.segment:not(.inverted) {
|
545
571
|
border-top: 2px solid #f2711c;
|
546
572
|
}
|
547
|
-
.ui.
|
573
|
+
.ui.ui.ui.ui.ui.inverted.orange.segment {
|
548
574
|
background-color: #f2711c;
|
549
575
|
color: #fff;
|
550
576
|
}
|
551
|
-
.ui.
|
577
|
+
.ui.ui.inverted.orange.segment:not(.piled) {
|
578
|
+
border-color: #f2711c;
|
579
|
+
}
|
580
|
+
.ui.ui.ui.ui.ui.yellow.segment:not(.inverted) {
|
552
581
|
border-top: 2px solid #fbbd08;
|
553
582
|
}
|
554
|
-
.ui.
|
583
|
+
.ui.ui.ui.ui.ui.inverted.yellow.segment {
|
555
584
|
background-color: #fbbd08;
|
556
585
|
color: #fff;
|
557
586
|
}
|
558
|
-
.ui.
|
587
|
+
.ui.ui.inverted.yellow.segment:not(.piled) {
|
588
|
+
border-color: #fbbd08;
|
589
|
+
}
|
590
|
+
.ui.ui.ui.ui.ui.olive.segment:not(.inverted) {
|
559
591
|
border-top: 2px solid #b5cc18;
|
560
592
|
}
|
561
|
-
.ui.
|
593
|
+
.ui.ui.ui.ui.ui.inverted.olive.segment {
|
562
594
|
background-color: #b5cc18;
|
563
595
|
color: #fff;
|
564
596
|
}
|
565
|
-
.ui.
|
597
|
+
.ui.ui.inverted.olive.segment:not(.piled) {
|
598
|
+
border-color: #b5cc18;
|
599
|
+
}
|
600
|
+
.ui.ui.ui.ui.ui.green.segment:not(.inverted) {
|
566
601
|
border-top: 2px solid #21ba45;
|
567
602
|
}
|
568
|
-
.ui.
|
603
|
+
.ui.ui.ui.ui.ui.inverted.green.segment {
|
569
604
|
background-color: #21ba45;
|
570
605
|
color: #fff;
|
571
606
|
}
|
572
|
-
.ui.
|
607
|
+
.ui.ui.inverted.green.segment:not(.piled) {
|
608
|
+
border-color: #21ba45;
|
609
|
+
}
|
610
|
+
.ui.ui.ui.ui.ui.teal.segment:not(.inverted) {
|
573
611
|
border-top: 2px solid #00b5ad;
|
574
612
|
}
|
575
|
-
.ui.
|
613
|
+
.ui.ui.ui.ui.ui.inverted.teal.segment {
|
576
614
|
background-color: #00b5ad;
|
577
615
|
color: #fff;
|
578
616
|
}
|
579
|
-
.ui.
|
617
|
+
.ui.ui.inverted.teal.segment:not(.piled) {
|
618
|
+
border-color: #00b5ad;
|
619
|
+
}
|
620
|
+
.ui.ui.ui.ui.ui.blue.segment:not(.inverted) {
|
580
621
|
border-top: 2px solid #2185d0;
|
581
622
|
}
|
582
|
-
.ui.
|
623
|
+
.ui.ui.ui.ui.ui.inverted.blue.segment {
|
583
624
|
background-color: #2185d0;
|
584
625
|
color: #fff;
|
585
626
|
}
|
586
|
-
.ui.
|
627
|
+
.ui.ui.inverted.blue.segment:not(.piled) {
|
628
|
+
border-color: #2185d0;
|
629
|
+
}
|
630
|
+
.ui.ui.ui.ui.ui.violet.segment:not(.inverted) {
|
587
631
|
border-top: 2px solid #6435c9;
|
588
632
|
}
|
589
|
-
.ui.
|
633
|
+
.ui.ui.ui.ui.ui.inverted.violet.segment {
|
590
634
|
background-color: #6435c9;
|
591
635
|
color: #fff;
|
592
636
|
}
|
593
|
-
.ui.
|
637
|
+
.ui.ui.inverted.violet.segment:not(.piled) {
|
638
|
+
border-color: #6435c9;
|
639
|
+
}
|
640
|
+
.ui.ui.ui.ui.ui.purple.segment:not(.inverted) {
|
594
641
|
border-top: 2px solid #a333c8;
|
595
642
|
}
|
596
|
-
.ui.
|
643
|
+
.ui.ui.ui.ui.ui.inverted.purple.segment {
|
597
644
|
background-color: #a333c8;
|
598
645
|
color: #fff;
|
599
646
|
}
|
600
|
-
.ui.
|
647
|
+
.ui.ui.inverted.purple.segment:not(.piled) {
|
648
|
+
border-color: #a333c8;
|
649
|
+
}
|
650
|
+
.ui.ui.ui.ui.ui.pink.segment:not(.inverted) {
|
601
651
|
border-top: 2px solid #e03997;
|
602
652
|
}
|
603
|
-
.ui.
|
653
|
+
.ui.ui.ui.ui.ui.inverted.pink.segment {
|
604
654
|
background-color: #e03997;
|
605
655
|
color: #fff;
|
606
656
|
}
|
607
|
-
.ui.
|
657
|
+
.ui.ui.inverted.pink.segment:not(.piled) {
|
658
|
+
border-color: #e03997;
|
659
|
+
}
|
660
|
+
.ui.ui.ui.ui.ui.brown.segment:not(.inverted) {
|
608
661
|
border-top: 2px solid #a5673f;
|
609
662
|
}
|
610
|
-
.ui.
|
663
|
+
.ui.ui.ui.ui.ui.inverted.brown.segment {
|
611
664
|
background-color: #a5673f;
|
612
665
|
color: #fff;
|
613
666
|
}
|
614
|
-
.ui.
|
667
|
+
.ui.ui.inverted.brown.segment:not(.piled) {
|
668
|
+
border-color: #a5673f;
|
669
|
+
}
|
670
|
+
.ui.ui.ui.ui.ui.grey.segment:not(.inverted) {
|
615
671
|
border-top: 2px solid #767676;
|
616
672
|
}
|
617
|
-
.ui.
|
673
|
+
.ui.ui.ui.ui.ui.inverted.grey.segment {
|
618
674
|
background-color: #767676;
|
619
675
|
color: #fff;
|
620
676
|
}
|
621
|
-
.ui.
|
677
|
+
.ui.ui.inverted.grey.segment:not(.piled) {
|
678
|
+
border-color: #767676;
|
679
|
+
}
|
680
|
+
.ui.ui.ui.ui.ui.black.segment:not(.inverted) {
|
622
681
|
border-top: 2px solid #1b1c1d;
|
623
682
|
}
|
624
|
-
.ui.
|
683
|
+
.ui.ui.ui.ui.ui.inverted.black.segment {
|
625
684
|
background-color: #1b1c1d;
|
626
685
|
color: #fff;
|
627
686
|
}
|
687
|
+
.ui.ui.inverted.black.segment:not(.piled) {
|
688
|
+
border-color: #1b1c1d;
|
689
|
+
}
|
628
690
|
|
629
691
|
/* -------------------
|
630
692
|
Aligned
|
@@ -813,69 +875,133 @@
|
|
813
875
|
.ui.scrolling.segment.short {
|
814
876
|
max-height: 11.25em;
|
815
877
|
}
|
878
|
+
.ui.scrolling.segment.short.resizable {
|
879
|
+
height: 11.25em;
|
880
|
+
}
|
816
881
|
.ui.scrolling.segment[class*="very short"] {
|
817
882
|
max-height: 7.5em;
|
818
883
|
}
|
884
|
+
.ui.scrolling.segment[class*="very short"].resizable {
|
885
|
+
height: 7.5em;
|
886
|
+
}
|
819
887
|
.ui.scrolling.segment {
|
820
888
|
max-height: 15em;
|
821
889
|
}
|
890
|
+
.ui.scrolling.segment.resizable {
|
891
|
+
height: 15em;
|
892
|
+
}
|
822
893
|
.ui.scrolling.segment.long {
|
823
894
|
max-height: 30em;
|
824
895
|
}
|
896
|
+
.ui.scrolling.segment.long.resizable {
|
897
|
+
height: 30em;
|
898
|
+
}
|
825
899
|
.ui.scrolling.segment[class*="very long"] {
|
826
900
|
max-height: 45em;
|
827
901
|
}
|
902
|
+
.ui.scrolling.segment[class*="very long"].resizable {
|
903
|
+
height: 45em;
|
904
|
+
}
|
828
905
|
}
|
829
906
|
@media only screen and (min-width: 768px) {
|
830
907
|
.ui.scrolling.segment.short {
|
831
908
|
max-height: 13.5em;
|
832
909
|
}
|
910
|
+
.ui.scrolling.segment.short.resizable {
|
911
|
+
height: 13.5em;
|
912
|
+
}
|
833
913
|
.ui.scrolling.segment[class*="very short"] {
|
834
914
|
max-height: 9em;
|
835
915
|
}
|
916
|
+
.ui.scrolling.segment[class*="very short"].resizable {
|
917
|
+
height: 9em;
|
918
|
+
}
|
836
919
|
.ui.scrolling.segment {
|
837
920
|
max-height: 18em;
|
838
921
|
}
|
922
|
+
.ui.scrolling.segment.resizable {
|
923
|
+
height: 18em;
|
924
|
+
}
|
839
925
|
.ui.scrolling.segment.long {
|
840
926
|
max-height: 36em;
|
841
927
|
}
|
928
|
+
.ui.scrolling.segment.long.resizable {
|
929
|
+
height: 36em;
|
930
|
+
}
|
842
931
|
.ui.scrolling.segment[class*="very long"] {
|
843
932
|
max-height: 54em;
|
844
933
|
}
|
934
|
+
.ui.scrolling.segment[class*="very long"].resizable {
|
935
|
+
height: 54em;
|
936
|
+
}
|
845
937
|
}
|
846
938
|
@media only screen and (min-width: 992px) {
|
847
939
|
.ui.scrolling.segment.short {
|
848
940
|
max-height: 18em;
|
849
941
|
}
|
942
|
+
.ui.scrolling.segment.short.resizable {
|
943
|
+
height: 18em;
|
944
|
+
}
|
850
945
|
.ui.scrolling.segment[class*="very short"] {
|
851
946
|
max-height: 12em;
|
852
947
|
}
|
948
|
+
.ui.scrolling.segment[class*="very short"].resizable {
|
949
|
+
height: 12em;
|
950
|
+
}
|
853
951
|
.ui.scrolling.segment {
|
854
952
|
max-height: 24em;
|
855
953
|
}
|
954
|
+
.ui.scrolling.segment.resizable {
|
955
|
+
height: 24em;
|
956
|
+
}
|
856
957
|
.ui.scrolling.segment.long {
|
857
958
|
max-height: 48em;
|
858
959
|
}
|
960
|
+
.ui.scrolling.segment.long.resizable {
|
961
|
+
height: 48em;
|
962
|
+
}
|
859
963
|
.ui.scrolling.segment[class*="very long"] {
|
860
964
|
max-height: 72em;
|
861
965
|
}
|
966
|
+
.ui.scrolling.segment[class*="very long"].resizable {
|
967
|
+
height: 72em;
|
968
|
+
}
|
862
969
|
}
|
863
970
|
@media only screen and (min-width: 1920px) {
|
864
971
|
.ui.scrolling.segment.short {
|
865
972
|
max-height: 22.5em;
|
866
973
|
}
|
974
|
+
.ui.scrolling.segment.short.resizable {
|
975
|
+
height: 22.5em;
|
976
|
+
}
|
867
977
|
.ui.scrolling.segment[class*="very short"] {
|
868
978
|
max-height: 15em;
|
869
979
|
}
|
980
|
+
.ui.scrolling.segment[class*="very short"].resizable {
|
981
|
+
height: 15em;
|
982
|
+
}
|
870
983
|
.ui.scrolling.segment {
|
871
984
|
max-height: 30em;
|
872
985
|
}
|
986
|
+
.ui.scrolling.segment.resizable {
|
987
|
+
height: 30em;
|
988
|
+
}
|
873
989
|
.ui.scrolling.segment.long {
|
874
990
|
max-height: 60em;
|
875
991
|
}
|
992
|
+
.ui.scrolling.segment.long.resizable {
|
993
|
+
height: 60em;
|
994
|
+
}
|
876
995
|
.ui.scrolling.segment[class*="very long"] {
|
877
996
|
max-height: 90em;
|
878
997
|
}
|
998
|
+
.ui.scrolling.segment[class*="very long"].resizable {
|
999
|
+
height: 90em;
|
1000
|
+
}
|
1001
|
+
}
|
1002
|
+
.ui.resizable.scrolling.segment {
|
1003
|
+
resize: vertical;
|
1004
|
+
max-height: none;
|
879
1005
|
}
|
880
1006
|
|
881
1007
|
/* -------------------
|
@@ -1,9 +1,9 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.3-beta.
|
2
|
+
* # Fomantic-UI 2.9.3-beta.20+1e3f606 - Segment
|
3
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
|
-
*/.ui.segment{position:relative;background:#fff;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;padding:1em 1em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.segment:first-child{margin-top:0}.ui.segment:last-child{margin-bottom:0}.ui.vertical.segment{margin:0;padding-left:0;padding-right:0;background:none transparent;border-radius:0;box-shadow:none;border:none;border-top:1px solid rgba(34,36,38,.15)}.ui.vertical.segment:first-child{border-top:none}.ui.inverted.segment>.ui.header,.ui.inverted.segment>.ui.header .sub.header,.ui.inverted.segments .segment>.ui.header,.ui.inverted.segments .segment>.ui.header .sub.header{color:#fff}.ui[class*="bottom attached"].segment>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui[class*="top attached"].segment>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.grid>.row>.ui.segment.column,.ui.grid>.ui.segment.column,.ui.page.grid.segment{padding-top:2em;padding-bottom:2em}.ui.grid.segment{margin:1rem 0;border-radius:.28571429rem}.ui.basic.table.segment{background:#fff;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.ui[class*="very basic"].table.segment{padding:1em 1em}.ui.segment.tab:last-child{margin-bottom:1rem}.ui.placeholder.segment{display:flex;flex-direction:column;justify-content:center;align-items:stretch;max-width:initial;animation:none;overflow:visible;padding:1em 1em;min-height:18rem;background:#f9fafb;border-color:rgba(34,36,38,.15);box-shadow:0 2px 25px 0 rgba(34,36,38,.05) inset}.ui.placeholder.segment.tab{display:none}.ui.placeholder.segment.tab.active{display:flex}.ui.placeholder.segment .button,.ui.placeholder.segment textarea{display:block}.ui.placeholder.segment .button,.ui.placeholder.segment .field,.ui.placeholder.segment textarea,.ui.placeholder.segment>.ui.input{max-width:15rem;margin-left:auto;margin-right:auto}.ui.placeholder.segment .column .button,.ui.placeholder.segment .column .field,.ui.placeholder.segment .column textarea,.ui.placeholder.segment .column>.ui.input{max-width:15rem;margin-left:auto;margin-right:auto}.ui.placeholder.segment>.inline{align-self:center}.ui.placeholder.segment>.inline>.button{display:inline-block;width:auto;margin:0 .35714286rem 0 0}.ui.placeholder.segment>.inline>.button:last-child{margin-right:0}.ui.piled.segment,.ui.piled.segments{margin:3em 0;box-shadow:"";z-index:auto}.ui.piled.segment:first-child{margin-top:0}.ui.piled.segment:last-child{margin-bottom:0}.ui.piled.segment::after,.ui.piled.segment::before,.ui.piled.segments::after,.ui.piled.segments::before{background-color:#fff;visibility:visible;content:"";display:block;height:100%;left:0;position:absolute;width:100%;border:1px solid rgba(34,36,38,.15);box-shadow:""}.ui.piled.segment::before,.ui.piled.segments::before{transform:rotate(-1.2deg);top:0;z-index:-2}.ui.piled.segment::after,.ui.piled.segments::after{transform:rotate(1.2deg);top:0;z-index:-1}.ui[class*="top attached"].piled.segment{margin-top:3em;margin-bottom:0}.ui.piled.segment[class*="top attached"]:first-child{margin-top:0}.ui.piled.segment[class*="bottom attached"]{margin-top:0;margin-bottom:3em}.ui.piled.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.stacked.segment{padding-bottom:1.4em}.ui.stacked.segment::after,.ui.stacked.segment::before,.ui.stacked.segments::after,.ui.stacked.segments::before{content:"";position:absolute;bottom:-3px;left:0;border-top:1px solid rgba(34,36,38,.15);background:rgba(0,0,0,.03);width:100%;height:6px;visibility:visible}.ui.stacked.segment::before,.ui.stacked.segments::before{display:none}.ui.tall.stacked.segment::before,.ui.tall.stacked.segments::before{display:block;bottom:0}.ui.stacked.inverted.segment::after,.ui.stacked.inverted.segment::before,.ui.stacked.inverted.segments::after,.ui.stacked.inverted.segments::before{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(34,36,38,.35)}.ui.padded.segment{padding:1.5em}.ui[class*="very padded"].segment{padding:3em}.ui.padded.segment.vertical.segment,.ui[class*="very padded"].vertical.segment{padding-left:0;padding-right:0}.ui.compact.segment{display:table}.ui.compact.segments{display:inline-flex}.ui.compact.segments .segment,.ui.segments .compact.segment{display:block;flex:0 1 auto}.ui.circular.segment{display:table-cell;padding:2em;text-align:center;vertical-align:middle;border-radius:500em}.ui.raised.raised.segment,.ui.raised.raised.segments{box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.segments{flex-direction:column;position:relative;margin:1rem 0;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border-radius:.28571429rem}.ui.segments:first-child{margin-top:0}.ui.segments:last-child{margin-bottom:0}.ui.segments>.segment{top:0;bottom:0;border-radius:0;margin:0;width:auto;box-shadow:none;border:none;border-top:1px solid rgba(34,36,38,.15)}.ui.segments:not(.horizontal)>.segment:first-child{top:0;bottom:0;border-top:none;margin-top:0;margin-bottom:0;border-radius:.28571429rem .28571429rem 0 0}.ui.segments:not(.horizontal)>.segment:last-child{top:0;bottom:0;margin-top:0;margin-bottom:0;box-shadow:0 2px 1px -1px rgba(34,36,38,.15);border-radius:0 0 .28571429rem .28571429rem}.ui.segments:not(.horizontal)>.segment:only-child{border-radius:.28571429rem}.ui.segments>.ui.segments{border-top:1px solid rgba(34,36,38,.15);margin:1rem}.ui.segments>.segments:first-child{border-top:none}.ui.segments>.segment+.segments:not(.horizontal){margin-top:0}.ui.horizontal.segments{display:flex;flex-direction:row;background-color:transparent;padding:0;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.stackable.horizontal.segments,.ui.wrapping.horizontal.segments{flex-wrap:wrap}.ui.segments>.horizontal.segments{margin:0;background-color:transparent;border-radius:0;border:none;box-shadow:none;border-top:1px solid rgba(34,36,38,.15)}.ui.horizontal.segments:not(.compact)>.segment:not(.compact){flex:1 1 auto;-ms-flex:1 1 0}.ui.horizontal.segments>.segment{margin:0;min-width:0;border-radius:0;border:none;box-shadow:none;border-left:1px solid rgba(34,36,38,.15)}.ui.segments>.horizontal.segments:first-child{border-top:none}.ui.horizontal.segments:not(.stackable):not(.wrapping)>.segment:first-child{border-left:none}.ui.horizontal.segments>.segment:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui.horizontal.segments>.segment:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui[class*="equal width"].horizontal.segments>.segment{width:100%}.ui.disabled.segment,.ui.disabled.segments{opacity:.45;color:rgba(40,40,40,.3);pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ui.loading.segment,.ui.loading.segments{position:relative;cursor:default;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:all 0s linear}.ui.loading.segment::before,.ui.loading.segments::before{position:absolute;content:"";top:0;left:0;background:rgba(255,255,255,.8);width:100%;height:100%;border-radius:.28571429rem;z-index:100}.ui.loading.segment::after,.ui.loading.segments::after{position:absolute;content:"";top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;animation:loader .6s infinite linear;border:.2em solid #767676;border-radius:500rem;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}.ui.basic.segment,.ui.basic.segments,.ui.segments .ui.basic.segment{background:none transparent;box-shadow:none;border:none;border-radius:0}.ui.clearing.segment::after{content:"";display:block;clear:both}.ui.red.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #db2828}.ui.inverted.red.segment.segment.segment.segment.segment{background-color:#db2828;color:#fff}.ui.orange.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #f2711c}.ui.inverted.orange.segment.segment.segment.segment.segment{background-color:#f2711c;color:#fff}.ui.yellow.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #fbbd08}.ui.inverted.yellow.segment.segment.segment.segment.segment{background-color:#fbbd08;color:#fff}.ui.olive.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #b5cc18}.ui.inverted.olive.segment.segment.segment.segment.segment{background-color:#b5cc18;color:#fff}.ui.green.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #21ba45}.ui.inverted.green.segment.segment.segment.segment.segment{background-color:#21ba45;color:#fff}.ui.teal.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #00b5ad}.ui.inverted.teal.segment.segment.segment.segment.segment{background-color:#00b5ad;color:#fff}.ui.blue.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #2185d0}.ui.inverted.blue.segment.segment.segment.segment.segment{background-color:#2185d0;color:#fff}.ui.violet.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #6435c9}.ui.inverted.violet.segment.segment.segment.segment.segment{background-color:#6435c9;color:#fff}.ui.purple.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #a333c8}.ui.inverted.purple.segment.segment.segment.segment.segment{background-color:#a333c8;color:#fff}.ui.pink.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #e03997}.ui.inverted.pink.segment.segment.segment.segment.segment{background-color:#e03997;color:#fff}.ui.brown.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #a5673f}.ui.inverted.brown.segment.segment.segment.segment.segment{background-color:#a5673f;color:#fff}.ui.grey.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #767676}.ui.inverted.grey.segment.segment.segment.segment.segment{background-color:#767676;color:#fff}.ui.black.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #1b1c1d}.ui.inverted.black.segment.segment.segment.segment.segment{background-color:#1b1c1d;color:#fff}.ui[class*="left aligned"].segment{text-align:left}.ui[class*="right aligned"].segment{text-align:right}.ui[class*="center aligned"].segment{text-align:center}.ui.floated.segment,.ui[class*="left floated"].segment{float:left;margin-right:1em}.ui[class*="right floated"].segment{float:right;margin-left:1em}.ui.inverted.segment,.ui.inverted.segments,.ui.inverted.segments .segment{border:none;box-shadow:none}.ui.inverted.segment,.ui.inverted.segments .segment,.ui.primary.inverted.segment{background:#1b1c1d;color:rgba(255,255,255,.9)}.ui.inverted.segment .segment{color:rgba(0,0,0,.87)}.ui.inverted.segment .inverted.segment{color:rgba(255,255,255,.9)}.ui.ui.inverted.attached.segment{border-color:#555}.ui.inverted.loading.segment,.ui.inverted.loading.segments{color:#fff}.ui.inverted.loading.segment::before,.ui.inverted.loading.segments::before{background:rgba(0,0,0,.85)}.ui.secondary.segment{background:#f3f4f5;color:rgba(0,0,0,.6)}.ui.secondary.inverted.segment{background:#4c4f52 linear-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 100%);color:rgba(255,255,255,.8)}.ui.tertiary.segment{background:#dcddde;color:rgba(0,0,0,.6)}.ui.tertiary.inverted.segment{background:#717579 linear-gradient(rgba(255,255,255,.35) 0,rgba(255,255,255,.35) 100%);color:rgba(255,255,255,.8)}.ui.attached.segment{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);box-shadow:none}.ui.attached.segment:not(.basic){border:1px solid #d4d4d5}.ui.attached:not(.message):not(.text)+.ui.attached.segment:not(.top):not([class*="left attached"]):not([class*="right attached"]){border-top:none}.ui.segment[class*="top attached"]{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:.28571429rem .28571429rem 0 0}.ui.segment[class*="top attached"]:first-child{margin-top:0}.ui.tab.segment[class*="top attached"]:first-child{margin-top:1rem}.ui.segment[class*="bottom attached"]{bottom:0;margin-top:0;top:0;margin-bottom:1rem;box-shadow:0 2px 1px -1px rgba(34,36,38,.15);border-radius:0 0 .28571429rem .28571429rem}.ui.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.tab.segment[class*="bottom attached"]:last-child{margin-bottom:1rem}.ui[class*="left attached"].segment{margin-right:0}.ui[class*="right attached"].segment{margin-left:0}.ui.seamless.attached.segment:not(.top):not(.bottom):not([class*="right attached"]):not([class*="left attached"]){border-top:none;border-bottom:none}.ui.seamless.attached.segment.top{border-bottom:none}.ui.seamless.attached.segment.bottom{border-top:none}.ui.seamless.attached.segment[class*="left attached"]{border-right:none}.ui.seamless.attached.segment[class*="right attached"]{border-left:none}.ui.fitted.segment:not(.horizontally){padding-top:0;padding-bottom:0}.ui.fitted.segment:not(.vertically){padding-left:0;padding-right:0}.ui.scrolling.segment{overflow:auto;-ms-scroll-chaining:none;overscroll-behavior:none}@media only screen and (max-width:767.98px){.ui.scrolling.segment.short{max-height:11.25em}.ui.scrolling.segment[class*="very short"]{max-height:7.5em}.ui.scrolling.segment{max-height:15em}.ui.scrolling.segment.long{max-height:30em}.ui.scrolling.segment[class*="very long"]{max-height:45em}}@media only screen and (min-width:768px){.ui.scrolling.segment.short{max-height:13.5em}.ui.scrolling.segment[class*="very short"]{max-height:9em}.ui.scrolling.segment{max-height:18em}.ui.scrolling.segment.long{max-height:36em}.ui.scrolling.segment[class*="very long"]{max-height:54em}}@media only screen and (min-width:992px){.ui.scrolling.segment.short{max-height:18em}.ui.scrolling.segment[class*="very short"]{max-height:12em}.ui.scrolling.segment{max-height:24em}.ui.scrolling.segment.long{max-height:48em}.ui.scrolling.segment[class*="very long"]{max-height:72em}}@media only screen and (min-width:1920px){.ui.scrolling.segment.short{max-height:22.5em}.ui.scrolling.segment[class*="very short"]{max-height:15em}.ui.scrolling.segment{max-height:30em}.ui.scrolling.segment.long{max-height:60em}.ui.scrolling.segment[class*="very long"]{max-height:90em}}.ui.segment,.ui.segments .segment{font-size:1rem}.ui.mini.segment,.ui.mini.segments .segment{font-size:.78571429rem}.ui.tiny.segment,.ui.tiny.segments .segment{font-size:.85714286rem}.ui.small.segment,.ui.small.segments .segment{font-size:.92857143rem}.ui.large.segment,.ui.large.segments .segment{font-size:1.14285714rem}.ui.big.segment,.ui.big.segments .segment{font-size:1.28571429rem}.ui.huge.segment,.ui.huge.segments .segment{font-size:1.42857143rem}.ui.massive.segment,.ui.massive.segments .segment{font-size:1.71428571rem}
|
9
|
+
*/.ui.segment{position:relative;background:#fff;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;padding:1em 1em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.segment:first-child{margin-top:0}.ui.segment:last-child{margin-bottom:0}.ui.vertical.segment{margin:0;padding-left:0;padding-right:0;background:none transparent;border-radius:0;box-shadow:none;border:none;border-top:1px solid rgba(34,36,38,.15)}.ui.vertical.segment:first-child{border-top:none}.ui.inverted.segment>.ui.header,.ui.inverted.segment>.ui.header .sub.header,.ui.inverted.segments .segment>.ui.header,.ui.inverted.segments .segment>.ui.header .sub.header{color:#fff}.ui[class*="bottom attached"].segment>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui[class*="top attached"].segment>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.grid>.row>.ui.segment.column,.ui.grid>.ui.segment.column,.ui.page.grid.segment{padding-top:2em;padding-bottom:2em}.ui.grid.segment{margin:1rem 0;border-radius:.28571429rem}.ui.basic.table.segment{background:#fff;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.ui[class*="very basic"].table.segment{padding:1em 1em}.ui.segment.tab:last-child{margin-bottom:1rem}.ui.placeholder.segment{display:flex;flex-direction:column;justify-content:center;align-items:stretch;max-width:initial;animation:none;overflow:visible;padding:1em 1em;min-height:18rem;background:#f9fafb;border-color:rgba(34,36,38,.15);box-shadow:0 2px 25px 0 rgba(34,36,38,.05) inset}.ui.placeholder.segment.tab{display:none}.ui.placeholder.segment.tab.active{display:flex}.ui.placeholder.segment .button,.ui.placeholder.segment textarea{display:block}.ui.placeholder.segment .button,.ui.placeholder.segment .field,.ui.placeholder.segment textarea,.ui.placeholder.segment>.ui.input{max-width:15rem;margin-left:auto;margin-right:auto}.ui.placeholder.segment .column .button,.ui.placeholder.segment .column .field,.ui.placeholder.segment .column textarea,.ui.placeholder.segment .column>.ui.input{max-width:15rem;margin-left:auto;margin-right:auto}.ui.placeholder.segment>.inline{align-self:center}.ui.placeholder.segment>.inline>.button{display:inline-block;width:auto;margin:0 .35714286rem 0 0}.ui.placeholder.segment>.inline>.button:last-child{margin-right:0}.ui.piled.segment,.ui.piled.segments{margin:3em 0;box-shadow:"";z-index:auto;background-color:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87)}.ui.piled.segment:first-child{margin-top:0}.ui.piled.segment:last-child{margin-bottom:0}.ui.piled.segment::after,.ui.piled.segment::before,.ui.piled.segments::after,.ui.piled.segments::before{background-color:inherit;visibility:visible;content:"";display:block;height:100%;left:0;position:absolute;width:100%;border:inherit;box-shadow:""}.ui.inverted.piled.segment{background-color:#1b1c1d;border:1px solid #555;color:rgba(255,255,255,.9)}.ui.piled.segment::before,.ui.piled.segments::before{transform:rotate(-1.2deg);top:0;z-index:-2}.ui.piled.segment::after,.ui.piled.segments::after{transform:rotate(1.2deg);top:0;z-index:-1}.ui[class*="top attached"].piled.segment{margin-top:3em;margin-bottom:0}.ui.piled.segment[class*="top attached"]:first-child{margin-top:0}.ui.piled.segment[class*="bottom attached"]{margin-top:0;margin-bottom:3em}.ui.piled.segment[class*="bottom attached"]:last-child{margin-bottom:0}@supports selector(:has(.f)){:has(>.ui.piled.segment){z-index:0;position:relative}}.ui.stacked.segment{padding-bottom:1.4em}.ui.stacked.segment::after,.ui.stacked.segment::before,.ui.stacked.segments::after,.ui.stacked.segments::before{content:"";position:absolute;bottom:-3px;left:0;border-top:1px solid rgba(34,36,38,.15);background:rgba(0,0,0,.03);width:100%;height:6px;visibility:visible}.ui.stacked.segment::before,.ui.stacked.segments::before{display:none}.ui.tall.stacked.segment::before,.ui.tall.stacked.segments::before{display:block;bottom:0}.ui.stacked.inverted.segment,.ui.stacked.inverted.segments{border:1px solid rgba(225,225,225,.5)}.ui.stacked.inverted.segment::after,.ui.stacked.inverted.segment::before,.ui.stacked.inverted.segments::after,.ui.stacked.inverted.segments::before{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(225,225,225,.5)}.ui.padded.segment{padding:1.5em}.ui[class*="very padded"].segment{padding:3em}.ui.padded.segment.vertical.segment,.ui[class*="very padded"].vertical.segment{padding-left:0;padding-right:0}.ui.compact.segment{display:table}.ui.compact.segments{display:inline-flex}.ui.compact.segments .segment,.ui.segments .compact.segment{display:block;flex:0 1 auto}.ui.circular.segment{display:table-cell;padding:2em;text-align:center;vertical-align:middle;border-radius:500em}.ui.ui.raised.segment,.ui.ui.raised.segments{box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.ui.inverted.raised.segment,.ui.ui.inverted.raised.segments{box-shadow:0 2px 4px 0 rgba(225,225,225,.1),0 2px 10px 0 rgba(225,225,225,.5)}.ui.segments{flex-direction:column;position:relative;margin:1rem 0;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border-radius:.28571429rem}.ui.segments:first-child{margin-top:0}.ui.segments:last-child{margin-bottom:0}.ui.segments>.segment{top:0;bottom:0;border-radius:0;margin:0;width:auto;box-shadow:none;border:none;border-top:1px solid rgba(34,36,38,.15)}.ui.segments:not(.horizontal)>.segment:first-child{top:0;bottom:0;border-top:none;margin-top:0;margin-bottom:0;border-radius:.28571429rem .28571429rem 0 0}.ui.segments:not(.horizontal)>.segment:last-child{top:0;bottom:0;margin-top:0;margin-bottom:0;box-shadow:0 2px 1px -1px rgba(34,36,38,.15);border-radius:0 0 .28571429rem .28571429rem}.ui.segments:not(.horizontal)>.segment:only-child{border-radius:.28571429rem}.ui.segments>.ui.segments{border-top:1px solid rgba(34,36,38,.15);margin:1rem}.ui.segments>.segments:first-child{border-top:none}.ui.segments>.segment+.segments:not(.horizontal){margin-top:0}.ui.horizontal.segments{display:flex;flex-direction:row;background-color:transparent;padding:0;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.stackable.horizontal.segments,.ui.wrapping.horizontal.segments{flex-wrap:wrap}.ui.segments>.horizontal.segments{margin:0;background-color:transparent;border-radius:0;border:none;box-shadow:none;border-top:1px solid rgba(34,36,38,.15)}.ui.horizontal.segments:not(.compact)>.segment:not(.compact){flex:1 1 auto;-ms-flex:1 1 0}.ui.horizontal.segments>.segment{margin:0;min-width:0;border-radius:0;border:none;box-shadow:none;border-left:1px solid rgba(34,36,38,.15)}.ui.segments>.horizontal.segments:first-child{border-top:none}.ui.horizontal.segments:not(.stackable):not(.wrapping)>.segment:first-child{border-left:none}.ui.horizontal.segments>.segment:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui.horizontal.segments>.segment:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui[class*="equal width"].horizontal.segments>.segment{width:100%}.ui.disabled.segment,.ui.disabled.segments{opacity:.45;color:rgba(40,40,40,.3);pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ui.loading.segment,.ui.loading.segments{position:relative;cursor:default;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:all 0s linear;min-height:4.5em}.ui.loading.segment::before,.ui.loading.segments::before{position:absolute;content:"";top:0;left:0;background:rgba(255,255,255,.8);width:100%;height:100%;border-radius:.28571429rem;z-index:100}.ui.loading.segment::after,.ui.loading.segments::after{position:absolute;content:"";top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;animation:loader .6s infinite linear;border:.2em solid #767676;border-radius:500rem;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}.ui.basic.segment,.ui.basic.segments,.ui.segments .ui.basic.segment{background:none transparent;box-shadow:none;border:none;border-radius:0}.ui.clearing.segment::after{content:"";display:block;clear:both}.ui.ui.ui.ui.ui.red.segment:not(.inverted){border-top:2px solid #db2828}.ui.ui.ui.ui.ui.inverted.red.segment{background-color:#db2828;color:#fff}.ui.ui.inverted.red.segment:not(.piled){border-color:#db2828}.ui.ui.ui.ui.ui.orange.segment:not(.inverted){border-top:2px solid #f2711c}.ui.ui.ui.ui.ui.inverted.orange.segment{background-color:#f2711c;color:#fff}.ui.ui.inverted.orange.segment:not(.piled){border-color:#f2711c}.ui.ui.ui.ui.ui.yellow.segment:not(.inverted){border-top:2px solid #fbbd08}.ui.ui.ui.ui.ui.inverted.yellow.segment{background-color:#fbbd08;color:#fff}.ui.ui.inverted.yellow.segment:not(.piled){border-color:#fbbd08}.ui.ui.ui.ui.ui.olive.segment:not(.inverted){border-top:2px solid #b5cc18}.ui.ui.ui.ui.ui.inverted.olive.segment{background-color:#b5cc18;color:#fff}.ui.ui.inverted.olive.segment:not(.piled){border-color:#b5cc18}.ui.ui.ui.ui.ui.green.segment:not(.inverted){border-top:2px solid #21ba45}.ui.ui.ui.ui.ui.inverted.green.segment{background-color:#21ba45;color:#fff}.ui.ui.inverted.green.segment:not(.piled){border-color:#21ba45}.ui.ui.ui.ui.ui.teal.segment:not(.inverted){border-top:2px solid #00b5ad}.ui.ui.ui.ui.ui.inverted.teal.segment{background-color:#00b5ad;color:#fff}.ui.ui.inverted.teal.segment:not(.piled){border-color:#00b5ad}.ui.ui.ui.ui.ui.blue.segment:not(.inverted){border-top:2px solid #2185d0}.ui.ui.ui.ui.ui.inverted.blue.segment{background-color:#2185d0;color:#fff}.ui.ui.inverted.blue.segment:not(.piled){border-color:#2185d0}.ui.ui.ui.ui.ui.violet.segment:not(.inverted){border-top:2px solid #6435c9}.ui.ui.ui.ui.ui.inverted.violet.segment{background-color:#6435c9;color:#fff}.ui.ui.inverted.violet.segment:not(.piled){border-color:#6435c9}.ui.ui.ui.ui.ui.purple.segment:not(.inverted){border-top:2px solid #a333c8}.ui.ui.ui.ui.ui.inverted.purple.segment{background-color:#a333c8;color:#fff}.ui.ui.inverted.purple.segment:not(.piled){border-color:#a333c8}.ui.ui.ui.ui.ui.pink.segment:not(.inverted){border-top:2px solid #e03997}.ui.ui.ui.ui.ui.inverted.pink.segment{background-color:#e03997;color:#fff}.ui.ui.inverted.pink.segment:not(.piled){border-color:#e03997}.ui.ui.ui.ui.ui.brown.segment:not(.inverted){border-top:2px solid #a5673f}.ui.ui.ui.ui.ui.inverted.brown.segment{background-color:#a5673f;color:#fff}.ui.ui.inverted.brown.segment:not(.piled){border-color:#a5673f}.ui.ui.ui.ui.ui.grey.segment:not(.inverted){border-top:2px solid #767676}.ui.ui.ui.ui.ui.inverted.grey.segment{background-color:#767676;color:#fff}.ui.ui.inverted.grey.segment:not(.piled){border-color:#767676}.ui.ui.ui.ui.ui.black.segment:not(.inverted){border-top:2px solid #1b1c1d}.ui.ui.ui.ui.ui.inverted.black.segment{background-color:#1b1c1d;color:#fff}.ui.ui.inverted.black.segment:not(.piled){border-color:#1b1c1d}.ui[class*="left aligned"].segment{text-align:left}.ui[class*="right aligned"].segment{text-align:right}.ui[class*="center aligned"].segment{text-align:center}.ui.floated.segment,.ui[class*="left floated"].segment{float:left;margin-right:1em}.ui[class*="right floated"].segment{float:right;margin-left:1em}.ui.inverted.segment,.ui.inverted.segments,.ui.inverted.segments .segment{border:none;box-shadow:none}.ui.inverted.segment,.ui.inverted.segments .segment,.ui.primary.inverted.segment{background:#1b1c1d;color:rgba(255,255,255,.9)}.ui.inverted.segment .segment{color:rgba(0,0,0,.87)}.ui.inverted.segment .inverted.segment{color:rgba(255,255,255,.9)}.ui.ui.inverted.attached.segment{border-color:#555}.ui.inverted.loading.segment,.ui.inverted.loading.segments{color:#fff}.ui.inverted.loading.segment::before,.ui.inverted.loading.segments::before{background:rgba(0,0,0,.85)}.ui.secondary.segment{background:#f3f4f5;color:rgba(0,0,0,.6)}.ui.secondary.inverted.segment{background:#4c4f52 linear-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 100%);color:rgba(255,255,255,.8)}.ui.tertiary.segment{background:#dcddde;color:rgba(0,0,0,.6)}.ui.tertiary.inverted.segment{background:#717579 linear-gradient(rgba(255,255,255,.35) 0,rgba(255,255,255,.35) 100%);color:rgba(255,255,255,.8)}.ui.attached.segment{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);box-shadow:none}.ui.attached.segment:not(.basic){border:1px solid #d4d4d5}.ui.attached:not(.message):not(.text)+.ui.attached.segment:not(.top):not([class*="left attached"]):not([class*="right attached"]){border-top:none}.ui.segment[class*="top attached"]{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:.28571429rem .28571429rem 0 0}.ui.segment[class*="top attached"]:first-child{margin-top:0}.ui.tab.segment[class*="top attached"]:first-child{margin-top:1rem}.ui.segment[class*="bottom attached"]{bottom:0;margin-top:0;top:0;margin-bottom:1rem;box-shadow:0 2px 1px -1px rgba(34,36,38,.15);border-radius:0 0 .28571429rem .28571429rem}.ui.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.tab.segment[class*="bottom attached"]:last-child{margin-bottom:1rem}.ui[class*="left attached"].segment{margin-right:0}.ui[class*="right attached"].segment{margin-left:0}.ui.seamless.attached.segment:not(.top):not(.bottom):not([class*="right attached"]):not([class*="left attached"]){border-top:none;border-bottom:none}.ui.seamless.attached.segment.top{border-bottom:none}.ui.seamless.attached.segment.bottom{border-top:none}.ui.seamless.attached.segment[class*="left attached"]{border-right:none}.ui.seamless.attached.segment[class*="right attached"]{border-left:none}.ui.fitted.segment:not(.horizontally){padding-top:0;padding-bottom:0}.ui.fitted.segment:not(.vertically){padding-left:0;padding-right:0}.ui.scrolling.segment{overflow:auto;-ms-scroll-chaining:none;overscroll-behavior:none}@media only screen and (max-width:767.98px){.ui.scrolling.segment.short{max-height:11.25em}.ui.scrolling.segment.short.resizable{height:11.25em}.ui.scrolling.segment[class*="very short"]{max-height:7.5em}.ui.scrolling.segment[class*="very short"].resizable{height:7.5em}.ui.scrolling.segment{max-height:15em}.ui.scrolling.segment.resizable{height:15em}.ui.scrolling.segment.long{max-height:30em}.ui.scrolling.segment.long.resizable{height:30em}.ui.scrolling.segment[class*="very long"]{max-height:45em}.ui.scrolling.segment[class*="very long"].resizable{height:45em}}@media only screen and (min-width:768px){.ui.scrolling.segment.short{max-height:13.5em}.ui.scrolling.segment.short.resizable{height:13.5em}.ui.scrolling.segment[class*="very short"]{max-height:9em}.ui.scrolling.segment[class*="very short"].resizable{height:9em}.ui.scrolling.segment{max-height:18em}.ui.scrolling.segment.resizable{height:18em}.ui.scrolling.segment.long{max-height:36em}.ui.scrolling.segment.long.resizable{height:36em}.ui.scrolling.segment[class*="very long"]{max-height:54em}.ui.scrolling.segment[class*="very long"].resizable{height:54em}}@media only screen and (min-width:992px){.ui.scrolling.segment.short{max-height:18em}.ui.scrolling.segment.short.resizable{height:18em}.ui.scrolling.segment[class*="very short"]{max-height:12em}.ui.scrolling.segment[class*="very short"].resizable{height:12em}.ui.scrolling.segment{max-height:24em}.ui.scrolling.segment.resizable{height:24em}.ui.scrolling.segment.long{max-height:48em}.ui.scrolling.segment.long.resizable{height:48em}.ui.scrolling.segment[class*="very long"]{max-height:72em}.ui.scrolling.segment[class*="very long"].resizable{height:72em}}@media only screen and (min-width:1920px){.ui.scrolling.segment.short{max-height:22.5em}.ui.scrolling.segment.short.resizable{height:22.5em}.ui.scrolling.segment[class*="very short"]{max-height:15em}.ui.scrolling.segment[class*="very short"].resizable{height:15em}.ui.scrolling.segment{max-height:30em}.ui.scrolling.segment.resizable{height:30em}.ui.scrolling.segment.long{max-height:60em}.ui.scrolling.segment.long.resizable{height:60em}.ui.scrolling.segment[class*="very long"]{max-height:90em}.ui.scrolling.segment[class*="very long"].resizable{height:90em}}.ui.resizable.scrolling.segment{resize:vertical;max-height:none}.ui.segment,.ui.segments .segment{font-size:1rem}.ui.mini.segment,.ui.mini.segments .segment{font-size:.78571429rem}.ui.tiny.segment,.ui.tiny.segments .segment{font-size:.85714286rem}.ui.small.segment,.ui.small.segments .segment{font-size:.92857143rem}.ui.large.segment,.ui.large.segments .segment{font-size:1.14285714rem}.ui.big.segment,.ui.big.segments .segment{font-size:1.28571429rem}.ui.huge.segment,.ui.huge.segments .segment{font-size:1.42857143rem}.ui.massive.segment,.ui.massive.segments .segment{font-size:1.71428571rem}
|
package/dist/components/shape.js
CHANGED
package/dist/components/site.css
CHANGED
package/dist/components/site.js
CHANGED