@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 - Rating
|
|
3
|
-
*
|
|
2
|
+
* # Fomantic-UI 2.9.2 - Rating
|
|
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
|
|
|
@@ -14,8 +14,6 @@
|
|
|
14
14
|
*******************************/
|
|
15
15
|
|
|
16
16
|
.ui.rating {
|
|
17
|
-
display: -webkit-inline-box;
|
|
18
|
-
display: -ms-inline-flexbox;
|
|
19
17
|
display: inline-flex;
|
|
20
18
|
white-space: nowrap;
|
|
21
19
|
vertical-align: baseline;
|
|
@@ -31,13 +29,10 @@
|
|
|
31
29
|
text-align: center;
|
|
32
30
|
font-weight: normal;
|
|
33
31
|
font-style: normal;
|
|
34
|
-
|
|
35
|
-
-ms-flex: 1 0 auto;
|
|
36
|
-
flex: 1 0 auto;
|
|
32
|
+
flex: 1 0 auto;
|
|
37
33
|
cursor: pointer;
|
|
38
34
|
width: 1.25em;
|
|
39
35
|
height: auto;
|
|
40
|
-
-webkit-transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
|
|
41
36
|
transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
|
|
42
37
|
line-height: 1;
|
|
43
38
|
-webkit-backface-visibility: hidden;
|
|
@@ -50,10 +45,9 @@
|
|
|
50
45
|
*******************************/
|
|
51
46
|
|
|
52
47
|
|
|
53
|
-
|
|
48
|
+
/* -------------------
|
|
54
49
|
Standard
|
|
55
|
-
|
|
56
|
-
|
|
50
|
+
-------------------- */
|
|
57
51
|
|
|
58
52
|
/* Inactive Icon */
|
|
59
53
|
.ui.rating .icon {
|
|
@@ -69,12 +63,15 @@
|
|
|
69
63
|
|
|
70
64
|
/* Partially Active Icon */
|
|
71
65
|
.ui.rating .icon.partial.active {
|
|
72
|
-
background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.15)));
|
|
73
|
-
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
74
66
|
background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/* central override for colors */
|
|
70
|
+
.ui.ui.ui.rating .icon.partial.active {
|
|
75
71
|
-webkit-background-clip: text;
|
|
76
|
-
|
|
72
|
+
background-clip: text;
|
|
77
73
|
color: transparent;
|
|
74
|
+
text-shadow: none;
|
|
78
75
|
}
|
|
79
76
|
|
|
80
77
|
/* Selected Icon */
|
|
@@ -86,354 +83,263 @@
|
|
|
86
83
|
background-clip: unset;
|
|
87
84
|
}
|
|
88
85
|
|
|
89
|
-
|
|
86
|
+
/* --------------
|
|
90
87
|
Colors
|
|
91
88
|
-------------- */
|
|
92
|
-
|
|
93
89
|
.ui.primary.rating .active.icon {
|
|
94
|
-
color: #
|
|
95
|
-
text-shadow:
|
|
90
|
+
color: #54c8ff;
|
|
91
|
+
text-shadow: 0 -1px 0 #2185d0, -1px 0 0 #2185d0, 0 1px 0 #2185d0, 1px 0 0 #2185d0;
|
|
96
92
|
}
|
|
97
93
|
.ui.primary.rating .icon.selected,
|
|
98
94
|
.ui.primary.rating .icon.selected.active,
|
|
99
95
|
.ui.primary.rating .icon.selected.partial.active {
|
|
100
96
|
background: inherit;
|
|
101
97
|
color: #21b8ff;
|
|
102
|
-
text-shadow:
|
|
98
|
+
text-shadow: 0 -1px 0 #1678c2, -1px 0 0 #1678c2, 0 1px 0 #1678c2, 1px 0 0 #1678c2;
|
|
103
99
|
-webkit-text-stroke: unset;
|
|
104
100
|
background-clip: unset;
|
|
105
101
|
}
|
|
106
102
|
.ui.primary.rating .icon.partial.active {
|
|
107
|
-
background: -
|
|
108
|
-
|
|
109
|
-
background: linear-gradient(to right, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
110
|
-
text-shadow: none;
|
|
111
|
-
-webkit-text-stroke: #2185D0 0.78px;
|
|
112
|
-
-webkit-background-clip: text;
|
|
113
|
-
background-clip: text;
|
|
114
|
-
color: transparent;
|
|
103
|
+
background: linear-gradient(to right, #54c8ff 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
104
|
+
-webkit-text-stroke: #2185d0 0.78px;
|
|
115
105
|
}
|
|
116
106
|
.ui.secondary.rating .active.icon {
|
|
117
107
|
color: #545454;
|
|
118
|
-
text-shadow:
|
|
108
|
+
text-shadow: 0 -1px 0 #1b1c1d, -1px 0 0 #1b1c1d, 0 1px 0 #1b1c1d, 1px 0 0 #1b1c1d;
|
|
119
109
|
}
|
|
120
110
|
.ui.secondary.rating .icon.selected,
|
|
121
111
|
.ui.secondary.rating .icon.selected.active,
|
|
122
112
|
.ui.secondary.rating .icon.selected.partial.active {
|
|
123
113
|
background: inherit;
|
|
124
114
|
color: #6e6e6e;
|
|
125
|
-
text-shadow:
|
|
115
|
+
text-shadow: 0 -1px 0 #27292a, -1px 0 0 #27292a, 0 1px 0 #27292a, 1px 0 0 #27292a;
|
|
126
116
|
-webkit-text-stroke: unset;
|
|
127
117
|
background-clip: unset;
|
|
128
118
|
}
|
|
129
119
|
.ui.secondary.rating .icon.partial.active {
|
|
130
|
-
background: -webkit-gradient(linear, left top, right top, from(#545454), to(rgba(0, 0, 0, 0.15)));
|
|
131
|
-
background: -webkit-linear-gradient(left, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
132
120
|
background: linear-gradient(to right, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
133
|
-
text-
|
|
134
|
-
-webkit-text-stroke: #1B1C1D 0.78px;
|
|
135
|
-
-webkit-background-clip: text;
|
|
136
|
-
background-clip: text;
|
|
137
|
-
color: transparent;
|
|
121
|
+
-webkit-text-stroke: #1b1c1d 0.78px;
|
|
138
122
|
}
|
|
139
123
|
.ui.red.rating .active.icon {
|
|
140
|
-
color: #
|
|
141
|
-
text-shadow:
|
|
124
|
+
color: #ff695e;
|
|
125
|
+
text-shadow: 0 -1px 0 #db2828, -1px 0 0 #db2828, 0 1px 0 #db2828, 1px 0 0 #db2828;
|
|
142
126
|
}
|
|
143
127
|
.ui.red.rating .icon.selected,
|
|
144
128
|
.ui.red.rating .icon.selected.active,
|
|
145
129
|
.ui.red.rating .icon.selected.partial.active {
|
|
146
130
|
background: inherit;
|
|
147
131
|
color: #ff392b;
|
|
148
|
-
text-shadow:
|
|
132
|
+
text-shadow: 0 -1px 0 #d01919, -1px 0 0 #d01919, 0 1px 0 #d01919, 1px 0 0 #d01919;
|
|
149
133
|
-webkit-text-stroke: unset;
|
|
150
134
|
background-clip: unset;
|
|
151
135
|
}
|
|
152
136
|
.ui.red.rating .icon.partial.active {
|
|
153
|
-
background: -
|
|
154
|
-
|
|
155
|
-
background: linear-gradient(to right, #FF695E 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
156
|
-
text-shadow: none;
|
|
157
|
-
-webkit-text-stroke: #DB2828 0.78px;
|
|
158
|
-
-webkit-background-clip: text;
|
|
159
|
-
background-clip: text;
|
|
160
|
-
color: transparent;
|
|
137
|
+
background: linear-gradient(to right, #ff695e 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
138
|
+
-webkit-text-stroke: #db2828 0.78px;
|
|
161
139
|
}
|
|
162
140
|
.ui.orange.rating .active.icon {
|
|
163
|
-
color: #
|
|
164
|
-
text-shadow:
|
|
141
|
+
color: #ff851b;
|
|
142
|
+
text-shadow: 0 -1px 0 #f2711c, -1px 0 0 #f2711c, 0 1px 0 #f2711c, 1px 0 0 #f2711c;
|
|
165
143
|
}
|
|
166
144
|
.ui.orange.rating .icon.selected,
|
|
167
145
|
.ui.orange.rating .icon.selected.active,
|
|
168
146
|
.ui.orange.rating .icon.selected.partial.active {
|
|
169
147
|
background: inherit;
|
|
170
148
|
color: #e76b00;
|
|
171
|
-
text-shadow:
|
|
149
|
+
text-shadow: 0 -1px 0 #f26202, -1px 0 0 #f26202, 0 1px 0 #f26202, 1px 0 0 #f26202;
|
|
172
150
|
-webkit-text-stroke: unset;
|
|
173
151
|
background-clip: unset;
|
|
174
152
|
}
|
|
175
153
|
.ui.orange.rating .icon.partial.active {
|
|
176
|
-
background: -
|
|
177
|
-
|
|
178
|
-
background: linear-gradient(to right, #FF851B 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
179
|
-
text-shadow: none;
|
|
180
|
-
-webkit-text-stroke: #F2711C 0.78px;
|
|
181
|
-
-webkit-background-clip: text;
|
|
182
|
-
background-clip: text;
|
|
183
|
-
color: transparent;
|
|
154
|
+
background: linear-gradient(to right, #ff851b 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
155
|
+
-webkit-text-stroke: #f2711c 0.78px;
|
|
184
156
|
}
|
|
185
157
|
.ui.yellow.rating .active.icon {
|
|
186
|
-
color: #
|
|
187
|
-
text-shadow:
|
|
158
|
+
color: #ffe21f;
|
|
159
|
+
text-shadow: 0 -1px 0 #fbbd08, -1px 0 0 #fbbd08, 0 1px 0 #fbbd08, 1px 0 0 #fbbd08;
|
|
188
160
|
}
|
|
189
161
|
.ui.yellow.rating .icon.selected,
|
|
190
162
|
.ui.yellow.rating .icon.selected.active,
|
|
191
163
|
.ui.yellow.rating .icon.selected.partial.active {
|
|
192
164
|
background: inherit;
|
|
193
165
|
color: #ebcd00;
|
|
194
|
-
text-shadow:
|
|
166
|
+
text-shadow: 0 -1px 0 #eaae00, -1px 0 0 #eaae00, 0 1px 0 #eaae00, 1px 0 0 #eaae00;
|
|
195
167
|
-webkit-text-stroke: unset;
|
|
196
168
|
background-clip: unset;
|
|
197
169
|
}
|
|
198
170
|
.ui.yellow.rating .icon.partial.active {
|
|
199
|
-
background: -
|
|
200
|
-
|
|
201
|
-
background: linear-gradient(to right, #FFE21F 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
202
|
-
text-shadow: none;
|
|
203
|
-
-webkit-text-stroke: #FBBD08 0.78px;
|
|
204
|
-
-webkit-background-clip: text;
|
|
205
|
-
background-clip: text;
|
|
206
|
-
color: transparent;
|
|
171
|
+
background: linear-gradient(to right, #ffe21f 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
172
|
+
-webkit-text-stroke: #fbbd08 0.78px;
|
|
207
173
|
}
|
|
208
174
|
.ui.olive.rating .active.icon {
|
|
209
|
-
color: #
|
|
210
|
-
text-shadow:
|
|
175
|
+
color: #d9e778;
|
|
176
|
+
text-shadow: 0 -1px 0 #b5cc18, -1px 0 0 #b5cc18, 0 1px 0 #b5cc18, 1px 0 0 #b5cc18;
|
|
211
177
|
}
|
|
212
178
|
.ui.olive.rating .icon.selected,
|
|
213
179
|
.ui.olive.rating .icon.selected.active,
|
|
214
180
|
.ui.olive.rating .icon.selected.partial.active {
|
|
215
181
|
background: inherit;
|
|
216
182
|
color: #d2e745;
|
|
217
|
-
text-shadow:
|
|
183
|
+
text-shadow: 0 -1px 0 #a7bd0d, -1px 0 0 #a7bd0d, 0 1px 0 #a7bd0d, 1px 0 0 #a7bd0d;
|
|
218
184
|
-webkit-text-stroke: unset;
|
|
219
185
|
background-clip: unset;
|
|
220
186
|
}
|
|
221
187
|
.ui.olive.rating .icon.partial.active {
|
|
222
|
-
background: -
|
|
223
|
-
|
|
224
|
-
background: linear-gradient(to right, #D9E778 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
225
|
-
text-shadow: none;
|
|
226
|
-
-webkit-text-stroke: #B5CC18 0.78px;
|
|
227
|
-
-webkit-background-clip: text;
|
|
228
|
-
background-clip: text;
|
|
229
|
-
color: transparent;
|
|
188
|
+
background: linear-gradient(to right, #d9e778 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
189
|
+
-webkit-text-stroke: #b5cc18 0.78px;
|
|
230
190
|
}
|
|
231
191
|
.ui.green.rating .active.icon {
|
|
232
|
-
color: #
|
|
233
|
-
text-shadow:
|
|
192
|
+
color: #2ecc40;
|
|
193
|
+
text-shadow: 0 -1px 0 #21ba45, -1px 0 0 #21ba45, 0 1px 0 #21ba45, 1px 0 0 #21ba45;
|
|
234
194
|
}
|
|
235
195
|
.ui.green.rating .icon.selected,
|
|
236
196
|
.ui.green.rating .icon.selected.active,
|
|
237
197
|
.ui.green.rating .icon.selected.partial.active {
|
|
238
198
|
background: inherit;
|
|
239
199
|
color: #1ea92e;
|
|
240
|
-
text-shadow:
|
|
200
|
+
text-shadow: 0 -1px 0 #16ab39, -1px 0 0 #16ab39, 0 1px 0 #16ab39, 1px 0 0 #16ab39;
|
|
241
201
|
-webkit-text-stroke: unset;
|
|
242
202
|
background-clip: unset;
|
|
243
203
|
}
|
|
244
204
|
.ui.green.rating .icon.partial.active {
|
|
245
|
-
background: -
|
|
246
|
-
|
|
247
|
-
background: linear-gradient(to right, #2ECC40 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
248
|
-
text-shadow: none;
|
|
249
|
-
-webkit-text-stroke: #21BA45 0.78px;
|
|
250
|
-
-webkit-background-clip: text;
|
|
251
|
-
background-clip: text;
|
|
252
|
-
color: transparent;
|
|
205
|
+
background: linear-gradient(to right, #2ecc40 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
206
|
+
-webkit-text-stroke: #21ba45 0.78px;
|
|
253
207
|
}
|
|
254
208
|
.ui.teal.rating .active.icon {
|
|
255
|
-
color: #
|
|
256
|
-
text-shadow:
|
|
209
|
+
color: #6dffff;
|
|
210
|
+
text-shadow: 0 -1px 0 #00b5ad, -1px 0 0 #00b5ad, 0 1px 0 #00b5ad, 1px 0 0 #00b5ad;
|
|
257
211
|
}
|
|
258
212
|
.ui.teal.rating .icon.selected,
|
|
259
213
|
.ui.teal.rating .icon.selected.active,
|
|
260
214
|
.ui.teal.rating .icon.selected.partial.active {
|
|
261
215
|
background: inherit;
|
|
262
216
|
color: #3affff;
|
|
263
|
-
text-shadow:
|
|
217
|
+
text-shadow: 0 -1px 0 #009c95, -1px 0 0 #009c95, 0 1px 0 #009c95, 1px 0 0 #009c95;
|
|
264
218
|
-webkit-text-stroke: unset;
|
|
265
219
|
background-clip: unset;
|
|
266
220
|
}
|
|
267
221
|
.ui.teal.rating .icon.partial.active {
|
|
268
|
-
background: -
|
|
269
|
-
|
|
270
|
-
background: linear-gradient(to right, #6DFFFF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
271
|
-
text-shadow: none;
|
|
272
|
-
-webkit-text-stroke: #00B5AD 0.78px;
|
|
273
|
-
-webkit-background-clip: text;
|
|
274
|
-
background-clip: text;
|
|
275
|
-
color: transparent;
|
|
222
|
+
background: linear-gradient(to right, #6dffff 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
223
|
+
-webkit-text-stroke: #00b5ad 0.78px;
|
|
276
224
|
}
|
|
277
225
|
.ui.blue.rating .active.icon {
|
|
278
|
-
color: #
|
|
279
|
-
text-shadow:
|
|
226
|
+
color: #54c8ff;
|
|
227
|
+
text-shadow: 0 -1px 0 #2185d0, -1px 0 0 #2185d0, 0 1px 0 #2185d0, 1px 0 0 #2185d0;
|
|
280
228
|
}
|
|
281
229
|
.ui.blue.rating .icon.selected,
|
|
282
230
|
.ui.blue.rating .icon.selected.active,
|
|
283
231
|
.ui.blue.rating .icon.selected.partial.active {
|
|
284
232
|
background: inherit;
|
|
285
233
|
color: #21b8ff;
|
|
286
|
-
text-shadow:
|
|
234
|
+
text-shadow: 0 -1px 0 #1678c2, -1px 0 0 #1678c2, 0 1px 0 #1678c2, 1px 0 0 #1678c2;
|
|
287
235
|
-webkit-text-stroke: unset;
|
|
288
236
|
background-clip: unset;
|
|
289
237
|
}
|
|
290
238
|
.ui.blue.rating .icon.partial.active {
|
|
291
|
-
background: -
|
|
292
|
-
|
|
293
|
-
background: linear-gradient(to right, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
294
|
-
text-shadow: none;
|
|
295
|
-
-webkit-text-stroke: #2185D0 0.78px;
|
|
296
|
-
-webkit-background-clip: text;
|
|
297
|
-
background-clip: text;
|
|
298
|
-
color: transparent;
|
|
239
|
+
background: linear-gradient(to right, #54c8ff 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
240
|
+
-webkit-text-stroke: #2185d0 0.78px;
|
|
299
241
|
}
|
|
300
242
|
.ui.violet.rating .active.icon {
|
|
301
|
-
color: #
|
|
302
|
-
text-shadow:
|
|
243
|
+
color: #a291fb;
|
|
244
|
+
text-shadow: 0 -1px 0 #6435c9, -1px 0 0 #6435c9, 0 1px 0 #6435c9, 1px 0 0 #6435c9;
|
|
303
245
|
}
|
|
304
246
|
.ui.violet.rating .icon.selected,
|
|
305
247
|
.ui.violet.rating .icon.selected.active,
|
|
306
248
|
.ui.violet.rating .icon.selected.partial.active {
|
|
307
249
|
background: inherit;
|
|
308
250
|
color: #745aff;
|
|
309
|
-
text-shadow:
|
|
251
|
+
text-shadow: 0 -1px 0 #5829bb, -1px 0 0 #5829bb, 0 1px 0 #5829bb, 1px 0 0 #5829bb;
|
|
310
252
|
-webkit-text-stroke: unset;
|
|
311
253
|
background-clip: unset;
|
|
312
254
|
}
|
|
313
255
|
.ui.violet.rating .icon.partial.active {
|
|
314
|
-
background: -
|
|
315
|
-
|
|
316
|
-
background: linear-gradient(to right, #A291FB 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
317
|
-
text-shadow: none;
|
|
318
|
-
-webkit-text-stroke: #6435C9 0.78px;
|
|
319
|
-
-webkit-background-clip: text;
|
|
320
|
-
background-clip: text;
|
|
321
|
-
color: transparent;
|
|
256
|
+
background: linear-gradient(to right, #a291fb 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
257
|
+
-webkit-text-stroke: #6435c9 0.78px;
|
|
322
258
|
}
|
|
323
259
|
.ui.purple.rating .active.icon {
|
|
324
|
-
color: #
|
|
325
|
-
text-shadow:
|
|
260
|
+
color: #dc73ff;
|
|
261
|
+
text-shadow: 0 -1px 0 #a333c8, -1px 0 0 #a333c8, 0 1px 0 #a333c8, 1px 0 0 #a333c8;
|
|
326
262
|
}
|
|
327
263
|
.ui.purple.rating .icon.selected,
|
|
328
264
|
.ui.purple.rating .icon.selected.active,
|
|
329
265
|
.ui.purple.rating .icon.selected.partial.active {
|
|
330
266
|
background: inherit;
|
|
331
267
|
color: #cf40ff;
|
|
332
|
-
text-shadow:
|
|
268
|
+
text-shadow: 0 -1px 0 #9627ba, -1px 0 0 #9627ba, 0 1px 0 #9627ba, 1px 0 0 #9627ba;
|
|
333
269
|
-webkit-text-stroke: unset;
|
|
334
270
|
background-clip: unset;
|
|
335
271
|
}
|
|
336
272
|
.ui.purple.rating .icon.partial.active {
|
|
337
|
-
background: -
|
|
338
|
-
|
|
339
|
-
background: linear-gradient(to right, #DC73FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
340
|
-
text-shadow: none;
|
|
341
|
-
-webkit-text-stroke: #A333C8 0.78px;
|
|
342
|
-
-webkit-background-clip: text;
|
|
343
|
-
background-clip: text;
|
|
344
|
-
color: transparent;
|
|
273
|
+
background: linear-gradient(to right, #dc73ff 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
274
|
+
-webkit-text-stroke: #a333c8 0.78px;
|
|
345
275
|
}
|
|
346
276
|
.ui.pink.rating .active.icon {
|
|
347
|
-
color: #
|
|
348
|
-
text-shadow:
|
|
277
|
+
color: #ff8edf;
|
|
278
|
+
text-shadow: 0 -1px 0 #e03997, -1px 0 0 #e03997, 0 1px 0 #e03997, 1px 0 0 #e03997;
|
|
349
279
|
}
|
|
350
280
|
.ui.pink.rating .icon.selected,
|
|
351
281
|
.ui.pink.rating .icon.selected.active,
|
|
352
282
|
.ui.pink.rating .icon.selected.partial.active {
|
|
353
283
|
background: inherit;
|
|
354
284
|
color: #ff5bd1;
|
|
355
|
-
text-shadow:
|
|
285
|
+
text-shadow: 0 -1px 0 #e61a8d, -1px 0 0 #e61a8d, 0 1px 0 #e61a8d, 1px 0 0 #e61a8d;
|
|
356
286
|
-webkit-text-stroke: unset;
|
|
357
287
|
background-clip: unset;
|
|
358
288
|
}
|
|
359
289
|
.ui.pink.rating .icon.partial.active {
|
|
360
|
-
background: -
|
|
361
|
-
|
|
362
|
-
background: linear-gradient(to right, #FF8EDF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
363
|
-
text-shadow: none;
|
|
364
|
-
-webkit-text-stroke: #E03997 0.78px;
|
|
365
|
-
-webkit-background-clip: text;
|
|
366
|
-
background-clip: text;
|
|
367
|
-
color: transparent;
|
|
290
|
+
background: linear-gradient(to right, #ff8edf 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
291
|
+
-webkit-text-stroke: #e03997 0.78px;
|
|
368
292
|
}
|
|
369
293
|
.ui.brown.rating .active.icon {
|
|
370
|
-
color: #
|
|
371
|
-
text-shadow:
|
|
294
|
+
color: #d67c1c;
|
|
295
|
+
text-shadow: 0 -1px 0 #a5673f, -1px 0 0 #a5673f, 0 1px 0 #a5673f, 1px 0 0 #a5673f;
|
|
372
296
|
}
|
|
373
297
|
.ui.brown.rating .icon.selected,
|
|
374
298
|
.ui.brown.rating .icon.selected.active,
|
|
375
299
|
.ui.brown.rating .icon.selected.partial.active {
|
|
376
300
|
background: inherit;
|
|
377
301
|
color: #b0620f;
|
|
378
|
-
text-shadow:
|
|
302
|
+
text-shadow: 0 -1px 0 #975b33, -1px 0 0 #975b33, 0 1px 0 #975b33, 1px 0 0 #975b33;
|
|
379
303
|
-webkit-text-stroke: unset;
|
|
380
304
|
background-clip: unset;
|
|
381
305
|
}
|
|
382
306
|
.ui.brown.rating .icon.partial.active {
|
|
383
|
-
background: -
|
|
384
|
-
|
|
385
|
-
background: linear-gradient(to right, #D67C1C 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
386
|
-
text-shadow: none;
|
|
387
|
-
-webkit-text-stroke: #A5673F 0.78px;
|
|
388
|
-
-webkit-background-clip: text;
|
|
389
|
-
background-clip: text;
|
|
390
|
-
color: transparent;
|
|
307
|
+
background: linear-gradient(to right, #d67c1c 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
308
|
+
-webkit-text-stroke: #a5673f 0.78px;
|
|
391
309
|
}
|
|
392
310
|
.ui.grey.rating .active.icon {
|
|
393
|
-
color: #
|
|
394
|
-
text-shadow:
|
|
311
|
+
color: #dcddde;
|
|
312
|
+
text-shadow: 0 -1px 0 #767676, -1px 0 0 #767676, 0 1px 0 #767676, 1px 0 0 #767676;
|
|
395
313
|
}
|
|
396
314
|
.ui.grey.rating .icon.selected,
|
|
397
315
|
.ui.grey.rating .icon.selected.active,
|
|
398
316
|
.ui.grey.rating .icon.selected.partial.active {
|
|
399
317
|
background: inherit;
|
|
400
318
|
color: #c2c4c5;
|
|
401
|
-
text-shadow:
|
|
319
|
+
text-shadow: 0 -1px 0 #838383, -1px 0 0 #838383, 0 1px 0 #838383, 1px 0 0 #838383;
|
|
402
320
|
-webkit-text-stroke: unset;
|
|
403
321
|
background-clip: unset;
|
|
404
322
|
}
|
|
405
323
|
.ui.grey.rating .icon.partial.active {
|
|
406
|
-
background: -
|
|
407
|
-
background: -webkit-linear-gradient(left, #DCDDDE 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
408
|
-
background: linear-gradient(to right, #DCDDDE 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
409
|
-
text-shadow: none;
|
|
324
|
+
background: linear-gradient(to right, #dcddde 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
410
325
|
-webkit-text-stroke: #767676 0.78px;
|
|
411
|
-
-webkit-background-clip: text;
|
|
412
|
-
background-clip: text;
|
|
413
|
-
color: transparent;
|
|
414
326
|
}
|
|
415
327
|
.ui.black.rating .active.icon {
|
|
416
328
|
color: #545454;
|
|
417
|
-
text-shadow:
|
|
329
|
+
text-shadow: 0 -1px 0 #1b1c1d, -1px 0 0 #1b1c1d, 0 1px 0 #1b1c1d, 1px 0 0 #1b1c1d;
|
|
418
330
|
}
|
|
419
331
|
.ui.black.rating .icon.selected,
|
|
420
332
|
.ui.black.rating .icon.selected.active,
|
|
421
333
|
.ui.black.rating .icon.selected.partial.active {
|
|
422
334
|
background: inherit;
|
|
423
335
|
color: #000000;
|
|
424
|
-
text-shadow:
|
|
336
|
+
text-shadow: 0 -1px 0 #27292a, -1px 0 0 #27292a, 0 1px 0 #27292a, 1px 0 0 #27292a;
|
|
425
337
|
-webkit-text-stroke: unset;
|
|
426
338
|
background-clip: unset;
|
|
427
339
|
}
|
|
428
340
|
.ui.black.rating .icon.partial.active {
|
|
429
|
-
background: -webkit-gradient(linear, left top, right top, from(#545454), to(rgba(0, 0, 0, 0.15)));
|
|
430
|
-
background: -webkit-linear-gradient(left, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
431
341
|
background: linear-gradient(to right, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
|
432
|
-
text-
|
|
433
|
-
-webkit-text-stroke: #1B1C1D 0.78px;
|
|
434
|
-
-webkit-background-clip: text;
|
|
435
|
-
background-clip: text;
|
|
436
|
-
color: transparent;
|
|
342
|
+
-webkit-text-stroke: #1b1c1d 0.78px;
|
|
437
343
|
}
|
|
438
344
|
|
|
439
345
|
|
|
@@ -442,20 +348,19 @@
|
|
|
442
348
|
*******************************/
|
|
443
349
|
|
|
444
350
|
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
351
|
+
/* -------------------
|
|
352
|
+
Disabled
|
|
353
|
+
-------------------- */
|
|
449
354
|
|
|
450
355
|
/* disabled rating */
|
|
451
356
|
.ui.disabled.rating .icon {
|
|
452
357
|
cursor: default;
|
|
358
|
+
pointer-events: none;
|
|
453
359
|
}
|
|
454
360
|
|
|
455
|
-
|
|
361
|
+
/* -------------------
|
|
456
362
|
User Interactive
|
|
457
|
-
|
|
458
|
-
|
|
363
|
+
-------------------- */
|
|
459
364
|
|
|
460
365
|
/* Selected Rating */
|
|
461
366
|
.ui.rating.selected .active.icon {
|