fomantic-ui 2.10.0-beta.65 → 2.10.0-beta.66
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/.eslintrc.js +0 -1
- package/.stylelintrc.js +1 -13
- 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 +1 -1
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +1 -1
- package/dist/components/calendar.js +1 -1
- package/dist/components/calendar.min.css +1 -1
- 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 -10
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +2 -2
- package/dist/components/comment.css +1 -1
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +1 -1
- package/dist/components/dimmer.js +1 -1
- package/dist/components/dimmer.min.css +1 -1
- 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 +9 -25
- package/dist/components/dropdown.js +1 -1
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +1 -1
- 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 +1 -1
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +1 -1
- package/dist/components/flyout.js +2 -2
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +3 -5
- package/dist/components/form.js +1 -1
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +1 -1
- package/dist/components/grid.css +1 -1
- package/dist/components/grid.min.css +1 -1
- package/dist/components/header.css +1 -1
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +10 -37
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +1 -3
- 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 +4 -13
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +6 -21
- 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 +1 -1
- package/dist/components/modal.js +2 -2
- package/dist/components/modal.min.css +1 -1
- 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 +19 -73
- package/dist/components/popup.js +1 -1
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +1 -1
- package/dist/components/progress.css +4 -13
- package/dist/components/progress.js +1 -1
- package/dist/components/progress.min.css +2 -2
- 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 +2 -5
- package/dist/components/reveal.min.css +2 -2
- package/dist/components/search.css +2 -3
- package/dist/components/search.js +1 -1
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +1 -1
- package/dist/components/segment.css +1 -1
- package/dist/components/segment.min.css +1 -1
- 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 +2 -2
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +2 -2
- 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 +1 -1
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +1 -1
- 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 +1 -1
- package/dist/components/table.min.css +1 -1
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +1 -1
- package/dist/components/toast.js +1 -1
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +1 -1
- 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 +103 -242
- package/dist/semantic.js +29 -38
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/package.json +3 -3
- package/src/definitions/collections/breadcrumb.less +0 -1
- package/src/definitions/collections/form.less +1 -7
- package/src/definitions/collections/grid.less +0 -1
- package/src/definitions/collections/menu.less +5 -21
- package/src/definitions/collections/message.less +0 -1
- package/src/definitions/collections/table.less +0 -1
- package/src/definitions/elements/button.less +0 -1
- package/src/definitions/elements/container.less +0 -1
- package/src/definitions/elements/divider.less +0 -1
- package/src/definitions/elements/emoji.less +1 -1
- package/src/definitions/elements/flag.less +1 -1
- package/src/definitions/elements/header.less +0 -1
- package/src/definitions/elements/icon.less +10 -37
- package/src/definitions/elements/image.less +0 -1
- package/src/definitions/elements/input.less +0 -3
- package/src/definitions/elements/label.less +3 -13
- package/src/definitions/elements/list.less +0 -1
- package/src/definitions/elements/loader.less +0 -1
- package/src/definitions/elements/placeholder.less +0 -1
- package/src/definitions/elements/rail.less +0 -1
- package/src/definitions/elements/reveal.less +1 -5
- package/src/definitions/elements/segment.less +0 -1
- package/src/definitions/elements/step.less +0 -1
- package/src/definitions/elements/text.less +0 -1
- package/src/definitions/globals/reset.less +0 -1
- package/src/definitions/globals/site.less +0 -1
- package/src/definitions/modules/accordion.less +0 -1
- package/src/definitions/modules/calendar.less +0 -1
- package/src/definitions/modules/checkbox.js +0 -9
- package/src/definitions/modules/checkbox.less +0 -1
- package/src/definitions/modules/dimmer.less +0 -1
- package/src/definitions/modules/dropdown.less +8 -25
- package/src/definitions/modules/embed.less +0 -1
- package/src/definitions/modules/flyout.js +1 -1
- package/src/definitions/modules/flyout.less +0 -1
- package/src/definitions/modules/modal.js +1 -1
- package/src/definitions/modules/modal.less +0 -1
- package/src/definitions/modules/nag.less +0 -1
- package/src/definitions/modules/popup.less +18 -73
- package/src/definitions/modules/progress.less +3 -13
- package/src/definitions/modules/rating.less +0 -1
- package/src/definitions/modules/search.less +1 -3
- package/src/definitions/modules/shape.less +0 -1
- package/src/definitions/modules/sidebar.js +1 -1
- package/src/definitions/modules/sidebar.less +0 -1
- package/src/definitions/modules/slider.less +0 -1
- package/src/definitions/modules/sticky.less +0 -1
- package/src/definitions/modules/tab.less +0 -1
- package/src/definitions/modules/toast.less +0 -1
- package/src/definitions/modules/transition.less +0 -1
- package/src/definitions/views/ad.less +0 -1
- package/src/definitions/views/card.less +0 -1
- package/src/definitions/views/comment.less +0 -1
- package/src/definitions/views/feed.less +0 -1
- package/src/definitions/views/item.less +0 -1
- package/src/definitions/views/statistic.less +0 -1
- package/src/semantic.less +1 -1
- package/src/themes/amazon/elements/button.variables +0 -1
- package/src/themes/amazon/globals/site.variables +0 -1
- package/src/themes/bootstrap3/elements/button.variables +0 -1
- package/src/themes/default/collections/form.variables +0 -1
- package/src/themes/default/elements/button.variables +0 -1
- package/src/themes/default/modules/accordion.variables +0 -1
- package/src/themes/default/views/card.variables +0 -1
- package/src/themes/default/views/item.variables +0 -1
- package/src/themes/github/modules/dropdown.variables +0 -2
- package/src/themes/twitter/elements/button.variables +0 -1
package/dist/semantic.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* # Fomantic UI - 2.10.0-beta.
|
|
2
|
+
* # Fomantic UI - 2.10.0-beta.66+beed92a
|
|
3
3
|
* https://github.com/fomantic/Fomantic-UI
|
|
4
4
|
* https://fomantic-ui.com/
|
|
5
5
|
*
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*
|
|
10
10
|
*/
|
|
11
11
|
/*!
|
|
12
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
12
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Reset
|
|
13
13
|
* https://github.com/fomantic/Fomantic-UI/
|
|
14
14
|
*
|
|
15
15
|
*
|
|
@@ -260,7 +260,7 @@ summary {
|
|
|
260
260
|
Site Overrides
|
|
261
261
|
*******************************/
|
|
262
262
|
/*!
|
|
263
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
263
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Site
|
|
264
264
|
* https://github.com/fomantic/Fomantic-UI/
|
|
265
265
|
*
|
|
266
266
|
*
|
|
@@ -551,7 +551,7 @@ input::selection {
|
|
|
551
551
|
Site Overrides
|
|
552
552
|
*******************************/
|
|
553
553
|
/*!
|
|
554
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
554
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Button
|
|
555
555
|
* https://github.com/fomantic/Fomantic-UI/
|
|
556
556
|
*
|
|
557
557
|
*
|
|
@@ -5259,7 +5259,7 @@ input::selection {
|
|
|
5259
5259
|
Site Overrides
|
|
5260
5260
|
*******************************/
|
|
5261
5261
|
/*!
|
|
5262
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
5262
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Container
|
|
5263
5263
|
* https://github.com/fomantic/Fomantic-UI/
|
|
5264
5264
|
*
|
|
5265
5265
|
*
|
|
@@ -5614,7 +5614,7 @@ input::selection {
|
|
|
5614
5614
|
Site Overrides
|
|
5615
5615
|
*******************************/
|
|
5616
5616
|
/*!
|
|
5617
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
5617
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Divider
|
|
5618
5618
|
* https://github.com/fomantic/Fomantic-UI/
|
|
5619
5619
|
*
|
|
5620
5620
|
*
|
|
@@ -5931,7 +5931,7 @@ input::selection {
|
|
|
5931
5931
|
Site Overrides
|
|
5932
5932
|
*******************************/
|
|
5933
5933
|
/*!
|
|
5934
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
5934
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Emoji
|
|
5935
5935
|
* https://github.com/fomantic/Fomantic-UI/
|
|
5936
5936
|
*
|
|
5937
5937
|
*
|
|
@@ -21246,7 +21246,7 @@ em[data-emoji=":regional_indicator_a:"]::before {
|
|
|
21246
21246
|
Site Overrides
|
|
21247
21247
|
*******************************/
|
|
21248
21248
|
/*!
|
|
21249
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
21249
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Flag
|
|
21250
21250
|
* https://github.com/fomantic/Fomantic-UI/
|
|
21251
21251
|
*
|
|
21252
21252
|
*
|
|
@@ -22660,7 +22660,7 @@ i.flag.united.nations::before {
|
|
|
22660
22660
|
Site Overrides
|
|
22661
22661
|
*******************************/
|
|
22662
22662
|
/*!
|
|
22663
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
22663
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Header
|
|
22664
22664
|
* https://github.com/fomantic/Fomantic-UI/
|
|
22665
22665
|
*
|
|
22666
22666
|
*
|
|
@@ -23614,7 +23614,7 @@ a.ui.inverted.black.header.header.header:hover {
|
|
|
23614
23614
|
Site Overrides
|
|
23615
23615
|
*******************************/
|
|
23616
23616
|
/*!
|
|
23617
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
23617
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Icon
|
|
23618
23618
|
* https://github.com/fomantic/Fomantic-UI/
|
|
23619
23619
|
*
|
|
23620
23620
|
*
|
|
@@ -24265,10 +24265,7 @@ i.icons:not(.bordered):not(.circular) .icon:first-child:not(.rotated):not(.flipp
|
|
|
24265
24265
|
/* Corner Icon */
|
|
24266
24266
|
|
|
24267
24267
|
i.icons .corner.icon {
|
|
24268
|
-
|
|
24269
|
-
left: auto;
|
|
24270
|
-
right: 0;
|
|
24271
|
-
bottom: 0;
|
|
24268
|
+
inset: auto 0 0 auto;
|
|
24272
24269
|
font-size: 0.45em;
|
|
24273
24270
|
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
|
|
24274
24271
|
}
|
|
@@ -24278,31 +24275,19 @@ i.icons .corner.icon:not(.rotated):not(.flipped) {
|
|
|
24278
24275
|
}
|
|
24279
24276
|
|
|
24280
24277
|
i.icons .icon.corner[class*="top right"] {
|
|
24281
|
-
|
|
24282
|
-
left: auto;
|
|
24283
|
-
right: 0;
|
|
24284
|
-
bottom: auto;
|
|
24278
|
+
inset: 0 0 auto auto;
|
|
24285
24279
|
}
|
|
24286
24280
|
|
|
24287
24281
|
i.icons .icon.corner[class*="top left"] {
|
|
24288
|
-
|
|
24289
|
-
left: 0;
|
|
24290
|
-
right: auto;
|
|
24291
|
-
bottom: auto;
|
|
24282
|
+
inset: 0 auto auto 0;
|
|
24292
24283
|
}
|
|
24293
24284
|
|
|
24294
24285
|
i.icons .icon.corner[class*="bottom left"] {
|
|
24295
|
-
|
|
24296
|
-
left: 0;
|
|
24297
|
-
right: auto;
|
|
24298
|
-
bottom: 0;
|
|
24286
|
+
inset: auto auto 0 0;
|
|
24299
24287
|
}
|
|
24300
24288
|
|
|
24301
24289
|
i.icons .icon.corner[class*="bottom right"] {
|
|
24302
|
-
|
|
24303
|
-
left: auto;
|
|
24304
|
-
right: 0;
|
|
24305
|
-
bottom: 0;
|
|
24290
|
+
inset: auto 0 0 auto;
|
|
24306
24291
|
}
|
|
24307
24292
|
|
|
24308
24293
|
i.icons .inverted.corner.icon {
|
|
@@ -24352,34 +24337,22 @@ i.bordered.icons .icon.corner,
|
|
|
24352
24337
|
i.circular.icons .icon.corner,
|
|
24353
24338
|
i.bordered.icons .icon.corner[class*="bottom right"],
|
|
24354
24339
|
i.circular.icons .icon.corner[class*="bottom right"] {
|
|
24355
|
-
|
|
24356
|
-
left: auto;
|
|
24357
|
-
right: 1.15em;
|
|
24358
|
-
bottom: 1.15em;
|
|
24340
|
+
inset: auto 1.15em 1.15em auto;
|
|
24359
24341
|
}
|
|
24360
24342
|
|
|
24361
24343
|
i.bordered.icons .icon.corner[class*="top right"],
|
|
24362
24344
|
i.circular.icons .icon.corner[class*="top right"] {
|
|
24363
|
-
|
|
24364
|
-
left: auto;
|
|
24365
|
-
right: 1.15em;
|
|
24366
|
-
bottom: auto;
|
|
24345
|
+
inset: 1.15em 1.15em auto auto;
|
|
24367
24346
|
}
|
|
24368
24347
|
|
|
24369
24348
|
i.bordered.icons .icon.corner[class*="top left"],
|
|
24370
24349
|
i.circular.icons .icon.corner[class*="top left"] {
|
|
24371
|
-
|
|
24372
|
-
left: 1.15em;
|
|
24373
|
-
right: auto;
|
|
24374
|
-
bottom: auto;
|
|
24350
|
+
inset: 1.15em auto auto 1.15em;
|
|
24375
24351
|
}
|
|
24376
24352
|
|
|
24377
24353
|
i.bordered.icons .icon.corner[class*="bottom left"],
|
|
24378
24354
|
i.circular.icons .icon.corner[class*="bottom left"] {
|
|
24379
|
-
|
|
24380
|
-
left: 1.15em;
|
|
24381
|
-
right: auto;
|
|
24382
|
-
bottom: 1.15em;
|
|
24355
|
+
inset: auto auto 1.15em 1.15em;
|
|
24383
24356
|
}
|
|
24384
24357
|
|
|
24385
24358
|
/* Deprecated *In/Out Naming Conflict) */
|
|
@@ -32723,7 +32696,7 @@ i.icon.youtube.play::before {
|
|
|
32723
32696
|
Site Overrides
|
|
32724
32697
|
*******************************/
|
|
32725
32698
|
/*!
|
|
32726
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
32699
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Image
|
|
32727
32700
|
* https://github.com/fomantic/Fomantic-UI/
|
|
32728
32701
|
*
|
|
32729
32702
|
*
|
|
@@ -33064,7 +33037,7 @@ img.ui.bordered.image {
|
|
|
33064
33037
|
Site Overrides
|
|
33065
33038
|
*******************************/
|
|
33066
33039
|
/*!
|
|
33067
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
33040
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Input
|
|
33068
33041
|
* https://github.com/fomantic/Fomantic-UI/
|
|
33069
33042
|
*
|
|
33070
33043
|
*
|
|
@@ -33126,9 +33099,6 @@ img.ui.bordered.image {
|
|
|
33126
33099
|
|
|
33127
33100
|
.ui.input > input::placeholder {
|
|
33128
33101
|
color: rgba(191, 191, 191, 0.87);
|
|
33129
|
-
}
|
|
33130
|
-
|
|
33131
|
-
.ui.input > input::-moz-placeholder {
|
|
33132
33102
|
opacity: 1;
|
|
33133
33103
|
}
|
|
33134
33104
|
|
|
@@ -34269,7 +34239,7 @@ input[type="file"].ui.black.file.input::file-selector-button:hover,
|
|
|
34269
34239
|
Site Overrides
|
|
34270
34240
|
*******************************/
|
|
34271
34241
|
/*!
|
|
34272
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
34242
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Label
|
|
34273
34243
|
* https://github.com/fomantic/Fomantic-UI/
|
|
34274
34244
|
*
|
|
34275
34245
|
*
|
|
@@ -34840,10 +34810,7 @@ a.ui.label {
|
|
|
34840
34810
|
}
|
|
34841
34811
|
|
|
34842
34812
|
.ui[class*="bottom right attached"].label {
|
|
34843
|
-
|
|
34844
|
-
bottom: 0;
|
|
34845
|
-
left: auto;
|
|
34846
|
-
right: 0;
|
|
34813
|
+
inset: auto 0 0 auto;
|
|
34847
34814
|
width: auto;
|
|
34848
34815
|
border-radius: 0.28571429rem 0 0.21428571rem 0;
|
|
34849
34816
|
}
|
|
@@ -36545,10 +36512,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
|
36545
36512
|
.ui[class*="left pointing"].label::before {
|
|
36546
36513
|
border-width: 0 0 1px 1px;
|
|
36547
36514
|
transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
|
36548
|
-
|
|
36549
|
-
right: auto;
|
|
36550
|
-
top: 50%;
|
|
36551
|
-
left: 0;
|
|
36515
|
+
inset: 50% auto auto 0;
|
|
36552
36516
|
}
|
|
36553
36517
|
|
|
36554
36518
|
/* --- Right --- */
|
|
@@ -36561,10 +36525,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
|
36561
36525
|
.ui[class*="right pointing"].label::before {
|
|
36562
36526
|
border-width: 1px 1px 0 0;
|
|
36563
36527
|
transform: translateX(50%) translateY(-50%) rotate(45deg);
|
|
36564
|
-
|
|
36565
|
-
right: 0;
|
|
36566
|
-
bottom: auto;
|
|
36567
|
-
left: auto;
|
|
36528
|
+
inset: 50% 0 auto auto;
|
|
36568
36529
|
}
|
|
36569
36530
|
|
|
36570
36531
|
/* Basic Pointing */
|
|
@@ -36683,7 +36644,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
|
36683
36644
|
Site Overrides
|
|
36684
36645
|
*******************************/
|
|
36685
36646
|
/*!
|
|
36686
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
36647
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - List
|
|
36687
36648
|
* https://github.com/fomantic/Fomantic-UI/
|
|
36688
36649
|
*
|
|
36689
36650
|
*
|
|
@@ -37781,7 +37742,7 @@ ol.ui.suffixed.list li::before,
|
|
|
37781
37742
|
Site Overrides
|
|
37782
37743
|
*******************************/
|
|
37783
37744
|
/*!
|
|
37784
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
37745
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Loader
|
|
37785
37746
|
* https://github.com/fomantic/Fomantic-UI/
|
|
37786
37747
|
*
|
|
37787
37748
|
*
|
|
@@ -38649,7 +38610,7 @@ ol.ui.suffixed.list li::before,
|
|
|
38649
38610
|
Site Overrides
|
|
38650
38611
|
*******************************/
|
|
38651
38612
|
/*!
|
|
38652
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
38613
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Placeholder
|
|
38653
38614
|
* https://github.com/fomantic/Fomantic-UI/
|
|
38654
38615
|
*
|
|
38655
38616
|
*
|
|
@@ -38920,7 +38881,7 @@ ol.ui.suffixed.list li::before,
|
|
|
38920
38881
|
Site Overrides
|
|
38921
38882
|
*******************************/
|
|
38922
38883
|
/*!
|
|
38923
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
38884
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Rail
|
|
38924
38885
|
* https://github.com/fomantic/Fomantic-UI/
|
|
38925
38886
|
*
|
|
38926
38887
|
*
|
|
@@ -39082,7 +39043,7 @@ ol.ui.suffixed.list li::before,
|
|
|
39082
39043
|
Site Overrides
|
|
39083
39044
|
*******************************/
|
|
39084
39045
|
/*!
|
|
39085
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
39046
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Reveal
|
|
39086
39047
|
* https://github.com/fomantic/Fomantic-UI/
|
|
39087
39048
|
*
|
|
39088
39049
|
*
|
|
@@ -39310,10 +39271,7 @@ ol.ui.suffixed.list li::before,
|
|
|
39310
39271
|
position: static !important;
|
|
39311
39272
|
display: block !important;
|
|
39312
39273
|
opacity: 1 !important;
|
|
39313
|
-
|
|
39314
|
-
left: 0 !important;
|
|
39315
|
-
right: auto !important;
|
|
39316
|
-
bottom: auto !important;
|
|
39274
|
+
inset: 0 auto auto 0 !important;
|
|
39317
39275
|
transform: none !important;
|
|
39318
39276
|
}
|
|
39319
39277
|
|
|
@@ -39393,7 +39351,7 @@ ol.ui.suffixed.list li::before,
|
|
|
39393
39351
|
Site Overrides
|
|
39394
39352
|
*******************************/
|
|
39395
39353
|
/*!
|
|
39396
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
39354
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Segment
|
|
39397
39355
|
* https://github.com/fomantic/Fomantic-UI/
|
|
39398
39356
|
*
|
|
39399
39357
|
*
|
|
@@ -40627,7 +40585,7 @@ ol.ui.suffixed.list li::before,
|
|
|
40627
40585
|
Site Overrides
|
|
40628
40586
|
*******************************/
|
|
40629
40587
|
/*!
|
|
40630
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
40588
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Step
|
|
40631
40589
|
* https://github.com/fomantic/Fomantic-UI/
|
|
40632
40590
|
*
|
|
40633
40591
|
*
|
|
@@ -42481,7 +42439,7 @@ ol.ui.suffixed.list li::before,
|
|
|
42481
42439
|
Site Overrides
|
|
42482
42440
|
*******************************/
|
|
42483
42441
|
/*!
|
|
42484
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
42442
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Text
|
|
42485
42443
|
* https://github.com/fomantic/Fomantic-UI/
|
|
42486
42444
|
*
|
|
42487
42445
|
*
|
|
@@ -42680,7 +42638,7 @@ span.ui.massive.text {
|
|
|
42680
42638
|
Site Overrides
|
|
42681
42639
|
*******************************/
|
|
42682
42640
|
/*!
|
|
42683
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
42641
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Breadcrumb
|
|
42684
42642
|
* https://github.com/fomantic/Fomantic-UI/
|
|
42685
42643
|
*
|
|
42686
42644
|
*
|
|
@@ -42825,7 +42783,7 @@ span.ui.massive.text {
|
|
|
42825
42783
|
Site Overrides
|
|
42826
42784
|
*******************************/
|
|
42827
42785
|
/*!
|
|
42828
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
42786
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Form
|
|
42829
42787
|
* https://github.com/fomantic/Fomantic-UI/
|
|
42830
42788
|
*
|
|
42831
42789
|
*
|
|
@@ -43203,10 +43161,7 @@ span.ui.massive.text {
|
|
|
43203
43161
|
.ui.form .inline.fields .field .prompt::before,
|
|
43204
43162
|
.ui.form .inline.field .prompt::before {
|
|
43205
43163
|
border-width: 0 0 1px 1px;
|
|
43206
|
-
|
|
43207
|
-
right: auto;
|
|
43208
|
-
top: 50%;
|
|
43209
|
-
left: 0;
|
|
43164
|
+
inset: 50% auto auto 0;
|
|
43210
43165
|
}
|
|
43211
43166
|
|
|
43212
43167
|
/*******************************
|
|
@@ -43237,6 +43192,7 @@ span.ui.massive.text {
|
|
|
43237
43192
|
|
|
43238
43193
|
.ui.form ::placeholder {
|
|
43239
43194
|
color: rgba(191, 191, 191, 0.87);
|
|
43195
|
+
opacity: 1;
|
|
43240
43196
|
}
|
|
43241
43197
|
|
|
43242
43198
|
.ui.form :focus::placeholder {
|
|
@@ -44846,7 +44802,7 @@ span.ui.massive.text {
|
|
|
44846
44802
|
Site Overrides
|
|
44847
44803
|
*******************************/
|
|
44848
44804
|
/*!
|
|
44849
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
44805
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Grid
|
|
44850
44806
|
* https://github.com/fomantic/Fomantic-UI/
|
|
44851
44807
|
*
|
|
44852
44808
|
*
|
|
@@ -47048,7 +47004,7 @@ span.ui.massive.text {
|
|
|
47048
47004
|
Site Overrides
|
|
47049
47005
|
*******************************/
|
|
47050
47006
|
/*!
|
|
47051
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
47007
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Menu
|
|
47052
47008
|
* https://github.com/fomantic/Fomantic-UI/
|
|
47053
47009
|
*
|
|
47054
47010
|
*
|
|
@@ -49114,10 +49070,7 @@ Floated Menu / Item
|
|
|
49114
49070
|
|
|
49115
49071
|
.ui.fixed.menu,
|
|
49116
49072
|
.ui[class*="top fixed"].menu {
|
|
49117
|
-
|
|
49118
|
-
left: 0;
|
|
49119
|
-
right: auto;
|
|
49120
|
-
bottom: auto;
|
|
49073
|
+
inset: 0 auto auto 0;
|
|
49121
49074
|
}
|
|
49122
49075
|
|
|
49123
49076
|
.ui[class*="top fixed"].menu {
|
|
@@ -49130,10 +49083,7 @@ Floated Menu / Item
|
|
|
49130
49083
|
border-top: none;
|
|
49131
49084
|
border-bottom: none;
|
|
49132
49085
|
border-right: none;
|
|
49133
|
-
|
|
49134
|
-
right: 0;
|
|
49135
|
-
left: auto;
|
|
49136
|
-
bottom: auto;
|
|
49086
|
+
inset: 0 0 auto auto;
|
|
49137
49087
|
width: auto;
|
|
49138
49088
|
height: 100%;
|
|
49139
49089
|
}
|
|
@@ -49142,20 +49092,14 @@ Floated Menu / Item
|
|
|
49142
49092
|
border-bottom: none;
|
|
49143
49093
|
border-left: none;
|
|
49144
49094
|
border-right: none;
|
|
49145
|
-
|
|
49146
|
-
left: 0;
|
|
49147
|
-
top: auto;
|
|
49148
|
-
right: auto;
|
|
49095
|
+
inset: auto auto 0 0;
|
|
49149
49096
|
}
|
|
49150
49097
|
|
|
49151
49098
|
.ui[class*="left fixed"].menu {
|
|
49152
49099
|
border-top: none;
|
|
49153
49100
|
border-bottom: none;
|
|
49154
49101
|
border-left: none;
|
|
49155
|
-
|
|
49156
|
-
left: 0;
|
|
49157
|
-
right: auto;
|
|
49158
|
-
bottom: auto;
|
|
49102
|
+
inset: 0 auto auto 0;
|
|
49159
49103
|
width: auto;
|
|
49160
49104
|
height: 100%;
|
|
49161
49105
|
}
|
|
@@ -49190,10 +49134,7 @@ Floated Menu / Item
|
|
|
49190
49134
|
|
|
49191
49135
|
.ui.vertical.pointing.menu .item::after {
|
|
49192
49136
|
position: absolute;
|
|
49193
|
-
|
|
49194
|
-
right: 0;
|
|
49195
|
-
bottom: auto;
|
|
49196
|
-
left: auto;
|
|
49137
|
+
inset: 50% 0 auto auto;
|
|
49197
49138
|
transform: translateX(50%) translateY(-50%) rotate(45deg);
|
|
49198
49139
|
margin: 0 -0.5px 0 0;
|
|
49199
49140
|
border: none;
|
|
@@ -49544,7 +49485,7 @@ Floated Menu / Item
|
|
|
49544
49485
|
Site Overrides
|
|
49545
49486
|
*******************************/
|
|
49546
49487
|
/*!
|
|
49547
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
49488
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Message
|
|
49548
49489
|
* https://github.com/fomantic/Fomantic-UI/
|
|
49549
49490
|
*
|
|
49550
49491
|
*
|
|
@@ -50289,7 +50230,7 @@ Floated Menu / Item
|
|
|
50289
50230
|
Site Overrides
|
|
50290
50231
|
*******************************/
|
|
50291
50232
|
/*!
|
|
50292
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
50233
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Table
|
|
50293
50234
|
* https://github.com/fomantic/Fomantic-UI/
|
|
50294
50235
|
*
|
|
50295
50236
|
*
|
|
@@ -54361,7 +54302,7 @@ Floated Menu / Item
|
|
|
54361
54302
|
Site Overrides
|
|
54362
54303
|
*******************************/
|
|
54363
54304
|
/*!
|
|
54364
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
54305
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Ad
|
|
54365
54306
|
* https://github.com/fomantic/Fomantic-UI/
|
|
54366
54307
|
*
|
|
54367
54308
|
*
|
|
@@ -54649,7 +54590,7 @@ Floated Menu / Item
|
|
|
54649
54590
|
Site Overrides
|
|
54650
54591
|
*******************************/
|
|
54651
54592
|
/*!
|
|
54652
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
54593
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Card
|
|
54653
54594
|
* https://github.com/fomantic/Fomantic-UI/
|
|
54654
54595
|
*
|
|
54655
54596
|
*
|
|
@@ -56797,7 +56738,7 @@ a.inverted.ui.card:hover,
|
|
|
56797
56738
|
Site Overrides
|
|
56798
56739
|
*******************************/
|
|
56799
56740
|
/*!
|
|
56800
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
56741
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Comment
|
|
56801
56742
|
* https://github.com/fomantic/Fomantic-UI/
|
|
56802
56743
|
*
|
|
56803
56744
|
*
|
|
@@ -57114,7 +57055,7 @@ a.inverted.ui.card:hover,
|
|
|
57114
57055
|
Site Overrides
|
|
57115
57056
|
*******************************/
|
|
57116
57057
|
/*!
|
|
57117
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
57058
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Feed
|
|
57118
57059
|
* https://github.com/fomantic/Fomantic-UI/
|
|
57119
57060
|
*
|
|
57120
57061
|
*
|
|
@@ -58066,7 +58007,7 @@ a.inverted.ui.card:hover,
|
|
|
58066
58007
|
Site Overrides
|
|
58067
58008
|
*******************************/
|
|
58068
58009
|
/*!
|
|
58069
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
58010
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Item
|
|
58070
58011
|
* https://github.com/fomantic/Fomantic-UI/
|
|
58071
58012
|
*
|
|
58072
58013
|
*
|
|
@@ -58683,7 +58624,7 @@ a.inverted.ui.card:hover,
|
|
|
58683
58624
|
Site Overrides
|
|
58684
58625
|
*******************************/
|
|
58685
58626
|
/*!
|
|
58686
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
58627
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Statistic
|
|
58687
58628
|
* https://github.com/fomantic/Fomantic-UI/
|
|
58688
58629
|
*
|
|
58689
58630
|
*
|
|
@@ -59361,7 +59302,7 @@ a.inverted.ui.card:hover,
|
|
|
59361
59302
|
Site Overrides
|
|
59362
59303
|
*******************************/
|
|
59363
59304
|
/*!
|
|
59364
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
59305
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Accordion
|
|
59365
59306
|
* https://github.com/fomantic/Fomantic-UI/
|
|
59366
59307
|
*
|
|
59367
59308
|
*
|
|
@@ -59767,7 +59708,7 @@ a.inverted.ui.card:hover,
|
|
|
59767
59708
|
User Overrides
|
|
59768
59709
|
*******************************/
|
|
59769
59710
|
/*!
|
|
59770
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
59711
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Calendar
|
|
59771
59712
|
* https://github.com/fomantic/Fomantic-UI/
|
|
59772
59713
|
*
|
|
59773
59714
|
*
|
|
@@ -60155,7 +60096,7 @@ a.inverted.ui.card:hover,
|
|
|
60155
60096
|
User Overrides
|
|
60156
60097
|
*******************************/
|
|
60157
60098
|
/*!
|
|
60158
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
60099
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Checkbox
|
|
60159
60100
|
* https://github.com/fomantic/Fomantic-UI/
|
|
60160
60101
|
*
|
|
60161
60102
|
*
|
|
@@ -61054,7 +60995,7 @@ a.inverted.ui.card:hover,
|
|
|
61054
60995
|
Site Overrides
|
|
61055
60996
|
*******************************/
|
|
61056
60997
|
/*!
|
|
61057
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
60998
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Dimmer
|
|
61058
60999
|
* https://github.com/fomantic/Fomantic-UI/
|
|
61059
61000
|
*
|
|
61060
61001
|
*
|
|
@@ -61455,7 +61396,7 @@ body.dimmable > .dimmer {
|
|
|
61455
61396
|
User Overrides
|
|
61456
61397
|
*******************************/
|
|
61457
61398
|
/*!
|
|
61458
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
61399
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Dropdown
|
|
61459
61400
|
* https://github.com/fomantic/Fomantic-UI/
|
|
61460
61401
|
*
|
|
61461
61402
|
*
|
|
@@ -61893,8 +61834,7 @@ select.ui.dropdown {
|
|
|
61893
61834
|
/* Selection Menu */
|
|
61894
61835
|
|
|
61895
61836
|
.ui.selection.dropdown:not(.unlimited) .menu {
|
|
61896
|
-
overflow
|
|
61897
|
-
overflow-y: auto;
|
|
61837
|
+
overflow: hidden auto;
|
|
61898
61838
|
overscroll-behavior: none;
|
|
61899
61839
|
backface-visibility: hidden;
|
|
61900
61840
|
}
|
|
@@ -62280,8 +62220,7 @@ select.ui.dropdown {
|
|
|
62280
62220
|
/* Search Menu */
|
|
62281
62221
|
|
|
62282
62222
|
.ui.search.dropdown:not(.unlimited) .menu {
|
|
62283
|
-
overflow
|
|
62284
|
-
overflow-y: auto;
|
|
62223
|
+
overflow: hidden auto;
|
|
62285
62224
|
overscroll-behavior: none;
|
|
62286
62225
|
backface-visibility: hidden;
|
|
62287
62226
|
}
|
|
@@ -63000,8 +62939,7 @@ select.ui.dropdown {
|
|
|
63000
62939
|
|
|
63001
62940
|
.ui.scrolling.dropdown .menu,
|
|
63002
62941
|
.ui.dropdown .scrolling.menu {
|
|
63003
|
-
overflow
|
|
63004
|
-
overflow-y: auto;
|
|
62942
|
+
overflow: hidden auto;
|
|
63005
62943
|
overscroll-behavior: none;
|
|
63006
62944
|
backface-visibility: hidden;
|
|
63007
62945
|
min-width: 100% !important;
|
|
@@ -63228,8 +63166,7 @@ select.ui.dropdown {
|
|
|
63228
63166
|
|
|
63229
63167
|
.ui.simple.scrolling.active.dropdown > .menu,
|
|
63230
63168
|
.ui.simple.scrolling.dropdown:hover > .menu {
|
|
63231
|
-
overflow
|
|
63232
|
-
overflow-y: auto;
|
|
63169
|
+
overflow: hidden auto;
|
|
63233
63170
|
overscroll-behavior: none;
|
|
63234
63171
|
}
|
|
63235
63172
|
|
|
@@ -63315,18 +63252,12 @@ select.ui.dropdown {
|
|
|
63315
63252
|
/* Top Left Pointing */
|
|
63316
63253
|
|
|
63317
63254
|
.ui.top.left.pointing.dropdown > .menu {
|
|
63318
|
-
|
|
63319
|
-
bottom: auto;
|
|
63320
|
-
left: 0;
|
|
63321
|
-
right: auto;
|
|
63255
|
+
inset: 100% auto auto 0;
|
|
63322
63256
|
margin: 1em 0 0;
|
|
63323
63257
|
}
|
|
63324
63258
|
|
|
63325
63259
|
.ui.top.left.pointing.dropdown > .menu {
|
|
63326
|
-
|
|
63327
|
-
bottom: auto;
|
|
63328
|
-
left: 0;
|
|
63329
|
-
right: auto;
|
|
63260
|
+
inset: 100% auto auto 0;
|
|
63330
63261
|
margin: 1em 0 0;
|
|
63331
63262
|
}
|
|
63332
63263
|
|
|
@@ -63341,10 +63272,7 @@ select.ui.dropdown {
|
|
|
63341
63272
|
/* Top Right Pointing */
|
|
63342
63273
|
|
|
63343
63274
|
.ui.top.right.pointing.dropdown > .menu {
|
|
63344
|
-
|
|
63345
|
-
bottom: auto;
|
|
63346
|
-
right: 0;
|
|
63347
|
-
left: auto;
|
|
63275
|
+
inset: 100% 0 auto auto;
|
|
63348
63276
|
margin: 1em 0 0;
|
|
63349
63277
|
}
|
|
63350
63278
|
|
|
@@ -63407,10 +63335,7 @@ select.ui.dropdown {
|
|
|
63407
63335
|
/* Bottom Pointing */
|
|
63408
63336
|
|
|
63409
63337
|
.ui.bottom.pointing.dropdown > .menu {
|
|
63410
|
-
|
|
63411
|
-
bottom: 100%;
|
|
63412
|
-
left: 0;
|
|
63413
|
-
right: auto;
|
|
63338
|
+
inset: auto auto 100% 0;
|
|
63414
63339
|
margin: 0 0 1em;
|
|
63415
63340
|
}
|
|
63416
63341
|
|
|
@@ -63842,7 +63767,7 @@ select.ui.dropdown {
|
|
|
63842
63767
|
User Overrides
|
|
63843
63768
|
*******************************/
|
|
63844
63769
|
/*!
|
|
63845
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
63770
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Embed
|
|
63846
63771
|
* https://github.com/fomantic/Fomantic-UI/
|
|
63847
63772
|
*
|
|
63848
63773
|
*
|
|
@@ -64002,7 +63927,7 @@ select.ui.dropdown {
|
|
|
64002
63927
|
Site Overrides
|
|
64003
63928
|
*******************************/
|
|
64004
63929
|
/*!
|
|
64005
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
63930
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Flyout
|
|
64006
63931
|
* https://github.com/fomantic/Fomantic-UI/
|
|
64007
63932
|
*
|
|
64008
63933
|
*
|
|
@@ -64628,7 +64553,7 @@ body.pushable > .pusher {
|
|
|
64628
64553
|
User Overrides
|
|
64629
64554
|
*******************************/
|
|
64630
64555
|
/*!
|
|
64631
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
64556
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Modal
|
|
64632
64557
|
* https://github.com/fomantic/Fomantic-UI/
|
|
64633
64558
|
*
|
|
64634
64559
|
*
|
|
@@ -65519,7 +65444,7 @@ body.pushable > .pusher {
|
|
|
65519
65444
|
Site Overrides
|
|
65520
65445
|
*******************************/
|
|
65521
65446
|
/*!
|
|
65522
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
65447
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Nag
|
|
65523
65448
|
* https://github.com/fomantic/Fomantic-UI/
|
|
65524
65449
|
*
|
|
65525
65450
|
*
|
|
@@ -65854,7 +65779,7 @@ a.ui.nag {
|
|
|
65854
65779
|
User Overrides
|
|
65855
65780
|
*******************************/
|
|
65856
65781
|
/*!
|
|
65857
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
65782
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Popup
|
|
65858
65783
|
* https://github.com/fomantic/Fomantic-UI/
|
|
65859
65784
|
*
|
|
65860
65785
|
*
|
|
@@ -66097,19 +66022,13 @@ a.ui.nag {
|
|
|
66097
66022
|
|
|
66098
66023
|
[data-tooltip]:not([data-position])::after,
|
|
66099
66024
|
[data-position="top center"][data-tooltip]::after {
|
|
66100
|
-
|
|
66101
|
-
right: auto;
|
|
66102
|
-
left: 50%;
|
|
66103
|
-
bottom: 100%;
|
|
66025
|
+
inset: auto auto 100% 50%;
|
|
66104
66026
|
margin-bottom: 0.5em;
|
|
66105
66027
|
}
|
|
66106
66028
|
|
|
66107
66029
|
[data-tooltip]:not([data-position])::before,
|
|
66108
66030
|
[data-position="top center"][data-tooltip]::before {
|
|
66109
|
-
|
|
66110
|
-
right: auto;
|
|
66111
|
-
bottom: 100%;
|
|
66112
|
-
left: 50%;
|
|
66031
|
+
inset: auto auto 100% 50%;
|
|
66113
66032
|
background: #fff;
|
|
66114
66033
|
margin-left: -0.07142857rem;
|
|
66115
66034
|
margin-bottom: 0.14285714rem;
|
|
@@ -66118,18 +66037,12 @@ a.ui.nag {
|
|
|
66118
66037
|
/* Top Left */
|
|
66119
66038
|
|
|
66120
66039
|
[data-position="top left"][data-tooltip]::after {
|
|
66121
|
-
|
|
66122
|
-
right: auto;
|
|
66123
|
-
left: 0;
|
|
66124
|
-
bottom: 100%;
|
|
66040
|
+
inset: auto auto 100% 0;
|
|
66125
66041
|
margin-bottom: 0.5em;
|
|
66126
66042
|
}
|
|
66127
66043
|
|
|
66128
66044
|
[data-position="top left"][data-tooltip]::before {
|
|
66129
|
-
|
|
66130
|
-
right: auto;
|
|
66131
|
-
bottom: 100%;
|
|
66132
|
-
left: 1em;
|
|
66045
|
+
inset: auto auto 100% 1em;
|
|
66133
66046
|
margin-left: -0.07142857rem;
|
|
66134
66047
|
margin-bottom: 0.14285714rem;
|
|
66135
66048
|
}
|
|
@@ -66137,18 +66050,12 @@ a.ui.nag {
|
|
|
66137
66050
|
/* Top Right */
|
|
66138
66051
|
|
|
66139
66052
|
[data-position="top right"][data-tooltip]::after {
|
|
66140
|
-
|
|
66141
|
-
left: auto;
|
|
66142
|
-
right: 0;
|
|
66143
|
-
bottom: 100%;
|
|
66053
|
+
inset: auto 0 100% auto;
|
|
66144
66054
|
margin-bottom: 0.5em;
|
|
66145
66055
|
}
|
|
66146
66056
|
|
|
66147
66057
|
[data-position="top right"][data-tooltip]::before {
|
|
66148
|
-
|
|
66149
|
-
left: auto;
|
|
66150
|
-
bottom: 100%;
|
|
66151
|
-
right: 1em;
|
|
66058
|
+
inset: auto 1em 100% auto;
|
|
66152
66059
|
margin-left: -0.07142857rem;
|
|
66153
66060
|
margin-bottom: 0.14285714rem;
|
|
66154
66061
|
}
|
|
@@ -66161,18 +66068,12 @@ a.ui.nag {
|
|
|
66161
66068
|
/* Bottom Center */
|
|
66162
66069
|
|
|
66163
66070
|
[data-position="bottom center"][data-tooltip]::after {
|
|
66164
|
-
|
|
66165
|
-
right: auto;
|
|
66166
|
-
left: 50%;
|
|
66167
|
-
top: 100%;
|
|
66071
|
+
inset: 100% auto auto 50%;
|
|
66168
66072
|
margin-top: 0.5em;
|
|
66169
66073
|
}
|
|
66170
66074
|
|
|
66171
66075
|
[data-position="bottom center"][data-tooltip]::before {
|
|
66172
|
-
|
|
66173
|
-
right: auto;
|
|
66174
|
-
top: 100%;
|
|
66175
|
-
left: 50%;
|
|
66076
|
+
inset: 100% auto auto 50%;
|
|
66176
66077
|
margin-left: -0.07142857rem;
|
|
66177
66078
|
margin-top: 0.30714286em;
|
|
66178
66079
|
}
|
|
@@ -66186,10 +66087,7 @@ a.ui.nag {
|
|
|
66186
66087
|
}
|
|
66187
66088
|
|
|
66188
66089
|
[data-position="bottom left"][data-tooltip]::before {
|
|
66189
|
-
|
|
66190
|
-
right: auto;
|
|
66191
|
-
top: 100%;
|
|
66192
|
-
left: 1em;
|
|
66090
|
+
inset: 100% auto auto 1em;
|
|
66193
66091
|
margin-left: -0.07142857rem;
|
|
66194
66092
|
margin-top: 0.14285714rem;
|
|
66195
66093
|
}
|
|
@@ -66203,10 +66101,7 @@ a.ui.nag {
|
|
|
66203
66101
|
}
|
|
66204
66102
|
|
|
66205
66103
|
[data-position="bottom right"][data-tooltip]::before {
|
|
66206
|
-
|
|
66207
|
-
left: auto;
|
|
66208
|
-
top: 100%;
|
|
66209
|
-
right: 1em;
|
|
66104
|
+
inset: 100% 1em auto auto;
|
|
66210
66105
|
margin-left: -0.14285714rem;
|
|
66211
66106
|
margin-top: 0.07142857rem;
|
|
66212
66107
|
}
|
|
@@ -66386,10 +66281,7 @@ a.ui.nag {
|
|
|
66386
66281
|
|
|
66387
66282
|
.ui.bottom.center.popup::before {
|
|
66388
66283
|
margin-left: -0.30714286em;
|
|
66389
|
-
|
|
66390
|
-
left: 50%;
|
|
66391
|
-
right: auto;
|
|
66392
|
-
bottom: auto;
|
|
66284
|
+
inset: -0.30714286em auto auto 50%;
|
|
66393
66285
|
box-shadow: -1px -1px 0 0 #bababc;
|
|
66394
66286
|
}
|
|
66395
66287
|
|
|
@@ -66400,10 +66292,7 @@ a.ui.nag {
|
|
|
66400
66292
|
/* rtl:rename */
|
|
66401
66293
|
|
|
66402
66294
|
.ui.bottom.left.popup::before {
|
|
66403
|
-
|
|
66404
|
-
left: 1em;
|
|
66405
|
-
right: auto;
|
|
66406
|
-
bottom: auto;
|
|
66295
|
+
inset: -0.30714286em auto auto 1em;
|
|
66407
66296
|
margin-left: 0;
|
|
66408
66297
|
box-shadow: -1px -1px 0 0 #bababc;
|
|
66409
66298
|
}
|
|
@@ -66415,10 +66304,7 @@ a.ui.nag {
|
|
|
66415
66304
|
/* rtl:rename */
|
|
66416
66305
|
|
|
66417
66306
|
.ui.bottom.right.popup::before {
|
|
66418
|
-
|
|
66419
|
-
right: 1em;
|
|
66420
|
-
bottom: auto;
|
|
66421
|
-
left: auto;
|
|
66307
|
+
inset: -0.30714286em 1em auto auto;
|
|
66422
66308
|
margin-left: 0;
|
|
66423
66309
|
box-shadow: -1px -1px 0 0 #bababc;
|
|
66424
66310
|
}
|
|
@@ -66426,10 +66312,7 @@ a.ui.nag {
|
|
|
66426
66312
|
/* --- Above --- */
|
|
66427
66313
|
|
|
66428
66314
|
.ui.top.center.popup::before {
|
|
66429
|
-
|
|
66430
|
-
right: auto;
|
|
66431
|
-
bottom: -0.30714286em;
|
|
66432
|
-
left: 50%;
|
|
66315
|
+
inset: auto auto -0.30714286em 50%;
|
|
66433
66316
|
margin-left: -0.30714286em;
|
|
66434
66317
|
}
|
|
66435
66318
|
|
|
@@ -66440,10 +66323,7 @@ a.ui.nag {
|
|
|
66440
66323
|
/* rtl:rename */
|
|
66441
66324
|
|
|
66442
66325
|
.ui.top.left.popup::before {
|
|
66443
|
-
|
|
66444
|
-
left: 1em;
|
|
66445
|
-
top: auto;
|
|
66446
|
-
right: auto;
|
|
66326
|
+
inset: auto auto -0.30714286em 1em;
|
|
66447
66327
|
margin-left: 0;
|
|
66448
66328
|
}
|
|
66449
66329
|
|
|
@@ -66454,10 +66334,7 @@ a.ui.nag {
|
|
|
66454
66334
|
/* rtl:rename */
|
|
66455
66335
|
|
|
66456
66336
|
.ui.top.right.popup::before {
|
|
66457
|
-
|
|
66458
|
-
right: 1em;
|
|
66459
|
-
top: auto;
|
|
66460
|
-
left: auto;
|
|
66337
|
+
inset: auto 1em -0.30714286em auto;
|
|
66461
66338
|
margin-left: 0;
|
|
66462
66339
|
}
|
|
66463
66340
|
|
|
@@ -66466,10 +66343,7 @@ a.ui.nag {
|
|
|
66466
66343
|
/* rtl:rename */
|
|
66467
66344
|
|
|
66468
66345
|
.ui.left.center.popup::before {
|
|
66469
|
-
|
|
66470
|
-
right: -0.30714286em;
|
|
66471
|
-
bottom: auto;
|
|
66472
|
-
left: auto;
|
|
66346
|
+
inset: 50% -0.30714286em auto auto;
|
|
66473
66347
|
margin-top: -0.30714286em;
|
|
66474
66348
|
box-shadow: 1px -1px 0 0 #bababc;
|
|
66475
66349
|
}
|
|
@@ -66479,10 +66353,7 @@ a.ui.nag {
|
|
|
66479
66353
|
/* rtl:rename */
|
|
66480
66354
|
|
|
66481
66355
|
.ui.right.center.popup::before {
|
|
66482
|
-
|
|
66483
|
-
left: -0.30714286em;
|
|
66484
|
-
bottom: auto;
|
|
66485
|
-
right: auto;
|
|
66356
|
+
inset: 50% auto auto -0.30714286em;
|
|
66486
66357
|
margin-top: -0.30714286em;
|
|
66487
66358
|
box-shadow: -1px 1px 0 0 #bababc;
|
|
66488
66359
|
}
|
|
@@ -67222,7 +67093,7 @@ a.ui.nag {
|
|
|
67222
67093
|
User Overrides
|
|
67223
67094
|
*******************************/
|
|
67224
67095
|
/*!
|
|
67225
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
67096
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Progress
|
|
67226
67097
|
* https://github.com/fomantic/Fomantic-UI/
|
|
67227
67098
|
*
|
|
67228
67099
|
*
|
|
@@ -67302,10 +67173,7 @@ a.ui.nag {
|
|
|
67302
67173
|
position: absolute;
|
|
67303
67174
|
width: auto;
|
|
67304
67175
|
font-size: 0.92857143em;
|
|
67305
|
-
|
|
67306
|
-
right: 0.5em;
|
|
67307
|
-
left: auto;
|
|
67308
|
-
bottom: auto;
|
|
67176
|
+
inset: 50% 0.5em auto auto;
|
|
67309
67177
|
color: rgba(255, 255, 255, 0.7);
|
|
67310
67178
|
text-shadow: none;
|
|
67311
67179
|
margin-top: -0.5em;
|
|
@@ -67328,10 +67196,7 @@ a.ui.nag {
|
|
|
67328
67196
|
position: absolute;
|
|
67329
67197
|
width: 100%;
|
|
67330
67198
|
font-size: 1em;
|
|
67331
|
-
|
|
67332
|
-
right: auto;
|
|
67333
|
-
left: 0;
|
|
67334
|
-
bottom: auto;
|
|
67199
|
+
inset: 100% auto auto 0;
|
|
67335
67200
|
color: rgba(0, 0, 0, 0.87);
|
|
67336
67201
|
font-weight: bold;
|
|
67337
67202
|
text-shadow: none;
|
|
@@ -67580,10 +67445,7 @@ a.ui.nag {
|
|
|
67580
67445
|
content: "";
|
|
67581
67446
|
opacity: 0;
|
|
67582
67447
|
position: absolute;
|
|
67583
|
-
|
|
67584
|
-
left: 0;
|
|
67585
|
-
right: 0;
|
|
67586
|
-
bottom: 0;
|
|
67448
|
+
inset: 0;
|
|
67587
67449
|
background: #fff;
|
|
67588
67450
|
border-radius: 0.28571429rem;
|
|
67589
67451
|
animation: progress-active 2s ease infinite;
|
|
@@ -68103,7 +67965,7 @@ a.ui.nag {
|
|
|
68103
67965
|
Site Overrides
|
|
68104
67966
|
*******************************/
|
|
68105
67967
|
/*!
|
|
68106
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
67968
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Slider
|
|
68107
67969
|
* https://github.com/fomantic/Fomantic-UI/
|
|
68108
67970
|
*
|
|
68109
67971
|
*
|
|
@@ -69239,7 +69101,7 @@ a.ui.nag {
|
|
|
69239
69101
|
User Overrides
|
|
69240
69102
|
*******************************/
|
|
69241
69103
|
/*!
|
|
69242
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
69104
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Rating
|
|
69243
69105
|
* https://github.com/fomantic/Fomantic-UI/
|
|
69244
69106
|
*
|
|
69245
69107
|
*
|
|
@@ -69704,7 +69566,7 @@ a.ui.nag {
|
|
|
69704
69566
|
Site Overrides
|
|
69705
69567
|
*******************************/
|
|
69706
69568
|
/*!
|
|
69707
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
69569
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Search
|
|
69708
69570
|
* https://github.com/fomantic/Fomantic-UI/
|
|
69709
69571
|
*
|
|
69710
69572
|
*
|
|
@@ -70112,8 +69974,7 @@ a.ui.nag {
|
|
|
70112
69974
|
.ui.scrolling.search > .results,
|
|
70113
69975
|
.ui.search.long > .results,
|
|
70114
69976
|
.ui.search.short > .results {
|
|
70115
|
-
overflow
|
|
70116
|
-
overflow-y: auto;
|
|
69977
|
+
overflow: hidden auto;
|
|
70117
69978
|
overscroll-behavior: none;
|
|
70118
69979
|
backface-visibility: hidden;
|
|
70119
69980
|
}
|
|
@@ -70311,7 +70172,7 @@ a.ui.nag {
|
|
|
70311
70172
|
Site Overrides
|
|
70312
70173
|
*******************************/
|
|
70313
70174
|
/*!
|
|
70314
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
70175
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Shape
|
|
70315
70176
|
* https://github.com/fomantic/Fomantic-UI/
|
|
70316
70177
|
*
|
|
70317
70178
|
*
|
|
@@ -70457,7 +70318,7 @@ a.ui.nag {
|
|
|
70457
70318
|
User Overrides
|
|
70458
70319
|
*******************************/
|
|
70459
70320
|
/*!
|
|
70460
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
70321
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Sidebar
|
|
70461
70322
|
* https://github.com/fomantic/Fomantic-UI/
|
|
70462
70323
|
*
|
|
70463
70324
|
*
|
|
@@ -71068,7 +70929,7 @@ body.pushable > .pusher {
|
|
|
71068
70929
|
Site Overrides
|
|
71069
70930
|
*******************************/
|
|
71070
70931
|
/*!
|
|
71071
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
70932
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Sticky
|
|
71072
70933
|
* https://github.com/fomantic/Fomantic-UI/
|
|
71073
70934
|
*
|
|
71074
70935
|
*
|
|
@@ -71137,7 +70998,7 @@ body.pushable > .pusher {
|
|
|
71137
70998
|
Site Overrides
|
|
71138
70999
|
*******************************/
|
|
71139
71000
|
/*!
|
|
71140
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
71001
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Tab
|
|
71141
71002
|
* https://github.com/fomantic/Fomantic-UI/
|
|
71142
71003
|
*
|
|
71143
71004
|
*
|
|
@@ -71219,7 +71080,7 @@ body.pushable > .pusher {
|
|
|
71219
71080
|
User Overrides
|
|
71220
71081
|
*******************************/
|
|
71221
71082
|
/*!
|
|
71222
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
71083
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Toast
|
|
71223
71084
|
* https://github.com/fomantic/Fomantic-UI/
|
|
71224
71085
|
*
|
|
71225
71086
|
*
|
|
@@ -72147,7 +72008,7 @@ body.pushable > .pusher {
|
|
|
72147
72008
|
User Overrides
|
|
72148
72009
|
*******************************/
|
|
72149
72010
|
/*!
|
|
72150
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
72011
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Transition
|
|
72151
72012
|
* https://github.com/fomantic/Fomantic-UI/
|
|
72152
72013
|
*
|
|
72153
72014
|
*
|