@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 - Button
|
|
3
|
-
*
|
|
2
|
+
* # Fomantic-UI 2.9.2 - Button
|
|
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
|
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
outline: none;
|
|
21
21
|
border: none;
|
|
22
22
|
vertical-align: baseline;
|
|
23
|
-
background: #
|
|
23
|
+
background: #e0e1e2 none;
|
|
24
24
|
color: rgba(0, 0, 0, 0.6);
|
|
25
|
-
font-family:
|
|
25
|
+
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";
|
|
26
26
|
margin: 0 0.25em 0 0;
|
|
27
27
|
padding: 0.78571429em 1.5em 0.78571429em;
|
|
28
28
|
text-transform: none;
|
|
@@ -33,16 +33,11 @@
|
|
|
33
33
|
text-align: center;
|
|
34
34
|
text-decoration: none;
|
|
35
35
|
border-radius: 0.28571429rem;
|
|
36
|
-
|
|
37
|
-
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
36
|
+
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
38
37
|
-webkit-user-select: none;
|
|
39
|
-
-moz-user-select: none;
|
|
40
38
|
-ms-user-select: none;
|
|
41
39
|
user-select: none;
|
|
42
|
-
-webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
|
|
43
|
-
transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
|
|
44
40
|
transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
|
|
45
|
-
transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
|
|
46
41
|
will-change: auto;
|
|
47
42
|
-webkit-tap-highlight-color: transparent;
|
|
48
43
|
}
|
|
@@ -53,74 +48,65 @@
|
|
|
53
48
|
*******************************/
|
|
54
49
|
|
|
55
50
|
|
|
56
|
-
|
|
51
|
+
/* --------------
|
|
57
52
|
Hover
|
|
58
|
-
|
|
59
|
-
|
|
53
|
+
--------------- */
|
|
60
54
|
.ui.button:hover {
|
|
61
|
-
background-color: #
|
|
55
|
+
background-color: #cacbcd;
|
|
62
56
|
background-image: none;
|
|
63
|
-
|
|
64
|
-
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
57
|
+
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
65
58
|
color: rgba(0, 0, 0, 0.8);
|
|
66
59
|
}
|
|
67
60
|
.ui.button:hover .icon {
|
|
68
61
|
opacity: 0.85;
|
|
69
62
|
}
|
|
70
63
|
|
|
71
|
-
|
|
64
|
+
/* --------------
|
|
72
65
|
Focus
|
|
73
|
-
|
|
74
|
-
|
|
66
|
+
--------------- */
|
|
75
67
|
.ui.button:focus {
|
|
76
|
-
background-color: #
|
|
68
|
+
background-color: #cacbcd;
|
|
77
69
|
color: rgba(0, 0, 0, 0.8);
|
|
78
70
|
background-image: none;
|
|
79
|
-
|
|
80
|
-
box-shadow: '';
|
|
71
|
+
box-shadow: "";
|
|
81
72
|
}
|
|
82
73
|
.ui.button:focus .icon {
|
|
83
74
|
opacity: 0.85;
|
|
84
75
|
}
|
|
85
76
|
|
|
86
|
-
|
|
77
|
+
/* --------------
|
|
87
78
|
Down
|
|
88
|
-
|
|
89
|
-
|
|
79
|
+
--------------- */
|
|
90
80
|
.ui.button:active,
|
|
91
81
|
.ui.active.button:active {
|
|
92
|
-
background-color: #
|
|
93
|
-
background-image:
|
|
82
|
+
background-color: #babbbc;
|
|
83
|
+
background-image: "";
|
|
94
84
|
color: rgba(0, 0, 0, 0.9);
|
|
95
|
-
|
|
96
|
-
box-shadow: 0 0 0 1px transparent inset, none;
|
|
85
|
+
box-shadow: none;
|
|
97
86
|
}
|
|
98
87
|
|
|
99
|
-
|
|
88
|
+
/* --------------
|
|
100
89
|
Active
|
|
101
|
-
|
|
102
|
-
|
|
90
|
+
--------------- */
|
|
103
91
|
.ui.active.button {
|
|
104
|
-
background-color: #
|
|
92
|
+
background-color: #c0c1c2;
|
|
105
93
|
background-image: none;
|
|
106
|
-
|
|
107
|
-
box-shadow: 0 0 0 1px transparent inset;
|
|
94
|
+
box-shadow: 0 0 0 1px transparent inset;
|
|
108
95
|
color: rgba(0, 0, 0, 0.95);
|
|
109
96
|
}
|
|
110
97
|
.ui.active.button:hover {
|
|
111
|
-
background-color: #
|
|
98
|
+
background-color: #c0c1c2;
|
|
112
99
|
background-image: none;
|
|
113
100
|
color: rgba(0, 0, 0, 0.95);
|
|
114
101
|
}
|
|
115
102
|
.ui.active.button:active {
|
|
116
|
-
background-color: #
|
|
103
|
+
background-color: #c0c1c2;
|
|
117
104
|
background-image: none;
|
|
118
105
|
}
|
|
119
106
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
107
|
+
/* --------------
|
|
108
|
+
Loading
|
|
109
|
+
--------------- */
|
|
124
110
|
|
|
125
111
|
/* Specificity hack */
|
|
126
112
|
.ui.loading.loading.loading.loading.loading.loading.button {
|
|
@@ -130,12 +116,11 @@
|
|
|
130
116
|
color: transparent;
|
|
131
117
|
opacity: 1;
|
|
132
118
|
pointer-events: auto;
|
|
133
|
-
-webkit-transition: all 0s linear, opacity 0.1s ease;
|
|
134
119
|
transition: all 0s linear, opacity 0.1s ease;
|
|
135
120
|
}
|
|
136
|
-
.ui.loading.button
|
|
121
|
+
.ui.loading.button::before {
|
|
137
122
|
position: absolute;
|
|
138
|
-
content:
|
|
123
|
+
content: "";
|
|
139
124
|
top: 50%;
|
|
140
125
|
left: 50%;
|
|
141
126
|
margin: -0.64285714em 0 0 -0.64285714em;
|
|
@@ -144,38 +129,39 @@
|
|
|
144
129
|
border-radius: 500rem;
|
|
145
130
|
border: 0.2em solid rgba(0, 0, 0, 0.15);
|
|
146
131
|
}
|
|
147
|
-
.ui.loading.button
|
|
132
|
+
.ui.loading.button::after {
|
|
148
133
|
position: absolute;
|
|
149
|
-
content:
|
|
134
|
+
content: "";
|
|
150
135
|
top: 50%;
|
|
151
136
|
left: 50%;
|
|
152
137
|
margin: -0.64285714em 0 0 -0.64285714em;
|
|
153
138
|
width: 1.28571429em;
|
|
154
139
|
height: 1.28571429em;
|
|
155
140
|
border-radius: 500rem;
|
|
156
|
-
|
|
157
|
-
animation: loader 0.6s infinite linear;
|
|
141
|
+
animation: loader 0.6s infinite linear;
|
|
158
142
|
border: 0.2em solid currentColor;
|
|
159
|
-
color: #
|
|
160
|
-
|
|
161
|
-
|
|
143
|
+
color: #fff;
|
|
144
|
+
box-shadow: 0 0 0 1px transparent;
|
|
145
|
+
}
|
|
146
|
+
.ui.ui.ui.loading.button .label {
|
|
147
|
+
background-color: transparent;
|
|
148
|
+
border-color: transparent;
|
|
149
|
+
color: transparent;
|
|
162
150
|
}
|
|
163
151
|
.ui.labeled.icon.loading.button .icon {
|
|
164
152
|
background-color: transparent;
|
|
165
|
-
|
|
166
|
-
box-shadow: none;
|
|
153
|
+
box-shadow: none;
|
|
167
154
|
}
|
|
168
|
-
.ui.basic.loading.button:not(.inverted)
|
|
155
|
+
.ui.basic.loading.button:not(.inverted)::before {
|
|
169
156
|
border-color: rgba(0, 0, 0, 0.1);
|
|
170
157
|
}
|
|
171
|
-
.ui.basic.loading.button:not(.inverted)
|
|
158
|
+
.ui.basic.loading.button:not(.inverted)::after {
|
|
172
159
|
border-color: #767676;
|
|
173
160
|
}
|
|
174
161
|
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
162
|
+
/* -------------------
|
|
163
|
+
Disabled
|
|
164
|
+
-------------------- */
|
|
179
165
|
.ui.buttons .disabled.button:not(.basic),
|
|
180
166
|
.ui.disabled.button,
|
|
181
167
|
.ui.button:disabled,
|
|
@@ -184,8 +170,7 @@
|
|
|
184
170
|
cursor: default;
|
|
185
171
|
opacity: 0.45 !important;
|
|
186
172
|
background-image: none;
|
|
187
|
-
|
|
188
|
-
box-shadow: none;
|
|
173
|
+
box-shadow: none;
|
|
189
174
|
pointer-events: none !important;
|
|
190
175
|
}
|
|
191
176
|
|
|
@@ -200,10 +185,9 @@
|
|
|
200
185
|
*******************************/
|
|
201
186
|
|
|
202
187
|
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
188
|
+
/* -------------------
|
|
189
|
+
Animated
|
|
190
|
+
-------------------- */
|
|
207
191
|
.ui.animated.button {
|
|
208
192
|
position: relative;
|
|
209
193
|
overflow: hidden;
|
|
@@ -226,7 +210,6 @@
|
|
|
226
210
|
/* Horizontal */
|
|
227
211
|
.ui.animated.button .visible.content,
|
|
228
212
|
.ui.animated.button .hidden.content {
|
|
229
|
-
-webkit-transition: right 0.3s ease 0s;
|
|
230
213
|
transition: right 0.3s ease 0s;
|
|
231
214
|
}
|
|
232
215
|
.ui.animated.button .visible.content {
|
|
@@ -253,14 +236,10 @@
|
|
|
253
236
|
/* Vertical */
|
|
254
237
|
.ui.vertical.animated.button .visible.content,
|
|
255
238
|
.ui.vertical.animated.button .hidden.content {
|
|
256
|
-
-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
|
|
257
|
-
transition: top 0.3s ease, -webkit-transform 0.3s ease;
|
|
258
239
|
transition: top 0.3s ease, transform 0.3s ease;
|
|
259
|
-
transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
|
|
260
240
|
}
|
|
261
241
|
.ui.vertical.animated.button .visible.content {
|
|
262
|
-
|
|
263
|
-
transform: translateY(0%);
|
|
242
|
+
transform: translateY(0);
|
|
264
243
|
right: auto;
|
|
265
244
|
}
|
|
266
245
|
.ui.vertical.animated.button .hidden.content {
|
|
@@ -270,8 +249,7 @@
|
|
|
270
249
|
}
|
|
271
250
|
.ui.vertical.animated.button:focus .visible.content,
|
|
272
251
|
.ui.vertical.animated.button:hover .visible.content {
|
|
273
|
-
|
|
274
|
-
transform: translateY(200%);
|
|
252
|
+
transform: translateY(200%);
|
|
275
253
|
right: auto;
|
|
276
254
|
}
|
|
277
255
|
.ui.vertical.animated.button:focus .hidden.content,
|
|
@@ -283,51 +261,42 @@
|
|
|
283
261
|
/* Fade */
|
|
284
262
|
.ui.fade.animated.button .visible.content,
|
|
285
263
|
.ui.fade.animated.button .hidden.content {
|
|
286
|
-
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
|
|
287
|
-
transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
|
|
288
264
|
transition: opacity 0.3s ease, transform 0.3s ease;
|
|
289
|
-
transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
|
|
290
265
|
}
|
|
291
266
|
.ui.fade.animated.button .visible.content {
|
|
292
267
|
left: auto;
|
|
293
268
|
right: auto;
|
|
294
269
|
opacity: 1;
|
|
295
|
-
|
|
296
|
-
transform: scale(1);
|
|
270
|
+
transform: scale(1);
|
|
297
271
|
}
|
|
298
272
|
.ui.fade.animated.button .hidden.content {
|
|
299
273
|
opacity: 0;
|
|
300
274
|
left: 0;
|
|
301
275
|
right: auto;
|
|
302
|
-
|
|
303
|
-
transform: scale(1.5);
|
|
276
|
+
transform: scale(1.5);
|
|
304
277
|
}
|
|
305
278
|
.ui.fade.animated.button:focus .visible.content,
|
|
306
279
|
.ui.fade.animated.button:hover .visible.content {
|
|
307
280
|
left: auto;
|
|
308
281
|
right: auto;
|
|
309
282
|
opacity: 0;
|
|
310
|
-
|
|
311
|
-
transform: scale(0.75);
|
|
283
|
+
transform: scale(0.75);
|
|
312
284
|
}
|
|
313
285
|
.ui.fade.animated.button:focus .hidden.content,
|
|
314
286
|
.ui.fade.animated.button:hover .hidden.content {
|
|
315
287
|
left: 0;
|
|
316
288
|
right: auto;
|
|
317
289
|
opacity: 1;
|
|
318
|
-
|
|
319
|
-
transform: scale(1);
|
|
290
|
+
transform: scale(1);
|
|
320
291
|
}
|
|
321
292
|
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
293
|
+
/* -------------------
|
|
294
|
+
Inverted
|
|
295
|
+
-------------------- */
|
|
326
296
|
.ui.inverted.button {
|
|
327
|
-
|
|
328
|
-
box-shadow: 0 0 0 2px #FFFFFF inset;
|
|
297
|
+
box-shadow: 0 0 0 2px #fff inset;
|
|
329
298
|
background: transparent none;
|
|
330
|
-
color: #
|
|
299
|
+
color: #fff;
|
|
331
300
|
text-shadow: none !important;
|
|
332
301
|
}
|
|
333
302
|
|
|
@@ -349,65 +318,51 @@
|
|
|
349
318
|
|
|
350
319
|
/* Hover */
|
|
351
320
|
.ui.inverted.button:hover {
|
|
352
|
-
background: #
|
|
353
|
-
|
|
354
|
-
box-shadow: 0 0 0 2px #FFFFFF inset;
|
|
321
|
+
background: #fff;
|
|
322
|
+
box-shadow: 0 0 0 2px #fff inset;
|
|
355
323
|
color: rgba(0, 0, 0, 0.8);
|
|
356
324
|
}
|
|
357
325
|
|
|
358
326
|
/* Active / Focus */
|
|
359
327
|
.ui.inverted.button:focus,
|
|
360
328
|
.ui.inverted.button.active {
|
|
361
|
-
background: #
|
|
362
|
-
|
|
363
|
-
box-shadow: 0 0 0 2px #FFFFFF inset;
|
|
329
|
+
background: #fff;
|
|
330
|
+
box-shadow: 0 0 0 2px #fff inset;
|
|
364
331
|
color: rgba(0, 0, 0, 0.8);
|
|
365
332
|
}
|
|
366
333
|
|
|
367
334
|
/* Active Focus */
|
|
368
335
|
.ui.inverted.button.active:focus {
|
|
369
|
-
background: #
|
|
370
|
-
|
|
371
|
-
box-shadow: 0 0 0 2px #DCDDDE inset;
|
|
336
|
+
background: #dcddde;
|
|
337
|
+
box-shadow: 0 0 0 2px #dcddde inset;
|
|
372
338
|
color: rgba(0, 0, 0, 0.8);
|
|
373
339
|
}
|
|
374
340
|
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
341
|
+
/* -------------------
|
|
342
|
+
Labeled Button
|
|
343
|
+
-------------------- */
|
|
379
344
|
.ui.labeled.button:not(.icon) {
|
|
380
|
-
display: -webkit-inline-box;
|
|
381
|
-
display: -ms-inline-flexbox;
|
|
382
345
|
display: inline-flex;
|
|
383
|
-
-
|
|
384
|
-
-webkit-box-direction: normal;
|
|
385
|
-
-ms-flex-direction: row;
|
|
386
|
-
flex-direction: row;
|
|
346
|
+
flex-direction: row;
|
|
387
347
|
background: none;
|
|
388
348
|
padding: 0 !important;
|
|
389
349
|
border: none;
|
|
390
|
-
|
|
391
|
-
box-shadow: none;
|
|
350
|
+
box-shadow: none;
|
|
392
351
|
}
|
|
393
352
|
.ui.labeled.button > .button {
|
|
394
353
|
margin: 0;
|
|
395
354
|
}
|
|
396
355
|
.ui.labeled.button > .label {
|
|
397
|
-
display: -webkit-box;
|
|
398
|
-
display: -ms-flexbox;
|
|
399
356
|
display: flex;
|
|
400
|
-
-
|
|
401
|
-
-ms-flex-align: center;
|
|
402
|
-
align-items: center;
|
|
357
|
+
align-items: center;
|
|
403
358
|
margin: 0 0 0 -1px !important;
|
|
404
359
|
font-size: 1em;
|
|
405
|
-
padding:
|
|
360
|
+
padding: "";
|
|
406
361
|
border-color: rgba(34, 36, 38, 0.15);
|
|
407
362
|
}
|
|
408
363
|
|
|
409
364
|
/* Tag */
|
|
410
|
-
.ui.labeled.button > .tag.label
|
|
365
|
+
.ui.labeled.button > .tag.label::before {
|
|
411
366
|
width: 1.85em;
|
|
412
367
|
height: 1.85em;
|
|
413
368
|
}
|
|
@@ -432,215 +387,205 @@
|
|
|
432
387
|
border-bottom-right-radius: 0;
|
|
433
388
|
}
|
|
434
389
|
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
390
|
+
/* -------------------
|
|
391
|
+
Social
|
|
392
|
+
-------------------- */
|
|
439
393
|
|
|
440
394
|
/* Facebook */
|
|
441
395
|
.ui.facebook.button {
|
|
442
|
-
background-color: #
|
|
443
|
-
color: #
|
|
396
|
+
background-color: #3b5998;
|
|
397
|
+
color: #fff;
|
|
444
398
|
text-shadow: none;
|
|
445
399
|
background-image: none;
|
|
446
|
-
|
|
447
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
400
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
448
401
|
}
|
|
449
402
|
.ui.facebook.button:hover {
|
|
450
403
|
background-color: #304d8a;
|
|
451
|
-
color: #
|
|
404
|
+
color: #fff;
|
|
452
405
|
text-shadow: none;
|
|
453
406
|
}
|
|
454
407
|
.ui.facebook.button:active {
|
|
455
408
|
background-color: #2d4373;
|
|
456
|
-
color: #
|
|
409
|
+
color: #fff;
|
|
457
410
|
text-shadow: none;
|
|
458
411
|
}
|
|
459
412
|
|
|
460
413
|
/* Twitter */
|
|
461
414
|
.ui.twitter.button {
|
|
462
|
-
background-color: #
|
|
463
|
-
color: #
|
|
415
|
+
background-color: #1da1f2;
|
|
416
|
+
color: #fff;
|
|
464
417
|
text-shadow: none;
|
|
465
418
|
background-image: none;
|
|
466
|
-
|
|
467
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
419
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
468
420
|
}
|
|
469
421
|
.ui.twitter.button:hover {
|
|
470
422
|
background-color: #0298f3;
|
|
471
|
-
color: #
|
|
423
|
+
color: #fff;
|
|
472
424
|
text-shadow: none;
|
|
473
425
|
}
|
|
474
426
|
.ui.twitter.button:active {
|
|
475
427
|
background-color: #0c85d0;
|
|
476
|
-
color: #
|
|
428
|
+
color: #fff;
|
|
477
429
|
text-shadow: none;
|
|
478
430
|
}
|
|
479
431
|
|
|
480
432
|
/* Google Plus */
|
|
481
433
|
.ui.google.plus.button {
|
|
482
|
-
background-color: #
|
|
483
|
-
color: #
|
|
434
|
+
background-color: #dd4b39;
|
|
435
|
+
color: #fff;
|
|
484
436
|
text-shadow: none;
|
|
485
437
|
background-image: none;
|
|
486
|
-
|
|
487
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
438
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
488
439
|
}
|
|
489
440
|
.ui.google.plus.button:hover {
|
|
490
441
|
background-color: #e0321c;
|
|
491
|
-
color: #
|
|
442
|
+
color: #fff;
|
|
492
443
|
text-shadow: none;
|
|
493
444
|
}
|
|
494
445
|
.ui.google.plus.button:active {
|
|
495
446
|
background-color: #c23321;
|
|
496
|
-
color: #
|
|
447
|
+
color: #fff;
|
|
497
448
|
text-shadow: none;
|
|
498
449
|
}
|
|
499
450
|
|
|
500
451
|
/* Linked In */
|
|
501
452
|
.ui.linkedin.button {
|
|
502
|
-
background-color: #
|
|
503
|
-
color: #
|
|
453
|
+
background-color: #0077b5;
|
|
454
|
+
color: #fff;
|
|
504
455
|
text-shadow: none;
|
|
505
456
|
}
|
|
506
457
|
.ui.linkedin.button:hover {
|
|
507
458
|
background-color: #00669c;
|
|
508
|
-
color: #
|
|
459
|
+
color: #fff;
|
|
509
460
|
text-shadow: none;
|
|
510
461
|
}
|
|
511
462
|
.ui.linkedin.button:active {
|
|
512
463
|
background-color: #005582;
|
|
513
|
-
color: #
|
|
464
|
+
color: #fff;
|
|
514
465
|
text-shadow: none;
|
|
515
466
|
}
|
|
516
467
|
|
|
517
468
|
/* YouTube */
|
|
518
469
|
.ui.youtube.button {
|
|
519
|
-
background-color: #
|
|
520
|
-
color: #
|
|
470
|
+
background-color: #f00;
|
|
471
|
+
color: #fff;
|
|
521
472
|
text-shadow: none;
|
|
522
473
|
background-image: none;
|
|
523
|
-
|
|
524
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
474
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
525
475
|
}
|
|
526
476
|
.ui.youtube.button:hover {
|
|
527
477
|
background-color: #e60000;
|
|
528
|
-
color: #
|
|
478
|
+
color: #fff;
|
|
529
479
|
text-shadow: none;
|
|
530
480
|
}
|
|
531
481
|
.ui.youtube.button:active {
|
|
532
482
|
background-color: #cc0000;
|
|
533
|
-
color: #
|
|
483
|
+
color: #fff;
|
|
534
484
|
text-shadow: none;
|
|
535
485
|
}
|
|
536
486
|
|
|
537
487
|
/* Instagram */
|
|
538
488
|
.ui.instagram.button {
|
|
539
|
-
background-color: #
|
|
540
|
-
color: #
|
|
489
|
+
background-color: #49769c;
|
|
490
|
+
color: #fff;
|
|
541
491
|
text-shadow: none;
|
|
542
492
|
background-image: none;
|
|
543
|
-
|
|
544
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
493
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
545
494
|
}
|
|
546
495
|
.ui.instagram.button:hover {
|
|
547
496
|
background-color: #3d698e;
|
|
548
|
-
color: #
|
|
497
|
+
color: #fff;
|
|
549
498
|
text-shadow: none;
|
|
550
499
|
}
|
|
551
500
|
.ui.instagram.button:active {
|
|
552
501
|
background-color: #395c79;
|
|
553
|
-
color: #
|
|
502
|
+
color: #fff;
|
|
554
503
|
text-shadow: none;
|
|
555
504
|
}
|
|
556
505
|
|
|
557
506
|
/* Pinterest */
|
|
558
507
|
.ui.pinterest.button {
|
|
559
|
-
background-color: #
|
|
560
|
-
color: #
|
|
508
|
+
background-color: #bd081c;
|
|
509
|
+
color: #fff;
|
|
561
510
|
text-shadow: none;
|
|
562
511
|
background-image: none;
|
|
563
|
-
|
|
564
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
512
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
565
513
|
}
|
|
566
514
|
.ui.pinterest.button:hover {
|
|
567
515
|
background-color: #ac0013;
|
|
568
|
-
color: #
|
|
516
|
+
color: #fff;
|
|
569
517
|
text-shadow: none;
|
|
570
518
|
}
|
|
571
519
|
.ui.pinterest.button:active {
|
|
572
520
|
background-color: #8c0615;
|
|
573
|
-
color: #
|
|
521
|
+
color: #fff;
|
|
574
522
|
text-shadow: none;
|
|
575
523
|
}
|
|
576
524
|
|
|
577
525
|
/* VK */
|
|
578
526
|
.ui.vk.button {
|
|
579
|
-
background-color: #
|
|
580
|
-
color: #
|
|
527
|
+
background-color: #45668e;
|
|
528
|
+
color: #fff;
|
|
581
529
|
background-image: none;
|
|
582
|
-
|
|
583
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
530
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
584
531
|
}
|
|
585
532
|
.ui.vk.button:hover {
|
|
586
533
|
background-color: #395980;
|
|
587
|
-
color: #
|
|
534
|
+
color: #fff;
|
|
588
535
|
}
|
|
589
536
|
.ui.vk.button:active {
|
|
590
537
|
background-color: #344d6c;
|
|
591
|
-
color: #
|
|
538
|
+
color: #fff;
|
|
592
539
|
}
|
|
593
540
|
|
|
594
541
|
/* WhatsApp */
|
|
595
542
|
.ui.whatsapp.button {
|
|
596
|
-
background-color: #
|
|
597
|
-
color: #
|
|
543
|
+
background-color: #25d366;
|
|
544
|
+
color: #fff;
|
|
598
545
|
background-image: none;
|
|
599
|
-
|
|
600
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
546
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
601
547
|
}
|
|
602
548
|
.ui.whatsapp.button:hover {
|
|
603
549
|
background-color: #19c55a;
|
|
604
|
-
color: #
|
|
550
|
+
color: #fff;
|
|
605
551
|
}
|
|
606
552
|
.ui.whatsapp.button:active {
|
|
607
553
|
background-color: #1da851;
|
|
608
|
-
color: #
|
|
554
|
+
color: #fff;
|
|
609
555
|
}
|
|
610
556
|
|
|
611
557
|
/* Telegram */
|
|
612
558
|
.ui.telegram.button {
|
|
613
|
-
background-color: #
|
|
614
|
-
color: #
|
|
559
|
+
background-color: #08c;
|
|
560
|
+
color: #fff;
|
|
615
561
|
background-image: none;
|
|
616
|
-
|
|
617
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
562
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
618
563
|
}
|
|
619
564
|
.ui.telegram.button:hover {
|
|
620
565
|
background-color: #0077b3;
|
|
621
|
-
color: #
|
|
566
|
+
color: #fff;
|
|
622
567
|
}
|
|
623
568
|
.ui.telegram.button:active {
|
|
624
569
|
background-color: #006699;
|
|
625
|
-
color: #
|
|
570
|
+
color: #fff;
|
|
626
571
|
}
|
|
627
572
|
|
|
628
|
-
|
|
573
|
+
/* --------------
|
|
629
574
|
Icon
|
|
630
|
-
|
|
631
|
-
|
|
575
|
+
--------------- */
|
|
632
576
|
.ui.button > .icon:not(.button) {
|
|
633
577
|
height: auto;
|
|
634
578
|
opacity: 0.8;
|
|
635
|
-
margin: 0 0.42857143em 0 -0.21428571em;
|
|
636
|
-
-webkit-transition: opacity 0.1s ease;
|
|
637
579
|
transition: opacity 0.1s ease;
|
|
638
|
-
|
|
639
|
-
color: '';
|
|
580
|
+
color: "";
|
|
640
581
|
}
|
|
641
582
|
.ui.button:not(.icon) > .icon:not(.button):not(.dropdown),
|
|
642
583
|
.ui.button:not(.icon) > .icons:not(.button):not(.dropdown) {
|
|
643
584
|
margin: 0 0.42857143em 0 -0.21428571em;
|
|
585
|
+
vertical-align: baseline;
|
|
586
|
+
}
|
|
587
|
+
.ui.button:not(.icon) > .icons:not(.button):not(.dropdown) > .icon {
|
|
588
|
+
vertical-align: baseline;
|
|
644
589
|
}
|
|
645
590
|
.ui.button:not(.icon) > .right.icon:not(.button):not(.dropdown) {
|
|
646
591
|
margin: 0 -0.21428571em 0 0.42857143em;
|
|
@@ -652,10 +597,32 @@
|
|
|
652
597
|
*******************************/
|
|
653
598
|
|
|
654
599
|
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
600
|
+
/* --------------
|
|
601
|
+
Stackable
|
|
602
|
+
--------------- */
|
|
603
|
+
|
|
604
|
+
/* Tablet Or Below */
|
|
605
|
+
@media only screen and (max-width: 767.98px) {
|
|
606
|
+
.ui.stackable.buttons {
|
|
607
|
+
flex-direction: column;
|
|
608
|
+
width: 100%;
|
|
609
|
+
}
|
|
610
|
+
.ui.stackable.buttons .button:first-child {
|
|
611
|
+
border-bottom-left-radius: 0;
|
|
612
|
+
border-top-right-radius: 0.28571429rem;
|
|
613
|
+
}
|
|
614
|
+
.ui.stackable.buttons .button:last-child {
|
|
615
|
+
border-bottom-left-radius: 0.28571429rem;
|
|
616
|
+
border-top-right-radius: 0;
|
|
617
|
+
}
|
|
618
|
+
.ui.stackable.buttons .button:only-child {
|
|
619
|
+
border-radius: 0.28571429rem;
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
/* -------------------
|
|
624
|
+
Floated
|
|
625
|
+
-------------------- */
|
|
659
626
|
.ui[class*="left floated"].buttons,
|
|
660
627
|
.ui[class*="left floated"].button {
|
|
661
628
|
float: left;
|
|
@@ -669,10 +636,9 @@
|
|
|
669
636
|
margin-left: 0.25em;
|
|
670
637
|
}
|
|
671
638
|
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
639
|
+
/* -------------------
|
|
640
|
+
Compact
|
|
641
|
+
-------------------- */
|
|
676
642
|
.ui.compact.buttons .button,
|
|
677
643
|
.ui.compact.button {
|
|
678
644
|
padding: 0.58928571em 1.125em 0.58928571em;
|
|
@@ -687,13 +653,12 @@
|
|
|
687
653
|
}
|
|
688
654
|
.ui.compact.labeled.icon.buttons .button > .icon,
|
|
689
655
|
.ui.compact.labeled.icon.button > .icon {
|
|
690
|
-
padding: 0.58928571em 0
|
|
656
|
+
padding: 0.58928571em 0;
|
|
691
657
|
}
|
|
692
658
|
|
|
693
|
-
|
|
659
|
+
/* -------------------
|
|
694
660
|
Sizes
|
|
695
|
-
|
|
696
|
-
|
|
661
|
+
-------------------- */
|
|
697
662
|
.ui.buttons .button,
|
|
698
663
|
.ui.buttons .or,
|
|
699
664
|
.ui.button {
|
|
@@ -749,25 +714,27 @@
|
|
|
749
714
|
font-size: 1.71428571rem;
|
|
750
715
|
}
|
|
751
716
|
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
717
|
+
/* --------------
|
|
718
|
+
Icon Only
|
|
719
|
+
--------------- */
|
|
756
720
|
.ui.icon.buttons .button,
|
|
757
|
-
.ui.icon.button {
|
|
721
|
+
.ui.icon.button:not(.animated):not(.compact):not(.labeled) {
|
|
758
722
|
padding: 0.78571429em 0.78571429em 0.78571429em;
|
|
759
723
|
}
|
|
724
|
+
.ui.animated.icon.button > .content > .icon,
|
|
760
725
|
.ui.icon.buttons .button > .icon,
|
|
761
726
|
.ui.icon.button > .icon {
|
|
762
727
|
opacity: 0.9;
|
|
763
728
|
margin: 0 !important;
|
|
764
729
|
vertical-align: top;
|
|
765
730
|
}
|
|
731
|
+
.ui.animated.button > .content > .icon {
|
|
732
|
+
vertical-align: top;
|
|
733
|
+
}
|
|
766
734
|
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
735
|
+
/* -------------------
|
|
736
|
+
Basic
|
|
737
|
+
-------------------- */
|
|
771
738
|
.ui.basic.buttons .button,
|
|
772
739
|
.ui.basic.button {
|
|
773
740
|
background: transparent none;
|
|
@@ -776,163 +743,139 @@
|
|
|
776
743
|
border-radius: 0.28571429rem;
|
|
777
744
|
text-transform: none;
|
|
778
745
|
text-shadow: none !important;
|
|
779
|
-
|
|
780
|
-
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
|
746
|
+
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
|
781
747
|
}
|
|
782
748
|
.ui.basic.buttons {
|
|
783
|
-
|
|
784
|
-
box-shadow: none;
|
|
749
|
+
box-shadow: none;
|
|
785
750
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
786
751
|
border-radius: 0.28571429rem;
|
|
752
|
+
border-right: none;
|
|
787
753
|
}
|
|
788
754
|
.ui.basic.buttons .button {
|
|
789
755
|
border-radius: 0;
|
|
790
756
|
}
|
|
791
757
|
.ui.basic.buttons .button:hover,
|
|
792
758
|
.ui.basic.button:hover {
|
|
793
|
-
background: #
|
|
759
|
+
background: #fff;
|
|
794
760
|
color: rgba(0, 0, 0, 0.8);
|
|
795
|
-
|
|
796
|
-
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
761
|
+
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
797
762
|
}
|
|
798
763
|
.ui.basic.buttons .button:focus,
|
|
799
764
|
.ui.basic.button:focus {
|
|
800
|
-
background: #
|
|
765
|
+
background: #fff;
|
|
801
766
|
color: rgba(0, 0, 0, 0.8);
|
|
802
|
-
|
|
803
|
-
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
767
|
+
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
804
768
|
}
|
|
805
769
|
.ui.basic.buttons .button:active,
|
|
806
770
|
.ui.basic.button:active {
|
|
807
|
-
background: #
|
|
771
|
+
background: #f8f8f8;
|
|
808
772
|
color: rgba(0, 0, 0, 0.9);
|
|
809
|
-
|
|
810
|
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset;
|
|
773
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset;
|
|
811
774
|
}
|
|
812
775
|
.ui.basic.buttons .active.button,
|
|
813
776
|
.ui.basic.active.button {
|
|
814
777
|
background: rgba(0, 0, 0, 0.05);
|
|
815
|
-
|
|
816
|
-
box-shadow: '';
|
|
778
|
+
box-shadow: "";
|
|
817
779
|
color: rgba(0, 0, 0, 0.95);
|
|
818
780
|
}
|
|
819
781
|
.ui.basic.buttons .active.button:hover,
|
|
820
782
|
.ui.basic.active.button:hover {
|
|
821
783
|
background-color: rgba(0, 0, 0, 0.05);
|
|
822
784
|
}
|
|
823
|
-
|
|
824
|
-
/* Vertical */
|
|
825
785
|
.ui.basic.buttons .button:hover {
|
|
826
|
-
|
|
827
|
-
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset inset;
|
|
786
|
+
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
828
787
|
}
|
|
829
788
|
.ui.basic.buttons .button:active {
|
|
830
|
-
|
|
831
|
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset inset;
|
|
789
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset;
|
|
832
790
|
}
|
|
833
791
|
.ui.basic.buttons .active.button {
|
|
834
|
-
|
|
835
|
-
box-shadow: '';
|
|
792
|
+
box-shadow: "";
|
|
836
793
|
}
|
|
837
794
|
|
|
838
795
|
/* Standard Basic Inverted */
|
|
839
796
|
.ui.basic.inverted.buttons .button,
|
|
840
797
|
.ui.basic.inverted.button {
|
|
841
798
|
background-color: transparent;
|
|
842
|
-
color: #
|
|
843
|
-
|
|
844
|
-
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
|
799
|
+
color: #f9fafb;
|
|
800
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
|
845
801
|
}
|
|
846
802
|
.ui.basic.inverted.buttons .button:hover,
|
|
847
803
|
.ui.basic.inverted.button:hover {
|
|
848
|
-
color: #
|
|
849
|
-
|
|
850
|
-
box-shadow: 0 0 0 2px #ffffff inset;
|
|
804
|
+
color: #fff;
|
|
805
|
+
box-shadow: 0 0 0 2px #ffffff inset;
|
|
851
806
|
}
|
|
852
807
|
.ui.basic.inverted.buttons .button:focus,
|
|
853
808
|
.ui.basic.inverted.button:focus {
|
|
854
|
-
color: #
|
|
855
|
-
|
|
856
|
-
box-shadow: 0 0 0 2px #ffffff inset;
|
|
809
|
+
color: #fff;
|
|
810
|
+
box-shadow: 0 0 0 2px #ffffff inset;
|
|
857
811
|
}
|
|
858
812
|
.ui.basic.inverted.buttons .button:active,
|
|
859
813
|
.ui.basic.inverted.button:active {
|
|
860
814
|
background-color: rgba(255, 255, 255, 0.08);
|
|
861
|
-
color: #
|
|
862
|
-
|
|
863
|
-
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
|
|
815
|
+
color: #fff;
|
|
816
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
|
|
864
817
|
}
|
|
865
818
|
.ui.basic.inverted.buttons .active.button,
|
|
866
819
|
.ui.basic.inverted.active.button {
|
|
867
820
|
background-color: rgba(255, 255, 255, 0.08);
|
|
868
|
-
color: #
|
|
821
|
+
color: #fff;
|
|
869
822
|
text-shadow: none;
|
|
870
|
-
|
|
871
|
-
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7) inset;
|
|
823
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7) inset;
|
|
872
824
|
}
|
|
873
825
|
.ui.basic.inverted.buttons .active.button:hover,
|
|
874
826
|
.ui.basic.inverted.active.button:hover {
|
|
875
827
|
background-color: rgba(255, 255, 255, 0.15);
|
|
876
|
-
|
|
877
|
-
box-shadow: 0 0 0 2px #ffffff inset;
|
|
828
|
+
box-shadow: 0 0 0 2px #ffffff inset;
|
|
878
829
|
}
|
|
879
830
|
|
|
880
831
|
/* Basic Group */
|
|
881
|
-
.ui.basic.buttons .button {
|
|
882
|
-
border-
|
|
883
|
-
|
|
884
|
-
box-shadow: none;
|
|
832
|
+
.ui.basic.buttons:not(.inverted) .button:not(.basic) {
|
|
833
|
+
border-right: 1px solid rgba(34, 36, 38, 0.15);
|
|
834
|
+
box-shadow: none;
|
|
885
835
|
}
|
|
886
836
|
.ui.basic.vertical.buttons .button {
|
|
887
837
|
border-left: none;
|
|
888
838
|
border-left-width: 0;
|
|
889
839
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
|
890
840
|
}
|
|
891
|
-
.ui.basic.vertical.buttons .button:first-child {
|
|
892
|
-
border-top
|
|
841
|
+
.ui.basic.vertical.buttons:not(.spaced) .button:first-child {
|
|
842
|
+
border-top: none;
|
|
893
843
|
}
|
|
894
844
|
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
845
|
+
/* -------------------
|
|
846
|
+
Tertiary
|
|
847
|
+
-------------------- */
|
|
899
848
|
|
|
900
849
|
/* Overline Mixin */
|
|
901
850
|
.ui.tertiary.button {
|
|
902
|
-
-webkit-transition: color 0.1s ease !important;
|
|
903
851
|
transition: color 0.1s ease !important;
|
|
904
852
|
border-radius: 0;
|
|
905
853
|
margin: 0.28571429em 0.25em 0.28571429em 0 !important;
|
|
906
|
-
padding: 0.5em !important;
|
|
907
|
-
|
|
908
|
-
box-shadow: none;
|
|
854
|
+
padding: 0.5em 0.5em !important;
|
|
855
|
+
box-shadow: none;
|
|
909
856
|
color: rgba(0, 0, 0, 0.6);
|
|
910
857
|
background: none;
|
|
911
858
|
}
|
|
912
859
|
.ui.tertiary.button:hover {
|
|
913
|
-
|
|
914
|
-
box-shadow: inset 0 -0.2em 0 #666666;
|
|
860
|
+
box-shadow: inset 0 -0.2em 0 #666666;
|
|
915
861
|
color: #333333;
|
|
916
862
|
background: none;
|
|
917
863
|
}
|
|
918
864
|
.ui.tertiary.button:focus {
|
|
919
|
-
|
|
920
|
-
box-shadow: inset 0 -0.2em 0 #666666;
|
|
865
|
+
box-shadow: inset 0 -0.2em 0 #666666;
|
|
921
866
|
color: #333333;
|
|
922
867
|
background: none;
|
|
923
868
|
}
|
|
924
869
|
.ui.tertiary.button:active {
|
|
925
|
-
|
|
926
|
-
box-shadow: inset 0 -0.2em 0 #999999;
|
|
870
|
+
box-shadow: inset 0 -0.2em 0 #999999;
|
|
927
871
|
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
|
928
872
|
color: #666666;
|
|
929
873
|
background: none;
|
|
930
874
|
}
|
|
931
875
|
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
876
|
+
/* --------------
|
|
877
|
+
Labeled Icon
|
|
878
|
+
--------------- */
|
|
936
879
|
.ui.labeled.icon.buttons .button,
|
|
937
880
|
.ui.labeled.icon.button {
|
|
938
881
|
position: relative;
|
|
@@ -952,15 +895,13 @@
|
|
|
952
895
|
border-top-left-radius: inherit;
|
|
953
896
|
border-bottom-left-radius: inherit;
|
|
954
897
|
text-align: center;
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
padding: 0.78571429em 0 0.78571429em 0;
|
|
898
|
+
animation: none;
|
|
899
|
+
padding: 0.78571429em 0;
|
|
958
900
|
margin: 0;
|
|
959
901
|
width: 2.57142857em;
|
|
960
902
|
background-color: rgba(0, 0, 0, 0.05);
|
|
961
|
-
color:
|
|
962
|
-
|
|
963
|
-
box-shadow: -1px 0 0 0 transparent inset;
|
|
903
|
+
color: "";
|
|
904
|
+
box-shadow: -1px 0 0 0 transparent inset;
|
|
964
905
|
}
|
|
965
906
|
|
|
966
907
|
/* Right Labeled */
|
|
@@ -974,13 +915,12 @@
|
|
|
974
915
|
border-radius: 0;
|
|
975
916
|
border-top-right-radius: inherit;
|
|
976
917
|
border-bottom-right-radius: inherit;
|
|
977
|
-
|
|
978
|
-
box-shadow: 1px 0 0 0 transparent inset;
|
|
918
|
+
box-shadow: 1px 0 0 0 transparent inset;
|
|
979
919
|
}
|
|
980
|
-
.ui.labeled.icon.buttons > .button > .icon
|
|
981
|
-
.ui.labeled.icon.button > .icon
|
|
982
|
-
.ui.labeled.icon.buttons > .button > .icon
|
|
983
|
-
.ui.labeled.icon.button > .icon
|
|
920
|
+
.ui.labeled.icon.buttons > .button > .icon::before,
|
|
921
|
+
.ui.labeled.icon.button > .icon::before,
|
|
922
|
+
.ui.labeled.icon.buttons > .button > .icon::after,
|
|
923
|
+
.ui.labeled.icon.button > .icon::after {
|
|
984
924
|
display: block;
|
|
985
925
|
position: relative;
|
|
986
926
|
width: 100%;
|
|
@@ -1008,36 +948,32 @@
|
|
|
1008
948
|
}
|
|
1009
949
|
|
|
1010
950
|
/* Loading Icon in Labeled Button */
|
|
1011
|
-
.ui.labeled.icon.button > .loading.icon
|
|
1012
|
-
|
|
1013
|
-
animation: loader 2s linear infinite;
|
|
951
|
+
.ui.labeled.icon.button > .loading.icon::before {
|
|
952
|
+
animation: loader 2s linear infinite;
|
|
1014
953
|
}
|
|
1015
954
|
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
955
|
+
/* --------------
|
|
956
|
+
Toggle
|
|
957
|
+
--------------- */
|
|
1020
958
|
|
|
1021
959
|
/* Toggle (Modifies active state to give affordances) */
|
|
1022
960
|
.ui.toggle.buttons .active.button,
|
|
1023
961
|
.ui.buttons .button.toggle.active,
|
|
1024
962
|
.ui.button.toggle.active {
|
|
1025
|
-
background-color: #
|
|
1026
|
-
|
|
1027
|
-
box-shadow: none;
|
|
963
|
+
background-color: #21ba45;
|
|
964
|
+
box-shadow: none;
|
|
1028
965
|
text-shadow: none;
|
|
1029
|
-
color: #
|
|
966
|
+
color: #fff;
|
|
1030
967
|
}
|
|
1031
968
|
.ui.button.toggle.active:hover {
|
|
1032
969
|
background-color: #16ab39;
|
|
1033
970
|
text-shadow: none;
|
|
1034
|
-
color: #
|
|
971
|
+
color: #fff;
|
|
1035
972
|
}
|
|
1036
973
|
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
974
|
+
/* --------------
|
|
975
|
+
Circular
|
|
976
|
+
--------------- */
|
|
1041
977
|
.ui.circular.button {
|
|
1042
978
|
border-radius: 10em;
|
|
1043
979
|
}
|
|
@@ -1046,24 +982,23 @@
|
|
|
1046
982
|
vertical-align: baseline;
|
|
1047
983
|
}
|
|
1048
984
|
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
985
|
+
/* -------------------
|
|
986
|
+
Or Buttons
|
|
987
|
+
-------------------- */
|
|
1053
988
|
.ui.buttons .or {
|
|
1054
989
|
position: relative;
|
|
1055
990
|
width: 0.3em;
|
|
1056
991
|
height: 2.57142857em;
|
|
1057
992
|
z-index: 3;
|
|
1058
993
|
}
|
|
1059
|
-
.ui.buttons .or
|
|
994
|
+
.ui.buttons .or::before {
|
|
1060
995
|
position: absolute;
|
|
1061
996
|
text-align: center;
|
|
1062
997
|
border-radius: 500rem;
|
|
1063
|
-
content:
|
|
998
|
+
content: "or";
|
|
1064
999
|
top: 50%;
|
|
1065
1000
|
left: 50%;
|
|
1066
|
-
background-color: #
|
|
1001
|
+
background-color: #fff;
|
|
1067
1002
|
text-shadow: none;
|
|
1068
1003
|
margin-top: -0.89285714em;
|
|
1069
1004
|
margin-left: -0.89285714em;
|
|
@@ -1073,10 +1008,9 @@
|
|
|
1073
1008
|
color: rgba(0, 0, 0, 0.4);
|
|
1074
1009
|
font-style: normal;
|
|
1075
1010
|
font-weight: bold;
|
|
1076
|
-
|
|
1077
|
-
box-shadow: 0 0 0 1px transparent inset;
|
|
1011
|
+
box-shadow: 0 0 0 1px transparent inset;
|
|
1078
1012
|
}
|
|
1079
|
-
.ui.buttons .or[data-text]
|
|
1013
|
+
.ui.buttons .or[data-text]::before {
|
|
1080
1014
|
content: attr(data-text);
|
|
1081
1015
|
}
|
|
1082
1016
|
|
|
@@ -1084,14 +1018,13 @@
|
|
|
1084
1018
|
.ui.fluid.buttons .or {
|
|
1085
1019
|
width: 0 !important;
|
|
1086
1020
|
}
|
|
1087
|
-
.ui.fluid.buttons .or
|
|
1021
|
+
.ui.fluid.buttons .or::after {
|
|
1088
1022
|
display: none;
|
|
1089
1023
|
}
|
|
1090
1024
|
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1025
|
+
/* -------------------
|
|
1026
|
+
Attached
|
|
1027
|
+
-------------------- */
|
|
1095
1028
|
|
|
1096
1029
|
/* Singular */
|
|
1097
1030
|
.ui.attached.button {
|
|
@@ -1099,8 +1032,7 @@
|
|
|
1099
1032
|
display: block;
|
|
1100
1033
|
margin: 0;
|
|
1101
1034
|
border-radius: 0;
|
|
1102
|
-
|
|
1103
|
-
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15);
|
|
1035
|
+
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15);
|
|
1104
1036
|
}
|
|
1105
1037
|
|
|
1106
1038
|
/* Top / Bottom */
|
|
@@ -1129,8 +1061,6 @@
|
|
|
1129
1061
|
/* Plural */
|
|
1130
1062
|
.ui.attached.buttons {
|
|
1131
1063
|
position: relative;
|
|
1132
|
-
display: -webkit-box;
|
|
1133
|
-
display: -ms-flexbox;
|
|
1134
1064
|
display: flex;
|
|
1135
1065
|
border-radius: 0;
|
|
1136
1066
|
width: auto !important;
|
|
@@ -1150,7 +1080,7 @@
|
|
|
1150
1080
|
|
|
1151
1081
|
/* Top / Bottom */
|
|
1152
1082
|
.ui[class*="top attached"].buttons {
|
|
1153
|
-
margin-bottom:
|
|
1083
|
+
margin-bottom: 0;
|
|
1154
1084
|
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
|
1155
1085
|
}
|
|
1156
1086
|
.ui[class*="top attached"].buttons .button:first-child {
|
|
@@ -1172,8 +1102,6 @@
|
|
|
1172
1102
|
|
|
1173
1103
|
/* Left / Right */
|
|
1174
1104
|
.ui[class*="left attached"].buttons {
|
|
1175
|
-
display: -webkit-inline-box;
|
|
1176
|
-
display: -ms-inline-flexbox;
|
|
1177
1105
|
display: inline-flex;
|
|
1178
1106
|
margin-right: 0;
|
|
1179
1107
|
margin-left: -1px;
|
|
@@ -1188,8 +1116,6 @@
|
|
|
1188
1116
|
border-radius: 0 0 0.28571429rem 0;
|
|
1189
1117
|
}
|
|
1190
1118
|
.ui[class*="right attached"].buttons {
|
|
1191
|
-
display: -webkit-inline-box;
|
|
1192
|
-
display: -ms-inline-flexbox;
|
|
1193
1119
|
display: inline-flex;
|
|
1194
1120
|
margin-left: 0;
|
|
1195
1121
|
margin-right: -1px;
|
|
@@ -1204,10 +1130,9 @@
|
|
|
1204
1130
|
border-radius: 0 0 0 0.28571429rem;
|
|
1205
1131
|
}
|
|
1206
1132
|
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1133
|
+
/* -------------------
|
|
1134
|
+
Fluid
|
|
1135
|
+
-------------------- */
|
|
1211
1136
|
.ui.fluid.buttons,
|
|
1212
1137
|
.ui.fluid.button {
|
|
1213
1138
|
width: 100%;
|
|
@@ -1285,13 +1210,9 @@
|
|
|
1285
1210
|
/* Fluid Vertical Buttons */
|
|
1286
1211
|
.ui.fluid.vertical.buttons,
|
|
1287
1212
|
.ui.fluid.vertical.buttons > .button {
|
|
1288
|
-
display: -webkit-box;
|
|
1289
|
-
display: -ms-flexbox;
|
|
1290
1213
|
display: flex;
|
|
1291
1214
|
width: auto;
|
|
1292
|
-
-
|
|
1293
|
-
-ms-flex-pack: center;
|
|
1294
|
-
justify-content: center;
|
|
1215
|
+
justify-content: center;
|
|
1295
1216
|
}
|
|
1296
1217
|
.ui.two.vertical.buttons > .button {
|
|
1297
1218
|
height: 50%;
|
|
@@ -1327,37 +1248,35 @@
|
|
|
1327
1248
|
height: 8.3333%;
|
|
1328
1249
|
}
|
|
1329
1250
|
|
|
1330
|
-
|
|
1251
|
+
/* -------------------
|
|
1331
1252
|
Colors
|
|
1332
|
-
|
|
1333
|
-
|
|
1253
|
+
-------------------- */
|
|
1334
1254
|
.ui.primary.buttons .button,
|
|
1335
1255
|
.ui.primary.button {
|
|
1336
|
-
background-color: #
|
|
1337
|
-
color: #
|
|
1256
|
+
background-color: #2185d0;
|
|
1257
|
+
color: #fff;
|
|
1338
1258
|
text-shadow: none;
|
|
1339
1259
|
background-image: none;
|
|
1340
1260
|
}
|
|
1341
1261
|
.ui.primary.button {
|
|
1342
|
-
|
|
1343
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
1262
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
1344
1263
|
}
|
|
1345
1264
|
.ui.primary.buttons .button:hover,
|
|
1346
1265
|
.ui.primary.button:hover {
|
|
1347
1266
|
background-color: #1678c2;
|
|
1348
|
-
color: #
|
|
1267
|
+
color: #fff;
|
|
1349
1268
|
text-shadow: none;
|
|
1350
1269
|
}
|
|
1351
1270
|
.ui.primary.buttons .button:focus,
|
|
1352
1271
|
.ui.primary.button:focus {
|
|
1353
1272
|
background-color: #0d71bb;
|
|
1354
|
-
color: #
|
|
1273
|
+
color: #fff;
|
|
1355
1274
|
text-shadow: none;
|
|
1356
1275
|
}
|
|
1357
1276
|
.ui.primary.buttons .button:active,
|
|
1358
1277
|
.ui.primary.button:active {
|
|
1359
1278
|
background-color: #1a69a4;
|
|
1360
|
-
color: #
|
|
1279
|
+
color: #fff;
|
|
1361
1280
|
text-shadow: none;
|
|
1362
1281
|
}
|
|
1363
1282
|
.ui.primary.buttons .active.button,
|
|
@@ -1365,7 +1284,7 @@
|
|
|
1365
1284
|
.ui.primary.active.button,
|
|
1366
1285
|
.ui.primary.button .active.button:active {
|
|
1367
1286
|
background-color: #1279c6;
|
|
1368
|
-
color: #
|
|
1287
|
+
color: #fff;
|
|
1369
1288
|
text-shadow: none;
|
|
1370
1289
|
}
|
|
1371
1290
|
|
|
@@ -1373,48 +1292,39 @@
|
|
|
1373
1292
|
.ui.basic.primary.buttons .button,
|
|
1374
1293
|
.ui.basic.primary.button {
|
|
1375
1294
|
background: transparent;
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
color: #2185D0;
|
|
1295
|
+
box-shadow: 0 0 0 1px #2185d0 inset;
|
|
1296
|
+
color: #2185d0;
|
|
1379
1297
|
}
|
|
1380
1298
|
.ui.basic.primary.buttons .button:hover,
|
|
1381
1299
|
.ui.basic.primary.button:hover {
|
|
1382
|
-
background: transparent
|
|
1383
|
-
|
|
1384
|
-
box-shadow: 0 0 0 1px #1678c2 inset;
|
|
1300
|
+
background: transparent;
|
|
1301
|
+
box-shadow: 0 0 0 1px #1678c2 inset;
|
|
1385
1302
|
color: #1678c2;
|
|
1386
1303
|
}
|
|
1387
1304
|
.ui.basic.primary.buttons .button:focus,
|
|
1388
1305
|
.ui.basic.primary.button:focus {
|
|
1389
|
-
background: transparent
|
|
1390
|
-
|
|
1391
|
-
box-shadow: 0 0 0 1px #0d71bb inset;
|
|
1306
|
+
background: transparent;
|
|
1307
|
+
box-shadow: 0 0 0 1px #0d71bb inset;
|
|
1392
1308
|
color: #1678c2;
|
|
1393
1309
|
}
|
|
1394
1310
|
.ui.basic.primary.buttons .active.button,
|
|
1395
1311
|
.ui.basic.primary.active.button {
|
|
1396
|
-
background: transparent
|
|
1397
|
-
|
|
1398
|
-
box-shadow: 0 0 0 1px #1279c6 inset;
|
|
1312
|
+
background: transparent;
|
|
1313
|
+
box-shadow: 0 0 0 1px #1279c6 inset;
|
|
1399
1314
|
color: #1a69a4;
|
|
1400
1315
|
}
|
|
1401
1316
|
.ui.basic.primary.buttons .button:active,
|
|
1402
1317
|
.ui.basic.primary.button:active {
|
|
1403
|
-
|
|
1404
|
-
box-shadow: 0 0 0 1px #1a69a4 inset;
|
|
1318
|
+
box-shadow: 0 0 0 1px #1a69a4 inset;
|
|
1405
1319
|
color: #1a69a4;
|
|
1406
1320
|
}
|
|
1407
|
-
.ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
|
|
1408
|
-
margin-left: -1px;
|
|
1409
|
-
}
|
|
1410
1321
|
|
|
1411
1322
|
/* Inverted */
|
|
1412
1323
|
.ui.inverted.primary.buttons .button,
|
|
1413
1324
|
.ui.inverted.primary.button {
|
|
1414
1325
|
background-color: transparent;
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
color: #54C8FF;
|
|
1326
|
+
box-shadow: 0 0 0 2px #54c8ff inset;
|
|
1327
|
+
color: #54c8ff;
|
|
1418
1328
|
}
|
|
1419
1329
|
.ui.inverted.primary.buttons .button:hover,
|
|
1420
1330
|
.ui.inverted.primary.button:hover,
|
|
@@ -1424,9 +1334,8 @@
|
|
|
1424
1334
|
.ui.inverted.primary.button.active,
|
|
1425
1335
|
.ui.inverted.primary.buttons .button:active,
|
|
1426
1336
|
.ui.inverted.primary.button:active {
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
color: #FFFFFF;
|
|
1337
|
+
box-shadow: none;
|
|
1338
|
+
color: #fff;
|
|
1430
1339
|
}
|
|
1431
1340
|
.ui.inverted.primary.buttons .button:hover,
|
|
1432
1341
|
.ui.inverted.primary.button:hover {
|
|
@@ -1450,37 +1359,32 @@
|
|
|
1450
1359
|
.ui.inverted.primary.buttons .basic.button,
|
|
1451
1360
|
.ui.inverted.primary.basic.button {
|
|
1452
1361
|
background-color: transparent;
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
color: #FFFFFF;
|
|
1362
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
|
1363
|
+
color: #fff;
|
|
1456
1364
|
}
|
|
1457
1365
|
.ui.inverted.primary.basic.buttons .button:hover,
|
|
1458
1366
|
.ui.inverted.primary.buttons .basic.button:hover,
|
|
1459
1367
|
.ui.inverted.primary.basic.button:hover {
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
color: #54C8FF;
|
|
1368
|
+
box-shadow: 0 0 0 2px #21b8ff inset;
|
|
1369
|
+
color: #54c8ff;
|
|
1463
1370
|
}
|
|
1464
1371
|
.ui.inverted.primary.basic.buttons .button:focus,
|
|
1465
1372
|
.ui.inverted.primary.basic.buttons .button:focus,
|
|
1466
1373
|
.ui.inverted.primary.basic.button:focus {
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
color: #54C8FF;
|
|
1374
|
+
box-shadow: 0 0 0 2px #2bbbff inset;
|
|
1375
|
+
color: #54c8ff;
|
|
1470
1376
|
}
|
|
1471
1377
|
.ui.inverted.primary.basic.buttons .active.button,
|
|
1472
1378
|
.ui.inverted.primary.buttons .basic.active.button,
|
|
1473
1379
|
.ui.inverted.primary.basic.active.button {
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
color: #54C8FF;
|
|
1380
|
+
box-shadow: 0 0 0 2px #3ac0ff inset;
|
|
1381
|
+
color: #54c8ff;
|
|
1477
1382
|
}
|
|
1478
1383
|
.ui.inverted.primary.basic.buttons .button:active,
|
|
1479
1384
|
.ui.inverted.primary.buttons .basic.button:active,
|
|
1480
1385
|
.ui.inverted.primary.basic.button:active {
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
color: #54C8FF;
|
|
1386
|
+
box-shadow: 0 0 0 2px #21b8ff inset;
|
|
1387
|
+
color: #54c8ff;
|
|
1484
1388
|
}
|
|
1485
1389
|
|
|
1486
1390
|
/* Tertiary */
|
|
@@ -1488,22 +1392,19 @@
|
|
|
1488
1392
|
.ui.tertiary.primary.buttons .tertiary.button,
|
|
1489
1393
|
.ui.tertiary.primary.button {
|
|
1490
1394
|
background: transparent;
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
color: #2185D0;
|
|
1395
|
+
box-shadow: none;
|
|
1396
|
+
color: #2185d0;
|
|
1494
1397
|
}
|
|
1495
1398
|
.ui.tertiary.primary.buttons .button:hover,
|
|
1496
1399
|
.ui.tertiary.primary.buttons button:hover,
|
|
1497
1400
|
.ui.tertiary.primary.button:hover {
|
|
1498
|
-
|
|
1499
|
-
box-shadow: inset 0 -0.2em 0 #2b75ac;
|
|
1401
|
+
box-shadow: inset 0 -0.2em 0 #2b75ac;
|
|
1500
1402
|
color: #2b75ac;
|
|
1501
1403
|
}
|
|
1502
1404
|
.ui.tertiary.primary.buttons .button:focus,
|
|
1503
1405
|
.ui.tertiary.primary.buttons .tertiary.button:focus,
|
|
1504
1406
|
.ui.tertiary.primary.button:focus {
|
|
1505
|
-
|
|
1506
|
-
box-shadow: inset 0 -0.2em 0 #216ea7;
|
|
1407
|
+
box-shadow: inset 0 -0.2em 0 #216ea7;
|
|
1507
1408
|
color: #216ea7;
|
|
1508
1409
|
}
|
|
1509
1410
|
.ui.tertiary.primary.buttons .active.button,
|
|
@@ -1512,37 +1413,35 @@
|
|
|
1512
1413
|
.ui.tertiary.primary.buttons .button:active,
|
|
1513
1414
|
.ui.tertiary.primary.buttons .tertiary.button:active,
|
|
1514
1415
|
.ui.tertiary.primary.button:active {
|
|
1515
|
-
|
|
1516
|
-
box-shadow: inset 0 -0.2em 0 #007bd8;
|
|
1416
|
+
box-shadow: inset 0 -0.2em 0 #007bd8;
|
|
1517
1417
|
color: #1279c6;
|
|
1518
1418
|
}
|
|
1519
1419
|
.ui.secondary.buttons .button,
|
|
1520
1420
|
.ui.secondary.button {
|
|
1521
|
-
background-color: #
|
|
1522
|
-
color: #
|
|
1421
|
+
background-color: #1b1c1d;
|
|
1422
|
+
color: #fff;
|
|
1523
1423
|
text-shadow: none;
|
|
1524
1424
|
background-image: none;
|
|
1525
1425
|
}
|
|
1526
1426
|
.ui.secondary.button {
|
|
1527
|
-
|
|
1528
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
1427
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
1529
1428
|
}
|
|
1530
1429
|
.ui.secondary.buttons .button:hover,
|
|
1531
1430
|
.ui.secondary.button:hover {
|
|
1532
1431
|
background-color: #27292a;
|
|
1533
|
-
color: #
|
|
1432
|
+
color: #fff;
|
|
1534
1433
|
text-shadow: none;
|
|
1535
1434
|
}
|
|
1536
1435
|
.ui.secondary.buttons .button:focus,
|
|
1537
1436
|
.ui.secondary.button:focus {
|
|
1538
1437
|
background-color: #2e3032;
|
|
1539
|
-
color: #
|
|
1438
|
+
color: #fff;
|
|
1540
1439
|
text-shadow: none;
|
|
1541
1440
|
}
|
|
1542
1441
|
.ui.secondary.buttons .button:active,
|
|
1543
1442
|
.ui.secondary.button:active {
|
|
1544
1443
|
background-color: #343637;
|
|
1545
|
-
color: #
|
|
1444
|
+
color: #fff;
|
|
1546
1445
|
text-shadow: none;
|
|
1547
1446
|
}
|
|
1548
1447
|
.ui.secondary.buttons .active.button,
|
|
@@ -1550,7 +1449,7 @@
|
|
|
1550
1449
|
.ui.secondary.active.button,
|
|
1551
1450
|
.ui.secondary.button .active.button:active {
|
|
1552
1451
|
background-color: #27292a;
|
|
1553
|
-
color: #
|
|
1452
|
+
color: #fff;
|
|
1554
1453
|
text-shadow: none;
|
|
1555
1454
|
}
|
|
1556
1455
|
|
|
@@ -1558,47 +1457,38 @@
|
|
|
1558
1457
|
.ui.basic.secondary.buttons .button,
|
|
1559
1458
|
.ui.basic.secondary.button {
|
|
1560
1459
|
background: transparent;
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
color: #1B1C1D;
|
|
1460
|
+
box-shadow: 0 0 0 1px #1b1c1d inset;
|
|
1461
|
+
color: #1b1c1d;
|
|
1564
1462
|
}
|
|
1565
1463
|
.ui.basic.secondary.buttons .button:hover,
|
|
1566
1464
|
.ui.basic.secondary.button:hover {
|
|
1567
|
-
background: transparent
|
|
1568
|
-
|
|
1569
|
-
box-shadow: 0 0 0 1px #27292a inset;
|
|
1465
|
+
background: transparent;
|
|
1466
|
+
box-shadow: 0 0 0 1px #27292a inset;
|
|
1570
1467
|
color: #27292a;
|
|
1571
1468
|
}
|
|
1572
1469
|
.ui.basic.secondary.buttons .button:focus,
|
|
1573
1470
|
.ui.basic.secondary.button:focus {
|
|
1574
|
-
background: transparent
|
|
1575
|
-
|
|
1576
|
-
box-shadow: 0 0 0 1px #2e3032 inset;
|
|
1471
|
+
background: transparent;
|
|
1472
|
+
box-shadow: 0 0 0 1px #2e3032 inset;
|
|
1577
1473
|
color: #27292a;
|
|
1578
1474
|
}
|
|
1579
1475
|
.ui.basic.secondary.buttons .active.button,
|
|
1580
1476
|
.ui.basic.secondary.active.button {
|
|
1581
|
-
background: transparent
|
|
1582
|
-
|
|
1583
|
-
box-shadow: 0 0 0 1px #27292a inset;
|
|
1477
|
+
background: transparent;
|
|
1478
|
+
box-shadow: 0 0 0 1px #27292a inset;
|
|
1584
1479
|
color: #343637;
|
|
1585
1480
|
}
|
|
1586
1481
|
.ui.basic.secondary.buttons .button:active,
|
|
1587
1482
|
.ui.basic.secondary.button:active {
|
|
1588
|
-
|
|
1589
|
-
box-shadow: 0 0 0 1px #343637 inset;
|
|
1483
|
+
box-shadow: 0 0 0 1px #343637 inset;
|
|
1590
1484
|
color: #343637;
|
|
1591
1485
|
}
|
|
1592
|
-
.ui.buttons:not(.vertical) > .basic.secondary.button:not(:first-child) {
|
|
1593
|
-
margin-left: -1px;
|
|
1594
|
-
}
|
|
1595
1486
|
|
|
1596
1487
|
/* Inverted */
|
|
1597
1488
|
.ui.inverted.secondary.buttons .button,
|
|
1598
1489
|
.ui.inverted.secondary.button {
|
|
1599
1490
|
background-color: transparent;
|
|
1600
|
-
|
|
1601
|
-
box-shadow: 0 0 0 2px #545454 inset;
|
|
1491
|
+
box-shadow: 0 0 0 2px #545454 inset;
|
|
1602
1492
|
color: #545454;
|
|
1603
1493
|
}
|
|
1604
1494
|
.ui.inverted.secondary.buttons .button:hover,
|
|
@@ -1609,9 +1499,8 @@
|
|
|
1609
1499
|
.ui.inverted.secondary.button.active,
|
|
1610
1500
|
.ui.inverted.secondary.buttons .button:active,
|
|
1611
1501
|
.ui.inverted.secondary.button:active {
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
color: #FFFFFF;
|
|
1502
|
+
box-shadow: none;
|
|
1503
|
+
color: #fff;
|
|
1615
1504
|
}
|
|
1616
1505
|
.ui.inverted.secondary.buttons .button:hover,
|
|
1617
1506
|
.ui.inverted.secondary.button:hover {
|
|
@@ -1635,36 +1524,31 @@
|
|
|
1635
1524
|
.ui.inverted.secondary.buttons .basic.button,
|
|
1636
1525
|
.ui.inverted.secondary.basic.button {
|
|
1637
1526
|
background-color: transparent;
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
color: #FFFFFF;
|
|
1527
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
|
1528
|
+
color: #fff;
|
|
1641
1529
|
}
|
|
1642
1530
|
.ui.inverted.secondary.basic.buttons .button:hover,
|
|
1643
1531
|
.ui.inverted.secondary.buttons .basic.button:hover,
|
|
1644
1532
|
.ui.inverted.secondary.basic.button:hover {
|
|
1645
|
-
|
|
1646
|
-
box-shadow: 0 0 0 2px #6e6e6e inset;
|
|
1533
|
+
box-shadow: 0 0 0 2px #6e6e6e inset;
|
|
1647
1534
|
color: #545454;
|
|
1648
1535
|
}
|
|
1649
1536
|
.ui.inverted.secondary.basic.buttons .button:focus,
|
|
1650
1537
|
.ui.inverted.secondary.basic.buttons .button:focus,
|
|
1651
1538
|
.ui.inverted.secondary.basic.button:focus {
|
|
1652
|
-
|
|
1653
|
-
box-shadow: 0 0 0 2px #686868 inset;
|
|
1539
|
+
box-shadow: 0 0 0 2px #686868 inset;
|
|
1654
1540
|
color: #545454;
|
|
1655
1541
|
}
|
|
1656
1542
|
.ui.inverted.secondary.basic.buttons .active.button,
|
|
1657
1543
|
.ui.inverted.secondary.buttons .basic.active.button,
|
|
1658
1544
|
.ui.inverted.secondary.basic.active.button {
|
|
1659
|
-
|
|
1660
|
-
box-shadow: 0 0 0 2px #616161 inset;
|
|
1545
|
+
box-shadow: 0 0 0 2px #616161 inset;
|
|
1661
1546
|
color: #545454;
|
|
1662
1547
|
}
|
|
1663
1548
|
.ui.inverted.secondary.basic.buttons .button:active,
|
|
1664
1549
|
.ui.inverted.secondary.buttons .basic.button:active,
|
|
1665
1550
|
.ui.inverted.secondary.basic.button:active {
|
|
1666
|
-
|
|
1667
|
-
box-shadow: 0 0 0 2px #6e6e6e inset;
|
|
1551
|
+
box-shadow: 0 0 0 2px #6e6e6e inset;
|
|
1668
1552
|
color: #545454;
|
|
1669
1553
|
}
|
|
1670
1554
|
|
|
@@ -1673,22 +1557,19 @@
|
|
|
1673
1557
|
.ui.tertiary.secondary.buttons .tertiary.button,
|
|
1674
1558
|
.ui.tertiary.secondary.button {
|
|
1675
1559
|
background: transparent;
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
color: #1B1C1D;
|
|
1560
|
+
box-shadow: none;
|
|
1561
|
+
color: #1b1c1d;
|
|
1679
1562
|
}
|
|
1680
1563
|
.ui.tertiary.secondary.buttons .button:hover,
|
|
1681
1564
|
.ui.tertiary.secondary.buttons button:hover,
|
|
1682
1565
|
.ui.tertiary.secondary.button:hover {
|
|
1683
|
-
|
|
1684
|
-
box-shadow: inset 0 -0.2em 0 #292929;
|
|
1566
|
+
box-shadow: inset 0 -0.2em 0 #292929;
|
|
1685
1567
|
color: #292929;
|
|
1686
1568
|
}
|
|
1687
1569
|
.ui.tertiary.secondary.buttons .button:focus,
|
|
1688
1570
|
.ui.tertiary.secondary.buttons .tertiary.button:focus,
|
|
1689
1571
|
.ui.tertiary.secondary.button:focus {
|
|
1690
|
-
|
|
1691
|
-
box-shadow: inset 0 -0.2em 0 #303030;
|
|
1572
|
+
box-shadow: inset 0 -0.2em 0 #303030;
|
|
1692
1573
|
color: #303030;
|
|
1693
1574
|
}
|
|
1694
1575
|
.ui.tertiary.secondary.buttons .active.button,
|
|
@@ -1697,37 +1578,35 @@
|
|
|
1697
1578
|
.ui.tertiary.secondary.buttons .button:active,
|
|
1698
1579
|
.ui.tertiary.secondary.buttons .tertiary.button:active,
|
|
1699
1580
|
.ui.tertiary.secondary.button:active {
|
|
1700
|
-
|
|
1701
|
-
box-shadow: inset 0 -0.2em 0 #1f2933;
|
|
1581
|
+
box-shadow: inset 0 -0.2em 0 #1f2933;
|
|
1702
1582
|
color: #27292a;
|
|
1703
1583
|
}
|
|
1704
1584
|
.ui.red.buttons .button,
|
|
1705
1585
|
.ui.red.button {
|
|
1706
|
-
background-color: #
|
|
1707
|
-
color: #
|
|
1586
|
+
background-color: #db2828;
|
|
1587
|
+
color: #fff;
|
|
1708
1588
|
text-shadow: none;
|
|
1709
1589
|
background-image: none;
|
|
1710
1590
|
}
|
|
1711
1591
|
.ui.red.button {
|
|
1712
|
-
|
|
1713
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
1592
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
1714
1593
|
}
|
|
1715
1594
|
.ui.red.buttons .button:hover,
|
|
1716
1595
|
.ui.red.button:hover {
|
|
1717
1596
|
background-color: #d01919;
|
|
1718
|
-
color: #
|
|
1597
|
+
color: #fff;
|
|
1719
1598
|
text-shadow: none;
|
|
1720
1599
|
}
|
|
1721
1600
|
.ui.red.buttons .button:focus,
|
|
1722
1601
|
.ui.red.button:focus {
|
|
1723
1602
|
background-color: #ca1010;
|
|
1724
|
-
color: #
|
|
1603
|
+
color: #fff;
|
|
1725
1604
|
text-shadow: none;
|
|
1726
1605
|
}
|
|
1727
1606
|
.ui.red.buttons .button:active,
|
|
1728
1607
|
.ui.red.button:active {
|
|
1729
1608
|
background-color: #b21e1e;
|
|
1730
|
-
color: #
|
|
1609
|
+
color: #fff;
|
|
1731
1610
|
text-shadow: none;
|
|
1732
1611
|
}
|
|
1733
1612
|
.ui.red.buttons .active.button,
|
|
@@ -1735,7 +1614,7 @@
|
|
|
1735
1614
|
.ui.red.active.button,
|
|
1736
1615
|
.ui.red.button .active.button:active {
|
|
1737
1616
|
background-color: #d41515;
|
|
1738
|
-
color: #
|
|
1617
|
+
color: #fff;
|
|
1739
1618
|
text-shadow: none;
|
|
1740
1619
|
}
|
|
1741
1620
|
|
|
@@ -1743,48 +1622,39 @@
|
|
|
1743
1622
|
.ui.basic.red.buttons .button,
|
|
1744
1623
|
.ui.basic.red.button {
|
|
1745
1624
|
background: transparent;
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
color: #DB2828;
|
|
1625
|
+
box-shadow: 0 0 0 1px #db2828 inset;
|
|
1626
|
+
color: #db2828;
|
|
1749
1627
|
}
|
|
1750
1628
|
.ui.basic.red.buttons .button:hover,
|
|
1751
1629
|
.ui.basic.red.button:hover {
|
|
1752
|
-
background: transparent
|
|
1753
|
-
|
|
1754
|
-
box-shadow: 0 0 0 1px #d01919 inset;
|
|
1630
|
+
background: transparent;
|
|
1631
|
+
box-shadow: 0 0 0 1px #d01919 inset;
|
|
1755
1632
|
color: #d01919;
|
|
1756
1633
|
}
|
|
1757
1634
|
.ui.basic.red.buttons .button:focus,
|
|
1758
1635
|
.ui.basic.red.button:focus {
|
|
1759
|
-
background: transparent
|
|
1760
|
-
|
|
1761
|
-
box-shadow: 0 0 0 1px #ca1010 inset;
|
|
1636
|
+
background: transparent;
|
|
1637
|
+
box-shadow: 0 0 0 1px #ca1010 inset;
|
|
1762
1638
|
color: #d01919;
|
|
1763
1639
|
}
|
|
1764
1640
|
.ui.basic.red.buttons .active.button,
|
|
1765
1641
|
.ui.basic.red.active.button {
|
|
1766
|
-
background: transparent
|
|
1767
|
-
|
|
1768
|
-
box-shadow: 0 0 0 1px #d41515 inset;
|
|
1642
|
+
background: transparent;
|
|
1643
|
+
box-shadow: 0 0 0 1px #d41515 inset;
|
|
1769
1644
|
color: #b21e1e;
|
|
1770
1645
|
}
|
|
1771
1646
|
.ui.basic.red.buttons .button:active,
|
|
1772
1647
|
.ui.basic.red.button:active {
|
|
1773
|
-
|
|
1774
|
-
box-shadow: 0 0 0 1px #b21e1e inset;
|
|
1648
|
+
box-shadow: 0 0 0 1px #b21e1e inset;
|
|
1775
1649
|
color: #b21e1e;
|
|
1776
1650
|
}
|
|
1777
|
-
.ui.buttons:not(.vertical) > .basic.red.button:not(:first-child) {
|
|
1778
|
-
margin-left: -1px;
|
|
1779
|
-
}
|
|
1780
1651
|
|
|
1781
1652
|
/* Inverted */
|
|
1782
1653
|
.ui.inverted.red.buttons .button,
|
|
1783
1654
|
.ui.inverted.red.button {
|
|
1784
1655
|
background-color: transparent;
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
color: #FF695E;
|
|
1656
|
+
box-shadow: 0 0 0 2px #ff695e inset;
|
|
1657
|
+
color: #ff695e;
|
|
1788
1658
|
}
|
|
1789
1659
|
.ui.inverted.red.buttons .button:hover,
|
|
1790
1660
|
.ui.inverted.red.button:hover,
|
|
@@ -1794,9 +1664,8 @@
|
|
|
1794
1664
|
.ui.inverted.red.button.active,
|
|
1795
1665
|
.ui.inverted.red.buttons .button:active,
|
|
1796
1666
|
.ui.inverted.red.button:active {
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
color: #FFFFFF;
|
|
1667
|
+
box-shadow: none;
|
|
1668
|
+
color: #fff;
|
|
1800
1669
|
}
|
|
1801
1670
|
.ui.inverted.red.buttons .button:hover,
|
|
1802
1671
|
.ui.inverted.red.button:hover {
|
|
@@ -1820,37 +1689,32 @@
|
|
|
1820
1689
|
.ui.inverted.red.buttons .basic.button,
|
|
1821
1690
|
.ui.inverted.red.basic.button {
|
|
1822
1691
|
background-color: transparent;
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
color: #FFFFFF;
|
|
1692
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
|
1693
|
+
color: #fff;
|
|
1826
1694
|
}
|
|
1827
1695
|
.ui.inverted.red.basic.buttons .button:hover,
|
|
1828
1696
|
.ui.inverted.red.buttons .basic.button:hover,
|
|
1829
1697
|
.ui.inverted.red.basic.button:hover {
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
color: #FF695E;
|
|
1698
|
+
box-shadow: 0 0 0 2px #ff392b inset;
|
|
1699
|
+
color: #ff695e;
|
|
1833
1700
|
}
|
|
1834
1701
|
.ui.inverted.red.basic.buttons .button:focus,
|
|
1835
1702
|
.ui.inverted.red.basic.buttons .button:focus,
|
|
1836
1703
|
.ui.inverted.red.basic.button:focus {
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
color: #FF695E;
|
|
1704
|
+
box-shadow: 0 0 0 2px #ff4335 inset;
|
|
1705
|
+
color: #ff695e;
|
|
1840
1706
|
}
|
|
1841
1707
|
.ui.inverted.red.basic.buttons .active.button,
|
|
1842
1708
|
.ui.inverted.red.buttons .basic.active.button,
|
|
1843
1709
|
.ui.inverted.red.basic.active.button {
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
color: #FF695E;
|
|
1710
|
+
box-shadow: 0 0 0 2px #ff5144 inset;
|
|
1711
|
+
color: #ff695e;
|
|
1847
1712
|
}
|
|
1848
1713
|
.ui.inverted.red.basic.buttons .button:active,
|
|
1849
1714
|
.ui.inverted.red.buttons .basic.button:active,
|
|
1850
1715
|
.ui.inverted.red.basic.button:active {
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
color: #FF695E;
|
|
1716
|
+
box-shadow: 0 0 0 2px #ff392b inset;
|
|
1717
|
+
color: #ff695e;
|
|
1854
1718
|
}
|
|
1855
1719
|
|
|
1856
1720
|
/* Tertiary */
|
|
@@ -1858,22 +1722,19 @@
|
|
|
1858
1722
|
.ui.tertiary.red.buttons .tertiary.button,
|
|
1859
1723
|
.ui.tertiary.red.button {
|
|
1860
1724
|
background: transparent;
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
color: #DB2828;
|
|
1725
|
+
box-shadow: none;
|
|
1726
|
+
color: #db2828;
|
|
1864
1727
|
}
|
|
1865
1728
|
.ui.tertiary.red.buttons .button:hover,
|
|
1866
1729
|
.ui.tertiary.red.buttons button:hover,
|
|
1867
1730
|
.ui.tertiary.red.button:hover {
|
|
1868
|
-
|
|
1869
|
-
box-shadow: inset 0 -0.2em 0 #b93131;
|
|
1731
|
+
box-shadow: inset 0 -0.2em 0 #b93131;
|
|
1870
1732
|
color: #b93131;
|
|
1871
1733
|
}
|
|
1872
1734
|
.ui.tertiary.red.buttons .button:focus,
|
|
1873
1735
|
.ui.tertiary.red.buttons .tertiary.button:focus,
|
|
1874
1736
|
.ui.tertiary.red.button:focus {
|
|
1875
|
-
|
|
1876
|
-
box-shadow: inset 0 -0.2em 0 #b52626;
|
|
1737
|
+
box-shadow: inset 0 -0.2em 0 #b52626;
|
|
1877
1738
|
color: #b52626;
|
|
1878
1739
|
}
|
|
1879
1740
|
.ui.tertiary.red.buttons .active.button,
|
|
@@ -1882,37 +1743,35 @@
|
|
|
1882
1743
|
.ui.tertiary.red.buttons .button:active,
|
|
1883
1744
|
.ui.tertiary.red.buttons .tertiary.button:active,
|
|
1884
1745
|
.ui.tertiary.red.button:active {
|
|
1885
|
-
|
|
1886
|
-
box-shadow: inset 0 -0.2em 0 #ea0000;
|
|
1746
|
+
box-shadow: inset 0 -0.2em 0 #ea0000;
|
|
1887
1747
|
color: #d41515;
|
|
1888
1748
|
}
|
|
1889
1749
|
.ui.orange.buttons .button,
|
|
1890
1750
|
.ui.orange.button {
|
|
1891
|
-
background-color: #
|
|
1892
|
-
color: #
|
|
1751
|
+
background-color: #f2711c;
|
|
1752
|
+
color: #fff;
|
|
1893
1753
|
text-shadow: none;
|
|
1894
1754
|
background-image: none;
|
|
1895
1755
|
}
|
|
1896
1756
|
.ui.orange.button {
|
|
1897
|
-
|
|
1898
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
1757
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
1899
1758
|
}
|
|
1900
1759
|
.ui.orange.buttons .button:hover,
|
|
1901
1760
|
.ui.orange.button:hover {
|
|
1902
1761
|
background-color: #f26202;
|
|
1903
|
-
color: #
|
|
1762
|
+
color: #fff;
|
|
1904
1763
|
text-shadow: none;
|
|
1905
1764
|
}
|
|
1906
1765
|
.ui.orange.buttons .button:focus,
|
|
1907
1766
|
.ui.orange.button:focus {
|
|
1908
1767
|
background-color: #e55b00;
|
|
1909
|
-
color: #
|
|
1768
|
+
color: #fff;
|
|
1910
1769
|
text-shadow: none;
|
|
1911
1770
|
}
|
|
1912
1771
|
.ui.orange.buttons .button:active,
|
|
1913
1772
|
.ui.orange.button:active {
|
|
1914
1773
|
background-color: #cf590c;
|
|
1915
|
-
color: #
|
|
1774
|
+
color: #fff;
|
|
1916
1775
|
text-shadow: none;
|
|
1917
1776
|
}
|
|
1918
1777
|
.ui.orange.buttons .active.button,
|
|
@@ -1920,7 +1779,7 @@
|
|
|
1920
1779
|
.ui.orange.active.button,
|
|
1921
1780
|
.ui.orange.button .active.button:active {
|
|
1922
1781
|
background-color: #f56100;
|
|
1923
|
-
color: #
|
|
1782
|
+
color: #fff;
|
|
1924
1783
|
text-shadow: none;
|
|
1925
1784
|
}
|
|
1926
1785
|
|
|
@@ -1928,48 +1787,39 @@
|
|
|
1928
1787
|
.ui.basic.orange.buttons .button,
|
|
1929
1788
|
.ui.basic.orange.button {
|
|
1930
1789
|
background: transparent;
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
color: #F2711C;
|
|
1790
|
+
box-shadow: 0 0 0 1px #f2711c inset;
|
|
1791
|
+
color: #f2711c;
|
|
1934
1792
|
}
|
|
1935
1793
|
.ui.basic.orange.buttons .button:hover,
|
|
1936
1794
|
.ui.basic.orange.button:hover {
|
|
1937
|
-
background: transparent
|
|
1938
|
-
|
|
1939
|
-
box-shadow: 0 0 0 1px #f26202 inset;
|
|
1795
|
+
background: transparent;
|
|
1796
|
+
box-shadow: 0 0 0 1px #f26202 inset;
|
|
1940
1797
|
color: #f26202;
|
|
1941
1798
|
}
|
|
1942
1799
|
.ui.basic.orange.buttons .button:focus,
|
|
1943
1800
|
.ui.basic.orange.button:focus {
|
|
1944
|
-
background: transparent
|
|
1945
|
-
|
|
1946
|
-
box-shadow: 0 0 0 1px #e55b00 inset;
|
|
1801
|
+
background: transparent;
|
|
1802
|
+
box-shadow: 0 0 0 1px #e55b00 inset;
|
|
1947
1803
|
color: #f26202;
|
|
1948
1804
|
}
|
|
1949
1805
|
.ui.basic.orange.buttons .active.button,
|
|
1950
1806
|
.ui.basic.orange.active.button {
|
|
1951
|
-
background: transparent
|
|
1952
|
-
|
|
1953
|
-
box-shadow: 0 0 0 1px #f56100 inset;
|
|
1807
|
+
background: transparent;
|
|
1808
|
+
box-shadow: 0 0 0 1px #f56100 inset;
|
|
1954
1809
|
color: #cf590c;
|
|
1955
1810
|
}
|
|
1956
1811
|
.ui.basic.orange.buttons .button:active,
|
|
1957
1812
|
.ui.basic.orange.button:active {
|
|
1958
|
-
|
|
1959
|
-
box-shadow: 0 0 0 1px #cf590c inset;
|
|
1813
|
+
box-shadow: 0 0 0 1px #cf590c inset;
|
|
1960
1814
|
color: #cf590c;
|
|
1961
1815
|
}
|
|
1962
|
-
.ui.buttons:not(.vertical) > .basic.orange.button:not(:first-child) {
|
|
1963
|
-
margin-left: -1px;
|
|
1964
|
-
}
|
|
1965
1816
|
|
|
1966
1817
|
/* Inverted */
|
|
1967
1818
|
.ui.inverted.orange.buttons .button,
|
|
1968
1819
|
.ui.inverted.orange.button {
|
|
1969
1820
|
background-color: transparent;
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
color: #FF851B;
|
|
1821
|
+
box-shadow: 0 0 0 2px #ff851b inset;
|
|
1822
|
+
color: #ff851b;
|
|
1973
1823
|
}
|
|
1974
1824
|
.ui.inverted.orange.buttons .button:hover,
|
|
1975
1825
|
.ui.inverted.orange.button:hover,
|
|
@@ -1979,9 +1829,8 @@
|
|
|
1979
1829
|
.ui.inverted.orange.button.active,
|
|
1980
1830
|
.ui.inverted.orange.buttons .button:active,
|
|
1981
1831
|
.ui.inverted.orange.button:active {
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
color: #FFFFFF;
|
|
1832
|
+
box-shadow: none;
|
|
1833
|
+
color: #fff;
|
|
1985
1834
|
}
|
|
1986
1835
|
.ui.inverted.orange.buttons .button:hover,
|
|
1987
1836
|
.ui.inverted.orange.button:hover {
|
|
@@ -2005,37 +1854,32 @@
|
|
|
2005
1854
|
.ui.inverted.orange.buttons .basic.button,
|
|
2006
1855
|
.ui.inverted.orange.basic.button {
|
|
2007
1856
|
background-color: transparent;
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
color: #FFFFFF;
|
|
1857
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
|
1858
|
+
color: #fff;
|
|
2011
1859
|
}
|
|
2012
1860
|
.ui.inverted.orange.basic.buttons .button:hover,
|
|
2013
1861
|
.ui.inverted.orange.buttons .basic.button:hover,
|
|
2014
1862
|
.ui.inverted.orange.basic.button:hover {
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
color: #FF851B;
|
|
1863
|
+
box-shadow: 0 0 0 2px #e76b00 inset;
|
|
1864
|
+
color: #ff851b;
|
|
2018
1865
|
}
|
|
2019
1866
|
.ui.inverted.orange.basic.buttons .button:focus,
|
|
2020
1867
|
.ui.inverted.orange.basic.buttons .button:focus,
|
|
2021
1868
|
.ui.inverted.orange.basic.button:focus {
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
color: #FF851B;
|
|
1869
|
+
box-shadow: 0 0 0 2px #f17000 inset;
|
|
1870
|
+
color: #ff851b;
|
|
2025
1871
|
}
|
|
2026
1872
|
.ui.inverted.orange.basic.buttons .active.button,
|
|
2027
1873
|
.ui.inverted.orange.buttons .basic.active.button,
|
|
2028
1874
|
.ui.inverted.orange.basic.active.button {
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
color: #FF851B;
|
|
1875
|
+
box-shadow: 0 0 0 2px #ff7701 inset;
|
|
1876
|
+
color: #ff851b;
|
|
2032
1877
|
}
|
|
2033
1878
|
.ui.inverted.orange.basic.buttons .button:active,
|
|
2034
1879
|
.ui.inverted.orange.buttons .basic.button:active,
|
|
2035
1880
|
.ui.inverted.orange.basic.button:active {
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
color: #FF851B;
|
|
1881
|
+
box-shadow: 0 0 0 2px #e76b00 inset;
|
|
1882
|
+
color: #ff851b;
|
|
2039
1883
|
}
|
|
2040
1884
|
|
|
2041
1885
|
/* Tertiary */
|
|
@@ -2043,22 +1887,19 @@
|
|
|
2043
1887
|
.ui.tertiary.orange.buttons .tertiary.button,
|
|
2044
1888
|
.ui.tertiary.orange.button {
|
|
2045
1889
|
background: transparent;
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
color: #F2711C;
|
|
1890
|
+
box-shadow: none;
|
|
1891
|
+
color: #f2711c;
|
|
2049
1892
|
}
|
|
2050
1893
|
.ui.tertiary.orange.buttons .button:hover,
|
|
2051
1894
|
.ui.tertiary.orange.buttons button:hover,
|
|
2052
1895
|
.ui.tertiary.orange.button:hover {
|
|
2053
|
-
|
|
2054
|
-
box-shadow: inset 0 -0.2em 0 #da671b;
|
|
1896
|
+
box-shadow: inset 0 -0.2em 0 #da671b;
|
|
2055
1897
|
color: #da671b;
|
|
2056
1898
|
}
|
|
2057
1899
|
.ui.tertiary.orange.buttons .button:focus,
|
|
2058
1900
|
.ui.tertiary.orange.buttons .tertiary.button:focus,
|
|
2059
1901
|
.ui.tertiary.orange.button:focus {
|
|
2060
|
-
|
|
2061
|
-
box-shadow: inset 0 -0.2em 0 #ce6017;
|
|
1902
|
+
box-shadow: inset 0 -0.2em 0 #ce6017;
|
|
2062
1903
|
color: #ce6017;
|
|
2063
1904
|
}
|
|
2064
1905
|
.ui.tertiary.orange.buttons .active.button,
|
|
@@ -2067,37 +1908,35 @@
|
|
|
2067
1908
|
.ui.tertiary.orange.buttons .button:active,
|
|
2068
1909
|
.ui.tertiary.orange.buttons .tertiary.button:active,
|
|
2069
1910
|
.ui.tertiary.orange.button:active {
|
|
2070
|
-
|
|
2071
|
-
box-shadow: inset 0 -0.2em 0 #f56100;
|
|
1911
|
+
box-shadow: inset 0 -0.2em 0 #f56100;
|
|
2072
1912
|
color: #f56100;
|
|
2073
1913
|
}
|
|
2074
1914
|
.ui.yellow.buttons .button,
|
|
2075
1915
|
.ui.yellow.button {
|
|
2076
|
-
background-color: #
|
|
2077
|
-
color: #
|
|
1916
|
+
background-color: #fbbd08;
|
|
1917
|
+
color: #fff;
|
|
2078
1918
|
text-shadow: none;
|
|
2079
1919
|
background-image: none;
|
|
2080
1920
|
}
|
|
2081
1921
|
.ui.yellow.button {
|
|
2082
|
-
|
|
2083
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
1922
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
2084
1923
|
}
|
|
2085
1924
|
.ui.yellow.buttons .button:hover,
|
|
2086
1925
|
.ui.yellow.button:hover {
|
|
2087
1926
|
background-color: #eaae00;
|
|
2088
|
-
color: #
|
|
1927
|
+
color: #fff;
|
|
2089
1928
|
text-shadow: none;
|
|
2090
1929
|
}
|
|
2091
1930
|
.ui.yellow.buttons .button:focus,
|
|
2092
1931
|
.ui.yellow.button:focus {
|
|
2093
1932
|
background-color: #daa300;
|
|
2094
|
-
color: #
|
|
1933
|
+
color: #fff;
|
|
2095
1934
|
text-shadow: none;
|
|
2096
1935
|
}
|
|
2097
1936
|
.ui.yellow.buttons .button:active,
|
|
2098
1937
|
.ui.yellow.button:active {
|
|
2099
1938
|
background-color: #cd9903;
|
|
2100
|
-
color: #
|
|
1939
|
+
color: #fff;
|
|
2101
1940
|
text-shadow: none;
|
|
2102
1941
|
}
|
|
2103
1942
|
.ui.yellow.buttons .active.button,
|
|
@@ -2105,7 +1944,7 @@
|
|
|
2105
1944
|
.ui.yellow.active.button,
|
|
2106
1945
|
.ui.yellow.button .active.button:active {
|
|
2107
1946
|
background-color: #eaae00;
|
|
2108
|
-
color: #
|
|
1947
|
+
color: #fff;
|
|
2109
1948
|
text-shadow: none;
|
|
2110
1949
|
}
|
|
2111
1950
|
|
|
@@ -2113,48 +1952,39 @@
|
|
|
2113
1952
|
.ui.basic.yellow.buttons .button,
|
|
2114
1953
|
.ui.basic.yellow.button {
|
|
2115
1954
|
background: transparent;
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
color: #FBBD08;
|
|
1955
|
+
box-shadow: 0 0 0 1px #fbbd08 inset;
|
|
1956
|
+
color: #fbbd08;
|
|
2119
1957
|
}
|
|
2120
1958
|
.ui.basic.yellow.buttons .button:hover,
|
|
2121
1959
|
.ui.basic.yellow.button:hover {
|
|
2122
|
-
background: transparent
|
|
2123
|
-
|
|
2124
|
-
box-shadow: 0 0 0 1px #eaae00 inset;
|
|
1960
|
+
background: transparent;
|
|
1961
|
+
box-shadow: 0 0 0 1px #eaae00 inset;
|
|
2125
1962
|
color: #eaae00;
|
|
2126
1963
|
}
|
|
2127
1964
|
.ui.basic.yellow.buttons .button:focus,
|
|
2128
1965
|
.ui.basic.yellow.button:focus {
|
|
2129
|
-
background: transparent
|
|
2130
|
-
|
|
2131
|
-
box-shadow: 0 0 0 1px #daa300 inset;
|
|
1966
|
+
background: transparent;
|
|
1967
|
+
box-shadow: 0 0 0 1px #daa300 inset;
|
|
2132
1968
|
color: #eaae00;
|
|
2133
1969
|
}
|
|
2134
1970
|
.ui.basic.yellow.buttons .active.button,
|
|
2135
1971
|
.ui.basic.yellow.active.button {
|
|
2136
|
-
background: transparent
|
|
2137
|
-
|
|
2138
|
-
box-shadow: 0 0 0 1px #eaae00 inset;
|
|
1972
|
+
background: transparent;
|
|
1973
|
+
box-shadow: 0 0 0 1px #eaae00 inset;
|
|
2139
1974
|
color: #cd9903;
|
|
2140
1975
|
}
|
|
2141
1976
|
.ui.basic.yellow.buttons .button:active,
|
|
2142
1977
|
.ui.basic.yellow.button:active {
|
|
2143
|
-
|
|
2144
|
-
box-shadow: 0 0 0 1px #cd9903 inset;
|
|
1978
|
+
box-shadow: 0 0 0 1px #cd9903 inset;
|
|
2145
1979
|
color: #cd9903;
|
|
2146
1980
|
}
|
|
2147
|
-
.ui.buttons:not(.vertical) > .basic.yellow.button:not(:first-child) {
|
|
2148
|
-
margin-left: -1px;
|
|
2149
|
-
}
|
|
2150
1981
|
|
|
2151
1982
|
/* Inverted */
|
|
2152
1983
|
.ui.inverted.yellow.buttons .button,
|
|
2153
1984
|
.ui.inverted.yellow.button {
|
|
2154
1985
|
background-color: transparent;
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
color: #FFE21F;
|
|
1986
|
+
box-shadow: 0 0 0 2px #ffe21f inset;
|
|
1987
|
+
color: #ffe21f;
|
|
2158
1988
|
}
|
|
2159
1989
|
.ui.inverted.yellow.buttons .button:hover,
|
|
2160
1990
|
.ui.inverted.yellow.button:hover,
|
|
@@ -2164,8 +1994,7 @@
|
|
|
2164
1994
|
.ui.inverted.yellow.button.active,
|
|
2165
1995
|
.ui.inverted.yellow.buttons .button:active,
|
|
2166
1996
|
.ui.inverted.yellow.button:active {
|
|
2167
|
-
|
|
2168
|
-
box-shadow: none ;
|
|
1997
|
+
box-shadow: none;
|
|
2169
1998
|
color: rgba(0, 0, 0, 0.6);
|
|
2170
1999
|
}
|
|
2171
2000
|
.ui.inverted.yellow.buttons .button:hover,
|
|
@@ -2190,37 +2019,32 @@
|
|
|
2190
2019
|
.ui.inverted.yellow.buttons .basic.button,
|
|
2191
2020
|
.ui.inverted.yellow.basic.button {
|
|
2192
2021
|
background-color: transparent;
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
color: #FFFFFF;
|
|
2022
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
|
2023
|
+
color: #fff;
|
|
2196
2024
|
}
|
|
2197
2025
|
.ui.inverted.yellow.basic.buttons .button:hover,
|
|
2198
2026
|
.ui.inverted.yellow.buttons .basic.button:hover,
|
|
2199
2027
|
.ui.inverted.yellow.basic.button:hover {
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
color: #FFE21F;
|
|
2028
|
+
box-shadow: 0 0 0 2px #ebcd00 inset;
|
|
2029
|
+
color: #ffe21f;
|
|
2203
2030
|
}
|
|
2204
2031
|
.ui.inverted.yellow.basic.buttons .button:focus,
|
|
2205
2032
|
.ui.inverted.yellow.basic.buttons .button:focus,
|
|
2206
2033
|
.ui.inverted.yellow.basic.button:focus {
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
color: #FFE21F;
|
|
2034
|
+
box-shadow: 0 0 0 2px #f5d500 inset;
|
|
2035
|
+
color: #ffe21f;
|
|
2210
2036
|
}
|
|
2211
2037
|
.ui.inverted.yellow.basic.buttons .active.button,
|
|
2212
2038
|
.ui.inverted.yellow.buttons .basic.active.button,
|
|
2213
2039
|
.ui.inverted.yellow.basic.active.button {
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
color: #FFE21F;
|
|
2040
|
+
box-shadow: 0 0 0 2px #ffdf05 inset;
|
|
2041
|
+
color: #ffe21f;
|
|
2217
2042
|
}
|
|
2218
2043
|
.ui.inverted.yellow.basic.buttons .button:active,
|
|
2219
2044
|
.ui.inverted.yellow.buttons .basic.button:active,
|
|
2220
2045
|
.ui.inverted.yellow.basic.button:active {
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
color: #FFE21F;
|
|
2046
|
+
box-shadow: 0 0 0 2px #ebcd00 inset;
|
|
2047
|
+
color: #ffe21f;
|
|
2224
2048
|
}
|
|
2225
2049
|
|
|
2226
2050
|
/* Tertiary */
|
|
@@ -2228,22 +2052,19 @@
|
|
|
2228
2052
|
.ui.tertiary.yellow.buttons .tertiary.button,
|
|
2229
2053
|
.ui.tertiary.yellow.button {
|
|
2230
2054
|
background: transparent;
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
color: #FBBD08;
|
|
2055
|
+
box-shadow: none;
|
|
2056
|
+
color: #fbbd08;
|
|
2234
2057
|
}
|
|
2235
2058
|
.ui.tertiary.yellow.buttons .button:hover,
|
|
2236
2059
|
.ui.tertiary.yellow.buttons button:hover,
|
|
2237
2060
|
.ui.tertiary.yellow.button:hover {
|
|
2238
|
-
|
|
2239
|
-
box-shadow: inset 0 -0.2em 0 #d2a217;
|
|
2061
|
+
box-shadow: inset 0 -0.2em 0 #d2a217;
|
|
2240
2062
|
color: #d2a217;
|
|
2241
2063
|
}
|
|
2242
2064
|
.ui.tertiary.yellow.buttons .button:focus,
|
|
2243
2065
|
.ui.tertiary.yellow.buttons .tertiary.button:focus,
|
|
2244
2066
|
.ui.tertiary.yellow.button:focus {
|
|
2245
|
-
|
|
2246
|
-
box-shadow: inset 0 -0.2em 0 #c49816;
|
|
2067
|
+
box-shadow: inset 0 -0.2em 0 #c49816;
|
|
2247
2068
|
color: #c49816;
|
|
2248
2069
|
}
|
|
2249
2070
|
.ui.tertiary.yellow.buttons .active.button,
|
|
@@ -2252,37 +2073,35 @@
|
|
|
2252
2073
|
.ui.tertiary.yellow.buttons .button:active,
|
|
2253
2074
|
.ui.tertiary.yellow.buttons .tertiary.button:active,
|
|
2254
2075
|
.ui.tertiary.yellow.button:active {
|
|
2255
|
-
|
|
2256
|
-
box-shadow: inset 0 -0.2em 0 #eaae00;
|
|
2076
|
+
box-shadow: inset 0 -0.2em 0 #eaae00;
|
|
2257
2077
|
color: #eaae00;
|
|
2258
2078
|
}
|
|
2259
2079
|
.ui.olive.buttons .button,
|
|
2260
2080
|
.ui.olive.button {
|
|
2261
|
-
background-color: #
|
|
2262
|
-
color: #
|
|
2081
|
+
background-color: #b5cc18;
|
|
2082
|
+
color: #fff;
|
|
2263
2083
|
text-shadow: none;
|
|
2264
2084
|
background-image: none;
|
|
2265
2085
|
}
|
|
2266
2086
|
.ui.olive.button {
|
|
2267
|
-
|
|
2268
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
2087
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
2269
2088
|
}
|
|
2270
2089
|
.ui.olive.buttons .button:hover,
|
|
2271
2090
|
.ui.olive.button:hover {
|
|
2272
2091
|
background-color: #a7bd0d;
|
|
2273
|
-
color: #
|
|
2092
|
+
color: #fff;
|
|
2274
2093
|
text-shadow: none;
|
|
2275
2094
|
}
|
|
2276
2095
|
.ui.olive.buttons .button:focus,
|
|
2277
2096
|
.ui.olive.button:focus {
|
|
2278
2097
|
background-color: #a0b605;
|
|
2279
|
-
color: #
|
|
2098
|
+
color: #fff;
|
|
2280
2099
|
text-shadow: none;
|
|
2281
2100
|
}
|
|
2282
2101
|
.ui.olive.buttons .button:active,
|
|
2283
2102
|
.ui.olive.button:active {
|
|
2284
2103
|
background-color: #8d9e13;
|
|
2285
|
-
color: #
|
|
2104
|
+
color: #fff;
|
|
2286
2105
|
text-shadow: none;
|
|
2287
2106
|
}
|
|
2288
2107
|
.ui.olive.buttons .active.button,
|
|
@@ -2290,7 +2109,7 @@
|
|
|
2290
2109
|
.ui.olive.active.button,
|
|
2291
2110
|
.ui.olive.button .active.button:active {
|
|
2292
2111
|
background-color: #aac109;
|
|
2293
|
-
color: #
|
|
2112
|
+
color: #fff;
|
|
2294
2113
|
text-shadow: none;
|
|
2295
2114
|
}
|
|
2296
2115
|
|
|
@@ -2298,48 +2117,39 @@
|
|
|
2298
2117
|
.ui.basic.olive.buttons .button,
|
|
2299
2118
|
.ui.basic.olive.button {
|
|
2300
2119
|
background: transparent;
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
color: #B5CC18;
|
|
2120
|
+
box-shadow: 0 0 0 1px #b5cc18 inset;
|
|
2121
|
+
color: #b5cc18;
|
|
2304
2122
|
}
|
|
2305
2123
|
.ui.basic.olive.buttons .button:hover,
|
|
2306
2124
|
.ui.basic.olive.button:hover {
|
|
2307
|
-
background: transparent
|
|
2308
|
-
|
|
2309
|
-
box-shadow: 0 0 0 1px #a7bd0d inset;
|
|
2125
|
+
background: transparent;
|
|
2126
|
+
box-shadow: 0 0 0 1px #a7bd0d inset;
|
|
2310
2127
|
color: #a7bd0d;
|
|
2311
2128
|
}
|
|
2312
2129
|
.ui.basic.olive.buttons .button:focus,
|
|
2313
2130
|
.ui.basic.olive.button:focus {
|
|
2314
|
-
background: transparent
|
|
2315
|
-
|
|
2316
|
-
box-shadow: 0 0 0 1px #a0b605 inset;
|
|
2131
|
+
background: transparent;
|
|
2132
|
+
box-shadow: 0 0 0 1px #a0b605 inset;
|
|
2317
2133
|
color: #a7bd0d;
|
|
2318
2134
|
}
|
|
2319
2135
|
.ui.basic.olive.buttons .active.button,
|
|
2320
2136
|
.ui.basic.olive.active.button {
|
|
2321
|
-
background: transparent
|
|
2322
|
-
|
|
2323
|
-
box-shadow: 0 0 0 1px #aac109 inset;
|
|
2137
|
+
background: transparent;
|
|
2138
|
+
box-shadow: 0 0 0 1px #aac109 inset;
|
|
2324
2139
|
color: #8d9e13;
|
|
2325
2140
|
}
|
|
2326
2141
|
.ui.basic.olive.buttons .button:active,
|
|
2327
2142
|
.ui.basic.olive.button:active {
|
|
2328
|
-
|
|
2329
|
-
box-shadow: 0 0 0 1px #8d9e13 inset;
|
|
2143
|
+
box-shadow: 0 0 0 1px #8d9e13 inset;
|
|
2330
2144
|
color: #8d9e13;
|
|
2331
2145
|
}
|
|
2332
|
-
.ui.buttons:not(.vertical) > .basic.olive.button:not(:first-child) {
|
|
2333
|
-
margin-left: -1px;
|
|
2334
|
-
}
|
|
2335
2146
|
|
|
2336
2147
|
/* Inverted */
|
|
2337
2148
|
.ui.inverted.olive.buttons .button,
|
|
2338
2149
|
.ui.inverted.olive.button {
|
|
2339
2150
|
background-color: transparent;
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
color: #D9E778;
|
|
2151
|
+
box-shadow: 0 0 0 2px #d9e778 inset;
|
|
2152
|
+
color: #d9e778;
|
|
2343
2153
|
}
|
|
2344
2154
|
.ui.inverted.olive.buttons .button:hover,
|
|
2345
2155
|
.ui.inverted.olive.button:hover,
|
|
@@ -2349,8 +2159,7 @@
|
|
|
2349
2159
|
.ui.inverted.olive.button.active,
|
|
2350
2160
|
.ui.inverted.olive.buttons .button:active,
|
|
2351
2161
|
.ui.inverted.olive.button:active {
|
|
2352
|
-
|
|
2353
|
-
box-shadow: none ;
|
|
2162
|
+
box-shadow: none;
|
|
2354
2163
|
color: rgba(0, 0, 0, 0.6);
|
|
2355
2164
|
}
|
|
2356
2165
|
.ui.inverted.olive.buttons .button:hover,
|
|
@@ -2375,37 +2184,32 @@
|
|
|
2375
2184
|
.ui.inverted.olive.buttons .basic.button,
|
|
2376
2185
|
.ui.inverted.olive.basic.button {
|
|
2377
2186
|
background-color: transparent;
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
color: #FFFFFF;
|
|
2187
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
|
2188
|
+
color: #fff;
|
|
2381
2189
|
}
|
|
2382
2190
|
.ui.inverted.olive.basic.buttons .button:hover,
|
|
2383
2191
|
.ui.inverted.olive.buttons .basic.button:hover,
|
|
2384
2192
|
.ui.inverted.olive.basic.button:hover {
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
color: #D9E778;
|
|
2193
|
+
box-shadow: 0 0 0 2px #d2e745 inset;
|
|
2194
|
+
color: #d9e778;
|
|
2388
2195
|
}
|
|
2389
2196
|
.ui.inverted.olive.basic.buttons .button:focus,
|
|
2390
2197
|
.ui.inverted.olive.basic.buttons .button:focus,
|
|
2391
2198
|
.ui.inverted.olive.basic.button:focus {
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
color: #D9E778;
|
|
2199
|
+
box-shadow: 0 0 0 2px #daef47 inset;
|
|
2200
|
+
color: #d9e778;
|
|
2395
2201
|
}
|
|
2396
2202
|
.ui.inverted.olive.basic.buttons .active.button,
|
|
2397
2203
|
.ui.inverted.olive.buttons .basic.active.button,
|
|
2398
2204
|
.ui.inverted.olive.basic.active.button {
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
color: #D9E778;
|
|
2205
|
+
box-shadow: 0 0 0 2px #daed59 inset;
|
|
2206
|
+
color: #d9e778;
|
|
2402
2207
|
}
|
|
2403
2208
|
.ui.inverted.olive.basic.buttons .button:active,
|
|
2404
2209
|
.ui.inverted.olive.buttons .basic.button:active,
|
|
2405
2210
|
.ui.inverted.olive.basic.button:active {
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
color: #D9E778;
|
|
2211
|
+
box-shadow: 0 0 0 2px #cddf4d inset;
|
|
2212
|
+
color: #d9e778;
|
|
2409
2213
|
}
|
|
2410
2214
|
|
|
2411
2215
|
/* Tertiary */
|
|
@@ -2413,22 +2217,19 @@
|
|
|
2413
2217
|
.ui.tertiary.olive.buttons .tertiary.button,
|
|
2414
2218
|
.ui.tertiary.olive.button {
|
|
2415
2219
|
background: transparent;
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
color: #B5CC18;
|
|
2220
|
+
box-shadow: none;
|
|
2221
|
+
color: #b5cc18;
|
|
2419
2222
|
}
|
|
2420
2223
|
.ui.tertiary.olive.buttons .button:hover,
|
|
2421
2224
|
.ui.tertiary.olive.buttons button:hover,
|
|
2422
2225
|
.ui.tertiary.olive.button:hover {
|
|
2423
|
-
|
|
2424
|
-
box-shadow: inset 0 -0.2em 0 #98a922;
|
|
2226
|
+
box-shadow: inset 0 -0.2em 0 #98a922;
|
|
2425
2227
|
color: #98a922;
|
|
2426
2228
|
}
|
|
2427
2229
|
.ui.tertiary.olive.buttons .button:focus,
|
|
2428
2230
|
.ui.tertiary.olive.buttons .tertiary.button:focus,
|
|
2429
2231
|
.ui.tertiary.olive.button:focus {
|
|
2430
|
-
|
|
2431
|
-
box-shadow: inset 0 -0.2em 0 #92a418;
|
|
2232
|
+
box-shadow: inset 0 -0.2em 0 #92a418;
|
|
2432
2233
|
color: #92a418;
|
|
2433
2234
|
}
|
|
2434
2235
|
.ui.tertiary.olive.buttons .active.button,
|
|
@@ -2437,37 +2238,35 @@
|
|
|
2437
2238
|
.ui.tertiary.olive.buttons .button:active,
|
|
2438
2239
|
.ui.tertiary.olive.buttons .tertiary.button:active,
|
|
2439
2240
|
.ui.tertiary.olive.button:active {
|
|
2440
|
-
|
|
2441
|
-
box-shadow: inset 0 -0.2em 0 #b1cb00;
|
|
2241
|
+
box-shadow: inset 0 -0.2em 0 #b1cb00;
|
|
2442
2242
|
color: #aac109;
|
|
2443
2243
|
}
|
|
2444
2244
|
.ui.green.buttons .button,
|
|
2445
2245
|
.ui.green.button {
|
|
2446
|
-
background-color: #
|
|
2447
|
-
color: #
|
|
2246
|
+
background-color: #21ba45;
|
|
2247
|
+
color: #fff;
|
|
2448
2248
|
text-shadow: none;
|
|
2449
2249
|
background-image: none;
|
|
2450
2250
|
}
|
|
2451
2251
|
.ui.green.button {
|
|
2452
|
-
|
|
2453
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
2252
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
2454
2253
|
}
|
|
2455
2254
|
.ui.green.buttons .button:hover,
|
|
2456
2255
|
.ui.green.button:hover {
|
|
2457
2256
|
background-color: #16ab39;
|
|
2458
|
-
color: #
|
|
2257
|
+
color: #fff;
|
|
2459
2258
|
text-shadow: none;
|
|
2460
2259
|
}
|
|
2461
2260
|
.ui.green.buttons .button:focus,
|
|
2462
2261
|
.ui.green.button:focus {
|
|
2463
2262
|
background-color: #0ea432;
|
|
2464
|
-
color: #
|
|
2263
|
+
color: #fff;
|
|
2465
2264
|
text-shadow: none;
|
|
2466
2265
|
}
|
|
2467
2266
|
.ui.green.buttons .button:active,
|
|
2468
2267
|
.ui.green.button:active {
|
|
2469
2268
|
background-color: #198f35;
|
|
2470
|
-
color: #
|
|
2269
|
+
color: #fff;
|
|
2471
2270
|
text-shadow: none;
|
|
2472
2271
|
}
|
|
2473
2272
|
.ui.green.buttons .active.button,
|
|
@@ -2475,7 +2274,7 @@
|
|
|
2475
2274
|
.ui.green.active.button,
|
|
2476
2275
|
.ui.green.button .active.button:active {
|
|
2477
2276
|
background-color: #13ae38;
|
|
2478
|
-
color: #
|
|
2277
|
+
color: #fff;
|
|
2479
2278
|
text-shadow: none;
|
|
2480
2279
|
}
|
|
2481
2280
|
|
|
@@ -2483,48 +2282,39 @@
|
|
|
2483
2282
|
.ui.basic.green.buttons .button,
|
|
2484
2283
|
.ui.basic.green.button {
|
|
2485
2284
|
background: transparent;
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
color: #21BA45;
|
|
2285
|
+
box-shadow: 0 0 0 1px #21ba45 inset;
|
|
2286
|
+
color: #21ba45;
|
|
2489
2287
|
}
|
|
2490
2288
|
.ui.basic.green.buttons .button:hover,
|
|
2491
2289
|
.ui.basic.green.button:hover {
|
|
2492
|
-
background: transparent
|
|
2493
|
-
|
|
2494
|
-
box-shadow: 0 0 0 1px #16ab39 inset;
|
|
2290
|
+
background: transparent;
|
|
2291
|
+
box-shadow: 0 0 0 1px #16ab39 inset;
|
|
2495
2292
|
color: #16ab39;
|
|
2496
2293
|
}
|
|
2497
2294
|
.ui.basic.green.buttons .button:focus,
|
|
2498
2295
|
.ui.basic.green.button:focus {
|
|
2499
|
-
background: transparent
|
|
2500
|
-
|
|
2501
|
-
box-shadow: 0 0 0 1px #0ea432 inset;
|
|
2296
|
+
background: transparent;
|
|
2297
|
+
box-shadow: 0 0 0 1px #0ea432 inset;
|
|
2502
2298
|
color: #16ab39;
|
|
2503
2299
|
}
|
|
2504
2300
|
.ui.basic.green.buttons .active.button,
|
|
2505
2301
|
.ui.basic.green.active.button {
|
|
2506
|
-
background: transparent
|
|
2507
|
-
|
|
2508
|
-
box-shadow: 0 0 0 1px #13ae38 inset;
|
|
2302
|
+
background: transparent;
|
|
2303
|
+
box-shadow: 0 0 0 1px #13ae38 inset;
|
|
2509
2304
|
color: #198f35;
|
|
2510
2305
|
}
|
|
2511
2306
|
.ui.basic.green.buttons .button:active,
|
|
2512
2307
|
.ui.basic.green.button:active {
|
|
2513
|
-
|
|
2514
|
-
box-shadow: 0 0 0 1px #198f35 inset;
|
|
2308
|
+
box-shadow: 0 0 0 1px #198f35 inset;
|
|
2515
2309
|
color: #198f35;
|
|
2516
2310
|
}
|
|
2517
|
-
.ui.buttons:not(.vertical) > .basic.green.button:not(:first-child) {
|
|
2518
|
-
margin-left: -1px;
|
|
2519
|
-
}
|
|
2520
2311
|
|
|
2521
2312
|
/* Inverted */
|
|
2522
2313
|
.ui.inverted.green.buttons .button,
|
|
2523
2314
|
.ui.inverted.green.button {
|
|
2524
2315
|
background-color: transparent;
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
color: #2ECC40;
|
|
2316
|
+
box-shadow: 0 0 0 2px #2ecc40 inset;
|
|
2317
|
+
color: #2ecc40;
|
|
2528
2318
|
}
|
|
2529
2319
|
.ui.inverted.green.buttons .button:hover,
|
|
2530
2320
|
.ui.inverted.green.button:hover,
|
|
@@ -2534,9 +2324,8 @@
|
|
|
2534
2324
|
.ui.inverted.green.button.active,
|
|
2535
2325
|
.ui.inverted.green.buttons .button:active,
|
|
2536
2326
|
.ui.inverted.green.button:active {
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
color: #FFFFFF;
|
|
2327
|
+
box-shadow: none;
|
|
2328
|
+
color: #fff;
|
|
2540
2329
|
}
|
|
2541
2330
|
.ui.inverted.green.buttons .button:hover,
|
|
2542
2331
|
.ui.inverted.green.button:hover {
|
|
@@ -2560,37 +2349,32 @@
|
|
|
2560
2349
|
.ui.inverted.green.buttons .basic.button,
|
|
2561
2350
|
.ui.inverted.green.basic.button {
|
|
2562
2351
|
background-color: transparent;
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
color: #FFFFFF;
|
|
2352
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
|
2353
|
+
color: #fff;
|
|
2566
2354
|
}
|
|
2567
2355
|
.ui.inverted.green.basic.buttons .button:hover,
|
|
2568
2356
|
.ui.inverted.green.buttons .basic.button:hover,
|
|
2569
2357
|
.ui.inverted.green.basic.button:hover {
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
color: #2ECC40;
|
|
2358
|
+
box-shadow: 0 0 0 2px #1ea92e inset;
|
|
2359
|
+
color: #2ecc40;
|
|
2573
2360
|
}
|
|
2574
2361
|
.ui.inverted.green.basic.buttons .button:focus,
|
|
2575
2362
|
.ui.inverted.green.basic.buttons .button:focus,
|
|
2576
2363
|
.ui.inverted.green.basic.button:focus {
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
color: #2ECC40;
|
|
2364
|
+
box-shadow: 0 0 0 2px #19b82b inset;
|
|
2365
|
+
color: #2ecc40;
|
|
2580
2366
|
}
|
|
2581
2367
|
.ui.inverted.green.basic.buttons .active.button,
|
|
2582
2368
|
.ui.inverted.green.buttons .basic.active.button,
|
|
2583
2369
|
.ui.inverted.green.basic.active.button {
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
color: #2ECC40;
|
|
2370
|
+
box-shadow: 0 0 0 2px #1fc231 inset;
|
|
2371
|
+
color: #2ecc40;
|
|
2587
2372
|
}
|
|
2588
2373
|
.ui.inverted.green.basic.buttons .button:active,
|
|
2589
2374
|
.ui.inverted.green.buttons .basic.button:active,
|
|
2590
2375
|
.ui.inverted.green.basic.button:active {
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
color: #2ECC40;
|
|
2376
|
+
box-shadow: 0 0 0 2px #25a233 inset;
|
|
2377
|
+
color: #2ecc40;
|
|
2594
2378
|
}
|
|
2595
2379
|
|
|
2596
2380
|
/* Tertiary */
|
|
@@ -2598,22 +2382,19 @@
|
|
|
2598
2382
|
.ui.tertiary.green.buttons .tertiary.button,
|
|
2599
2383
|
.ui.tertiary.green.button {
|
|
2600
2384
|
background: transparent;
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
color: #21BA45;
|
|
2385
|
+
box-shadow: none;
|
|
2386
|
+
color: #21ba45;
|
|
2604
2387
|
}
|
|
2605
2388
|
.ui.tertiary.green.buttons .button:hover,
|
|
2606
2389
|
.ui.tertiary.green.buttons button:hover,
|
|
2607
2390
|
.ui.tertiary.green.button:hover {
|
|
2608
|
-
|
|
2609
|
-
box-shadow: inset 0 -0.2em 0 #2a9844;
|
|
2391
|
+
box-shadow: inset 0 -0.2em 0 #2a9844;
|
|
2610
2392
|
color: #2a9844;
|
|
2611
2393
|
}
|
|
2612
2394
|
.ui.tertiary.green.buttons .button:focus,
|
|
2613
2395
|
.ui.tertiary.green.buttons .tertiary.button:focus,
|
|
2614
2396
|
.ui.tertiary.green.button:focus {
|
|
2615
|
-
|
|
2616
|
-
box-shadow: inset 0 -0.2em 0 #20923b;
|
|
2397
|
+
box-shadow: inset 0 -0.2em 0 #20923b;
|
|
2617
2398
|
color: #20923b;
|
|
2618
2399
|
}
|
|
2619
2400
|
.ui.tertiary.green.buttons .active.button,
|
|
@@ -2622,37 +2403,35 @@
|
|
|
2622
2403
|
.ui.tertiary.green.buttons .button:active,
|
|
2623
2404
|
.ui.tertiary.green.buttons .tertiary.button:active,
|
|
2624
2405
|
.ui.tertiary.green.button:active {
|
|
2625
|
-
|
|
2626
|
-
box-shadow: inset 0 -0.2em 0 #00c22e;
|
|
2406
|
+
box-shadow: inset 0 -0.2em 0 #00c22e;
|
|
2627
2407
|
color: #13ae38;
|
|
2628
2408
|
}
|
|
2629
2409
|
.ui.teal.buttons .button,
|
|
2630
2410
|
.ui.teal.button {
|
|
2631
|
-
background-color: #
|
|
2632
|
-
color: #
|
|
2411
|
+
background-color: #00b5ad;
|
|
2412
|
+
color: #fff;
|
|
2633
2413
|
text-shadow: none;
|
|
2634
2414
|
background-image: none;
|
|
2635
2415
|
}
|
|
2636
2416
|
.ui.teal.button {
|
|
2637
|
-
|
|
2638
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
2417
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
2639
2418
|
}
|
|
2640
2419
|
.ui.teal.buttons .button:hover,
|
|
2641
2420
|
.ui.teal.button:hover {
|
|
2642
2421
|
background-color: #009c95;
|
|
2643
|
-
color: #
|
|
2422
|
+
color: #fff;
|
|
2644
2423
|
text-shadow: none;
|
|
2645
2424
|
}
|
|
2646
2425
|
.ui.teal.buttons .button:focus,
|
|
2647
2426
|
.ui.teal.button:focus {
|
|
2648
2427
|
background-color: #008c86;
|
|
2649
|
-
color: #
|
|
2428
|
+
color: #fff;
|
|
2650
2429
|
text-shadow: none;
|
|
2651
2430
|
}
|
|
2652
2431
|
.ui.teal.buttons .button:active,
|
|
2653
2432
|
.ui.teal.button:active {
|
|
2654
2433
|
background-color: #00827c;
|
|
2655
|
-
color: #
|
|
2434
|
+
color: #fff;
|
|
2656
2435
|
text-shadow: none;
|
|
2657
2436
|
}
|
|
2658
2437
|
.ui.teal.buttons .active.button,
|
|
@@ -2660,7 +2439,7 @@
|
|
|
2660
2439
|
.ui.teal.active.button,
|
|
2661
2440
|
.ui.teal.button .active.button:active {
|
|
2662
2441
|
background-color: #009c95;
|
|
2663
|
-
color: #
|
|
2442
|
+
color: #fff;
|
|
2664
2443
|
text-shadow: none;
|
|
2665
2444
|
}
|
|
2666
2445
|
|
|
@@ -2668,48 +2447,39 @@
|
|
|
2668
2447
|
.ui.basic.teal.buttons .button,
|
|
2669
2448
|
.ui.basic.teal.button {
|
|
2670
2449
|
background: transparent;
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
color: #00B5AD;
|
|
2450
|
+
box-shadow: 0 0 0 1px #00b5ad inset;
|
|
2451
|
+
color: #00b5ad;
|
|
2674
2452
|
}
|
|
2675
2453
|
.ui.basic.teal.buttons .button:hover,
|
|
2676
2454
|
.ui.basic.teal.button:hover {
|
|
2677
|
-
background: transparent
|
|
2678
|
-
|
|
2679
|
-
box-shadow: 0 0 0 1px #009c95 inset;
|
|
2455
|
+
background: transparent;
|
|
2456
|
+
box-shadow: 0 0 0 1px #009c95 inset;
|
|
2680
2457
|
color: #009c95;
|
|
2681
2458
|
}
|
|
2682
2459
|
.ui.basic.teal.buttons .button:focus,
|
|
2683
2460
|
.ui.basic.teal.button:focus {
|
|
2684
|
-
background: transparent
|
|
2685
|
-
|
|
2686
|
-
box-shadow: 0 0 0 1px #008c86 inset;
|
|
2461
|
+
background: transparent;
|
|
2462
|
+
box-shadow: 0 0 0 1px #008c86 inset;
|
|
2687
2463
|
color: #009c95;
|
|
2688
2464
|
}
|
|
2689
2465
|
.ui.basic.teal.buttons .active.button,
|
|
2690
2466
|
.ui.basic.teal.active.button {
|
|
2691
|
-
background: transparent
|
|
2692
|
-
|
|
2693
|
-
box-shadow: 0 0 0 1px #009c95 inset;
|
|
2467
|
+
background: transparent;
|
|
2468
|
+
box-shadow: 0 0 0 1px #009c95 inset;
|
|
2694
2469
|
color: #00827c;
|
|
2695
2470
|
}
|
|
2696
2471
|
.ui.basic.teal.buttons .button:active,
|
|
2697
2472
|
.ui.basic.teal.button:active {
|
|
2698
|
-
|
|
2699
|
-
box-shadow: 0 0 0 1px #00827c inset;
|
|
2473
|
+
box-shadow: 0 0 0 1px #00827c inset;
|
|
2700
2474
|
color: #00827c;
|
|
2701
2475
|
}
|
|
2702
|
-
.ui.buttons:not(.vertical) > .basic.teal.button:not(:first-child) {
|
|
2703
|
-
margin-left: -1px;
|
|
2704
|
-
}
|
|
2705
2476
|
|
|
2706
2477
|
/* Inverted */
|
|
2707
2478
|
.ui.inverted.teal.buttons .button,
|
|
2708
2479
|
.ui.inverted.teal.button {
|
|
2709
2480
|
background-color: transparent;
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
color: #6DFFFF;
|
|
2481
|
+
box-shadow: 0 0 0 2px #6dffff inset;
|
|
2482
|
+
color: #6dffff;
|
|
2713
2483
|
}
|
|
2714
2484
|
.ui.inverted.teal.buttons .button:hover,
|
|
2715
2485
|
.ui.inverted.teal.button:hover,
|
|
@@ -2719,8 +2489,7 @@
|
|
|
2719
2489
|
.ui.inverted.teal.button.active,
|
|
2720
2490
|
.ui.inverted.teal.buttons .button:active,
|
|
2721
2491
|
.ui.inverted.teal.button:active {
|
|
2722
|
-
|
|
2723
|
-
box-shadow: none ;
|
|
2492
|
+
box-shadow: none;
|
|
2724
2493
|
color: rgba(0, 0, 0, 0.6);
|
|
2725
2494
|
}
|
|
2726
2495
|
.ui.inverted.teal.buttons .button:hover,
|
|
@@ -2745,37 +2514,32 @@
|
|
|
2745
2514
|
.ui.inverted.teal.buttons .basic.button,
|
|
2746
2515
|
.ui.inverted.teal.basic.button {
|
|
2747
2516
|
background-color: transparent;
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
color: #FFFFFF;
|
|
2517
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
|
2518
|
+
color: #fff;
|
|
2751
2519
|
}
|
|
2752
2520
|
.ui.inverted.teal.basic.buttons .button:hover,
|
|
2753
2521
|
.ui.inverted.teal.buttons .basic.button:hover,
|
|
2754
2522
|
.ui.inverted.teal.basic.button:hover {
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
color: #6DFFFF;
|
|
2523
|
+
box-shadow: 0 0 0 2px #3affff inset;
|
|
2524
|
+
color: #6dffff;
|
|
2758
2525
|
}
|
|
2759
2526
|
.ui.inverted.teal.basic.buttons .button:focus,
|
|
2760
2527
|
.ui.inverted.teal.basic.buttons .button:focus,
|
|
2761
2528
|
.ui.inverted.teal.basic.button:focus {
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
color: #6DFFFF;
|
|
2529
|
+
box-shadow: 0 0 0 2px #44ffff inset;
|
|
2530
|
+
color: #6dffff;
|
|
2765
2531
|
}
|
|
2766
2532
|
.ui.inverted.teal.basic.buttons .active.button,
|
|
2767
2533
|
.ui.inverted.teal.buttons .basic.active.button,
|
|
2768
2534
|
.ui.inverted.teal.basic.active.button {
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
color: #6DFFFF;
|
|
2535
|
+
box-shadow: 0 0 0 2px #54ffff inset;
|
|
2536
|
+
color: #6dffff;
|
|
2772
2537
|
}
|
|
2773
2538
|
.ui.inverted.teal.basic.buttons .button:active,
|
|
2774
2539
|
.ui.inverted.teal.buttons .basic.button:active,
|
|
2775
2540
|
.ui.inverted.teal.basic.button:active {
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
color: #6DFFFF;
|
|
2541
|
+
box-shadow: 0 0 0 2px #3affff inset;
|
|
2542
|
+
color: #6dffff;
|
|
2779
2543
|
}
|
|
2780
2544
|
|
|
2781
2545
|
/* Tertiary */
|
|
@@ -2783,22 +2547,19 @@
|
|
|
2783
2547
|
.ui.tertiary.teal.buttons .tertiary.button,
|
|
2784
2548
|
.ui.tertiary.teal.button {
|
|
2785
2549
|
background: transparent;
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
color: #00B5AD;
|
|
2550
|
+
box-shadow: none;
|
|
2551
|
+
color: #00b5ad;
|
|
2789
2552
|
}
|
|
2790
2553
|
.ui.tertiary.teal.buttons .button:hover,
|
|
2791
2554
|
.ui.tertiary.teal.buttons button:hover,
|
|
2792
2555
|
.ui.tertiary.teal.button:hover {
|
|
2793
|
-
|
|
2794
|
-
box-shadow: inset 0 -0.2em 0 #108c86;
|
|
2556
|
+
box-shadow: inset 0 -0.2em 0 #108c86;
|
|
2795
2557
|
color: #108c86;
|
|
2796
2558
|
}
|
|
2797
2559
|
.ui.tertiary.teal.buttons .button:focus,
|
|
2798
2560
|
.ui.tertiary.teal.buttons .tertiary.button:focus,
|
|
2799
2561
|
.ui.tertiary.teal.button:focus {
|
|
2800
|
-
|
|
2801
|
-
box-shadow: inset 0 -0.2em 0 #0e7e79;
|
|
2562
|
+
box-shadow: inset 0 -0.2em 0 #0e7e79;
|
|
2802
2563
|
color: #0e7e79;
|
|
2803
2564
|
}
|
|
2804
2565
|
.ui.tertiary.teal.buttons .active.button,
|
|
@@ -2807,37 +2568,35 @@
|
|
|
2807
2568
|
.ui.tertiary.teal.buttons .button:active,
|
|
2808
2569
|
.ui.tertiary.teal.buttons .tertiary.button:active,
|
|
2809
2570
|
.ui.tertiary.teal.button:active {
|
|
2810
|
-
|
|
2811
|
-
box-shadow: inset 0 -0.2em 0 #009c95;
|
|
2571
|
+
box-shadow: inset 0 -0.2em 0 #009c95;
|
|
2812
2572
|
color: #009c95;
|
|
2813
2573
|
}
|
|
2814
2574
|
.ui.blue.buttons .button,
|
|
2815
2575
|
.ui.blue.button {
|
|
2816
|
-
background-color: #
|
|
2817
|
-
color: #
|
|
2576
|
+
background-color: #2185d0;
|
|
2577
|
+
color: #fff;
|
|
2818
2578
|
text-shadow: none;
|
|
2819
2579
|
background-image: none;
|
|
2820
2580
|
}
|
|
2821
2581
|
.ui.blue.button {
|
|
2822
|
-
|
|
2823
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
2582
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
2824
2583
|
}
|
|
2825
2584
|
.ui.blue.buttons .button:hover,
|
|
2826
2585
|
.ui.blue.button:hover {
|
|
2827
2586
|
background-color: #1678c2;
|
|
2828
|
-
color: #
|
|
2587
|
+
color: #fff;
|
|
2829
2588
|
text-shadow: none;
|
|
2830
2589
|
}
|
|
2831
2590
|
.ui.blue.buttons .button:focus,
|
|
2832
2591
|
.ui.blue.button:focus {
|
|
2833
2592
|
background-color: #0d71bb;
|
|
2834
|
-
color: #
|
|
2593
|
+
color: #fff;
|
|
2835
2594
|
text-shadow: none;
|
|
2836
2595
|
}
|
|
2837
2596
|
.ui.blue.buttons .button:active,
|
|
2838
2597
|
.ui.blue.button:active {
|
|
2839
2598
|
background-color: #1a69a4;
|
|
2840
|
-
color: #
|
|
2599
|
+
color: #fff;
|
|
2841
2600
|
text-shadow: none;
|
|
2842
2601
|
}
|
|
2843
2602
|
.ui.blue.buttons .active.button,
|
|
@@ -2845,7 +2604,7 @@
|
|
|
2845
2604
|
.ui.blue.active.button,
|
|
2846
2605
|
.ui.blue.button .active.button:active {
|
|
2847
2606
|
background-color: #1279c6;
|
|
2848
|
-
color: #
|
|
2607
|
+
color: #fff;
|
|
2849
2608
|
text-shadow: none;
|
|
2850
2609
|
}
|
|
2851
2610
|
|
|
@@ -2853,48 +2612,39 @@
|
|
|
2853
2612
|
.ui.basic.blue.buttons .button,
|
|
2854
2613
|
.ui.basic.blue.button {
|
|
2855
2614
|
background: transparent;
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
color: #2185D0;
|
|
2615
|
+
box-shadow: 0 0 0 1px #2185d0 inset;
|
|
2616
|
+
color: #2185d0;
|
|
2859
2617
|
}
|
|
2860
2618
|
.ui.basic.blue.buttons .button:hover,
|
|
2861
2619
|
.ui.basic.blue.button:hover {
|
|
2862
|
-
background: transparent
|
|
2863
|
-
|
|
2864
|
-
box-shadow: 0 0 0 1px #1678c2 inset;
|
|
2620
|
+
background: transparent;
|
|
2621
|
+
box-shadow: 0 0 0 1px #1678c2 inset;
|
|
2865
2622
|
color: #1678c2;
|
|
2866
2623
|
}
|
|
2867
2624
|
.ui.basic.blue.buttons .button:focus,
|
|
2868
2625
|
.ui.basic.blue.button:focus {
|
|
2869
|
-
background: transparent
|
|
2870
|
-
|
|
2871
|
-
box-shadow: 0 0 0 1px #0d71bb inset;
|
|
2626
|
+
background: transparent;
|
|
2627
|
+
box-shadow: 0 0 0 1px #0d71bb inset;
|
|
2872
2628
|
color: #1678c2;
|
|
2873
2629
|
}
|
|
2874
2630
|
.ui.basic.blue.buttons .active.button,
|
|
2875
2631
|
.ui.basic.blue.active.button {
|
|
2876
|
-
background: transparent
|
|
2877
|
-
|
|
2878
|
-
box-shadow: 0 0 0 1px #1279c6 inset;
|
|
2632
|
+
background: transparent;
|
|
2633
|
+
box-shadow: 0 0 0 1px #1279c6 inset;
|
|
2879
2634
|
color: #1a69a4;
|
|
2880
2635
|
}
|
|
2881
2636
|
.ui.basic.blue.buttons .button:active,
|
|
2882
2637
|
.ui.basic.blue.button:active {
|
|
2883
|
-
|
|
2884
|
-
box-shadow: 0 0 0 1px #1a69a4 inset;
|
|
2638
|
+
box-shadow: 0 0 0 1px #1a69a4 inset;
|
|
2885
2639
|
color: #1a69a4;
|
|
2886
2640
|
}
|
|
2887
|
-
.ui.buttons:not(.vertical) > .basic.blue.button:not(:first-child) {
|
|
2888
|
-
margin-left: -1px;
|
|
2889
|
-
}
|
|
2890
2641
|
|
|
2891
2642
|
/* Inverted */
|
|
2892
2643
|
.ui.inverted.blue.buttons .button,
|
|
2893
2644
|
.ui.inverted.blue.button {
|
|
2894
2645
|
background-color: transparent;
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
color: #54C8FF;
|
|
2646
|
+
box-shadow: 0 0 0 2px #54c8ff inset;
|
|
2647
|
+
color: #54c8ff;
|
|
2898
2648
|
}
|
|
2899
2649
|
.ui.inverted.blue.buttons .button:hover,
|
|
2900
2650
|
.ui.inverted.blue.button:hover,
|
|
@@ -2904,9 +2654,8 @@
|
|
|
2904
2654
|
.ui.inverted.blue.button.active,
|
|
2905
2655
|
.ui.inverted.blue.buttons .button:active,
|
|
2906
2656
|
.ui.inverted.blue.button:active {
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
color: #FFFFFF;
|
|
2657
|
+
box-shadow: none;
|
|
2658
|
+
color: #fff;
|
|
2910
2659
|
}
|
|
2911
2660
|
.ui.inverted.blue.buttons .button:hover,
|
|
2912
2661
|
.ui.inverted.blue.button:hover {
|
|
@@ -2930,37 +2679,32 @@
|
|
|
2930
2679
|
.ui.inverted.blue.buttons .basic.button,
|
|
2931
2680
|
.ui.inverted.blue.basic.button {
|
|
2932
2681
|
background-color: transparent;
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
color: #FFFFFF;
|
|
2682
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
|
2683
|
+
color: #fff;
|
|
2936
2684
|
}
|
|
2937
2685
|
.ui.inverted.blue.basic.buttons .button:hover,
|
|
2938
2686
|
.ui.inverted.blue.buttons .basic.button:hover,
|
|
2939
2687
|
.ui.inverted.blue.basic.button:hover {
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
color: #54C8FF;
|
|
2688
|
+
box-shadow: 0 0 0 2px #21b8ff inset;
|
|
2689
|
+
color: #54c8ff;
|
|
2943
2690
|
}
|
|
2944
2691
|
.ui.inverted.blue.basic.buttons .button:focus,
|
|
2945
2692
|
.ui.inverted.blue.basic.buttons .button:focus,
|
|
2946
2693
|
.ui.inverted.blue.basic.button:focus {
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
color: #54C8FF;
|
|
2694
|
+
box-shadow: 0 0 0 2px #2bbbff inset;
|
|
2695
|
+
color: #54c8ff;
|
|
2950
2696
|
}
|
|
2951
2697
|
.ui.inverted.blue.basic.buttons .active.button,
|
|
2952
2698
|
.ui.inverted.blue.buttons .basic.active.button,
|
|
2953
2699
|
.ui.inverted.blue.basic.active.button {
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
color: #54C8FF;
|
|
2700
|
+
box-shadow: 0 0 0 2px #3ac0ff inset;
|
|
2701
|
+
color: #54c8ff;
|
|
2957
2702
|
}
|
|
2958
2703
|
.ui.inverted.blue.basic.buttons .button:active,
|
|
2959
2704
|
.ui.inverted.blue.buttons .basic.button:active,
|
|
2960
2705
|
.ui.inverted.blue.basic.button:active {
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
color: #54C8FF;
|
|
2706
|
+
box-shadow: 0 0 0 2px #21b8ff inset;
|
|
2707
|
+
color: #54c8ff;
|
|
2964
2708
|
}
|
|
2965
2709
|
|
|
2966
2710
|
/* Tertiary */
|
|
@@ -2968,22 +2712,19 @@
|
|
|
2968
2712
|
.ui.tertiary.blue.buttons .tertiary.button,
|
|
2969
2713
|
.ui.tertiary.blue.button {
|
|
2970
2714
|
background: transparent;
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
color: #2185D0;
|
|
2715
|
+
box-shadow: none;
|
|
2716
|
+
color: #2185d0;
|
|
2974
2717
|
}
|
|
2975
2718
|
.ui.tertiary.blue.buttons .button:hover,
|
|
2976
2719
|
.ui.tertiary.blue.buttons button:hover,
|
|
2977
2720
|
.ui.tertiary.blue.button:hover {
|
|
2978
|
-
|
|
2979
|
-
box-shadow: inset 0 -0.2em 0 #2b75ac;
|
|
2721
|
+
box-shadow: inset 0 -0.2em 0 #2b75ac;
|
|
2980
2722
|
color: #2b75ac;
|
|
2981
2723
|
}
|
|
2982
2724
|
.ui.tertiary.blue.buttons .button:focus,
|
|
2983
2725
|
.ui.tertiary.blue.buttons .tertiary.button:focus,
|
|
2984
2726
|
.ui.tertiary.blue.button:focus {
|
|
2985
|
-
|
|
2986
|
-
box-shadow: inset 0 -0.2em 0 #216ea7;
|
|
2727
|
+
box-shadow: inset 0 -0.2em 0 #216ea7;
|
|
2987
2728
|
color: #216ea7;
|
|
2988
2729
|
}
|
|
2989
2730
|
.ui.tertiary.blue.buttons .active.button,
|
|
@@ -2992,37 +2733,35 @@
|
|
|
2992
2733
|
.ui.tertiary.blue.buttons .button:active,
|
|
2993
2734
|
.ui.tertiary.blue.buttons .tertiary.button:active,
|
|
2994
2735
|
.ui.tertiary.blue.button:active {
|
|
2995
|
-
|
|
2996
|
-
box-shadow: inset 0 -0.2em 0 #007bd8;
|
|
2736
|
+
box-shadow: inset 0 -0.2em 0 #007bd8;
|
|
2997
2737
|
color: #1279c6;
|
|
2998
2738
|
}
|
|
2999
2739
|
.ui.violet.buttons .button,
|
|
3000
2740
|
.ui.violet.button {
|
|
3001
|
-
background-color: #
|
|
3002
|
-
color: #
|
|
2741
|
+
background-color: #6435c9;
|
|
2742
|
+
color: #fff;
|
|
3003
2743
|
text-shadow: none;
|
|
3004
2744
|
background-image: none;
|
|
3005
2745
|
}
|
|
3006
2746
|
.ui.violet.button {
|
|
3007
|
-
|
|
3008
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
2747
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
3009
2748
|
}
|
|
3010
2749
|
.ui.violet.buttons .button:hover,
|
|
3011
2750
|
.ui.violet.button:hover {
|
|
3012
2751
|
background-color: #5829bb;
|
|
3013
|
-
color: #
|
|
2752
|
+
color: #fff;
|
|
3014
2753
|
text-shadow: none;
|
|
3015
2754
|
}
|
|
3016
2755
|
.ui.violet.buttons .button:focus,
|
|
3017
2756
|
.ui.violet.button:focus {
|
|
3018
2757
|
background-color: #4f20b5;
|
|
3019
|
-
color: #
|
|
2758
|
+
color: #fff;
|
|
3020
2759
|
text-shadow: none;
|
|
3021
2760
|
}
|
|
3022
2761
|
.ui.violet.buttons .button:active,
|
|
3023
2762
|
.ui.violet.button:active {
|
|
3024
2763
|
background-color: #502aa1;
|
|
3025
|
-
color: #
|
|
2764
|
+
color: #fff;
|
|
3026
2765
|
text-shadow: none;
|
|
3027
2766
|
}
|
|
3028
2767
|
.ui.violet.buttons .active.button,
|
|
@@ -3030,7 +2769,7 @@
|
|
|
3030
2769
|
.ui.violet.active.button,
|
|
3031
2770
|
.ui.violet.button .active.button:active {
|
|
3032
2771
|
background-color: #5626bf;
|
|
3033
|
-
color: #
|
|
2772
|
+
color: #fff;
|
|
3034
2773
|
text-shadow: none;
|
|
3035
2774
|
}
|
|
3036
2775
|
|
|
@@ -3038,48 +2777,39 @@
|
|
|
3038
2777
|
.ui.basic.violet.buttons .button,
|
|
3039
2778
|
.ui.basic.violet.button {
|
|
3040
2779
|
background: transparent;
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
color: #6435C9;
|
|
2780
|
+
box-shadow: 0 0 0 1px #6435c9 inset;
|
|
2781
|
+
color: #6435c9;
|
|
3044
2782
|
}
|
|
3045
2783
|
.ui.basic.violet.buttons .button:hover,
|
|
3046
2784
|
.ui.basic.violet.button:hover {
|
|
3047
|
-
background: transparent
|
|
3048
|
-
|
|
3049
|
-
box-shadow: 0 0 0 1px #5829bb inset;
|
|
2785
|
+
background: transparent;
|
|
2786
|
+
box-shadow: 0 0 0 1px #5829bb inset;
|
|
3050
2787
|
color: #5829bb;
|
|
3051
2788
|
}
|
|
3052
2789
|
.ui.basic.violet.buttons .button:focus,
|
|
3053
2790
|
.ui.basic.violet.button:focus {
|
|
3054
|
-
background: transparent
|
|
3055
|
-
|
|
3056
|
-
box-shadow: 0 0 0 1px #4f20b5 inset;
|
|
2791
|
+
background: transparent;
|
|
2792
|
+
box-shadow: 0 0 0 1px #4f20b5 inset;
|
|
3057
2793
|
color: #5829bb;
|
|
3058
2794
|
}
|
|
3059
2795
|
.ui.basic.violet.buttons .active.button,
|
|
3060
2796
|
.ui.basic.violet.active.button {
|
|
3061
|
-
background: transparent
|
|
3062
|
-
|
|
3063
|
-
box-shadow: 0 0 0 1px #5626bf inset;
|
|
2797
|
+
background: transparent;
|
|
2798
|
+
box-shadow: 0 0 0 1px #5626bf inset;
|
|
3064
2799
|
color: #502aa1;
|
|
3065
2800
|
}
|
|
3066
2801
|
.ui.basic.violet.buttons .button:active,
|
|
3067
2802
|
.ui.basic.violet.button:active {
|
|
3068
|
-
|
|
3069
|
-
box-shadow: 0 0 0 1px #502aa1 inset;
|
|
2803
|
+
box-shadow: 0 0 0 1px #502aa1 inset;
|
|
3070
2804
|
color: #502aa1;
|
|
3071
2805
|
}
|
|
3072
|
-
.ui.buttons:not(.vertical) > .basic.violet.button:not(:first-child) {
|
|
3073
|
-
margin-left: -1px;
|
|
3074
|
-
}
|
|
3075
2806
|
|
|
3076
2807
|
/* Inverted */
|
|
3077
2808
|
.ui.inverted.violet.buttons .button,
|
|
3078
2809
|
.ui.inverted.violet.button {
|
|
3079
2810
|
background-color: transparent;
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
color: #A291FB;
|
|
2811
|
+
box-shadow: 0 0 0 2px #a291fb inset;
|
|
2812
|
+
color: #a291fb;
|
|
3083
2813
|
}
|
|
3084
2814
|
.ui.inverted.violet.buttons .button:hover,
|
|
3085
2815
|
.ui.inverted.violet.button:hover,
|
|
@@ -3089,9 +2819,8 @@
|
|
|
3089
2819
|
.ui.inverted.violet.button.active,
|
|
3090
2820
|
.ui.inverted.violet.buttons .button:active,
|
|
3091
2821
|
.ui.inverted.violet.button:active {
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
color: #FFFFFF;
|
|
2822
|
+
box-shadow: none;
|
|
2823
|
+
color: #fff;
|
|
3095
2824
|
}
|
|
3096
2825
|
.ui.inverted.violet.buttons .button:hover,
|
|
3097
2826
|
.ui.inverted.violet.button:hover {
|
|
@@ -3115,37 +2844,32 @@
|
|
|
3115
2844
|
.ui.inverted.violet.buttons .basic.button,
|
|
3116
2845
|
.ui.inverted.violet.basic.button {
|
|
3117
2846
|
background-color: transparent;
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
color: #FFFFFF;
|
|
2847
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
|
2848
|
+
color: #fff;
|
|
3121
2849
|
}
|
|
3122
2850
|
.ui.inverted.violet.basic.buttons .button:hover,
|
|
3123
2851
|
.ui.inverted.violet.buttons .basic.button:hover,
|
|
3124
2852
|
.ui.inverted.violet.basic.button:hover {
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
color: #A291FB;
|
|
2853
|
+
box-shadow: 0 0 0 2px #745aff inset;
|
|
2854
|
+
color: #a291fb;
|
|
3128
2855
|
}
|
|
3129
2856
|
.ui.inverted.violet.basic.buttons .button:focus,
|
|
3130
2857
|
.ui.inverted.violet.basic.buttons .button:focus,
|
|
3131
2858
|
.ui.inverted.violet.basic.button:focus {
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
color: #A291FB;
|
|
2859
|
+
box-shadow: 0 0 0 2px #7d64ff inset;
|
|
2860
|
+
color: #a291fb;
|
|
3135
2861
|
}
|
|
3136
2862
|
.ui.inverted.violet.basic.buttons .active.button,
|
|
3137
2863
|
.ui.inverted.violet.buttons .basic.active.button,
|
|
3138
2864
|
.ui.inverted.violet.basic.active.button {
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
color: #A291FB;
|
|
2865
|
+
box-shadow: 0 0 0 2px #8a73ff inset;
|
|
2866
|
+
color: #a291fb;
|
|
3142
2867
|
}
|
|
3143
2868
|
.ui.inverted.violet.basic.buttons .button:active,
|
|
3144
2869
|
.ui.inverted.violet.buttons .basic.button:active,
|
|
3145
2870
|
.ui.inverted.violet.basic.button:active {
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
color: #A291FB;
|
|
2871
|
+
box-shadow: 0 0 0 2px #7860f9 inset;
|
|
2872
|
+
color: #a291fb;
|
|
3149
2873
|
}
|
|
3150
2874
|
|
|
3151
2875
|
/* Tertiary */
|
|
@@ -3153,22 +2877,19 @@
|
|
|
3153
2877
|
.ui.tertiary.violet.buttons .tertiary.button,
|
|
3154
2878
|
.ui.tertiary.violet.button {
|
|
3155
2879
|
background: transparent;
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
color: #6435C9;
|
|
2880
|
+
box-shadow: none;
|
|
2881
|
+
color: #6435c9;
|
|
3159
2882
|
}
|
|
3160
2883
|
.ui.tertiary.violet.buttons .button:hover,
|
|
3161
2884
|
.ui.tertiary.violet.buttons button:hover,
|
|
3162
2885
|
.ui.tertiary.violet.button:hover {
|
|
3163
|
-
|
|
3164
|
-
box-shadow: inset 0 -0.2em 0 #6040a5;
|
|
2886
|
+
box-shadow: inset 0 -0.2em 0 #6040a5;
|
|
3165
2887
|
color: #6040a5;
|
|
3166
2888
|
}
|
|
3167
2889
|
.ui.tertiary.violet.buttons .button:focus,
|
|
3168
2890
|
.ui.tertiary.violet.buttons .tertiary.button:focus,
|
|
3169
2891
|
.ui.tertiary.violet.button:focus {
|
|
3170
|
-
|
|
3171
|
-
box-shadow: inset 0 -0.2em 0 #5735a0;
|
|
2892
|
+
box-shadow: inset 0 -0.2em 0 #5735a0;
|
|
3172
2893
|
color: #5735a0;
|
|
3173
2894
|
}
|
|
3174
2895
|
.ui.tertiary.violet.buttons .active.button,
|
|
@@ -3177,37 +2898,35 @@
|
|
|
3177
2898
|
.ui.tertiary.violet.buttons .button:active,
|
|
3178
2899
|
.ui.tertiary.violet.buttons .tertiary.button:active,
|
|
3179
2900
|
.ui.tertiary.violet.button:active {
|
|
3180
|
-
|
|
3181
|
-
box-shadow: inset 0 -0.2em 0 #4e0fd6;
|
|
2901
|
+
box-shadow: inset 0 -0.2em 0 #4e0fd6;
|
|
3182
2902
|
color: #5626bf;
|
|
3183
2903
|
}
|
|
3184
2904
|
.ui.purple.buttons .button,
|
|
3185
2905
|
.ui.purple.button {
|
|
3186
|
-
background-color: #
|
|
3187
|
-
color: #
|
|
2906
|
+
background-color: #a333c8;
|
|
2907
|
+
color: #fff;
|
|
3188
2908
|
text-shadow: none;
|
|
3189
2909
|
background-image: none;
|
|
3190
2910
|
}
|
|
3191
2911
|
.ui.purple.button {
|
|
3192
|
-
|
|
3193
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
2912
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
3194
2913
|
}
|
|
3195
2914
|
.ui.purple.buttons .button:hover,
|
|
3196
2915
|
.ui.purple.button:hover {
|
|
3197
2916
|
background-color: #9627ba;
|
|
3198
|
-
color: #
|
|
2917
|
+
color: #fff;
|
|
3199
2918
|
text-shadow: none;
|
|
3200
2919
|
}
|
|
3201
2920
|
.ui.purple.buttons .button:focus,
|
|
3202
2921
|
.ui.purple.button:focus {
|
|
3203
2922
|
background-color: #8f1eb4;
|
|
3204
|
-
color: #
|
|
2923
|
+
color: #fff;
|
|
3205
2924
|
text-shadow: none;
|
|
3206
2925
|
}
|
|
3207
2926
|
.ui.purple.buttons .button:active,
|
|
3208
2927
|
.ui.purple.button:active {
|
|
3209
2928
|
background-color: #82299f;
|
|
3210
|
-
color: #
|
|
2929
|
+
color: #fff;
|
|
3211
2930
|
text-shadow: none;
|
|
3212
2931
|
}
|
|
3213
2932
|
.ui.purple.buttons .active.button,
|
|
@@ -3215,7 +2934,7 @@
|
|
|
3215
2934
|
.ui.purple.active.button,
|
|
3216
2935
|
.ui.purple.button .active.button:active {
|
|
3217
2936
|
background-color: #9724be;
|
|
3218
|
-
color: #
|
|
2937
|
+
color: #fff;
|
|
3219
2938
|
text-shadow: none;
|
|
3220
2939
|
}
|
|
3221
2940
|
|
|
@@ -3223,48 +2942,39 @@
|
|
|
3223
2942
|
.ui.basic.purple.buttons .button,
|
|
3224
2943
|
.ui.basic.purple.button {
|
|
3225
2944
|
background: transparent;
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
color: #A333C8;
|
|
2945
|
+
box-shadow: 0 0 0 1px #a333c8 inset;
|
|
2946
|
+
color: #a333c8;
|
|
3229
2947
|
}
|
|
3230
2948
|
.ui.basic.purple.buttons .button:hover,
|
|
3231
2949
|
.ui.basic.purple.button:hover {
|
|
3232
|
-
background: transparent
|
|
3233
|
-
|
|
3234
|
-
box-shadow: 0 0 0 1px #9627ba inset;
|
|
2950
|
+
background: transparent;
|
|
2951
|
+
box-shadow: 0 0 0 1px #9627ba inset;
|
|
3235
2952
|
color: #9627ba;
|
|
3236
2953
|
}
|
|
3237
2954
|
.ui.basic.purple.buttons .button:focus,
|
|
3238
2955
|
.ui.basic.purple.button:focus {
|
|
3239
|
-
background: transparent
|
|
3240
|
-
|
|
3241
|
-
box-shadow: 0 0 0 1px #8f1eb4 inset;
|
|
2956
|
+
background: transparent;
|
|
2957
|
+
box-shadow: 0 0 0 1px #8f1eb4 inset;
|
|
3242
2958
|
color: #9627ba;
|
|
3243
2959
|
}
|
|
3244
2960
|
.ui.basic.purple.buttons .active.button,
|
|
3245
2961
|
.ui.basic.purple.active.button {
|
|
3246
|
-
background: transparent
|
|
3247
|
-
|
|
3248
|
-
box-shadow: 0 0 0 1px #9724be inset;
|
|
2962
|
+
background: transparent;
|
|
2963
|
+
box-shadow: 0 0 0 1px #9724be inset;
|
|
3249
2964
|
color: #82299f;
|
|
3250
2965
|
}
|
|
3251
2966
|
.ui.basic.purple.buttons .button:active,
|
|
3252
2967
|
.ui.basic.purple.button:active {
|
|
3253
|
-
|
|
3254
|
-
box-shadow: 0 0 0 1px #82299f inset;
|
|
2968
|
+
box-shadow: 0 0 0 1px #82299f inset;
|
|
3255
2969
|
color: #82299f;
|
|
3256
2970
|
}
|
|
3257
|
-
.ui.buttons:not(.vertical) > .basic.purple.button:not(:first-child) {
|
|
3258
|
-
margin-left: -1px;
|
|
3259
|
-
}
|
|
3260
2971
|
|
|
3261
2972
|
/* Inverted */
|
|
3262
2973
|
.ui.inverted.purple.buttons .button,
|
|
3263
2974
|
.ui.inverted.purple.button {
|
|
3264
2975
|
background-color: transparent;
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
color: #DC73FF;
|
|
2976
|
+
box-shadow: 0 0 0 2px #dc73ff inset;
|
|
2977
|
+
color: #dc73ff;
|
|
3268
2978
|
}
|
|
3269
2979
|
.ui.inverted.purple.buttons .button:hover,
|
|
3270
2980
|
.ui.inverted.purple.button:hover,
|
|
@@ -3274,9 +2984,8 @@
|
|
|
3274
2984
|
.ui.inverted.purple.button.active,
|
|
3275
2985
|
.ui.inverted.purple.buttons .button:active,
|
|
3276
2986
|
.ui.inverted.purple.button:active {
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
color: #FFFFFF;
|
|
2987
|
+
box-shadow: none;
|
|
2988
|
+
color: #fff;
|
|
3280
2989
|
}
|
|
3281
2990
|
.ui.inverted.purple.buttons .button:hover,
|
|
3282
2991
|
.ui.inverted.purple.button:hover {
|
|
@@ -3300,37 +3009,32 @@
|
|
|
3300
3009
|
.ui.inverted.purple.buttons .basic.button,
|
|
3301
3010
|
.ui.inverted.purple.basic.button {
|
|
3302
3011
|
background-color: transparent;
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
color: #FFFFFF;
|
|
3012
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
|
3013
|
+
color: #fff;
|
|
3306
3014
|
}
|
|
3307
3015
|
.ui.inverted.purple.basic.buttons .button:hover,
|
|
3308
3016
|
.ui.inverted.purple.buttons .basic.button:hover,
|
|
3309
3017
|
.ui.inverted.purple.basic.button:hover {
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
color: #DC73FF;
|
|
3018
|
+
box-shadow: 0 0 0 2px #cf40ff inset;
|
|
3019
|
+
color: #dc73ff;
|
|
3313
3020
|
}
|
|
3314
3021
|
.ui.inverted.purple.basic.buttons .button:focus,
|
|
3315
3022
|
.ui.inverted.purple.basic.buttons .button:focus,
|
|
3316
3023
|
.ui.inverted.purple.basic.button:focus {
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
color: #DC73FF;
|
|
3024
|
+
box-shadow: 0 0 0 2px #d24aff inset;
|
|
3025
|
+
color: #dc73ff;
|
|
3320
3026
|
}
|
|
3321
3027
|
.ui.inverted.purple.basic.buttons .active.button,
|
|
3322
3028
|
.ui.inverted.purple.buttons .basic.active.button,
|
|
3323
3029
|
.ui.inverted.purple.basic.active.button {
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
color: #DC73FF;
|
|
3030
|
+
box-shadow: 0 0 0 2px #d65aff inset;
|
|
3031
|
+
color: #dc73ff;
|
|
3327
3032
|
}
|
|
3328
3033
|
.ui.inverted.purple.basic.buttons .button:active,
|
|
3329
3034
|
.ui.inverted.purple.buttons .basic.button:active,
|
|
3330
3035
|
.ui.inverted.purple.basic.button:active {
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
color: #DC73FF;
|
|
3036
|
+
box-shadow: 0 0 0 2px #cf40ff inset;
|
|
3037
|
+
color: #dc73ff;
|
|
3334
3038
|
}
|
|
3335
3039
|
|
|
3336
3040
|
/* Tertiary */
|
|
@@ -3338,22 +3042,19 @@
|
|
|
3338
3042
|
.ui.tertiary.purple.buttons .tertiary.button,
|
|
3339
3043
|
.ui.tertiary.purple.button {
|
|
3340
3044
|
background: transparent;
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
color: #A333C8;
|
|
3045
|
+
box-shadow: none;
|
|
3046
|
+
color: #a333c8;
|
|
3344
3047
|
}
|
|
3345
3048
|
.ui.tertiary.purple.buttons .button:hover,
|
|
3346
3049
|
.ui.tertiary.purple.buttons button:hover,
|
|
3347
3050
|
.ui.tertiary.purple.button:hover {
|
|
3348
|
-
|
|
3349
|
-
box-shadow: inset 0 -0.2em 0 #8a3ea4;
|
|
3051
|
+
box-shadow: inset 0 -0.2em 0 #8a3ea4;
|
|
3350
3052
|
color: #8a3ea4;
|
|
3351
3053
|
}
|
|
3352
3054
|
.ui.tertiary.purple.buttons .button:focus,
|
|
3353
3055
|
.ui.tertiary.purple.buttons .tertiary.button:focus,
|
|
3354
3056
|
.ui.tertiary.purple.button:focus {
|
|
3355
|
-
|
|
3356
|
-
box-shadow: inset 0 -0.2em 0 #84339f;
|
|
3057
|
+
box-shadow: inset 0 -0.2em 0 #84339f;
|
|
3357
3058
|
color: #84339f;
|
|
3358
3059
|
}
|
|
3359
3060
|
.ui.tertiary.purple.buttons .active.button,
|
|
@@ -3362,37 +3063,35 @@
|
|
|
3362
3063
|
.ui.tertiary.purple.buttons .button:active,
|
|
3363
3064
|
.ui.tertiary.purple.buttons .tertiary.button:active,
|
|
3364
3065
|
.ui.tertiary.purple.button:active {
|
|
3365
|
-
|
|
3366
|
-
box-shadow: inset 0 -0.2em 0 #a30dd4;
|
|
3066
|
+
box-shadow: inset 0 -0.2em 0 #a30dd4;
|
|
3367
3067
|
color: #9724be;
|
|
3368
3068
|
}
|
|
3369
3069
|
.ui.pink.buttons .button,
|
|
3370
3070
|
.ui.pink.button {
|
|
3371
|
-
background-color: #
|
|
3372
|
-
color: #
|
|
3071
|
+
background-color: #e03997;
|
|
3072
|
+
color: #fff;
|
|
3373
3073
|
text-shadow: none;
|
|
3374
3074
|
background-image: none;
|
|
3375
3075
|
}
|
|
3376
3076
|
.ui.pink.button {
|
|
3377
|
-
|
|
3378
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
3077
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
3379
3078
|
}
|
|
3380
3079
|
.ui.pink.buttons .button:hover,
|
|
3381
3080
|
.ui.pink.button:hover {
|
|
3382
3081
|
background-color: #e61a8d;
|
|
3383
|
-
color: #
|
|
3082
|
+
color: #fff;
|
|
3384
3083
|
text-shadow: none;
|
|
3385
3084
|
}
|
|
3386
3085
|
.ui.pink.buttons .button:focus,
|
|
3387
3086
|
.ui.pink.button:focus {
|
|
3388
3087
|
background-color: #e10f85;
|
|
3389
|
-
color: #
|
|
3088
|
+
color: #fff;
|
|
3390
3089
|
text-shadow: none;
|
|
3391
3090
|
}
|
|
3392
3091
|
.ui.pink.buttons .button:active,
|
|
3393
3092
|
.ui.pink.button:active {
|
|
3394
3093
|
background-color: #c71f7e;
|
|
3395
|
-
color: #
|
|
3094
|
+
color: #fff;
|
|
3396
3095
|
text-shadow: none;
|
|
3397
3096
|
}
|
|
3398
3097
|
.ui.pink.buttons .active.button,
|
|
@@ -3400,7 +3099,7 @@
|
|
|
3400
3099
|
.ui.pink.active.button,
|
|
3401
3100
|
.ui.pink.button .active.button:active {
|
|
3402
3101
|
background-color: #ea158d;
|
|
3403
|
-
color: #
|
|
3102
|
+
color: #fff;
|
|
3404
3103
|
text-shadow: none;
|
|
3405
3104
|
}
|
|
3406
3105
|
|
|
@@ -3408,48 +3107,39 @@
|
|
|
3408
3107
|
.ui.basic.pink.buttons .button,
|
|
3409
3108
|
.ui.basic.pink.button {
|
|
3410
3109
|
background: transparent;
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
color: #E03997;
|
|
3110
|
+
box-shadow: 0 0 0 1px #e03997 inset;
|
|
3111
|
+
color: #e03997;
|
|
3414
3112
|
}
|
|
3415
3113
|
.ui.basic.pink.buttons .button:hover,
|
|
3416
3114
|
.ui.basic.pink.button:hover {
|
|
3417
|
-
background: transparent
|
|
3418
|
-
|
|
3419
|
-
box-shadow: 0 0 0 1px #e61a8d inset;
|
|
3115
|
+
background: transparent;
|
|
3116
|
+
box-shadow: 0 0 0 1px #e61a8d inset;
|
|
3420
3117
|
color: #e61a8d;
|
|
3421
3118
|
}
|
|
3422
3119
|
.ui.basic.pink.buttons .button:focus,
|
|
3423
3120
|
.ui.basic.pink.button:focus {
|
|
3424
|
-
background: transparent
|
|
3425
|
-
|
|
3426
|
-
box-shadow: 0 0 0 1px #e10f85 inset;
|
|
3121
|
+
background: transparent;
|
|
3122
|
+
box-shadow: 0 0 0 1px #e10f85 inset;
|
|
3427
3123
|
color: #e61a8d;
|
|
3428
3124
|
}
|
|
3429
3125
|
.ui.basic.pink.buttons .active.button,
|
|
3430
3126
|
.ui.basic.pink.active.button {
|
|
3431
|
-
background: transparent
|
|
3432
|
-
|
|
3433
|
-
box-shadow: 0 0 0 1px #ea158d inset;
|
|
3127
|
+
background: transparent;
|
|
3128
|
+
box-shadow: 0 0 0 1px #ea158d inset;
|
|
3434
3129
|
color: #c71f7e;
|
|
3435
3130
|
}
|
|
3436
3131
|
.ui.basic.pink.buttons .button:active,
|
|
3437
3132
|
.ui.basic.pink.button:active {
|
|
3438
|
-
|
|
3439
|
-
box-shadow: 0 0 0 1px #c71f7e inset;
|
|
3133
|
+
box-shadow: 0 0 0 1px #c71f7e inset;
|
|
3440
3134
|
color: #c71f7e;
|
|
3441
3135
|
}
|
|
3442
|
-
.ui.buttons:not(.vertical) > .basic.pink.button:not(:first-child) {
|
|
3443
|
-
margin-left: -1px;
|
|
3444
|
-
}
|
|
3445
3136
|
|
|
3446
3137
|
/* Inverted */
|
|
3447
3138
|
.ui.inverted.pink.buttons .button,
|
|
3448
3139
|
.ui.inverted.pink.button {
|
|
3449
3140
|
background-color: transparent;
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
color: #FF8EDF;
|
|
3141
|
+
box-shadow: 0 0 0 2px #ff8edf inset;
|
|
3142
|
+
color: #ff8edf;
|
|
3453
3143
|
}
|
|
3454
3144
|
.ui.inverted.pink.buttons .button:hover,
|
|
3455
3145
|
.ui.inverted.pink.button:hover,
|
|
@@ -3459,9 +3149,8 @@
|
|
|
3459
3149
|
.ui.inverted.pink.button.active,
|
|
3460
3150
|
.ui.inverted.pink.buttons .button:active,
|
|
3461
3151
|
.ui.inverted.pink.button:active {
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
color: #FFFFFF;
|
|
3152
|
+
box-shadow: none;
|
|
3153
|
+
color: #fff;
|
|
3465
3154
|
}
|
|
3466
3155
|
.ui.inverted.pink.buttons .button:hover,
|
|
3467
3156
|
.ui.inverted.pink.button:hover {
|
|
@@ -3485,37 +3174,32 @@
|
|
|
3485
3174
|
.ui.inverted.pink.buttons .basic.button,
|
|
3486
3175
|
.ui.inverted.pink.basic.button {
|
|
3487
3176
|
background-color: transparent;
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
color: #FFFFFF;
|
|
3177
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
|
3178
|
+
color: #fff;
|
|
3491
3179
|
}
|
|
3492
3180
|
.ui.inverted.pink.basic.buttons .button:hover,
|
|
3493
3181
|
.ui.inverted.pink.buttons .basic.button:hover,
|
|
3494
3182
|
.ui.inverted.pink.basic.button:hover {
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
color: #FF8EDF;
|
|
3183
|
+
box-shadow: 0 0 0 2px #ff5bd1 inset;
|
|
3184
|
+
color: #ff8edf;
|
|
3498
3185
|
}
|
|
3499
3186
|
.ui.inverted.pink.basic.buttons .button:focus,
|
|
3500
3187
|
.ui.inverted.pink.basic.buttons .button:focus,
|
|
3501
3188
|
.ui.inverted.pink.basic.button:focus {
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
color: #FF8EDF;
|
|
3189
|
+
box-shadow: 0 0 0 2px #ff65d3 inset;
|
|
3190
|
+
color: #ff8edf;
|
|
3505
3191
|
}
|
|
3506
3192
|
.ui.inverted.pink.basic.buttons .active.button,
|
|
3507
3193
|
.ui.inverted.pink.buttons .basic.active.button,
|
|
3508
3194
|
.ui.inverted.pink.basic.active.button {
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
color: #FF8EDF;
|
|
3195
|
+
box-shadow: 0 0 0 2px #ff74d8 inset;
|
|
3196
|
+
color: #ff8edf;
|
|
3512
3197
|
}
|
|
3513
3198
|
.ui.inverted.pink.basic.buttons .button:active,
|
|
3514
3199
|
.ui.inverted.pink.buttons .basic.button:active,
|
|
3515
3200
|
.ui.inverted.pink.basic.button:active {
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
color: #FF8EDF;
|
|
3201
|
+
box-shadow: 0 0 0 2px #ff5bd1 inset;
|
|
3202
|
+
color: #ff8edf;
|
|
3519
3203
|
}
|
|
3520
3204
|
|
|
3521
3205
|
/* Tertiary */
|
|
@@ -3523,22 +3207,19 @@
|
|
|
3523
3207
|
.ui.tertiary.pink.buttons .tertiary.button,
|
|
3524
3208
|
.ui.tertiary.pink.button {
|
|
3525
3209
|
background: transparent;
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
color: #E03997;
|
|
3210
|
+
box-shadow: none;
|
|
3211
|
+
color: #e03997;
|
|
3529
3212
|
}
|
|
3530
3213
|
.ui.tertiary.pink.buttons .button:hover,
|
|
3531
3214
|
.ui.tertiary.pink.buttons button:hover,
|
|
3532
3215
|
.ui.tertiary.pink.button:hover {
|
|
3533
|
-
|
|
3534
|
-
box-shadow: inset 0 -0.2em 0 #cc3389;
|
|
3216
|
+
box-shadow: inset 0 -0.2em 0 #cc3389;
|
|
3535
3217
|
color: #cc3389;
|
|
3536
3218
|
}
|
|
3537
3219
|
.ui.tertiary.pink.buttons .button:focus,
|
|
3538
3220
|
.ui.tertiary.pink.buttons .tertiary.button:focus,
|
|
3539
3221
|
.ui.tertiary.pink.button:focus {
|
|
3540
|
-
|
|
3541
|
-
box-shadow: inset 0 -0.2em 0 #c92782;
|
|
3222
|
+
box-shadow: inset 0 -0.2em 0 #c92782;
|
|
3542
3223
|
color: #c92782;
|
|
3543
3224
|
}
|
|
3544
3225
|
.ui.tertiary.pink.buttons .active.button,
|
|
@@ -3547,37 +3228,35 @@
|
|
|
3547
3228
|
.ui.tertiary.pink.buttons .button:active,
|
|
3548
3229
|
.ui.tertiary.pink.buttons .tertiary.button:active,
|
|
3549
3230
|
.ui.tertiary.pink.button:active {
|
|
3550
|
-
|
|
3551
|
-
box-shadow: inset 0 -0.2em 0 #ff0090;
|
|
3231
|
+
box-shadow: inset 0 -0.2em 0 #ff0090;
|
|
3552
3232
|
color: #ea158d;
|
|
3553
3233
|
}
|
|
3554
3234
|
.ui.brown.buttons .button,
|
|
3555
3235
|
.ui.brown.button {
|
|
3556
|
-
background-color: #
|
|
3557
|
-
color: #
|
|
3236
|
+
background-color: #a5673f;
|
|
3237
|
+
color: #fff;
|
|
3558
3238
|
text-shadow: none;
|
|
3559
3239
|
background-image: none;
|
|
3560
3240
|
}
|
|
3561
3241
|
.ui.brown.button {
|
|
3562
|
-
|
|
3563
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
3242
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
3564
3243
|
}
|
|
3565
3244
|
.ui.brown.buttons .button:hover,
|
|
3566
3245
|
.ui.brown.button:hover {
|
|
3567
3246
|
background-color: #975b33;
|
|
3568
|
-
color: #
|
|
3247
|
+
color: #fff;
|
|
3569
3248
|
text-shadow: none;
|
|
3570
3249
|
}
|
|
3571
3250
|
.ui.brown.buttons .button:focus,
|
|
3572
3251
|
.ui.brown.button:focus {
|
|
3573
3252
|
background-color: #90532b;
|
|
3574
|
-
color: #
|
|
3253
|
+
color: #fff;
|
|
3575
3254
|
text-shadow: none;
|
|
3576
3255
|
}
|
|
3577
3256
|
.ui.brown.buttons .button:active,
|
|
3578
3257
|
.ui.brown.button:active {
|
|
3579
3258
|
background-color: #805031;
|
|
3580
|
-
color: #
|
|
3259
|
+
color: #fff;
|
|
3581
3260
|
text-shadow: none;
|
|
3582
3261
|
}
|
|
3583
3262
|
.ui.brown.buttons .active.button,
|
|
@@ -3585,7 +3264,7 @@
|
|
|
3585
3264
|
.ui.brown.active.button,
|
|
3586
3265
|
.ui.brown.button .active.button:active {
|
|
3587
3266
|
background-color: #995a31;
|
|
3588
|
-
color: #
|
|
3267
|
+
color: #fff;
|
|
3589
3268
|
text-shadow: none;
|
|
3590
3269
|
}
|
|
3591
3270
|
|
|
@@ -3593,48 +3272,39 @@
|
|
|
3593
3272
|
.ui.basic.brown.buttons .button,
|
|
3594
3273
|
.ui.basic.brown.button {
|
|
3595
3274
|
background: transparent;
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
color: #A5673F;
|
|
3275
|
+
box-shadow: 0 0 0 1px #a5673f inset;
|
|
3276
|
+
color: #a5673f;
|
|
3599
3277
|
}
|
|
3600
3278
|
.ui.basic.brown.buttons .button:hover,
|
|
3601
3279
|
.ui.basic.brown.button:hover {
|
|
3602
|
-
background: transparent
|
|
3603
|
-
|
|
3604
|
-
box-shadow: 0 0 0 1px #975b33 inset;
|
|
3280
|
+
background: transparent;
|
|
3281
|
+
box-shadow: 0 0 0 1px #975b33 inset;
|
|
3605
3282
|
color: #975b33;
|
|
3606
3283
|
}
|
|
3607
3284
|
.ui.basic.brown.buttons .button:focus,
|
|
3608
3285
|
.ui.basic.brown.button:focus {
|
|
3609
|
-
background: transparent
|
|
3610
|
-
|
|
3611
|
-
box-shadow: 0 0 0 1px #90532b inset;
|
|
3286
|
+
background: transparent;
|
|
3287
|
+
box-shadow: 0 0 0 1px #90532b inset;
|
|
3612
3288
|
color: #975b33;
|
|
3613
3289
|
}
|
|
3614
3290
|
.ui.basic.brown.buttons .active.button,
|
|
3615
3291
|
.ui.basic.brown.active.button {
|
|
3616
|
-
background: transparent
|
|
3617
|
-
|
|
3618
|
-
box-shadow: 0 0 0 1px #995a31 inset;
|
|
3292
|
+
background: transparent;
|
|
3293
|
+
box-shadow: 0 0 0 1px #995a31 inset;
|
|
3619
3294
|
color: #805031;
|
|
3620
3295
|
}
|
|
3621
3296
|
.ui.basic.brown.buttons .button:active,
|
|
3622
3297
|
.ui.basic.brown.button:active {
|
|
3623
|
-
|
|
3624
|
-
box-shadow: 0 0 0 1px #805031 inset;
|
|
3298
|
+
box-shadow: 0 0 0 1px #805031 inset;
|
|
3625
3299
|
color: #805031;
|
|
3626
3300
|
}
|
|
3627
|
-
.ui.buttons:not(.vertical) > .basic.brown.button:not(:first-child) {
|
|
3628
|
-
margin-left: -1px;
|
|
3629
|
-
}
|
|
3630
3301
|
|
|
3631
3302
|
/* Inverted */
|
|
3632
3303
|
.ui.inverted.brown.buttons .button,
|
|
3633
3304
|
.ui.inverted.brown.button {
|
|
3634
3305
|
background-color: transparent;
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
color: #D67C1C;
|
|
3306
|
+
box-shadow: 0 0 0 2px #d67c1c inset;
|
|
3307
|
+
color: #d67c1c;
|
|
3638
3308
|
}
|
|
3639
3309
|
.ui.inverted.brown.buttons .button:hover,
|
|
3640
3310
|
.ui.inverted.brown.button:hover,
|
|
@@ -3644,9 +3314,8 @@
|
|
|
3644
3314
|
.ui.inverted.brown.button.active,
|
|
3645
3315
|
.ui.inverted.brown.buttons .button:active,
|
|
3646
3316
|
.ui.inverted.brown.button:active {
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
color: #FFFFFF;
|
|
3317
|
+
box-shadow: none;
|
|
3318
|
+
color: #fff;
|
|
3650
3319
|
}
|
|
3651
3320
|
.ui.inverted.brown.buttons .button:hover,
|
|
3652
3321
|
.ui.inverted.brown.button:hover {
|
|
@@ -3670,37 +3339,32 @@
|
|
|
3670
3339
|
.ui.inverted.brown.buttons .basic.button,
|
|
3671
3340
|
.ui.inverted.brown.basic.button {
|
|
3672
3341
|
background-color: transparent;
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
color: #FFFFFF;
|
|
3342
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
|
3343
|
+
color: #fff;
|
|
3676
3344
|
}
|
|
3677
3345
|
.ui.inverted.brown.basic.buttons .button:hover,
|
|
3678
3346
|
.ui.inverted.brown.buttons .basic.button:hover,
|
|
3679
3347
|
.ui.inverted.brown.basic.button:hover {
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
color: #D67C1C;
|
|
3348
|
+
box-shadow: 0 0 0 2px #b0620f inset;
|
|
3349
|
+
color: #d67c1c;
|
|
3683
3350
|
}
|
|
3684
3351
|
.ui.inverted.brown.basic.buttons .button:focus,
|
|
3685
3352
|
.ui.inverted.brown.basic.buttons .button:focus,
|
|
3686
3353
|
.ui.inverted.brown.basic.button:focus {
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
color: #D67C1C;
|
|
3354
|
+
box-shadow: 0 0 0 2px #c16808 inset;
|
|
3355
|
+
color: #d67c1c;
|
|
3690
3356
|
}
|
|
3691
3357
|
.ui.inverted.brown.basic.buttons .active.button,
|
|
3692
3358
|
.ui.inverted.brown.buttons .basic.active.button,
|
|
3693
3359
|
.ui.inverted.brown.basic.active.button {
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
color: #D67C1C;
|
|
3360
|
+
box-shadow: 0 0 0 2px #cc6f0d inset;
|
|
3361
|
+
color: #d67c1c;
|
|
3697
3362
|
}
|
|
3698
3363
|
.ui.inverted.brown.basic.buttons .button:active,
|
|
3699
3364
|
.ui.inverted.brown.buttons .basic.button:active,
|
|
3700
3365
|
.ui.inverted.brown.basic.button:active {
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
color: #D67C1C;
|
|
3366
|
+
box-shadow: 0 0 0 2px #a96216 inset;
|
|
3367
|
+
color: #d67c1c;
|
|
3704
3368
|
}
|
|
3705
3369
|
|
|
3706
3370
|
/* Tertiary */
|
|
@@ -3708,22 +3372,19 @@
|
|
|
3708
3372
|
.ui.tertiary.brown.buttons .tertiary.button,
|
|
3709
3373
|
.ui.tertiary.brown.button {
|
|
3710
3374
|
background: transparent;
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
color: #A5673F;
|
|
3375
|
+
box-shadow: none;
|
|
3376
|
+
color: #a5673f;
|
|
3714
3377
|
}
|
|
3715
3378
|
.ui.tertiary.brown.buttons .button:hover,
|
|
3716
3379
|
.ui.tertiary.brown.buttons button:hover,
|
|
3717
3380
|
.ui.tertiary.brown.button:hover {
|
|
3718
|
-
|
|
3719
|
-
box-shadow: inset 0 -0.2em 0 #835f48;
|
|
3381
|
+
box-shadow: inset 0 -0.2em 0 #835f48;
|
|
3720
3382
|
color: #835f48;
|
|
3721
3383
|
}
|
|
3722
3384
|
.ui.tertiary.brown.buttons .button:focus,
|
|
3723
3385
|
.ui.tertiary.brown.buttons .tertiary.button:focus,
|
|
3724
3386
|
.ui.tertiary.brown.button:focus {
|
|
3725
|
-
|
|
3726
|
-
box-shadow: inset 0 -0.2em 0 #7d573e;
|
|
3387
|
+
box-shadow: inset 0 -0.2em 0 #7d573e;
|
|
3727
3388
|
color: #7d573e;
|
|
3728
3389
|
}
|
|
3729
3390
|
.ui.tertiary.brown.buttons .active.button,
|
|
@@ -3732,37 +3393,35 @@
|
|
|
3732
3393
|
.ui.tertiary.brown.buttons .button:active,
|
|
3733
3394
|
.ui.tertiary.brown.buttons .tertiary.button:active,
|
|
3734
3395
|
.ui.tertiary.brown.button:active {
|
|
3735
|
-
|
|
3736
|
-
box-shadow: inset 0 -0.2em 0 #ae561d;
|
|
3396
|
+
box-shadow: inset 0 -0.2em 0 #ae561d;
|
|
3737
3397
|
color: #995a31;
|
|
3738
3398
|
}
|
|
3739
3399
|
.ui.grey.buttons .button,
|
|
3740
3400
|
.ui.grey.button {
|
|
3741
3401
|
background-color: #767676;
|
|
3742
|
-
color: #
|
|
3402
|
+
color: #fff;
|
|
3743
3403
|
text-shadow: none;
|
|
3744
3404
|
background-image: none;
|
|
3745
3405
|
}
|
|
3746
3406
|
.ui.grey.button {
|
|
3747
|
-
|
|
3748
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
3407
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
3749
3408
|
}
|
|
3750
3409
|
.ui.grey.buttons .button:hover,
|
|
3751
3410
|
.ui.grey.button:hover {
|
|
3752
3411
|
background-color: #838383;
|
|
3753
|
-
color: #
|
|
3412
|
+
color: #fff;
|
|
3754
3413
|
text-shadow: none;
|
|
3755
3414
|
}
|
|
3756
3415
|
.ui.grey.buttons .button:focus,
|
|
3757
3416
|
.ui.grey.button:focus {
|
|
3758
3417
|
background-color: #8a8a8a;
|
|
3759
|
-
color: #
|
|
3418
|
+
color: #fff;
|
|
3760
3419
|
text-shadow: none;
|
|
3761
3420
|
}
|
|
3762
3421
|
.ui.grey.buttons .button:active,
|
|
3763
3422
|
.ui.grey.button:active {
|
|
3764
3423
|
background-color: #909090;
|
|
3765
|
-
color: #
|
|
3424
|
+
color: #fff;
|
|
3766
3425
|
text-shadow: none;
|
|
3767
3426
|
}
|
|
3768
3427
|
.ui.grey.buttons .active.button,
|
|
@@ -3770,7 +3429,7 @@
|
|
|
3770
3429
|
.ui.grey.active.button,
|
|
3771
3430
|
.ui.grey.button .active.button:active {
|
|
3772
3431
|
background-color: #696969;
|
|
3773
|
-
color: #
|
|
3432
|
+
color: #fff;
|
|
3774
3433
|
text-shadow: none;
|
|
3775
3434
|
}
|
|
3776
3435
|
|
|
@@ -3778,48 +3437,39 @@
|
|
|
3778
3437
|
.ui.basic.grey.buttons .button,
|
|
3779
3438
|
.ui.basic.grey.button {
|
|
3780
3439
|
background: transparent;
|
|
3781
|
-
|
|
3782
|
-
box-shadow: 0 0 0 1px #767676 inset;
|
|
3440
|
+
box-shadow: 0 0 0 1px #767676 inset;
|
|
3783
3441
|
color: #767676;
|
|
3784
3442
|
}
|
|
3785
3443
|
.ui.basic.grey.buttons .button:hover,
|
|
3786
3444
|
.ui.basic.grey.button:hover {
|
|
3787
|
-
background: transparent
|
|
3788
|
-
|
|
3789
|
-
box-shadow: 0 0 0 1px #838383 inset;
|
|
3445
|
+
background: transparent;
|
|
3446
|
+
box-shadow: 0 0 0 1px #838383 inset;
|
|
3790
3447
|
color: #838383;
|
|
3791
3448
|
}
|
|
3792
3449
|
.ui.basic.grey.buttons .button:focus,
|
|
3793
3450
|
.ui.basic.grey.button:focus {
|
|
3794
|
-
background: transparent
|
|
3795
|
-
|
|
3796
|
-
box-shadow: 0 0 0 1px #8a8a8a inset;
|
|
3451
|
+
background: transparent;
|
|
3452
|
+
box-shadow: 0 0 0 1px #8a8a8a inset;
|
|
3797
3453
|
color: #838383;
|
|
3798
3454
|
}
|
|
3799
3455
|
.ui.basic.grey.buttons .active.button,
|
|
3800
3456
|
.ui.basic.grey.active.button {
|
|
3801
|
-
background: transparent
|
|
3802
|
-
|
|
3803
|
-
box-shadow: 0 0 0 1px #696969 inset;
|
|
3457
|
+
background: transparent;
|
|
3458
|
+
box-shadow: 0 0 0 1px #696969 inset;
|
|
3804
3459
|
color: #909090;
|
|
3805
3460
|
}
|
|
3806
3461
|
.ui.basic.grey.buttons .button:active,
|
|
3807
3462
|
.ui.basic.grey.button:active {
|
|
3808
|
-
|
|
3809
|
-
box-shadow: 0 0 0 1px #909090 inset;
|
|
3463
|
+
box-shadow: 0 0 0 1px #909090 inset;
|
|
3810
3464
|
color: #909090;
|
|
3811
3465
|
}
|
|
3812
|
-
.ui.buttons:not(.vertical) > .basic.grey.button:not(:first-child) {
|
|
3813
|
-
margin-left: -1px;
|
|
3814
|
-
}
|
|
3815
3466
|
|
|
3816
3467
|
/* Inverted */
|
|
3817
3468
|
.ui.inverted.grey.buttons .button,
|
|
3818
3469
|
.ui.inverted.grey.button {
|
|
3819
3470
|
background-color: transparent;
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
color: #FFFFFF;
|
|
3471
|
+
box-shadow: 0 0 0 2px #d4d4d5 inset;
|
|
3472
|
+
color: #fff;
|
|
3823
3473
|
}
|
|
3824
3474
|
.ui.inverted.grey.buttons .button:hover,
|
|
3825
3475
|
.ui.inverted.grey.button:hover,
|
|
@@ -3829,8 +3479,7 @@
|
|
|
3829
3479
|
.ui.inverted.grey.button.active,
|
|
3830
3480
|
.ui.inverted.grey.buttons .button:active,
|
|
3831
3481
|
.ui.inverted.grey.button:active {
|
|
3832
|
-
|
|
3833
|
-
box-shadow: none ;
|
|
3482
|
+
box-shadow: none;
|
|
3834
3483
|
color: rgba(0, 0, 0, 0.6);
|
|
3835
3484
|
}
|
|
3836
3485
|
.ui.inverted.grey.buttons .button:hover,
|
|
@@ -3855,37 +3504,32 @@
|
|
|
3855
3504
|
.ui.inverted.grey.buttons .basic.button,
|
|
3856
3505
|
.ui.inverted.grey.basic.button {
|
|
3857
3506
|
background-color: transparent;
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
color: #FFFFFF;
|
|
3507
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
|
3508
|
+
color: #fff;
|
|
3861
3509
|
}
|
|
3862
3510
|
.ui.inverted.grey.basic.buttons .button:hover,
|
|
3863
3511
|
.ui.inverted.grey.buttons .basic.button:hover,
|
|
3864
3512
|
.ui.inverted.grey.basic.button:hover {
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
color: #FFFFFF;
|
|
3513
|
+
box-shadow: 0 0 0 2px #c2c4c5 inset;
|
|
3514
|
+
color: #fff;
|
|
3868
3515
|
}
|
|
3869
3516
|
.ui.inverted.grey.basic.buttons .button:focus,
|
|
3870
3517
|
.ui.inverted.grey.basic.buttons .button:focus,
|
|
3871
3518
|
.ui.inverted.grey.basic.button:focus {
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
color: #DCDDDE;
|
|
3519
|
+
box-shadow: 0 0 0 2px #c7c9cb inset;
|
|
3520
|
+
color: #dcddde;
|
|
3875
3521
|
}
|
|
3876
3522
|
.ui.inverted.grey.basic.buttons .active.button,
|
|
3877
3523
|
.ui.inverted.grey.buttons .basic.active.button,
|
|
3878
3524
|
.ui.inverted.grey.basic.active.button {
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
color: #FFFFFF;
|
|
3525
|
+
box-shadow: 0 0 0 2px #cfd0d2 inset;
|
|
3526
|
+
color: #fff;
|
|
3882
3527
|
}
|
|
3883
3528
|
.ui.inverted.grey.basic.buttons .button:active,
|
|
3884
3529
|
.ui.inverted.grey.buttons .basic.button:active,
|
|
3885
3530
|
.ui.inverted.grey.basic.button:active {
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
color: #FFFFFF;
|
|
3531
|
+
box-shadow: 0 0 0 2px #c2c4c5 inset;
|
|
3532
|
+
color: #fff;
|
|
3889
3533
|
}
|
|
3890
3534
|
|
|
3891
3535
|
/* Tertiary */
|
|
@@ -3893,23 +3537,20 @@
|
|
|
3893
3537
|
.ui.tertiary.grey.buttons .tertiary.button,
|
|
3894
3538
|
.ui.tertiary.grey.button {
|
|
3895
3539
|
background: transparent;
|
|
3896
|
-
|
|
3897
|
-
box-shadow: none;
|
|
3540
|
+
box-shadow: none;
|
|
3898
3541
|
color: #767676;
|
|
3899
3542
|
}
|
|
3900
3543
|
.ui.tertiary.grey.buttons .button:hover,
|
|
3901
3544
|
.ui.tertiary.grey.buttons button:hover,
|
|
3902
3545
|
.ui.tertiary.grey.button:hover {
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
color: #838383;
|
|
3546
|
+
box-shadow: inset 0 -0.2em 0 #909090;
|
|
3547
|
+
color: #909090;
|
|
3906
3548
|
}
|
|
3907
3549
|
.ui.tertiary.grey.buttons .button:focus,
|
|
3908
3550
|
.ui.tertiary.grey.buttons .tertiary.button:focus,
|
|
3909
3551
|
.ui.tertiary.grey.button:focus {
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
color: #8a8a8a;
|
|
3552
|
+
box-shadow: inset 0 -0.2em 0 #9f9f9f;
|
|
3553
|
+
color: #9f9f9f;
|
|
3913
3554
|
}
|
|
3914
3555
|
.ui.tertiary.grey.buttons .active.button,
|
|
3915
3556
|
.ui.tertiary.grey.buttons .tertiary.active.button,
|
|
@@ -3917,37 +3558,35 @@
|
|
|
3917
3558
|
.ui.tertiary.grey.buttons .button:active,
|
|
3918
3559
|
.ui.tertiary.grey.buttons .tertiary.button:active,
|
|
3919
3560
|
.ui.tertiary.grey.button:active {
|
|
3920
|
-
|
|
3921
|
-
box-shadow: inset 0 -0.2em 0 #7e5454;
|
|
3561
|
+
box-shadow: inset 0 -0.2em 0 #5d5d5d;
|
|
3922
3562
|
color: #696969;
|
|
3923
3563
|
}
|
|
3924
3564
|
.ui.black.buttons .button,
|
|
3925
3565
|
.ui.black.button {
|
|
3926
|
-
background-color: #
|
|
3927
|
-
color: #
|
|
3566
|
+
background-color: #1b1c1d;
|
|
3567
|
+
color: #fff;
|
|
3928
3568
|
text-shadow: none;
|
|
3929
3569
|
background-image: none;
|
|
3930
3570
|
}
|
|
3931
3571
|
.ui.black.button {
|
|
3932
|
-
|
|
3933
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
3572
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
3934
3573
|
}
|
|
3935
3574
|
.ui.black.buttons .button:hover,
|
|
3936
3575
|
.ui.black.button:hover {
|
|
3937
3576
|
background-color: #27292a;
|
|
3938
|
-
color: #
|
|
3577
|
+
color: #fff;
|
|
3939
3578
|
text-shadow: none;
|
|
3940
3579
|
}
|
|
3941
3580
|
.ui.black.buttons .button:focus,
|
|
3942
3581
|
.ui.black.button:focus {
|
|
3943
3582
|
background-color: #2f3032;
|
|
3944
|
-
color: #
|
|
3583
|
+
color: #fff;
|
|
3945
3584
|
text-shadow: none;
|
|
3946
3585
|
}
|
|
3947
3586
|
.ui.black.buttons .button:active,
|
|
3948
3587
|
.ui.black.button:active {
|
|
3949
3588
|
background-color: #343637;
|
|
3950
|
-
color: #
|
|
3589
|
+
color: #fff;
|
|
3951
3590
|
text-shadow: none;
|
|
3952
3591
|
}
|
|
3953
3592
|
.ui.black.buttons .active.button,
|
|
@@ -3955,7 +3594,7 @@
|
|
|
3955
3594
|
.ui.black.active.button,
|
|
3956
3595
|
.ui.black.button .active.button:active {
|
|
3957
3596
|
background-color: #0f0f10;
|
|
3958
|
-
color: #
|
|
3597
|
+
color: #fff;
|
|
3959
3598
|
text-shadow: none;
|
|
3960
3599
|
}
|
|
3961
3600
|
|
|
@@ -3963,48 +3602,39 @@
|
|
|
3963
3602
|
.ui.basic.black.buttons .button,
|
|
3964
3603
|
.ui.basic.black.button {
|
|
3965
3604
|
background: transparent;
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
color: #1B1C1D;
|
|
3605
|
+
box-shadow: 0 0 0 1px #1b1c1d inset;
|
|
3606
|
+
color: #1b1c1d;
|
|
3969
3607
|
}
|
|
3970
3608
|
.ui.basic.black.buttons .button:hover,
|
|
3971
3609
|
.ui.basic.black.button:hover {
|
|
3972
|
-
background: transparent
|
|
3973
|
-
|
|
3974
|
-
box-shadow: 0 0 0 1px #27292a inset;
|
|
3610
|
+
background: transparent;
|
|
3611
|
+
box-shadow: 0 0 0 1px #27292a inset;
|
|
3975
3612
|
color: #27292a;
|
|
3976
3613
|
}
|
|
3977
3614
|
.ui.basic.black.buttons .button:focus,
|
|
3978
3615
|
.ui.basic.black.button:focus {
|
|
3979
|
-
background: transparent
|
|
3980
|
-
|
|
3981
|
-
box-shadow: 0 0 0 1px #2f3032 inset;
|
|
3616
|
+
background: transparent;
|
|
3617
|
+
box-shadow: 0 0 0 1px #2f3032 inset;
|
|
3982
3618
|
color: #27292a;
|
|
3983
3619
|
}
|
|
3984
3620
|
.ui.basic.black.buttons .active.button,
|
|
3985
3621
|
.ui.basic.black.active.button {
|
|
3986
|
-
background: transparent
|
|
3987
|
-
|
|
3988
|
-
box-shadow: 0 0 0 1px #0f0f10 inset;
|
|
3622
|
+
background: transparent;
|
|
3623
|
+
box-shadow: 0 0 0 1px #0f0f10 inset;
|
|
3989
3624
|
color: #343637;
|
|
3990
3625
|
}
|
|
3991
3626
|
.ui.basic.black.buttons .button:active,
|
|
3992
3627
|
.ui.basic.black.button:active {
|
|
3993
|
-
|
|
3994
|
-
box-shadow: 0 0 0 1px #343637 inset;
|
|
3628
|
+
box-shadow: 0 0 0 1px #343637 inset;
|
|
3995
3629
|
color: #343637;
|
|
3996
3630
|
}
|
|
3997
|
-
.ui.buttons:not(.vertical) > .basic.black.button:not(:first-child) {
|
|
3998
|
-
margin-left: -1px;
|
|
3999
|
-
}
|
|
4000
3631
|
|
|
4001
3632
|
/* Inverted */
|
|
4002
3633
|
.ui.inverted.black.buttons .button,
|
|
4003
3634
|
.ui.inverted.black.button {
|
|
4004
3635
|
background-color: transparent;
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
color: #FFFFFF;
|
|
3636
|
+
box-shadow: 0 0 0 2px #d4d4d5 inset;
|
|
3637
|
+
color: #fff;
|
|
4008
3638
|
}
|
|
4009
3639
|
.ui.inverted.black.buttons .button:hover,
|
|
4010
3640
|
.ui.inverted.black.button:hover,
|
|
@@ -4014,9 +3644,8 @@
|
|
|
4014
3644
|
.ui.inverted.black.button.active,
|
|
4015
3645
|
.ui.inverted.black.buttons .button:active,
|
|
4016
3646
|
.ui.inverted.black.button:active {
|
|
4017
|
-
|
|
4018
|
-
|
|
4019
|
-
color: #FFFFFF;
|
|
3647
|
+
box-shadow: none;
|
|
3648
|
+
color: #fff;
|
|
4020
3649
|
}
|
|
4021
3650
|
.ui.inverted.black.buttons .button:hover,
|
|
4022
3651
|
.ui.inverted.black.button:hover {
|
|
@@ -4040,37 +3669,32 @@
|
|
|
4040
3669
|
.ui.inverted.black.buttons .basic.button,
|
|
4041
3670
|
.ui.inverted.black.basic.button {
|
|
4042
3671
|
background-color: transparent;
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
color: #FFFFFF;
|
|
3672
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
|
3673
|
+
color: #fff;
|
|
4046
3674
|
}
|
|
4047
3675
|
.ui.inverted.black.basic.buttons .button:hover,
|
|
4048
3676
|
.ui.inverted.black.buttons .basic.button:hover,
|
|
4049
3677
|
.ui.inverted.black.basic.button:hover {
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
color: #FFFFFF;
|
|
3678
|
+
box-shadow: 0 0 0 2px #000000 inset;
|
|
3679
|
+
color: #fff;
|
|
4053
3680
|
}
|
|
4054
3681
|
.ui.inverted.black.basic.buttons .button:focus,
|
|
4055
3682
|
.ui.inverted.black.basic.buttons .button:focus,
|
|
4056
3683
|
.ui.inverted.black.basic.button:focus {
|
|
4057
|
-
|
|
4058
|
-
box-shadow: 0 0 0 2px #000000 inset;
|
|
3684
|
+
box-shadow: 0 0 0 2px #000000 inset;
|
|
4059
3685
|
color: #545454;
|
|
4060
3686
|
}
|
|
4061
3687
|
.ui.inverted.black.basic.buttons .active.button,
|
|
4062
3688
|
.ui.inverted.black.buttons .basic.active.button,
|
|
4063
3689
|
.ui.inverted.black.basic.active.button {
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
color: #FFFFFF;
|
|
3690
|
+
box-shadow: 0 0 0 2px #000000 inset;
|
|
3691
|
+
color: #fff;
|
|
4067
3692
|
}
|
|
4068
3693
|
.ui.inverted.black.basic.buttons .button:active,
|
|
4069
3694
|
.ui.inverted.black.buttons .basic.button:active,
|
|
4070
3695
|
.ui.inverted.black.basic.button:active {
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
color: #FFFFFF;
|
|
3696
|
+
box-shadow: 0 0 0 2px #000000 inset;
|
|
3697
|
+
color: #fff;
|
|
4074
3698
|
}
|
|
4075
3699
|
|
|
4076
3700
|
/* Tertiary */
|
|
@@ -4078,22 +3702,19 @@
|
|
|
4078
3702
|
.ui.tertiary.black.buttons .tertiary.button,
|
|
4079
3703
|
.ui.tertiary.black.button {
|
|
4080
3704
|
background: transparent;
|
|
4081
|
-
|
|
4082
|
-
|
|
4083
|
-
color: #1B1C1D;
|
|
3705
|
+
box-shadow: none;
|
|
3706
|
+
color: #1b1c1d;
|
|
4084
3707
|
}
|
|
4085
3708
|
.ui.tertiary.black.buttons .button:hover,
|
|
4086
3709
|
.ui.tertiary.black.buttons button:hover,
|
|
4087
3710
|
.ui.tertiary.black.button:hover {
|
|
4088
|
-
|
|
4089
|
-
box-shadow: inset 0 -0.2em 0 #8b8f93;
|
|
3711
|
+
box-shadow: inset 0 -0.2em 0 #8b8f93;
|
|
4090
3712
|
color: #8b8f93;
|
|
4091
3713
|
}
|
|
4092
3714
|
.ui.tertiary.black.buttons .button:focus,
|
|
4093
3715
|
.ui.tertiary.black.buttons .tertiary.button:focus,
|
|
4094
3716
|
.ui.tertiary.black.button:focus {
|
|
4095
|
-
|
|
4096
|
-
box-shadow: inset 0 -0.2em 0 #93969a;
|
|
3717
|
+
box-shadow: inset 0 -0.2em 0 #93969a;
|
|
4097
3718
|
color: #93969a;
|
|
4098
3719
|
}
|
|
4099
3720
|
.ui.tertiary.black.buttons .active.button,
|
|
@@ -4102,44 +3723,37 @@
|
|
|
4102
3723
|
.ui.tertiary.black.buttons .button:active,
|
|
4103
3724
|
.ui.tertiary.black.buttons .tertiary.button:active,
|
|
4104
3725
|
.ui.tertiary.black.button:active {
|
|
4105
|
-
|
|
4106
|
-
box-shadow: inset 0 -0.2em 0 #404245;
|
|
3726
|
+
box-shadow: inset 0 -0.2em 0 #404245;
|
|
4107
3727
|
color: #0f0f10;
|
|
4108
3728
|
}
|
|
4109
3729
|
|
|
4110
|
-
/*---------------
|
|
4111
|
-
Positive
|
|
4112
|
-
----------------*/
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
3730
|
/* Standard */
|
|
4116
3731
|
.ui.positive.buttons .button,
|
|
4117
3732
|
.ui.positive.button {
|
|
4118
|
-
background-color: #
|
|
4119
|
-
color: #
|
|
3733
|
+
background-color: #21ba45;
|
|
3734
|
+
color: #fff;
|
|
4120
3735
|
text-shadow: none;
|
|
4121
3736
|
background-image: none;
|
|
4122
3737
|
}
|
|
4123
3738
|
.ui.positive.button {
|
|
4124
|
-
|
|
4125
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
3739
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
4126
3740
|
}
|
|
4127
3741
|
.ui.positive.buttons .button:hover,
|
|
4128
3742
|
.ui.positive.button:hover {
|
|
4129
3743
|
background-color: #16ab39;
|
|
4130
|
-
color: #
|
|
3744
|
+
color: #fff;
|
|
4131
3745
|
text-shadow: none;
|
|
4132
3746
|
}
|
|
4133
3747
|
.ui.positive.buttons .button:focus,
|
|
4134
3748
|
.ui.positive.button:focus {
|
|
4135
3749
|
background-color: #0ea432;
|
|
4136
|
-
color: #
|
|
3750
|
+
color: #fff;
|
|
4137
3751
|
text-shadow: none;
|
|
4138
3752
|
}
|
|
4139
3753
|
.ui.positive.buttons .button:active,
|
|
4140
3754
|
.ui.positive.button:active {
|
|
4141
3755
|
background-color: #198f35;
|
|
4142
|
-
color: #
|
|
3756
|
+
color: #fff;
|
|
4143
3757
|
text-shadow: none;
|
|
4144
3758
|
}
|
|
4145
3759
|
.ui.positive.buttons .active.button,
|
|
@@ -4147,7 +3761,7 @@
|
|
|
4147
3761
|
.ui.positive.active.button,
|
|
4148
3762
|
.ui.positive.button .active.button:active {
|
|
4149
3763
|
background-color: #13ae38;
|
|
4150
|
-
color: #
|
|
3764
|
+
color: #fff;
|
|
4151
3765
|
text-shadow: none;
|
|
4152
3766
|
}
|
|
4153
3767
|
|
|
@@ -4155,74 +3769,63 @@
|
|
|
4155
3769
|
.ui.basic.positive.buttons .button,
|
|
4156
3770
|
.ui.basic.positive.button {
|
|
4157
3771
|
background: transparent;
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
color: #21BA45;
|
|
3772
|
+
box-shadow: 0 0 0 1px #21ba45 inset;
|
|
3773
|
+
color: #21ba45;
|
|
4161
3774
|
}
|
|
4162
3775
|
.ui.basic.positive.buttons .button:hover,
|
|
4163
3776
|
.ui.basic.positive.button:hover {
|
|
4164
3777
|
background: transparent;
|
|
4165
|
-
|
|
4166
|
-
box-shadow: 0 0 0 1px #16ab39 inset;
|
|
3778
|
+
box-shadow: 0 0 0 1px #16ab39 inset;
|
|
4167
3779
|
color: #16ab39;
|
|
4168
3780
|
}
|
|
4169
3781
|
.ui.basic.positive.buttons .button:focus,
|
|
4170
3782
|
.ui.basic.positive.button:focus {
|
|
4171
3783
|
background: transparent;
|
|
4172
|
-
|
|
4173
|
-
box-shadow: 0 0 0 1px #0ea432 inset;
|
|
3784
|
+
box-shadow: 0 0 0 1px #0ea432 inset;
|
|
4174
3785
|
color: #16ab39;
|
|
4175
3786
|
}
|
|
4176
3787
|
.ui.basic.positive.buttons .active.button,
|
|
4177
3788
|
.ui.basic.positive.active.button {
|
|
4178
3789
|
background: transparent;
|
|
4179
|
-
|
|
4180
|
-
box-shadow: 0 0 0 1px #13ae38 inset;
|
|
3790
|
+
box-shadow: 0 0 0 1px #13ae38 inset;
|
|
4181
3791
|
color: #198f35;
|
|
4182
3792
|
}
|
|
4183
3793
|
.ui.basic.positive.buttons .button:active,
|
|
4184
3794
|
.ui.basic.positive.button:active {
|
|
4185
|
-
|
|
4186
|
-
box-shadow: 0 0 0 1px #198f35 inset;
|
|
3795
|
+
box-shadow: 0 0 0 1px #198f35 inset;
|
|
4187
3796
|
color: #198f35;
|
|
4188
3797
|
}
|
|
4189
3798
|
.ui.buttons:not(.vertical) > .basic.positive.button:not(:first-child) {
|
|
4190
3799
|
margin-left: -1px;
|
|
4191
3800
|
}
|
|
4192
3801
|
|
|
4193
|
-
/*---------------
|
|
4194
|
-
Negative
|
|
4195
|
-
----------------*/
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
3802
|
/* Standard */
|
|
4199
3803
|
.ui.negative.buttons .button,
|
|
4200
3804
|
.ui.negative.button {
|
|
4201
|
-
background-color: #
|
|
4202
|
-
color: #
|
|
3805
|
+
background-color: #db2828;
|
|
3806
|
+
color: #fff;
|
|
4203
3807
|
text-shadow: none;
|
|
4204
3808
|
background-image: none;
|
|
4205
3809
|
}
|
|
4206
3810
|
.ui.negative.button {
|
|
4207
|
-
|
|
4208
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
3811
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
4209
3812
|
}
|
|
4210
3813
|
.ui.negative.buttons .button:hover,
|
|
4211
3814
|
.ui.negative.button:hover {
|
|
4212
3815
|
background-color: #d01919;
|
|
4213
|
-
color: #
|
|
3816
|
+
color: #fff;
|
|
4214
3817
|
text-shadow: none;
|
|
4215
3818
|
}
|
|
4216
3819
|
.ui.negative.buttons .button:focus,
|
|
4217
3820
|
.ui.negative.button:focus {
|
|
4218
3821
|
background-color: #ca1010;
|
|
4219
|
-
color: #
|
|
3822
|
+
color: #fff;
|
|
4220
3823
|
text-shadow: none;
|
|
4221
3824
|
}
|
|
4222
3825
|
.ui.negative.buttons .button:active,
|
|
4223
3826
|
.ui.negative.button:active {
|
|
4224
3827
|
background-color: #b21e1e;
|
|
4225
|
-
color: #
|
|
3828
|
+
color: #fff;
|
|
4226
3829
|
text-shadow: none;
|
|
4227
3830
|
}
|
|
4228
3831
|
.ui.negative.buttons .active.button,
|
|
@@ -4230,7 +3833,7 @@
|
|
|
4230
3833
|
.ui.negative.active.button,
|
|
4231
3834
|
.ui.negative.button .active.button:active {
|
|
4232
3835
|
background-color: #d41515;
|
|
4233
|
-
color: #
|
|
3836
|
+
color: #fff;
|
|
4234
3837
|
text-shadow: none;
|
|
4235
3838
|
}
|
|
4236
3839
|
|
|
@@ -4238,35 +3841,30 @@
|
|
|
4238
3841
|
.ui.basic.negative.buttons .button,
|
|
4239
3842
|
.ui.basic.negative.button {
|
|
4240
3843
|
background: transparent;
|
|
4241
|
-
|
|
4242
|
-
|
|
4243
|
-
color: #DB2828;
|
|
3844
|
+
box-shadow: 0 0 0 1px #db2828 inset;
|
|
3845
|
+
color: #db2828;
|
|
4244
3846
|
}
|
|
4245
3847
|
.ui.basic.negative.buttons .button:hover,
|
|
4246
3848
|
.ui.basic.negative.button:hover {
|
|
4247
3849
|
background: transparent;
|
|
4248
|
-
|
|
4249
|
-
box-shadow: 0 0 0 1px #d01919 inset;
|
|
3850
|
+
box-shadow: 0 0 0 1px #d01919 inset;
|
|
4250
3851
|
color: #d01919;
|
|
4251
3852
|
}
|
|
4252
3853
|
.ui.basic.negative.buttons .button:focus,
|
|
4253
3854
|
.ui.basic.negative.button:focus {
|
|
4254
3855
|
background: transparent;
|
|
4255
|
-
|
|
4256
|
-
box-shadow: 0 0 0 1px #ca1010 inset;
|
|
3856
|
+
box-shadow: 0 0 0 1px #ca1010 inset;
|
|
4257
3857
|
color: #d01919;
|
|
4258
3858
|
}
|
|
4259
3859
|
.ui.basic.negative.buttons .active.button,
|
|
4260
3860
|
.ui.basic.negative.active.button {
|
|
4261
3861
|
background: transparent;
|
|
4262
|
-
|
|
4263
|
-
box-shadow: 0 0 0 1px #d41515 inset;
|
|
3862
|
+
box-shadow: 0 0 0 1px #d41515 inset;
|
|
4264
3863
|
color: #b21e1e;
|
|
4265
3864
|
}
|
|
4266
3865
|
.ui.basic.negative.buttons .button:active,
|
|
4267
3866
|
.ui.basic.negative.button:active {
|
|
4268
|
-
|
|
4269
|
-
box-shadow: 0 0 0 1px #b21e1e inset;
|
|
3867
|
+
box-shadow: 0 0 0 1px #b21e1e inset;
|
|
4270
3868
|
color: #b21e1e;
|
|
4271
3869
|
}
|
|
4272
3870
|
.ui.buttons:not(.vertical) > .basic.negative.button:not(:first-child) {
|
|
@@ -4275,28 +3873,22 @@
|
|
|
4275
3873
|
|
|
4276
3874
|
|
|
4277
3875
|
/*******************************
|
|
4278
|
-
|
|
4279
|
-
|
|
3876
|
+
Groups
|
|
3877
|
+
*******************************/
|
|
4280
3878
|
|
|
4281
3879
|
.ui.buttons {
|
|
4282
|
-
display: -webkit-inline-box;
|
|
4283
|
-
display: -ms-inline-flexbox;
|
|
4284
3880
|
display: inline-flex;
|
|
4285
|
-
-
|
|
4286
|
-
-webkit-box-direction: normal;
|
|
4287
|
-
-ms-flex-direction: row;
|
|
4288
|
-
flex-direction: row;
|
|
3881
|
+
flex-direction: row;
|
|
4289
3882
|
font-size: 0;
|
|
4290
3883
|
vertical-align: baseline;
|
|
4291
3884
|
margin: 0 0.25em 0 0;
|
|
4292
3885
|
}
|
|
4293
3886
|
.ui.buttons:not(.basic):not(.inverted) {
|
|
4294
|
-
|
|
4295
|
-
box-shadow: none;
|
|
3887
|
+
box-shadow: none;
|
|
4296
3888
|
}
|
|
4297
3889
|
|
|
4298
3890
|
/* Clearfix */
|
|
4299
|
-
.ui.buttons
|
|
3891
|
+
.ui.buttons::after {
|
|
4300
3892
|
content: ".";
|
|
4301
3893
|
display: block;
|
|
4302
3894
|
height: 0;
|
|
@@ -4306,15 +3898,12 @@
|
|
|
4306
3898
|
|
|
4307
3899
|
/* Standard Group */
|
|
4308
3900
|
.ui.buttons .button {
|
|
4309
|
-
|
|
4310
|
-
-ms-flex: 1 0 auto;
|
|
4311
|
-
flex: 1 0 auto;
|
|
3901
|
+
flex: 1 0 auto;
|
|
4312
3902
|
border-radius: 0;
|
|
4313
|
-
margin: 0
|
|
3903
|
+
margin: 0;
|
|
4314
3904
|
}
|
|
4315
3905
|
.ui.buttons:not(.basic):not(.inverted) > .button:not(.basic):not(.inverted) {
|
|
4316
|
-
|
|
4317
|
-
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
3906
|
+
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
4318
3907
|
}
|
|
4319
3908
|
.ui.buttons .button:first-child {
|
|
4320
3909
|
border-left: none;
|
|
@@ -4327,25 +3916,21 @@
|
|
|
4327
3916
|
border-bottom-right-radius: 0.28571429rem;
|
|
4328
3917
|
}
|
|
4329
3918
|
|
|
4330
|
-
/* Vertical
|
|
3919
|
+
/* Vertical Style */
|
|
4331
3920
|
.ui.vertical.buttons {
|
|
4332
|
-
display: -webkit-inline-box;
|
|
4333
|
-
display: -ms-inline-flexbox;
|
|
4334
3921
|
display: inline-flex;
|
|
4335
|
-
-
|
|
4336
|
-
-webkit-box-direction: normal;
|
|
4337
|
-
-ms-flex-direction: column;
|
|
4338
|
-
flex-direction: column;
|
|
3922
|
+
flex-direction: column;
|
|
4339
3923
|
}
|
|
4340
3924
|
.ui.vertical.buttons .button {
|
|
4341
3925
|
display: block;
|
|
4342
3926
|
float: none;
|
|
4343
3927
|
width: 100%;
|
|
4344
|
-
margin: 0
|
|
4345
|
-
-webkit-box-shadow: none;
|
|
4346
|
-
box-shadow: none;
|
|
3928
|
+
margin: 0;
|
|
4347
3929
|
border-radius: 0;
|
|
4348
3930
|
}
|
|
3931
|
+
.ui.vertical.buttons .button:not(.basic) {
|
|
3932
|
+
box-shadow: none;
|
|
3933
|
+
}
|
|
4349
3934
|
.ui.vertical.buttons .button:first-child {
|
|
4350
3935
|
border-top-left-radius: 0.28571429rem;
|
|
4351
3936
|
border-top-right-radius: 0.28571429rem;
|
|
@@ -4358,6 +3943,89 @@
|
|
|
4358
3943
|
.ui.vertical.buttons .button:only-child {
|
|
4359
3944
|
border-radius: 0.28571429rem;
|
|
4360
3945
|
}
|
|
3946
|
+
.ui.vertical.buttons .basic.button:not(:first-child) {
|
|
3947
|
+
border-top: none;
|
|
3948
|
+
}
|
|
3949
|
+
.ui.wrapping.buttons {
|
|
3950
|
+
flex-wrap: wrap;
|
|
3951
|
+
}
|
|
3952
|
+
.ui.wrapping.basic.buttons {
|
|
3953
|
+
border-bottom: none;
|
|
3954
|
+
}
|
|
3955
|
+
.ui.wrapping.basic.buttons .button {
|
|
3956
|
+
border-bottom: 1px solid rgba(34, 36, 38, 0.15);
|
|
3957
|
+
}
|
|
3958
|
+
.ui.wrapping.basic.buttons .button:hover {
|
|
3959
|
+
background: transparent !important;
|
|
3960
|
+
}
|
|
3961
|
+
.ui.compact.wrapping.buttons .button {
|
|
3962
|
+
flex: none;
|
|
3963
|
+
}
|
|
3964
|
+
.ui.wrapped.buttons:not(.spaced) {
|
|
3965
|
+
border-top-right-radius: 0;
|
|
3966
|
+
}
|
|
3967
|
+
.ui.wrapped.buttons:not(.spaced) .button:first-child {
|
|
3968
|
+
border-radius: 0.28571429rem 0 0 0;
|
|
3969
|
+
}
|
|
3970
|
+
.ui.wrapped.buttons:not(.spaced) .button:last-child {
|
|
3971
|
+
border-radius: 0 0 0.28571429rem 0;
|
|
3972
|
+
}
|
|
3973
|
+
.ui.wrapped[class*="top attached"].buttons {
|
|
3974
|
+
border-radius: 0.28571429rem 0 0 0;
|
|
3975
|
+
}
|
|
3976
|
+
.ui.wrapped[class*="top attached"].buttons .button:last-child {
|
|
3977
|
+
border-radius: 0;
|
|
3978
|
+
}
|
|
3979
|
+
.ui.wrapped[class*="bottom attached"].buttons {
|
|
3980
|
+
border-radius: 0 0 0 0.28571429rem;
|
|
3981
|
+
}
|
|
3982
|
+
.ui.wrapped[class*="bottom attached"].buttons .button:first-child {
|
|
3983
|
+
border-radius: 0;
|
|
3984
|
+
}
|
|
3985
|
+
.ui.spaced.buttons .ui.button {
|
|
3986
|
+
margin-bottom: 1em;
|
|
3987
|
+
margin-right: 1em;
|
|
3988
|
+
border-radius: 0.28571429rem;
|
|
3989
|
+
}
|
|
3990
|
+
.ui.spaced.basic.buttons {
|
|
3991
|
+
border: none;
|
|
3992
|
+
}
|
|
3993
|
+
.ui.spaced.basic.buttons .button {
|
|
3994
|
+
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
3995
|
+
}
|
|
3996
|
+
.ui.spaced.basic.buttons .button.basic {
|
|
3997
|
+
border: none;
|
|
3998
|
+
}
|
|
3999
|
+
.ui.spaced.basic.vertical.buttons .button:first-child {
|
|
4000
|
+
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
|
4001
|
+
}
|
|
4002
|
+
.ui.spaced.basic.wrapping.buttons .button:not(.basic) {
|
|
4003
|
+
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
|
4004
|
+
border-right: 1px solid rgba(34, 36, 38, 0.15);
|
|
4005
|
+
}
|
|
4006
|
+
.ui.spaced.basic.wrapping.buttons .button:not(.basic):first-child {
|
|
4007
|
+
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
|
4008
|
+
}
|
|
4009
|
+
.ui.spaced.basic.inverted.buttons .basic.button {
|
|
4010
|
+
margin-bottom: calc(1em + 1px);
|
|
4011
|
+
margin-top: 1px;
|
|
4012
|
+
}
|
|
4013
|
+
.ui.basic.buttons:not(.vertical).inverted .button,
|
|
4014
|
+
.ui.basic.buttons:not(.vertical) .basic.button {
|
|
4015
|
+
margin-left: -1px;
|
|
4016
|
+
border-right: none;
|
|
4017
|
+
}
|
|
4018
|
+
.ui.basic.buttons:not(.vertical):not(.spaced):not(.inverted) .basic.button {
|
|
4019
|
+
margin-top: -1px;
|
|
4020
|
+
border-bottom: none;
|
|
4021
|
+
}
|
|
4022
|
+
.ui.inverted.basic.buttons:not(.spaced) .button,
|
|
4023
|
+
.ui.attached.basic.buttons:not(.wrapping):not(.inverted) .basic.button {
|
|
4024
|
+
margin-bottom: -1px;
|
|
4025
|
+
}
|
|
4026
|
+
.ui.basic.buttons:not(.vertical):not(.attached):not(.spaced):not(.wrapping):not(.inverted) .basic.button {
|
|
4027
|
+
margin-bottom: -1px;
|
|
4028
|
+
}
|
|
4361
4029
|
|
|
4362
4030
|
|
|
4363
4031
|
/*******************************
|