@ntlab/ntjs-assets 2.0.2 → 2.0.3
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/assets/js/bootstrap-icons/bootstrap-icons.svg +1 -1
- package/assets/js/bootstrap-icons/folder-plus.svg +2 -2
- package/assets/js/bootstrap-icons/font/bootstrap-icons.css +1981 -0
- package/assets/js/bootstrap-icons/font/bootstrap-icons.json +1955 -0
- package/assets/js/bootstrap-icons/font/bootstrap-icons.min.css +5 -0
- package/assets/js/bootstrap-icons/font/bootstrap-icons.scss +1993 -0
- package/assets/js/bootstrap-icons/font/fonts/bootstrap-icons.woff +0 -0
- package/assets/js/bootstrap-icons/font/fonts/bootstrap-icons.woff2 +0 -0
- package/assets/js/bootstrap-icons/postcard-heart-fill.svg +1 -1
- package/assets/js/bootstrap-icons/trash.svg +2 -2
- package/assets/js/jquery/jquery.js +840 -1045
- package/assets/js/jquery/jquery.min.js +2 -2
- package/assets/js/jquery/jquery.min.map +1 -1
- package/assets/js/jquery/jquery.slim.js +834 -1039
- package/assets/js/jquery/jquery.slim.min.js +2 -2
- package/assets/js/jquery/jquery.slim.min.map +1 -1
- package/assets/js/popper.js/cjs/enums.js +1 -1
- package/assets/js/popper.js/cjs/popper-base.js +12 -170
- package/assets/js/popper.js/cjs/popper-base.js.map +1 -1
- package/assets/js/popper.js/cjs/popper-lite.js +14 -184
- package/assets/js/popper.js/cjs/popper-lite.js.map +1 -1
- package/assets/js/popper.js/cjs/popper.js +14 -197
- package/assets/js/popper.js/cjs/popper.js.map +1 -1
- package/assets/js/popper.js/esm/createPopper.js +6 -66
- package/assets/js/popper.js/esm/modifiers/arrow.js +1 -12
- package/assets/js/popper.js/esm/modifiers/computeStyles.js +2 -14
- package/assets/js/popper.js/esm/utils/computeAutoPlacement.js +0 -4
- package/assets/js/popper.js/esm/utils/userAgent.js +1 -1
- package/assets/js/popper.js/umd/enums.js +1 -1
- package/assets/js/popper.js/umd/enums.min.js +1 -1
- package/assets/js/popper.js/umd/popper-base.js +12 -170
- package/assets/js/popper.js/umd/popper-base.js.map +1 -1
- package/assets/js/popper.js/umd/popper-base.min.js +2 -2
- package/assets/js/popper.js/umd/popper-base.min.js.map +1 -1
- package/assets/js/popper.js/umd/popper-lite.js +14 -184
- package/assets/js/popper.js/umd/popper-lite.js.map +1 -1
- package/assets/js/popper.js/umd/popper-lite.min.js +2 -2
- package/assets/js/popper.js/umd/popper-lite.min.js.map +1 -1
- package/assets/js/popper.js/umd/popper.js +14 -197
- package/assets/js/popper.js/umd/popper.js.map +1 -1
- package/assets/js/popper.js/umd/popper.min.js +2 -2
- package/assets/js/popper.js/umd/popper.min.js.map +1 -1
- package/assets/js/semantic-ui/components/accordion.css +196 -74
- package/assets/js/semantic-ui/components/accordion.js +570 -591
- package/assets/js/semantic-ui/components/accordion.min.css +4 -4
- package/assets/js/semantic-ui/components/accordion.min.js +6 -6
- package/assets/js/semantic-ui/components/ad.css +40 -51
- package/assets/js/semantic-ui/components/ad.min.css +4 -4
- package/assets/js/semantic-ui/components/api.js +1154 -1117
- package/assets/js/semantic-ui/components/api.min.js +6 -6
- package/assets/js/semantic-ui/components/breadcrumb.css +7 -7
- package/assets/js/semantic-ui/components/breadcrumb.min.css +4 -4
- package/assets/js/semantic-ui/components/button.css +895 -1227
- package/assets/js/semantic-ui/components/button.min.css +4 -4
- package/assets/js/semantic-ui/components/calendar.css +60 -33
- package/assets/js/semantic-ui/components/calendar.js +1952 -1575
- package/assets/js/semantic-ui/components/calendar.min.css +4 -4
- package/assets/js/semantic-ui/components/calendar.min.js +6 -6
- package/assets/js/semantic-ui/components/card.css +1004 -441
- package/assets/js/semantic-ui/components/card.min.css +4 -4
- package/assets/js/semantic-ui/components/checkbox.css +275 -303
- package/assets/js/semantic-ui/components/checkbox.js +863 -855
- package/assets/js/semantic-ui/components/checkbox.min.css +4 -4
- package/assets/js/semantic-ui/components/checkbox.min.js +6 -6
- package/assets/js/semantic-ui/components/comment.css +45 -63
- package/assets/js/semantic-ui/components/comment.min.css +4 -4
- package/assets/js/semantic-ui/components/container.css +98 -4
- package/assets/js/semantic-ui/components/container.min.css +4 -4
- package/assets/js/semantic-ui/components/dimmer.css +95 -196
- package/assets/js/semantic-ui/components/dimmer.js +698 -717
- package/assets/js/semantic-ui/components/dimmer.min.css +4 -4
- package/assets/js/semantic-ui/components/dimmer.min.js +6 -6
- package/assets/js/semantic-ui/components/divider.css +75 -93
- package/assets/js/semantic-ui/components/divider.min.css +4 -4
- package/assets/js/semantic-ui/components/dropdown.css +490 -413
- package/assets/js/semantic-ui/components/dropdown.js +4203 -4068
- package/assets/js/semantic-ui/components/dropdown.min.css +4 -4
- package/assets/js/semantic-ui/components/dropdown.min.js +6 -6
- package/assets/js/semantic-ui/components/embed.css +27 -38
- package/assets/js/semantic-ui/components/embed.js +647 -673
- package/assets/js/semantic-ui/components/embed.min.css +4 -4
- package/assets/js/semantic-ui/components/embed.min.js +6 -6
- package/assets/js/semantic-ui/components/emoji.css +11156 -9192
- package/assets/js/semantic-ui/components/emoji.min.css +3 -3
- package/assets/js/semantic-ui/components/feed.css +56 -78
- package/assets/js/semantic-ui/components/feed.min.css +4 -4
- package/assets/js/semantic-ui/components/flag.css +1037 -929
- package/assets/js/semantic-ui/components/flag.min.css +4 -4
- package/assets/js/semantic-ui/components/flyout.css +552 -0
- package/assets/js/semantic-ui/components/flyout.js +1567 -0
- package/assets/js/semantic-ui/components/flyout.min.css +9 -0
- package/assets/js/semantic-ui/components/flyout.min.js +11 -0
- package/assets/js/semantic-ui/components/form.css +536 -530
- package/assets/js/semantic-ui/components/form.js +2037 -1945
- package/assets/js/semantic-ui/components/form.min.css +4 -4
- package/assets/js/semantic-ui/components/form.min.js +6 -6
- package/assets/js/semantic-ui/components/grid.css +218 -345
- package/assets/js/semantic-ui/components/grid.min.css +4 -4
- package/assets/js/semantic-ui/components/header.css +137 -154
- package/assets/js/semantic-ui/components/header.min.css +4 -4
- package/assets/js/semantic-ui/components/icon.css +3000 -2750
- package/assets/js/semantic-ui/components/icon.min.css +4 -4
- package/assets/js/semantic-ui/components/image.css +54 -49
- package/assets/js/semantic-ui/components/image.min.css +4 -4
- package/assets/js/semantic-ui/components/input.css +1081 -227
- package/assets/js/semantic-ui/components/input.min.css +4 -4
- package/assets/js/semantic-ui/components/item.css +91 -138
- package/assets/js/semantic-ui/components/item.min.css +4 -4
- package/assets/js/semantic-ui/components/label.css +470 -481
- package/assets/js/semantic-ui/components/label.min.css +4 -4
- package/assets/js/semantic-ui/components/list.css +93 -114
- package/assets/js/semantic-ui/components/list.min.css +4 -4
- package/assets/js/semantic-ui/components/loader.css +452 -536
- package/assets/js/semantic-ui/components/loader.min.css +4 -4
- package/assets/js/semantic-ui/components/menu.css +408 -510
- package/assets/js/semantic-ui/components/menu.min.css +9 -1
- package/assets/js/semantic-ui/components/message.css +188 -213
- package/assets/js/semantic-ui/components/message.min.css +4 -4
- package/assets/js/semantic-ui/components/modal.css +174 -166
- package/assets/js/semantic-ui/components/modal.js +1558 -1146
- package/assets/js/semantic-ui/components/modal.min.css +4 -4
- package/assets/js/semantic-ui/components/modal.min.js +6 -6
- package/assets/js/semantic-ui/components/nag.css +183 -41
- package/assets/js/semantic-ui/components/nag.js +527 -467
- package/assets/js/semantic-ui/components/nag.min.css +4 -4
- package/assets/js/semantic-ui/components/nag.min.js +6 -6
- package/assets/js/semantic-ui/components/placeholder.css +62 -76
- package/assets/js/semantic-ui/components/placeholder.min.css +4 -4
- package/assets/js/semantic-ui/components/popup.css +681 -312
- package/assets/js/semantic-ui/components/popup.js +1470 -1463
- package/assets/js/semantic-ui/components/popup.min.css +4 -4
- package/assets/js/semantic-ui/components/popup.min.js +6 -6
- package/assets/js/semantic-ui/components/progress.css +149 -217
- package/assets/js/semantic-ui/components/progress.js +945 -1002
- package/assets/js/semantic-ui/components/progress.min.css +4 -4
- package/assets/js/semantic-ui/components/progress.min.js +6 -6
- package/assets/js/semantic-ui/components/rail.css +17 -22
- package/assets/js/semantic-ui/components/rail.min.css +3 -3
- package/assets/js/semantic-ui/components/rating.css +89 -184
- package/assets/js/semantic-ui/components/rating.js +509 -521
- package/assets/js/semantic-ui/components/rating.min.css +4 -4
- package/assets/js/semantic-ui/components/rating.min.js +6 -6
- package/assets/js/semantic-ui/components/reset.css +12 -17
- package/assets/js/semantic-ui/components/reset.min.css +4 -4
- package/assets/js/semantic-ui/components/reveal.css +46 -85
- package/assets/js/semantic-ui/components/reveal.min.css +4 -4
- package/assets/js/semantic-ui/components/search.css +157 -96
- package/assets/js/semantic-ui/components/search.js +1522 -1479
- package/assets/js/semantic-ui/components/search.min.css +4 -4
- package/assets/js/semantic-ui/components/search.min.js +6 -6
- package/assets/js/semantic-ui/components/segment.css +317 -249
- package/assets/js/semantic-ui/components/segment.min.css +4 -4
- package/assets/js/semantic-ui/components/shape.css +16 -32
- package/assets/js/semantic-ui/components/shape.js +763 -812
- package/assets/js/semantic-ui/components/shape.min.css +4 -4
- package/assets/js/semantic-ui/components/shape.min.js +6 -6
- package/assets/js/semantic-ui/components/sidebar.css +128 -216
- package/assets/js/semantic-ui/components/sidebar.js +1042 -1003
- package/assets/js/semantic-ui/components/sidebar.min.css +4 -4
- package/assets/js/semantic-ui/components/sidebar.min.js +6 -6
- package/assets/js/semantic-ui/components/site.css +123 -48
- package/assets/js/semantic-ui/components/site.js +438 -478
- package/assets/js/semantic-ui/components/site.min.css +4 -4
- package/assets/js/semantic-ui/components/site.min.js +6 -6
- package/assets/js/semantic-ui/components/slider.css +133 -141
- package/assets/js/semantic-ui/components/slider.js +1312 -1274
- package/assets/js/semantic-ui/components/slider.min.css +9 -1
- package/assets/js/semantic-ui/components/slider.min.js +6 -6
- package/assets/js/semantic-ui/components/state.js +640 -659
- package/assets/js/semantic-ui/components/state.min.js +6 -6
- package/assets/js/semantic-ui/components/statistic.css +83 -124
- package/assets/js/semantic-ui/components/statistic.min.css +4 -4
- package/assets/js/semantic-ui/components/step.css +118 -184
- package/assets/js/semantic-ui/components/step.min.css +4 -4
- package/assets/js/semantic-ui/components/sticky.css +3 -8
- package/assets/js/semantic-ui/components/sticky.js +849 -892
- package/assets/js/semantic-ui/components/sticky.min.css +4 -4
- package/assets/js/semantic-ui/components/sticky.min.js +6 -6
- package/assets/js/semantic-ui/components/tab.css +16 -20
- package/assets/js/semantic-ui/components/tab.js +896 -941
- package/assets/js/semantic-ui/components/tab.min.css +4 -4
- package/assets/js/semantic-ui/components/tab.min.js +6 -6
- package/assets/js/semantic-ui/components/table.css +2073 -884
- package/assets/js/semantic-ui/components/table.min.css +4 -4
- package/assets/js/semantic-ui/components/text.css +51 -30
- package/assets/js/semantic-ui/components/text.min.css +4 -4
- package/assets/js/semantic-ui/components/toast.css +200 -137
- package/assets/js/semantic-ui/components/toast.js +912 -832
- package/assets/js/semantic-ui/components/toast.min.css +4 -4
- package/assets/js/semantic-ui/components/toast.min.js +6 -6
- package/assets/js/semantic-ui/components/transition.css +371 -1282
- package/assets/js/semantic-ui/components/transition.js +999 -1074
- package/assets/js/semantic-ui/components/transition.min.css +4 -4
- package/assets/js/semantic-ui/components/transition.min.js +6 -6
- package/assets/js/semantic-ui/components/visibility.js +1215 -1247
- package/assets/js/semantic-ui/components/visibility.min.js +6 -6
- package/assets/js/semantic-ui/semantic.css +43777 -37429
- package/assets/js/semantic-ui/semantic.js +29152 -26694
- package/assets/js/semantic-ui/semantic.min.css +6 -399
- package/assets/js/semantic-ui/semantic.min.js +6 -6
- package/assets/js/semantic-ui/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/icons.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/famfamfam/assets/images/flags.png +0 -0
- package/assets/js/semantic-ui/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/assets/js/socket.io/socket.io.esm.min.js +3 -3
- package/assets/js/socket.io/socket.io.esm.min.js.map +1 -1
- package/assets/js/socket.io/socket.io.js +841 -333
- package/assets/js/socket.io/socket.io.js.map +1 -1
- package/assets/js/socket.io/socket.io.min.js +3 -3
- package/assets/js/socket.io/socket.io.min.js.map +1 -1
- package/assets/js/socket.io/socket.io.msgpack.min.js +3 -3
- package/assets/js/socket.io/socket.io.msgpack.min.js.map +1 -1
- package/cdn.json +19 -4
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* # Fomantic-UI - Popup
|
|
3
|
-
*
|
|
2
|
+
* # Fomantic-UI 2.9.2 - Popup
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
4
|
*
|
|
5
5
|
*
|
|
6
6
|
* Released under the MIT license
|
|
7
|
-
*
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
8
|
*
|
|
9
9
|
*/
|
|
10
10
|
|
|
@@ -21,24 +21,22 @@
|
|
|
21
21
|
|
|
22
22
|
/* Fixes content being squished when inline (moz only) */
|
|
23
23
|
min-width: -webkit-min-content;
|
|
24
|
-
min-width: -moz-min-content;
|
|
25
24
|
min-width: min-content;
|
|
26
25
|
z-index: 1900;
|
|
27
|
-
border: 1px solid #
|
|
26
|
+
border: 1px solid #d4d4d5;
|
|
28
27
|
line-height: 1.4285em;
|
|
29
28
|
max-width: 250px;
|
|
30
|
-
background: #
|
|
29
|
+
background: #fff;
|
|
31
30
|
padding: 0.833em 1em;
|
|
32
31
|
font-weight: normal;
|
|
33
32
|
font-style: normal;
|
|
34
33
|
color: rgba(0, 0, 0, 0.87);
|
|
35
34
|
border-radius: 0.28571429rem;
|
|
36
|
-
|
|
37
|
-
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
35
|
+
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
38
36
|
}
|
|
39
37
|
.ui.popup > .header {
|
|
40
38
|
padding: 0;
|
|
41
|
-
font-family:
|
|
39
|
+
font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
42
40
|
font-size: 1.14285714em;
|
|
43
41
|
line-height: 1.2;
|
|
44
42
|
font-weight: bold;
|
|
@@ -46,17 +44,15 @@
|
|
|
46
44
|
.ui.popup > .header + .content {
|
|
47
45
|
padding-top: 0.5em;
|
|
48
46
|
}
|
|
49
|
-
.ui.popup
|
|
47
|
+
.ui.popup::before {
|
|
50
48
|
position: absolute;
|
|
51
|
-
content:
|
|
49
|
+
content: "";
|
|
52
50
|
width: 0.71428571em;
|
|
53
51
|
height: 0.71428571em;
|
|
54
|
-
background: #
|
|
55
|
-
|
|
56
|
-
transform: rotate(45deg);
|
|
52
|
+
background: #fff;
|
|
53
|
+
transform: rotate(45deg);
|
|
57
54
|
z-index: 1901;
|
|
58
|
-
|
|
59
|
-
box-shadow: 1px 1px 0 0 #bababc;
|
|
55
|
+
box-shadow: 1px 1px 0 0 #bababc;
|
|
60
56
|
}
|
|
61
57
|
|
|
62
58
|
|
|
@@ -65,10 +61,9 @@
|
|
|
65
61
|
*******************************/
|
|
66
62
|
|
|
67
63
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
64
|
+
/* --------------
|
|
65
|
+
Tooltip
|
|
66
|
+
--------------- */
|
|
72
67
|
|
|
73
68
|
/* Content */
|
|
74
69
|
[data-tooltip] {
|
|
@@ -76,212 +71,188 @@
|
|
|
76
71
|
}
|
|
77
72
|
|
|
78
73
|
/* Arrow */
|
|
79
|
-
[data-tooltip]
|
|
74
|
+
[data-tooltip]::before {
|
|
80
75
|
pointer-events: none;
|
|
81
76
|
position: absolute;
|
|
82
|
-
content:
|
|
77
|
+
content: "";
|
|
83
78
|
font-size: 1rem;
|
|
84
79
|
width: 0.71428571em;
|
|
85
80
|
height: 0.71428571em;
|
|
86
|
-
background: #
|
|
87
|
-
|
|
88
|
-
transform: rotate(45deg);
|
|
81
|
+
background: #fff;
|
|
82
|
+
transform: rotate(45deg);
|
|
89
83
|
z-index: 1901;
|
|
90
|
-
|
|
91
|
-
box-shadow: 1px 1px 0 0 #bababc;
|
|
84
|
+
box-shadow: 1px 1px 0 0 #bababc;
|
|
92
85
|
}
|
|
93
86
|
|
|
94
87
|
/* Popup */
|
|
95
|
-
[data-tooltip]
|
|
88
|
+
[data-tooltip]::after {
|
|
96
89
|
pointer-events: none;
|
|
97
90
|
content: attr(data-tooltip);
|
|
98
91
|
position: absolute;
|
|
99
92
|
text-transform: none;
|
|
100
93
|
text-align: left;
|
|
94
|
+
text-shadow: none;
|
|
101
95
|
white-space: nowrap;
|
|
102
96
|
font-size: 1rem;
|
|
103
|
-
border: 1px solid #
|
|
97
|
+
border: 1px solid #d4d4d5;
|
|
104
98
|
line-height: 1.4285em;
|
|
105
99
|
max-width: none;
|
|
106
|
-
background: #
|
|
100
|
+
background: #fff;
|
|
107
101
|
padding: 0.833em 1em;
|
|
108
102
|
font-weight: normal;
|
|
109
103
|
font-style: normal;
|
|
110
104
|
color: rgba(0, 0, 0, 0.87);
|
|
111
105
|
border-radius: 0.28571429rem;
|
|
112
|
-
|
|
113
|
-
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
106
|
+
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
114
107
|
z-index: 1900;
|
|
115
108
|
}
|
|
116
109
|
|
|
117
110
|
/* Default Position (Top Center) */
|
|
118
|
-
[data-tooltip]:not([data-position])
|
|
111
|
+
[data-tooltip]:not([data-position])::before {
|
|
119
112
|
top: auto;
|
|
120
113
|
right: auto;
|
|
121
114
|
bottom: 100%;
|
|
122
115
|
left: 50%;
|
|
123
|
-
background: #
|
|
116
|
+
background: #fff;
|
|
124
117
|
margin-left: -0.07142857rem;
|
|
125
118
|
margin-bottom: 0.14285714rem;
|
|
126
119
|
}
|
|
127
|
-
[data-tooltip]:not([data-position])
|
|
120
|
+
[data-tooltip]:not([data-position])::after {
|
|
128
121
|
left: 50%;
|
|
129
|
-
|
|
130
|
-
transform: translateX(-50%);
|
|
122
|
+
transform: translateX(-50%);
|
|
131
123
|
bottom: 100%;
|
|
132
124
|
margin-bottom: 0.5em;
|
|
133
125
|
}
|
|
134
126
|
|
|
135
127
|
/* Animation */
|
|
136
|
-
[data-tooltip]
|
|
137
|
-
[data-tooltip]
|
|
128
|
+
[data-tooltip]::before,
|
|
129
|
+
[data-tooltip]::after {
|
|
138
130
|
pointer-events: none;
|
|
139
131
|
visibility: hidden;
|
|
140
132
|
opacity: 0;
|
|
141
|
-
-webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
|
|
142
|
-
transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
|
|
143
133
|
transition: transform 0.1s ease, opacity 0.1s ease;
|
|
144
|
-
transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
|
|
145
134
|
}
|
|
146
|
-
[data-tooltip]
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
-webkit-transform-origin: center top;
|
|
150
|
-
transform-origin: center top;
|
|
135
|
+
[data-tooltip]::before {
|
|
136
|
+
transform: rotate(45deg) scale(0) !important;
|
|
137
|
+
transform-origin: center top;
|
|
151
138
|
}
|
|
152
|
-
[data-tooltip]
|
|
153
|
-
|
|
154
|
-
transform-origin: center bottom;
|
|
139
|
+
[data-tooltip]::after {
|
|
140
|
+
transform-origin: center bottom;
|
|
155
141
|
}
|
|
156
|
-
[data-tooltip]:hover
|
|
157
|
-
[data-tooltip]:hover
|
|
142
|
+
[data-tooltip]:hover::before,
|
|
143
|
+
[data-tooltip]:hover::after {
|
|
158
144
|
visibility: visible;
|
|
159
145
|
pointer-events: auto;
|
|
160
146
|
opacity: 1;
|
|
161
147
|
}
|
|
162
|
-
[data-tooltip]:hover
|
|
163
|
-
|
|
164
|
-
transform: rotate(45deg) scale(1) !important;
|
|
148
|
+
[data-tooltip]:hover::before {
|
|
149
|
+
transform: rotate(45deg) scale(1) !important;
|
|
165
150
|
}
|
|
166
151
|
|
|
167
152
|
/* Animation Position */
|
|
168
|
-
[data-tooltip]
|
|
169
|
-
[data-tooltip][data-position="top center"]
|
|
170
|
-
[data-tooltip][data-position="bottom center"]
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
[data-tooltip]:hover
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
[data-tooltip][data-position="
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
[data-tooltip][data-position="
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
[data-tooltip][data-
|
|
199
|
-
[data-tooltip][data-position="bottom right"]:hover:after {
|
|
200
|
-
-webkit-transform: scale(1) !important;
|
|
201
|
-
transform: scale(1) !important;
|
|
202
|
-
}
|
|
203
|
-
[data-tooltip][data-variation~="fixed"]:after {
|
|
153
|
+
[data-tooltip]::after,
|
|
154
|
+
[data-tooltip][data-position="top center"]::after,
|
|
155
|
+
[data-tooltip][data-position="bottom center"]::after {
|
|
156
|
+
transform: translateX(-50%) scale(0) !important;
|
|
157
|
+
}
|
|
158
|
+
[data-tooltip]:hover::after,
|
|
159
|
+
[data-tooltip][data-position="bottom center"]:hover::after {
|
|
160
|
+
transform: translateX(-50%) scale(1) !important;
|
|
161
|
+
}
|
|
162
|
+
[data-tooltip][data-position="left center"]::after,
|
|
163
|
+
[data-tooltip][data-position="right center"]::after {
|
|
164
|
+
transform: translateY(-50%) scale(0) !important;
|
|
165
|
+
}
|
|
166
|
+
[data-tooltip][data-position="left center"]:hover::after,
|
|
167
|
+
[data-tooltip][data-position="right center"]:hover::after {
|
|
168
|
+
transform: translateY(-50%) scale(1) !important;
|
|
169
|
+
-moz-transform: translateY(-50%) scale(1.0001) !important;
|
|
170
|
+
}
|
|
171
|
+
[data-tooltip][data-position="top left"]::after,
|
|
172
|
+
[data-tooltip][data-position="top right"]::after,
|
|
173
|
+
[data-tooltip][data-position="bottom left"]::after,
|
|
174
|
+
[data-tooltip][data-position="bottom right"]::after {
|
|
175
|
+
transform: scale(0) !important;
|
|
176
|
+
}
|
|
177
|
+
[data-tooltip][data-position="top left"]:hover::after,
|
|
178
|
+
[data-tooltip][data-position="top right"]:hover::after,
|
|
179
|
+
[data-tooltip][data-position="bottom left"]:hover::after,
|
|
180
|
+
[data-tooltip][data-position="bottom right"]:hover::after {
|
|
181
|
+
transform: scale(1) !important;
|
|
182
|
+
}
|
|
183
|
+
[data-tooltip][data-variation~="fixed"]::after {
|
|
204
184
|
white-space: normal;
|
|
205
185
|
width: 250px;
|
|
206
186
|
}
|
|
207
|
-
[data-tooltip][data-variation*="wide fixed"]
|
|
187
|
+
[data-tooltip][data-variation*="wide fixed"]::after {
|
|
208
188
|
width: 350px;
|
|
209
189
|
}
|
|
210
|
-
[data-tooltip][data-variation*="very wide fixed"]
|
|
190
|
+
[data-tooltip][data-variation*="very wide fixed"]::after {
|
|
211
191
|
width: 550px;
|
|
212
192
|
}
|
|
213
193
|
@media only screen and (max-width: 767.98px) {
|
|
214
|
-
[data-tooltip][data-variation~="fixed"]
|
|
194
|
+
[data-tooltip][data-variation~="fixed"]::after {
|
|
215
195
|
width: 250px;
|
|
216
196
|
}
|
|
217
197
|
}
|
|
218
198
|
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
199
|
+
/* --------------
|
|
200
|
+
Inverted
|
|
201
|
+
--------------- */
|
|
223
202
|
|
|
224
203
|
/* Arrow */
|
|
225
|
-
[data-tooltip][data-inverted]
|
|
226
|
-
|
|
227
|
-
box-shadow: none !important;
|
|
204
|
+
[data-tooltip][data-inverted]::before {
|
|
205
|
+
box-shadow: none !important;
|
|
228
206
|
}
|
|
229
207
|
|
|
230
208
|
/* Arrow Position */
|
|
231
|
-
[data-tooltip][data-inverted]
|
|
232
|
-
background: #
|
|
209
|
+
[data-tooltip][data-inverted]::before {
|
|
210
|
+
background: #1b1c1d;
|
|
233
211
|
}
|
|
234
212
|
|
|
235
|
-
/* Popup
|
|
236
|
-
[data-tooltip][data-inverted]
|
|
237
|
-
background: #
|
|
238
|
-
color: #
|
|
213
|
+
/* Popup */
|
|
214
|
+
[data-tooltip][data-inverted]::after {
|
|
215
|
+
background: #1b1c1d;
|
|
216
|
+
color: #fff;
|
|
239
217
|
border: none;
|
|
240
|
-
|
|
241
|
-
box-shadow: none;
|
|
242
|
-
}
|
|
243
|
-
[data-tooltip][data-inverted]:after .header {
|
|
244
|
-
background: none;
|
|
245
|
-
color: #FFFFFF;
|
|
218
|
+
box-shadow: none;
|
|
246
219
|
}
|
|
247
220
|
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
background: #FFFFFF;
|
|
221
|
+
/* --------------
|
|
222
|
+
Position
|
|
223
|
+
--------------- */
|
|
224
|
+
[data-position~="top"][data-tooltip]::before {
|
|
225
|
+
background: #fff;
|
|
254
226
|
}
|
|
255
227
|
|
|
256
228
|
/* Top Center */
|
|
257
|
-
[data-position="top center"][data-tooltip]
|
|
229
|
+
[data-position="top center"][data-tooltip]::after {
|
|
258
230
|
top: auto;
|
|
259
231
|
right: auto;
|
|
260
232
|
left: 50%;
|
|
261
233
|
bottom: 100%;
|
|
262
|
-
|
|
263
|
-
transform: translateX(-50%);
|
|
234
|
+
transform: translateX(-50%);
|
|
264
235
|
margin-bottom: 0.5em;
|
|
265
236
|
}
|
|
266
|
-
[data-position="top center"][data-tooltip]
|
|
237
|
+
[data-position="top center"][data-tooltip]::before {
|
|
267
238
|
top: auto;
|
|
268
239
|
right: auto;
|
|
269
240
|
bottom: 100%;
|
|
270
241
|
left: 50%;
|
|
271
|
-
background: #
|
|
242
|
+
background: #fff;
|
|
272
243
|
margin-left: -0.07142857rem;
|
|
273
244
|
margin-bottom: 0.14285714rem;
|
|
274
245
|
}
|
|
275
246
|
|
|
276
247
|
/* Top Left */
|
|
277
|
-
[data-position="top left"][data-tooltip]
|
|
248
|
+
[data-position="top left"][data-tooltip]::after {
|
|
278
249
|
top: auto;
|
|
279
250
|
right: auto;
|
|
280
251
|
left: 0;
|
|
281
252
|
bottom: 100%;
|
|
282
253
|
margin-bottom: 0.5em;
|
|
283
254
|
}
|
|
284
|
-
[data-position="top left"][data-tooltip]
|
|
255
|
+
[data-position="top left"][data-tooltip]::before {
|
|
285
256
|
top: auto;
|
|
286
257
|
right: auto;
|
|
287
258
|
bottom: 100%;
|
|
@@ -291,14 +262,14 @@
|
|
|
291
262
|
}
|
|
292
263
|
|
|
293
264
|
/* Top Right */
|
|
294
|
-
[data-position="top right"][data-tooltip]
|
|
265
|
+
[data-position="top right"][data-tooltip]::after {
|
|
295
266
|
top: auto;
|
|
296
267
|
left: auto;
|
|
297
268
|
right: 0;
|
|
298
269
|
bottom: 100%;
|
|
299
270
|
margin-bottom: 0.5em;
|
|
300
271
|
}
|
|
301
|
-
[data-position="top right"][data-tooltip]
|
|
272
|
+
[data-position="top right"][data-tooltip]::before {
|
|
302
273
|
top: auto;
|
|
303
274
|
left: auto;
|
|
304
275
|
bottom: 100%;
|
|
@@ -306,38 +277,36 @@
|
|
|
306
277
|
margin-left: -0.07142857rem;
|
|
307
278
|
margin-bottom: 0.14285714rem;
|
|
308
279
|
}
|
|
309
|
-
[data-position~="bottom"][data-tooltip]
|
|
310
|
-
background: #
|
|
311
|
-
|
|
312
|
-
box-shadow: -1px -1px 0 0 #bababc;
|
|
280
|
+
[data-position~="bottom"][data-tooltip]::before {
|
|
281
|
+
background: #fff;
|
|
282
|
+
box-shadow: -1px -1px 0 0 #bababc;
|
|
313
283
|
}
|
|
314
284
|
|
|
315
285
|
/* Bottom Center */
|
|
316
|
-
[data-position="bottom center"][data-tooltip]
|
|
286
|
+
[data-position="bottom center"][data-tooltip]::after {
|
|
317
287
|
bottom: auto;
|
|
318
288
|
right: auto;
|
|
319
289
|
left: 50%;
|
|
320
290
|
top: 100%;
|
|
321
|
-
|
|
322
|
-
transform: translateX(-50%);
|
|
291
|
+
transform: translateX(-50%);
|
|
323
292
|
margin-top: 0.5em;
|
|
324
293
|
}
|
|
325
|
-
[data-position="bottom center"][data-tooltip]
|
|
294
|
+
[data-position="bottom center"][data-tooltip]::before {
|
|
326
295
|
bottom: auto;
|
|
327
296
|
right: auto;
|
|
328
297
|
top: 100%;
|
|
329
298
|
left: 50%;
|
|
330
299
|
margin-left: -0.07142857rem;
|
|
331
|
-
margin-top: 0.
|
|
300
|
+
margin-top: 0.30714286em;
|
|
332
301
|
}
|
|
333
302
|
|
|
334
303
|
/* Bottom Left */
|
|
335
|
-
[data-position="bottom left"][data-tooltip]
|
|
304
|
+
[data-position="bottom left"][data-tooltip]::after {
|
|
336
305
|
left: 0;
|
|
337
306
|
top: 100%;
|
|
338
307
|
margin-top: 0.5em;
|
|
339
308
|
}
|
|
340
|
-
[data-position="bottom left"][data-tooltip]
|
|
309
|
+
[data-position="bottom left"][data-tooltip]::before {
|
|
341
310
|
bottom: auto;
|
|
342
311
|
right: auto;
|
|
343
312
|
top: 100%;
|
|
@@ -347,12 +316,12 @@
|
|
|
347
316
|
}
|
|
348
317
|
|
|
349
318
|
/* Bottom Right */
|
|
350
|
-
[data-position="bottom right"][data-tooltip]
|
|
319
|
+
[data-position="bottom right"][data-tooltip]::after {
|
|
351
320
|
right: 0;
|
|
352
321
|
top: 100%;
|
|
353
322
|
margin-top: 0.5em;
|
|
354
323
|
}
|
|
355
|
-
[data-position="bottom right"][data-tooltip]
|
|
324
|
+
[data-position="bottom right"][data-tooltip]::before {
|
|
356
325
|
bottom: auto;
|
|
357
326
|
left: auto;
|
|
358
327
|
top: 100%;
|
|
@@ -362,97 +331,88 @@
|
|
|
362
331
|
}
|
|
363
332
|
|
|
364
333
|
/* Left Center */
|
|
365
|
-
[data-position="left center"][data-tooltip]
|
|
334
|
+
[data-position="left center"][data-tooltip]::after {
|
|
366
335
|
right: 100%;
|
|
367
336
|
top: 50%;
|
|
368
337
|
margin-right: 0.5em;
|
|
369
|
-
|
|
370
|
-
transform: translateY(-50%);
|
|
338
|
+
transform: translateY(-50%);
|
|
371
339
|
}
|
|
372
|
-
[data-position="left center"][data-tooltip]
|
|
340
|
+
[data-position="left center"][data-tooltip]::before {
|
|
373
341
|
right: 100%;
|
|
374
342
|
top: 50%;
|
|
375
343
|
margin-top: -0.14285714rem;
|
|
376
344
|
margin-right: -0.07142857rem;
|
|
377
|
-
background: #
|
|
378
|
-
|
|
379
|
-
box-shadow: 1px -1px 0 0 #bababc;
|
|
345
|
+
background: #fff;
|
|
346
|
+
box-shadow: 1px -1px 0 0 #bababc;
|
|
380
347
|
}
|
|
381
348
|
|
|
382
349
|
/* Right Center */
|
|
383
|
-
[data-position="right center"][data-tooltip]
|
|
350
|
+
[data-position="right center"][data-tooltip]::after {
|
|
384
351
|
left: 100%;
|
|
385
352
|
top: 50%;
|
|
386
353
|
margin-left: 0.5em;
|
|
387
|
-
|
|
388
|
-
transform: translateY(-50%);
|
|
354
|
+
transform: translateY(-50%);
|
|
389
355
|
}
|
|
390
|
-
[data-position="right center"][data-tooltip]
|
|
356
|
+
[data-position="right center"][data-tooltip]::before {
|
|
391
357
|
left: 100%;
|
|
392
358
|
top: 50%;
|
|
393
359
|
margin-top: -0.07142857rem;
|
|
394
360
|
margin-left: 0.14285714rem;
|
|
395
|
-
background: #
|
|
396
|
-
|
|
397
|
-
box-shadow: -1px 1px 0 0 #bababc;
|
|
361
|
+
background: #fff;
|
|
362
|
+
box-shadow: -1px 1px 0 0 #bababc;
|
|
398
363
|
}
|
|
399
364
|
|
|
400
365
|
/* Inverted Arrow Color */
|
|
401
|
-
[data-inverted][data-position~="bottom"][data-tooltip]
|
|
402
|
-
background: #
|
|
403
|
-
|
|
404
|
-
box-shadow: -1px -1px 0 0 #bababc;
|
|
366
|
+
[data-inverted][data-position~="bottom"][data-tooltip]::before {
|
|
367
|
+
background: #1b1c1d;
|
|
368
|
+
box-shadow: -1px -1px 0 0 #bababc;
|
|
405
369
|
}
|
|
406
|
-
[data-inverted][data-position="left center"][data-tooltip]
|
|
407
|
-
background: #
|
|
408
|
-
|
|
409
|
-
box-shadow: 1px -1px 0 0 #bababc;
|
|
370
|
+
[data-inverted][data-position="left center"][data-tooltip]::before {
|
|
371
|
+
background: #1b1c1d;
|
|
372
|
+
box-shadow: 1px -1px 0 0 #bababc;
|
|
410
373
|
}
|
|
411
|
-
[data-inverted][data-position="right center"][data-tooltip]
|
|
412
|
-
background: #
|
|
413
|
-
|
|
414
|
-
box-shadow: -1px 1px 0 0 #bababc;
|
|
374
|
+
[data-inverted][data-position="right center"][data-tooltip]::before {
|
|
375
|
+
background: #1b1c1d;
|
|
376
|
+
box-shadow: -1px 1px 0 0 #bababc;
|
|
415
377
|
}
|
|
416
|
-
[data-inverted][data-position~="top"][data-tooltip]
|
|
417
|
-
background: #
|
|
378
|
+
[data-inverted][data-position~="top"][data-tooltip]::before {
|
|
379
|
+
background: #1b1c1d;
|
|
418
380
|
}
|
|
419
|
-
[data-position~="bottom"][data-tooltip]
|
|
420
|
-
|
|
421
|
-
transform-origin: center bottom;
|
|
381
|
+
[data-position~="bottom"][data-tooltip]::before {
|
|
382
|
+
transform-origin: center bottom;
|
|
422
383
|
}
|
|
423
|
-
[data-position~="bottom"][data-tooltip]
|
|
424
|
-
|
|
425
|
-
transform-origin: center top;
|
|
384
|
+
[data-position~="bottom"][data-tooltip]::after {
|
|
385
|
+
transform-origin: center top;
|
|
426
386
|
}
|
|
427
|
-
[data-position="
|
|
428
|
-
|
|
429
|
-
transform-origin: top center;
|
|
387
|
+
[data-position="bottom center"][data-tooltip]::before {
|
|
388
|
+
transform-origin: center top;
|
|
430
389
|
}
|
|
431
|
-
[data-position="left center"][data-tooltip]
|
|
432
|
-
|
|
433
|
-
transform-origin: right center;
|
|
390
|
+
[data-position="left center"][data-tooltip]::before {
|
|
391
|
+
transform-origin: top center;
|
|
434
392
|
}
|
|
435
|
-
[data-position="
|
|
436
|
-
|
|
437
|
-
transform-origin: right center;
|
|
393
|
+
[data-position="left center"][data-tooltip]::after {
|
|
394
|
+
transform-origin: right center;
|
|
438
395
|
}
|
|
439
|
-
[data-position="right center"][data-tooltip]
|
|
440
|
-
|
|
441
|
-
|
|
396
|
+
[data-position="right center"][data-tooltip]::before {
|
|
397
|
+
transform-origin: right center;
|
|
398
|
+
}
|
|
399
|
+
[data-position="right center"][data-tooltip]::after {
|
|
400
|
+
transform-origin: left center;
|
|
442
401
|
}
|
|
443
402
|
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
[data-tooltip][data-variation~="basic"]:before {
|
|
403
|
+
/* --------------
|
|
404
|
+
Basic
|
|
405
|
+
--------------- */
|
|
406
|
+
[data-tooltip][data-variation~="basic"]::before {
|
|
449
407
|
display: none;
|
|
450
408
|
}
|
|
409
|
+
[data-tooltip][data-variation~="multiline"]::after {
|
|
410
|
+
white-space: pre-line;
|
|
411
|
+
}
|
|
451
412
|
|
|
452
|
-
|
|
413
|
+
/* --------------
|
|
453
414
|
Spacing
|
|
454
|
-
|
|
455
|
-
|
|
415
|
+
--------------- */
|
|
456
416
|
.ui.popup {
|
|
457
417
|
margin: 0;
|
|
458
418
|
}
|
|
@@ -462,28 +422,23 @@
|
|
|
462
422
|
margin: 0 0 0.71428571em;
|
|
463
423
|
}
|
|
464
424
|
.ui.top.left.popup {
|
|
465
|
-
|
|
466
|
-
transform-origin: left bottom;
|
|
425
|
+
transform-origin: left bottom;
|
|
467
426
|
}
|
|
468
427
|
.ui.top.center.popup {
|
|
469
|
-
|
|
470
|
-
transform-origin: center bottom;
|
|
428
|
+
transform-origin: center bottom;
|
|
471
429
|
}
|
|
472
430
|
.ui.top.right.popup {
|
|
473
|
-
|
|
474
|
-
transform-origin: right bottom;
|
|
431
|
+
transform-origin: right bottom;
|
|
475
432
|
}
|
|
476
433
|
|
|
477
434
|
/* Extending from Vertical Center */
|
|
478
435
|
.ui.left.center.popup {
|
|
479
436
|
margin: 0 0.71428571em 0 0;
|
|
480
|
-
|
|
481
|
-
transform-origin: right 50%;
|
|
437
|
+
transform-origin: right 50%;
|
|
482
438
|
}
|
|
483
439
|
.ui.right.center.popup {
|
|
484
440
|
margin: 0 0 0 0.71428571em;
|
|
485
|
-
|
|
486
|
-
transform-origin: left 50%;
|
|
441
|
+
transform-origin: left 50%;
|
|
487
442
|
}
|
|
488
443
|
|
|
489
444
|
/* Extending from Bottom */
|
|
@@ -491,64 +446,57 @@
|
|
|
491
446
|
margin: 0.71428571em 0 0;
|
|
492
447
|
}
|
|
493
448
|
.ui.bottom.left.popup {
|
|
494
|
-
|
|
495
|
-
transform-origin: left top;
|
|
449
|
+
transform-origin: left top;
|
|
496
450
|
}
|
|
497
451
|
.ui.bottom.center.popup {
|
|
498
|
-
|
|
499
|
-
transform-origin: center top;
|
|
452
|
+
transform-origin: center top;
|
|
500
453
|
}
|
|
501
454
|
.ui.bottom.right.popup {
|
|
502
|
-
|
|
503
|
-
transform-origin: right top;
|
|
455
|
+
transform-origin: right top;
|
|
504
456
|
}
|
|
505
457
|
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
/*--- Below ---*/
|
|
458
|
+
/* --------------
|
|
459
|
+
Pointer
|
|
460
|
+
--------------- */
|
|
512
461
|
|
|
513
|
-
|
|
462
|
+
/* --- Below --- */
|
|
463
|
+
.ui.bottom.center.popup::before {
|
|
514
464
|
margin-left: -0.30714286em;
|
|
515
465
|
top: -0.30714286em;
|
|
516
466
|
left: 50%;
|
|
517
467
|
right: auto;
|
|
518
468
|
bottom: auto;
|
|
519
|
-
|
|
520
|
-
box-shadow: -1px -1px 0 0 #bababc;
|
|
469
|
+
box-shadow: -1px -1px 0 0 #bababc;
|
|
521
470
|
}
|
|
522
471
|
.ui.bottom.left.popup {
|
|
523
472
|
margin-left: 0;
|
|
524
473
|
}
|
|
525
|
-
|
|
526
|
-
|
|
474
|
+
|
|
475
|
+
/* rtl:rename */
|
|
476
|
+
.ui.bottom.left.popup::before {
|
|
527
477
|
top: -0.30714286em;
|
|
528
478
|
left: 1em;
|
|
529
479
|
right: auto;
|
|
530
480
|
bottom: auto;
|
|
531
481
|
margin-left: 0;
|
|
532
|
-
|
|
533
|
-
box-shadow: -1px -1px 0 0 #bababc;
|
|
482
|
+
box-shadow: -1px -1px 0 0 #bababc;
|
|
534
483
|
}
|
|
535
484
|
.ui.bottom.right.popup {
|
|
536
485
|
margin-right: 0;
|
|
537
486
|
}
|
|
538
|
-
|
|
539
|
-
|
|
487
|
+
|
|
488
|
+
/* rtl:rename */
|
|
489
|
+
.ui.bottom.right.popup::before {
|
|
540
490
|
top: -0.30714286em;
|
|
541
491
|
right: 1em;
|
|
542
492
|
bottom: auto;
|
|
543
493
|
left: auto;
|
|
544
494
|
margin-left: 0;
|
|
545
|
-
|
|
546
|
-
box-shadow: -1px -1px 0 0 #bababc;
|
|
495
|
+
box-shadow: -1px -1px 0 0 #bababc;
|
|
547
496
|
}
|
|
548
497
|
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
.ui.top.center.popup:before {
|
|
498
|
+
/* --- Above --- */
|
|
499
|
+
.ui.top.center.popup::before {
|
|
552
500
|
top: auto;
|
|
553
501
|
right: auto;
|
|
554
502
|
bottom: -0.30714286em;
|
|
@@ -558,8 +506,9 @@
|
|
|
558
506
|
.ui.top.left.popup {
|
|
559
507
|
margin-left: 0;
|
|
560
508
|
}
|
|
561
|
-
|
|
562
|
-
|
|
509
|
+
|
|
510
|
+
/* rtl:rename */
|
|
511
|
+
.ui.top.left.popup::before {
|
|
563
512
|
bottom: -0.30714286em;
|
|
564
513
|
left: 1em;
|
|
565
514
|
top: auto;
|
|
@@ -569,8 +518,9 @@
|
|
|
569
518
|
.ui.top.right.popup {
|
|
570
519
|
margin-right: 0;
|
|
571
520
|
}
|
|
572
|
-
|
|
573
|
-
|
|
521
|
+
|
|
522
|
+
/* rtl:rename */
|
|
523
|
+
.ui.top.right.popup::before {
|
|
574
524
|
bottom: -0.30714286em;
|
|
575
525
|
right: 1em;
|
|
576
526
|
top: auto;
|
|
@@ -578,54 +528,52 @@
|
|
|
578
528
|
margin-left: 0;
|
|
579
529
|
}
|
|
580
530
|
|
|
581
|
-
|
|
531
|
+
/* --- Left Center --- */
|
|
582
532
|
|
|
583
|
-
/*rtl:rename*/
|
|
584
|
-
.ui.left.center.popup
|
|
533
|
+
/* rtl:rename */
|
|
534
|
+
.ui.left.center.popup::before {
|
|
585
535
|
top: 50%;
|
|
586
536
|
right: -0.30714286em;
|
|
587
537
|
bottom: auto;
|
|
588
538
|
left: auto;
|
|
589
539
|
margin-top: -0.30714286em;
|
|
590
|
-
|
|
591
|
-
box-shadow: 1px -1px 0 0 #bababc;
|
|
540
|
+
box-shadow: 1px -1px 0 0 #bababc;
|
|
592
541
|
}
|
|
593
542
|
|
|
594
|
-
|
|
543
|
+
/* --- Right Center --- */
|
|
595
544
|
|
|
596
|
-
/*rtl:rename*/
|
|
597
|
-
.ui.right.center.popup
|
|
545
|
+
/* rtl:rename */
|
|
546
|
+
.ui.right.center.popup::before {
|
|
598
547
|
top: 50%;
|
|
599
548
|
left: -0.30714286em;
|
|
600
549
|
bottom: auto;
|
|
601
550
|
right: auto;
|
|
602
551
|
margin-top: -0.30714286em;
|
|
603
|
-
|
|
604
|
-
box-shadow: -1px 1px 0 0 #bababc;
|
|
552
|
+
box-shadow: -1px 1px 0 0 #bababc;
|
|
605
553
|
}
|
|
606
|
-
.ui.right.center.popup
|
|
607
|
-
.ui.left.center.popup
|
|
608
|
-
background: #
|
|
554
|
+
.ui.right.center.popup::before,
|
|
555
|
+
.ui.left.center.popup::before {
|
|
556
|
+
background: #fff;
|
|
609
557
|
}
|
|
610
558
|
|
|
611
559
|
/* Arrow Color By Location */
|
|
612
|
-
.ui.bottom.popup
|
|
613
|
-
background: #
|
|
560
|
+
.ui.bottom.popup::before {
|
|
561
|
+
background: #fff;
|
|
614
562
|
}
|
|
615
|
-
.ui.top.popup
|
|
616
|
-
background: #
|
|
563
|
+
.ui.top.popup::before {
|
|
564
|
+
background: #fff;
|
|
617
565
|
}
|
|
618
566
|
|
|
619
567
|
/* Inverted Arrow Color */
|
|
620
|
-
.ui.inverted.bottom.popup
|
|
621
|
-
background: #
|
|
568
|
+
.ui.inverted.bottom.popup::before {
|
|
569
|
+
background: #1b1c1d;
|
|
622
570
|
}
|
|
623
|
-
.ui.inverted.right.center.popup
|
|
624
|
-
.ui.inverted.left.center.popup
|
|
625
|
-
background: #
|
|
571
|
+
.ui.inverted.right.center.popup::before,
|
|
572
|
+
.ui.inverted.left.center.popup::before {
|
|
573
|
+
background: #1b1c1d;
|
|
626
574
|
}
|
|
627
|
-
.ui.inverted.top.popup
|
|
628
|
-
background: #
|
|
575
|
+
.ui.inverted.top.popup::before {
|
|
576
|
+
background: #1b1c1d;
|
|
629
577
|
}
|
|
630
578
|
|
|
631
579
|
|
|
@@ -635,7 +583,7 @@
|
|
|
635
583
|
|
|
636
584
|
|
|
637
585
|
/* Immediate Nested Grid */
|
|
638
|
-
.ui.popup > .ui.grid:not(.padded) {
|
|
586
|
+
.ui.ui.ui.popup > .ui.grid:not(.padded) {
|
|
639
587
|
width: calc(100% + 1.75rem);
|
|
640
588
|
margin: -0.7rem -0.875rem;
|
|
641
589
|
}
|
|
@@ -646,8 +594,33 @@
|
|
|
646
594
|
*******************************/
|
|
647
595
|
|
|
648
596
|
.ui.loading.popup {
|
|
597
|
+
cursor: default;
|
|
598
|
+
pointer-events: none;
|
|
599
|
+
-webkit-user-select: none;
|
|
600
|
+
-ms-user-select: none;
|
|
601
|
+
user-select: none;
|
|
602
|
+
}
|
|
603
|
+
.ui.loading.popup * {
|
|
604
|
+
opacity: 0.3;
|
|
605
|
+
}
|
|
606
|
+
.ui.loading.popup::after {
|
|
607
|
+
position: absolute;
|
|
608
|
+
content: "";
|
|
609
|
+
top: 50%;
|
|
610
|
+
left: 50%;
|
|
611
|
+
margin: -1em 0 0 -1em;
|
|
612
|
+
width: 2em;
|
|
613
|
+
height: 2em;
|
|
614
|
+
animation: loader 0.6s infinite linear;
|
|
615
|
+
border: 0.2em solid #767676;
|
|
616
|
+
border-radius: 500rem;
|
|
617
|
+
box-shadow: 0 0 0 1px transparent;
|
|
618
|
+
visibility: visible;
|
|
619
|
+
z-index: 101;
|
|
620
|
+
}
|
|
621
|
+
.ui.invisible.popup {
|
|
649
622
|
display: block;
|
|
650
|
-
visibility: hidden;
|
|
623
|
+
visibility: hidden !important;
|
|
651
624
|
z-index: -1;
|
|
652
625
|
}
|
|
653
626
|
.ui.animating.popup,
|
|
@@ -655,8 +628,7 @@
|
|
|
655
628
|
display: block;
|
|
656
629
|
}
|
|
657
630
|
.ui.visible.popup {
|
|
658
|
-
|
|
659
|
-
transform: translateZ(0);
|
|
631
|
+
transform: translateZ(0);
|
|
660
632
|
-webkit-backface-visibility: hidden;
|
|
661
633
|
backface-visibility: hidden;
|
|
662
634
|
}
|
|
@@ -667,21 +639,19 @@
|
|
|
667
639
|
*******************************/
|
|
668
640
|
|
|
669
641
|
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
.ui.basic.popup:before {
|
|
642
|
+
/* --------------
|
|
643
|
+
Basic
|
|
644
|
+
--------------- */
|
|
645
|
+
.ui.basic.popup::before {
|
|
675
646
|
display: none;
|
|
676
647
|
}
|
|
677
648
|
.ui.fixed.popup {
|
|
678
649
|
width: 250px;
|
|
679
650
|
}
|
|
680
651
|
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
652
|
+
/* --------------
|
|
653
|
+
Wide
|
|
654
|
+
--------------- */
|
|
685
655
|
.ui.wide.popup {
|
|
686
656
|
max-width: 350px;
|
|
687
657
|
}
|
|
@@ -705,100 +675,499 @@
|
|
|
705
675
|
}
|
|
706
676
|
}
|
|
707
677
|
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
678
|
+
/* --------------
|
|
679
|
+
Fluid
|
|
680
|
+
--------------- */
|
|
712
681
|
.ui.fluid.popup {
|
|
713
682
|
width: 100%;
|
|
714
683
|
max-width: none;
|
|
715
684
|
}
|
|
716
685
|
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
686
|
+
/* --------------
|
|
687
|
+
Colors
|
|
688
|
+
--------------- */
|
|
721
689
|
|
|
722
|
-
/* Inverted colors
|
|
690
|
+
/* Inverted colors */
|
|
723
691
|
.ui.inverted.popup {
|
|
724
|
-
background: #
|
|
725
|
-
color: #
|
|
692
|
+
background: #1b1c1d;
|
|
693
|
+
color: #fff;
|
|
726
694
|
border: none;
|
|
727
|
-
|
|
728
|
-
box-shadow: none;
|
|
695
|
+
box-shadow: none;
|
|
729
696
|
}
|
|
730
697
|
.ui.inverted.popup .header {
|
|
731
|
-
background
|
|
732
|
-
color: #
|
|
698
|
+
background: none;
|
|
699
|
+
color: #fff;
|
|
700
|
+
}
|
|
701
|
+
.ui.inverted.popup::before {
|
|
702
|
+
background-color: #1b1c1d;
|
|
703
|
+
box-shadow: none !important;
|
|
704
|
+
}
|
|
705
|
+
.ui.ui.ui.primary.popup::before,
|
|
706
|
+
.ui.primary.popup,
|
|
707
|
+
[data-tooltip][data-variation~="primary"]::after,
|
|
708
|
+
[data-tooltip][data-variation~="primary"]::before {
|
|
709
|
+
background: #2185d0;
|
|
710
|
+
color: #fff;
|
|
711
|
+
border: none;
|
|
733
712
|
}
|
|
734
|
-
.ui.
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
713
|
+
.ui.ui.ui.primary.loading.popup::before,
|
|
714
|
+
.ui.primary.loading.popup {
|
|
715
|
+
background: #9bcbef;
|
|
716
|
+
}
|
|
717
|
+
.ui.ui.ui.primary.popup::before,
|
|
718
|
+
[data-tooltip][data-variation~="primary"]::before {
|
|
719
|
+
box-shadow: none;
|
|
720
|
+
}
|
|
721
|
+
.ui.ui.ui.inverted.primary.popup::before,
|
|
722
|
+
.ui.inverted.primary.popup,
|
|
723
|
+
[data-tooltip][data-inverted][data-variation~="primary"]::after,
|
|
724
|
+
[data-tooltip][data-inverted][data-variation~="primary"]::before {
|
|
725
|
+
background: #54c8ff;
|
|
726
|
+
color: #1b1c1d;
|
|
727
|
+
}
|
|
728
|
+
.ui.ui.ui.inverted.primary.loading.popup::before,
|
|
729
|
+
.ui.inverted.primary.loading.popup {
|
|
730
|
+
background: #007eba;
|
|
731
|
+
}
|
|
732
|
+
.ui.ui.ui.secondary.popup::before,
|
|
733
|
+
.ui.secondary.popup,
|
|
734
|
+
[data-tooltip][data-variation~="secondary"]::after,
|
|
735
|
+
[data-tooltip][data-variation~="secondary"]::before {
|
|
736
|
+
background: #1b1c1d;
|
|
737
|
+
color: #fff;
|
|
738
|
+
border: none;
|
|
739
|
+
}
|
|
740
|
+
.ui.ui.ui.secondary.loading.popup::before,
|
|
741
|
+
.ui.secondary.loading.popup {
|
|
742
|
+
background: #65696c;
|
|
743
|
+
}
|
|
744
|
+
.ui.ui.ui.secondary.popup::before,
|
|
745
|
+
[data-tooltip][data-variation~="secondary"]::before {
|
|
746
|
+
box-shadow: none;
|
|
747
|
+
}
|
|
748
|
+
.ui.ui.ui.inverted.secondary.popup::before,
|
|
749
|
+
.ui.inverted.secondary.popup,
|
|
750
|
+
[data-tooltip][data-inverted][data-variation~="secondary"]::after,
|
|
751
|
+
[data-tooltip][data-inverted][data-variation~="secondary"]::before {
|
|
752
|
+
background: #545454;
|
|
753
|
+
color: #1b1c1d;
|
|
754
|
+
}
|
|
755
|
+
.ui.ui.ui.inverted.secondary.loading.popup::before,
|
|
756
|
+
.ui.inverted.secondary.loading.popup {
|
|
757
|
+
background: #080808;
|
|
758
|
+
}
|
|
759
|
+
.ui.ui.ui.red.popup::before,
|
|
760
|
+
.ui.red.popup,
|
|
761
|
+
[data-tooltip][data-variation~="red"]::after,
|
|
762
|
+
[data-tooltip][data-variation~="red"]::before {
|
|
763
|
+
background: #db2828;
|
|
764
|
+
color: #fff;
|
|
765
|
+
border: none;
|
|
766
|
+
}
|
|
767
|
+
.ui.ui.ui.red.loading.popup::before,
|
|
768
|
+
.ui.red.loading.popup {
|
|
769
|
+
background: #f1abab;
|
|
770
|
+
}
|
|
771
|
+
.ui.ui.ui.red.popup::before,
|
|
772
|
+
[data-tooltip][data-variation~="red"]::before {
|
|
773
|
+
box-shadow: none;
|
|
774
|
+
}
|
|
775
|
+
.ui.ui.ui.inverted.red.popup::before,
|
|
776
|
+
.ui.inverted.red.popup,
|
|
777
|
+
[data-tooltip][data-inverted][data-variation~="red"]::after,
|
|
778
|
+
[data-tooltip][data-inverted][data-variation~="red"]::before {
|
|
779
|
+
background: #ff695e;
|
|
780
|
+
color: #1b1c1d;
|
|
781
|
+
}
|
|
782
|
+
.ui.ui.ui.inverted.red.loading.popup::before,
|
|
783
|
+
.ui.inverted.red.loading.popup {
|
|
784
|
+
background: #c40d00;
|
|
785
|
+
}
|
|
786
|
+
.ui.ui.ui.orange.popup::before,
|
|
787
|
+
.ui.orange.popup,
|
|
788
|
+
[data-tooltip][data-variation~="orange"]::after,
|
|
789
|
+
[data-tooltip][data-variation~="orange"]::before {
|
|
790
|
+
background: #f2711c;
|
|
791
|
+
color: #fff;
|
|
792
|
+
border: none;
|
|
793
|
+
}
|
|
794
|
+
.ui.ui.ui.orange.loading.popup::before,
|
|
795
|
+
.ui.orange.loading.popup {
|
|
796
|
+
background: #faccad;
|
|
797
|
+
}
|
|
798
|
+
.ui.ui.ui.orange.popup::before,
|
|
799
|
+
[data-tooltip][data-variation~="orange"]::before {
|
|
800
|
+
box-shadow: none;
|
|
801
|
+
}
|
|
802
|
+
.ui.ui.ui.inverted.orange.popup::before,
|
|
803
|
+
.ui.inverted.orange.popup,
|
|
804
|
+
[data-tooltip][data-inverted][data-variation~="orange"]::after,
|
|
805
|
+
[data-tooltip][data-inverted][data-variation~="orange"]::before {
|
|
806
|
+
background: #ff851b;
|
|
807
|
+
color: #1b1c1d;
|
|
808
|
+
}
|
|
809
|
+
.ui.ui.ui.inverted.orange.loading.popup::before,
|
|
810
|
+
.ui.inverted.orange.loading.popup {
|
|
811
|
+
background: #813c00;
|
|
812
|
+
}
|
|
813
|
+
.ui.ui.ui.yellow.popup::before,
|
|
814
|
+
.ui.yellow.popup,
|
|
815
|
+
[data-tooltip][data-variation~="yellow"]::after,
|
|
816
|
+
[data-tooltip][data-variation~="yellow"]::before {
|
|
817
|
+
background: #fbbd08;
|
|
818
|
+
color: #fff;
|
|
819
|
+
border: none;
|
|
820
|
+
}
|
|
821
|
+
.ui.ui.ui.yellow.loading.popup::before,
|
|
822
|
+
.ui.yellow.loading.popup {
|
|
823
|
+
background: #fde59f;
|
|
824
|
+
}
|
|
825
|
+
.ui.ui.ui.yellow.popup::before,
|
|
826
|
+
[data-tooltip][data-variation~="yellow"]::before {
|
|
827
|
+
box-shadow: none;
|
|
828
|
+
}
|
|
829
|
+
.ui.ui.ui.inverted.yellow.popup::before,
|
|
830
|
+
.ui.inverted.yellow.popup,
|
|
831
|
+
[data-tooltip][data-inverted][data-variation~="yellow"]::after,
|
|
832
|
+
[data-tooltip][data-inverted][data-variation~="yellow"]::before {
|
|
833
|
+
background: #ffe21f;
|
|
834
|
+
color: #1b1c1d;
|
|
835
|
+
}
|
|
836
|
+
.ui.ui.ui.inverted.yellow.loading.popup::before,
|
|
837
|
+
.ui.inverted.yellow.loading.popup {
|
|
838
|
+
background: #857400;
|
|
839
|
+
}
|
|
840
|
+
.ui.ui.ui.olive.popup::before,
|
|
841
|
+
.ui.olive.popup,
|
|
842
|
+
[data-tooltip][data-variation~="olive"]::after,
|
|
843
|
+
[data-tooltip][data-variation~="olive"]::before {
|
|
844
|
+
background: #b5cc18;
|
|
845
|
+
color: #fff;
|
|
846
|
+
border: none;
|
|
847
|
+
}
|
|
848
|
+
.ui.ui.ui.olive.loading.popup::before,
|
|
849
|
+
.ui.olive.loading.popup {
|
|
850
|
+
background: #e4f18c;
|
|
851
|
+
}
|
|
852
|
+
.ui.ui.ui.olive.popup::before,
|
|
853
|
+
[data-tooltip][data-variation~="olive"]::before {
|
|
854
|
+
box-shadow: none;
|
|
855
|
+
}
|
|
856
|
+
.ui.ui.ui.inverted.olive.popup::before,
|
|
857
|
+
.ui.inverted.olive.popup,
|
|
858
|
+
[data-tooltip][data-inverted][data-variation~="olive"]::after,
|
|
859
|
+
[data-tooltip][data-inverted][data-variation~="olive"]::before {
|
|
860
|
+
background: #d9e778;
|
|
861
|
+
color: #1b1c1d;
|
|
862
|
+
}
|
|
863
|
+
.ui.ui.ui.inverted.olive.loading.popup::before,
|
|
864
|
+
.ui.inverted.olive.loading.popup {
|
|
865
|
+
background: #97a81e;
|
|
866
|
+
}
|
|
867
|
+
.ui.ui.ui.green.popup::before,
|
|
868
|
+
.ui.green.popup,
|
|
869
|
+
[data-tooltip][data-variation~="green"]::after,
|
|
870
|
+
[data-tooltip][data-variation~="green"]::before {
|
|
871
|
+
background: #21ba45;
|
|
872
|
+
color: #fff;
|
|
873
|
+
border: none;
|
|
874
|
+
}
|
|
875
|
+
.ui.ui.ui.green.loading.popup::before,
|
|
876
|
+
.ui.green.loading.popup {
|
|
877
|
+
background: #8aeaa0;
|
|
878
|
+
}
|
|
879
|
+
.ui.ui.ui.green.popup::before,
|
|
880
|
+
[data-tooltip][data-variation~="green"]::before {
|
|
881
|
+
box-shadow: none;
|
|
882
|
+
}
|
|
883
|
+
.ui.ui.ui.inverted.green.popup::before,
|
|
884
|
+
.ui.inverted.green.popup,
|
|
885
|
+
[data-tooltip][data-inverted][data-variation~="green"]::after,
|
|
886
|
+
[data-tooltip][data-inverted][data-variation~="green"]::before {
|
|
887
|
+
background: #2ecc40;
|
|
888
|
+
color: #1b1c1d;
|
|
889
|
+
}
|
|
890
|
+
.ui.ui.ui.inverted.green.loading.popup::before,
|
|
891
|
+
.ui.inverted.green.loading.popup {
|
|
892
|
+
background: #124f19;
|
|
893
|
+
}
|
|
894
|
+
.ui.ui.ui.teal.popup::before,
|
|
895
|
+
.ui.teal.popup,
|
|
896
|
+
[data-tooltip][data-variation~="teal"]::after,
|
|
897
|
+
[data-tooltip][data-variation~="teal"]::before {
|
|
898
|
+
background: #00b5ad;
|
|
899
|
+
color: #fff;
|
|
900
|
+
border: none;
|
|
901
|
+
}
|
|
902
|
+
.ui.ui.ui.teal.loading.popup::before,
|
|
903
|
+
.ui.teal.loading.popup {
|
|
904
|
+
background: #4ffff7;
|
|
905
|
+
}
|
|
906
|
+
.ui.ui.ui.teal.popup::before,
|
|
907
|
+
[data-tooltip][data-variation~="teal"]::before {
|
|
908
|
+
box-shadow: none;
|
|
909
|
+
}
|
|
910
|
+
.ui.ui.ui.inverted.teal.popup::before,
|
|
911
|
+
.ui.inverted.teal.popup,
|
|
912
|
+
[data-tooltip][data-inverted][data-variation~="teal"]::after,
|
|
913
|
+
[data-tooltip][data-inverted][data-variation~="teal"]::before {
|
|
914
|
+
background: #6dffff;
|
|
915
|
+
color: #1b1c1d;
|
|
916
|
+
}
|
|
917
|
+
.ui.ui.ui.inverted.teal.loading.popup::before,
|
|
918
|
+
.ui.inverted.teal.loading.popup {
|
|
919
|
+
background: #00d3d3;
|
|
920
|
+
}
|
|
921
|
+
.ui.ui.ui.blue.popup::before,
|
|
922
|
+
.ui.blue.popup,
|
|
923
|
+
[data-tooltip][data-variation~="blue"]::after,
|
|
924
|
+
[data-tooltip][data-variation~="blue"]::before {
|
|
925
|
+
background: #2185d0;
|
|
926
|
+
color: #fff;
|
|
927
|
+
border: none;
|
|
928
|
+
}
|
|
929
|
+
.ui.ui.ui.blue.loading.popup::before,
|
|
930
|
+
.ui.blue.loading.popup {
|
|
931
|
+
background: #9bcbef;
|
|
932
|
+
}
|
|
933
|
+
.ui.ui.ui.blue.popup::before,
|
|
934
|
+
[data-tooltip][data-variation~="blue"]::before {
|
|
935
|
+
box-shadow: none;
|
|
936
|
+
}
|
|
937
|
+
.ui.ui.ui.inverted.blue.popup::before,
|
|
938
|
+
.ui.inverted.blue.popup,
|
|
939
|
+
[data-tooltip][data-inverted][data-variation~="blue"]::after,
|
|
940
|
+
[data-tooltip][data-inverted][data-variation~="blue"]::before {
|
|
941
|
+
background: #54c8ff;
|
|
942
|
+
color: #1b1c1d;
|
|
943
|
+
}
|
|
944
|
+
.ui.ui.ui.inverted.blue.loading.popup::before,
|
|
945
|
+
.ui.inverted.blue.loading.popup {
|
|
946
|
+
background: #007eba;
|
|
947
|
+
}
|
|
948
|
+
.ui.ui.ui.violet.popup::before,
|
|
949
|
+
.ui.violet.popup,
|
|
950
|
+
[data-tooltip][data-variation~="violet"]::after,
|
|
951
|
+
[data-tooltip][data-variation~="violet"]::before {
|
|
952
|
+
background: #6435c9;
|
|
953
|
+
color: #fff;
|
|
954
|
+
border: none;
|
|
955
|
+
}
|
|
956
|
+
.ui.ui.ui.violet.loading.popup::before,
|
|
957
|
+
.ui.violet.loading.popup {
|
|
958
|
+
background: #c1adea;
|
|
959
|
+
}
|
|
960
|
+
.ui.ui.ui.violet.popup::before,
|
|
961
|
+
[data-tooltip][data-variation~="violet"]::before {
|
|
962
|
+
box-shadow: none;
|
|
963
|
+
}
|
|
964
|
+
.ui.ui.ui.inverted.violet.popup::before,
|
|
965
|
+
.ui.inverted.violet.popup,
|
|
966
|
+
[data-tooltip][data-inverted][data-variation~="violet"]::after,
|
|
967
|
+
[data-tooltip][data-inverted][data-variation~="violet"]::before {
|
|
968
|
+
background: #a291fb;
|
|
969
|
+
color: #1b1c1d;
|
|
970
|
+
}
|
|
971
|
+
.ui.ui.ui.inverted.violet.loading.popup::before,
|
|
972
|
+
.ui.inverted.violet.loading.popup {
|
|
973
|
+
background: #2d09ea;
|
|
974
|
+
}
|
|
975
|
+
.ui.ui.ui.purple.popup::before,
|
|
976
|
+
.ui.purple.popup,
|
|
977
|
+
[data-tooltip][data-variation~="purple"]::after,
|
|
978
|
+
[data-tooltip][data-variation~="purple"]::before {
|
|
979
|
+
background: #a333c8;
|
|
980
|
+
color: #fff;
|
|
981
|
+
border: none;
|
|
982
|
+
}
|
|
983
|
+
.ui.ui.ui.purple.loading.popup::before,
|
|
984
|
+
.ui.purple.loading.popup {
|
|
985
|
+
background: #daabe9;
|
|
986
|
+
}
|
|
987
|
+
.ui.ui.ui.purple.popup::before,
|
|
988
|
+
[data-tooltip][data-variation~="purple"]::before {
|
|
989
|
+
box-shadow: none;
|
|
990
|
+
}
|
|
991
|
+
.ui.ui.ui.inverted.purple.popup::before,
|
|
992
|
+
.ui.inverted.purple.popup,
|
|
993
|
+
[data-tooltip][data-inverted][data-variation~="purple"]::after,
|
|
994
|
+
[data-tooltip][data-inverted][data-variation~="purple"]::before {
|
|
995
|
+
background: #dc73ff;
|
|
996
|
+
color: #1b1c1d;
|
|
997
|
+
}
|
|
998
|
+
.ui.ui.ui.inverted.purple.loading.popup::before,
|
|
999
|
+
.ui.inverted.purple.loading.popup {
|
|
1000
|
+
background: #a300d9;
|
|
1001
|
+
}
|
|
1002
|
+
.ui.ui.ui.pink.popup::before,
|
|
1003
|
+
.ui.pink.popup,
|
|
1004
|
+
[data-tooltip][data-variation~="pink"]::after,
|
|
1005
|
+
[data-tooltip][data-variation~="pink"]::before {
|
|
1006
|
+
background: #e03997;
|
|
1007
|
+
color: #fff;
|
|
1008
|
+
border: none;
|
|
1009
|
+
}
|
|
1010
|
+
.ui.ui.ui.pink.loading.popup::before,
|
|
1011
|
+
.ui.pink.loading.popup {
|
|
1012
|
+
background: #f5bddc;
|
|
1013
|
+
}
|
|
1014
|
+
.ui.ui.ui.pink.popup::before,
|
|
1015
|
+
[data-tooltip][data-variation~="pink"]::before {
|
|
1016
|
+
box-shadow: none;
|
|
1017
|
+
}
|
|
1018
|
+
.ui.ui.ui.inverted.pink.popup::before,
|
|
1019
|
+
.ui.inverted.pink.popup,
|
|
1020
|
+
[data-tooltip][data-inverted][data-variation~="pink"]::after,
|
|
1021
|
+
[data-tooltip][data-inverted][data-variation~="pink"]::before {
|
|
1022
|
+
background: #ff8edf;
|
|
1023
|
+
color: #1b1c1d;
|
|
1024
|
+
}
|
|
1025
|
+
.ui.ui.ui.inverted.pink.loading.popup::before,
|
|
1026
|
+
.ui.inverted.pink.loading.popup {
|
|
1027
|
+
background: #f400af;
|
|
1028
|
+
}
|
|
1029
|
+
.ui.ui.ui.brown.popup::before,
|
|
1030
|
+
.ui.brown.popup,
|
|
1031
|
+
[data-tooltip][data-variation~="brown"]::after,
|
|
1032
|
+
[data-tooltip][data-variation~="brown"]::before {
|
|
1033
|
+
background: #a5673f;
|
|
1034
|
+
color: #fff;
|
|
1035
|
+
border: none;
|
|
1036
|
+
}
|
|
1037
|
+
.ui.ui.ui.brown.loading.popup::before,
|
|
1038
|
+
.ui.brown.loading.popup {
|
|
1039
|
+
background: #dbb8a2;
|
|
1040
|
+
}
|
|
1041
|
+
.ui.ui.ui.brown.popup::before,
|
|
1042
|
+
[data-tooltip][data-variation~="brown"]::before {
|
|
1043
|
+
box-shadow: none;
|
|
1044
|
+
}
|
|
1045
|
+
.ui.ui.ui.inverted.brown.popup::before,
|
|
1046
|
+
.ui.inverted.brown.popup,
|
|
1047
|
+
[data-tooltip][data-inverted][data-variation~="brown"]::after,
|
|
1048
|
+
[data-tooltip][data-inverted][data-variation~="brown"]::before {
|
|
1049
|
+
background: #d67c1c;
|
|
1050
|
+
color: #1b1c1d;
|
|
1051
|
+
}
|
|
1052
|
+
.ui.ui.ui.inverted.brown.loading.popup::before,
|
|
1053
|
+
.ui.inverted.brown.loading.popup {
|
|
1054
|
+
background: #4f2e0a;
|
|
1055
|
+
}
|
|
1056
|
+
.ui.ui.ui.grey.popup::before,
|
|
1057
|
+
.ui.grey.popup,
|
|
1058
|
+
[data-tooltip][data-variation~="grey"]::after,
|
|
1059
|
+
[data-tooltip][data-variation~="grey"]::before {
|
|
1060
|
+
background: #767676;
|
|
1061
|
+
color: #fff;
|
|
1062
|
+
border: none;
|
|
1063
|
+
}
|
|
1064
|
+
.ui.ui.ui.grey.loading.popup::before,
|
|
1065
|
+
.ui.grey.loading.popup {
|
|
1066
|
+
background: #c3c3c3;
|
|
1067
|
+
}
|
|
1068
|
+
.ui.ui.ui.grey.popup::before,
|
|
1069
|
+
[data-tooltip][data-variation~="grey"]::before {
|
|
1070
|
+
box-shadow: none;
|
|
1071
|
+
}
|
|
1072
|
+
.ui.ui.ui.inverted.grey.popup::before,
|
|
1073
|
+
.ui.inverted.grey.popup,
|
|
1074
|
+
[data-tooltip][data-inverted][data-variation~="grey"]::after,
|
|
1075
|
+
[data-tooltip][data-inverted][data-variation~="grey"]::before {
|
|
1076
|
+
background: #dcddde;
|
|
1077
|
+
color: #1b1c1d;
|
|
1078
|
+
}
|
|
1079
|
+
.ui.ui.ui.inverted.grey.loading.popup::before,
|
|
1080
|
+
.ui.inverted.grey.loading.popup {
|
|
1081
|
+
background: #8d9194;
|
|
1082
|
+
}
|
|
1083
|
+
.ui.ui.ui.black.popup::before,
|
|
1084
|
+
.ui.black.popup,
|
|
1085
|
+
[data-tooltip][data-variation~="black"]::after,
|
|
1086
|
+
[data-tooltip][data-variation~="black"]::before {
|
|
1087
|
+
background: #1b1c1d;
|
|
1088
|
+
color: #fff;
|
|
1089
|
+
border: none;
|
|
1090
|
+
}
|
|
1091
|
+
.ui.ui.ui.black.loading.popup::before,
|
|
1092
|
+
.ui.black.loading.popup {
|
|
1093
|
+
background: #65696c;
|
|
1094
|
+
}
|
|
1095
|
+
.ui.ui.ui.black.popup::before,
|
|
1096
|
+
[data-tooltip][data-variation~="black"]::before {
|
|
1097
|
+
box-shadow: none;
|
|
1098
|
+
}
|
|
1099
|
+
.ui.ui.ui.inverted.black.popup::before,
|
|
1100
|
+
.ui.inverted.black.popup,
|
|
1101
|
+
[data-tooltip][data-inverted][data-variation~="black"]::after,
|
|
1102
|
+
[data-tooltip][data-inverted][data-variation~="black"]::before {
|
|
1103
|
+
background: #545454;
|
|
1104
|
+
color: #1b1c1d;
|
|
1105
|
+
}
|
|
1106
|
+
.ui.ui.ui.inverted.black.loading.popup::before,
|
|
1107
|
+
.ui.inverted.black.loading.popup {
|
|
1108
|
+
background: #080808;
|
|
738
1109
|
}
|
|
739
1110
|
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
1111
|
+
/* --------------
|
|
1112
|
+
Flowing
|
|
1113
|
+
--------------- */
|
|
744
1114
|
.ui.flowing.popup {
|
|
745
1115
|
max-width: none;
|
|
746
1116
|
}
|
|
747
1117
|
|
|
748
|
-
|
|
1118
|
+
/* --------------
|
|
749
1119
|
Sizes
|
|
750
|
-
|
|
751
|
-
|
|
1120
|
+
--------------- */
|
|
752
1121
|
.ui.popup {
|
|
753
1122
|
font-size: 1rem;
|
|
754
1123
|
}
|
|
755
1124
|
.ui.mini.popup {
|
|
756
1125
|
font-size: 0.78571429rem;
|
|
757
1126
|
}
|
|
758
|
-
[data-tooltip][data-variation~="mini"]
|
|
759
|
-
[data-tooltip][data-variation~="mini"]
|
|
1127
|
+
[data-tooltip][data-variation~="mini"]::before,
|
|
1128
|
+
[data-tooltip][data-variation~="mini"]::after {
|
|
760
1129
|
font-size: 0.78571429rem;
|
|
761
1130
|
}
|
|
762
1131
|
.ui.tiny.popup {
|
|
763
1132
|
font-size: 0.85714286rem;
|
|
764
1133
|
}
|
|
765
|
-
[data-tooltip][data-variation~="tiny"]
|
|
766
|
-
[data-tooltip][data-variation~="tiny"]
|
|
1134
|
+
[data-tooltip][data-variation~="tiny"]::before,
|
|
1135
|
+
[data-tooltip][data-variation~="tiny"]::after {
|
|
767
1136
|
font-size: 0.85714286rem;
|
|
768
1137
|
}
|
|
769
1138
|
.ui.small.popup {
|
|
770
1139
|
font-size: 0.92857143rem;
|
|
771
1140
|
}
|
|
772
|
-
[data-tooltip][data-variation~="small"]
|
|
773
|
-
[data-tooltip][data-variation~="small"]
|
|
1141
|
+
[data-tooltip][data-variation~="small"]::before,
|
|
1142
|
+
[data-tooltip][data-variation~="small"]::after {
|
|
774
1143
|
font-size: 0.92857143rem;
|
|
775
1144
|
}
|
|
776
1145
|
.ui.large.popup {
|
|
777
1146
|
font-size: 1.14285714rem;
|
|
778
1147
|
}
|
|
779
|
-
[data-tooltip][data-variation~="large"]
|
|
780
|
-
[data-tooltip][data-variation~="large"]
|
|
1148
|
+
[data-tooltip][data-variation~="large"]::before,
|
|
1149
|
+
[data-tooltip][data-variation~="large"]::after {
|
|
781
1150
|
font-size: 1.14285714rem;
|
|
782
1151
|
}
|
|
783
1152
|
.ui.big.popup {
|
|
784
1153
|
font-size: 1.28571429rem;
|
|
785
1154
|
}
|
|
786
|
-
[data-tooltip][data-variation~="big"]
|
|
787
|
-
[data-tooltip][data-variation~="big"]
|
|
1155
|
+
[data-tooltip][data-variation~="big"]::before,
|
|
1156
|
+
[data-tooltip][data-variation~="big"]::after {
|
|
788
1157
|
font-size: 1.28571429rem;
|
|
789
1158
|
}
|
|
790
1159
|
.ui.huge.popup {
|
|
791
1160
|
font-size: 1.42857143rem;
|
|
792
1161
|
}
|
|
793
|
-
[data-tooltip][data-variation~="huge"]
|
|
794
|
-
[data-tooltip][data-variation~="huge"]
|
|
1162
|
+
[data-tooltip][data-variation~="huge"]::before,
|
|
1163
|
+
[data-tooltip][data-variation~="huge"]::after {
|
|
795
1164
|
font-size: 1.42857143rem;
|
|
796
1165
|
}
|
|
797
1166
|
.ui.massive.popup {
|
|
798
1167
|
font-size: 1.71428571rem;
|
|
799
1168
|
}
|
|
800
|
-
[data-tooltip][data-variation~="massive"]
|
|
801
|
-
[data-tooltip][data-variation~="massive"]
|
|
1169
|
+
[data-tooltip][data-variation~="massive"]::before,
|
|
1170
|
+
[data-tooltip][data-variation~="massive"]::after {
|
|
802
1171
|
font-size: 1.71428571rem;
|
|
803
1172
|
}
|
|
804
1173
|
|