fomantic-ui-sass 2.8.8.1 → 2.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
- data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/icons.svg +245 -7
- data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
- data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +569 -590
- data/app/assets/javascripts/semantic-ui/api.js +1153 -1116
- data/app/assets/javascripts/semantic-ui/calendar.js +1941 -1698
- data/app/assets/javascripts/semantic-ui/checkbox.js +862 -854
- data/app/assets/javascripts/semantic-ui/dimmer.js +697 -713
- data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4192
- data/app/assets/javascripts/semantic-ui/embed.js +646 -672
- data/app/assets/javascripts/semantic-ui/flyout.js +1579 -0
- data/app/assets/javascripts/semantic-ui/form.js +2024 -2000
- data/app/assets/javascripts/semantic-ui/modal.js +1546 -1384
- data/app/assets/javascripts/semantic-ui/nag.js +521 -527
- data/app/assets/javascripts/semantic-ui/popup.js +1457 -1463
- data/app/assets/javascripts/semantic-ui/progress.js +970 -995
- data/app/assets/javascripts/semantic-ui/rating.js +508 -520
- data/app/assets/javascripts/semantic-ui/search.js +1521 -1508
- data/app/assets/javascripts/semantic-ui/shape.js +784 -811
- data/app/assets/javascripts/semantic-ui/sidebar.js +1061 -1002
- data/app/assets/javascripts/semantic-ui/site.js +437 -477
- data/app/assets/javascripts/semantic-ui/slider.js +1311 -1297
- data/app/assets/javascripts/semantic-ui/state.js +639 -658
- data/app/assets/javascripts/semantic-ui/sticky.js +848 -891
- data/app/assets/javascripts/semantic-ui/tab.js +895 -941
- data/app/assets/javascripts/semantic-ui/toast.js +911 -851
- data/app/assets/javascripts/semantic-ui/transition.js +1049 -1073
- data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +389 -407
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +203 -345
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +372 -501
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +154 -226
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2065 -880
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +867 -1232
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +101 -6
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +75 -93
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +11148 -9190
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1037 -929
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +124 -146
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2728 -2759
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +982 -163
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -479
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +80 -101
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +452 -540
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +56 -76
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +263 -255
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +106 -179
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +14 -18
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +132 -48
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +196 -74
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +43 -29
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +210 -280
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +78 -182
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +339 -423
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +24 -35
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +546 -0
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +150 -153
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +530 -310
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +88 -168
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +73 -102
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +126 -215
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +110 -138
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +16 -20
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +111 -141
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +39 -50
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +949 -458
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +44 -62
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +50 -72
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +89 -136
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +78 -119
- data/lib/fomantic/ui/sass/version.rb +2 -2
- data/tasks/converter.rb +1 -1
- metadata +21 -3
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.
|
3
|
-
*
|
2
|
+
* # Fomantic-UI 2.9.1 - 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,209 +387,197 @@
|
|
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
|
-
-webkit-transition: opacity 0.1s ease;
|
636
579
|
transition: opacity 0.1s ease;
|
637
|
-
color:
|
580
|
+
color: "";
|
638
581
|
}
|
639
582
|
.ui.button:not(.icon) > .icon:not(.button):not(.dropdown),
|
640
583
|
.ui.button:not(.icon) > .icons:not(.button):not(.dropdown) {
|
@@ -654,18 +597,14 @@
|
|
654
597
|
*******************************/
|
655
598
|
|
656
599
|
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
600
|
+
/* --------------
|
601
|
+
Stackable
|
602
|
+
--------------- */
|
661
603
|
|
662
604
|
/* Tablet Or Below */
|
663
605
|
@media only screen and (max-width: 767.98px) {
|
664
606
|
.ui.stackable.buttons {
|
665
|
-
-
|
666
|
-
-webkit-box-direction: normal;
|
667
|
-
-ms-flex-direction: column;
|
668
|
-
flex-direction: column;
|
607
|
+
flex-direction: column;
|
669
608
|
width: 100%;
|
670
609
|
}
|
671
610
|
.ui.stackable.buttons .button:first-child {
|
@@ -681,10 +620,9 @@
|
|
681
620
|
}
|
682
621
|
}
|
683
622
|
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
623
|
+
/* -------------------
|
624
|
+
Floated
|
625
|
+
-------------------- */
|
688
626
|
.ui[class*="left floated"].buttons,
|
689
627
|
.ui[class*="left floated"].button {
|
690
628
|
float: left;
|
@@ -698,10 +636,9 @@
|
|
698
636
|
margin-left: 0.25em;
|
699
637
|
}
|
700
638
|
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
639
|
+
/* -------------------
|
640
|
+
Compact
|
641
|
+
-------------------- */
|
705
642
|
.ui.compact.buttons .button,
|
706
643
|
.ui.compact.button {
|
707
644
|
padding: 0.58928571em 1.125em 0.58928571em;
|
@@ -716,13 +653,12 @@
|
|
716
653
|
}
|
717
654
|
.ui.compact.labeled.icon.buttons .button > .icon,
|
718
655
|
.ui.compact.labeled.icon.button > .icon {
|
719
|
-
padding: 0.58928571em 0
|
656
|
+
padding: 0.58928571em 0;
|
720
657
|
}
|
721
658
|
|
722
|
-
|
659
|
+
/* -------------------
|
723
660
|
Sizes
|
724
|
-
|
725
|
-
|
661
|
+
-------------------- */
|
726
662
|
.ui.buttons .button,
|
727
663
|
.ui.buttons .or,
|
728
664
|
.ui.button {
|
@@ -778,10 +714,9 @@
|
|
778
714
|
font-size: 1.71428571rem;
|
779
715
|
}
|
780
716
|
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
717
|
+
/* --------------
|
718
|
+
Icon Only
|
719
|
+
--------------- */
|
785
720
|
.ui.icon.buttons .button,
|
786
721
|
.ui.icon.button:not(.animated):not(.compact):not(.labeled) {
|
787
722
|
padding: 0.78571429em 0.78571429em 0.78571429em;
|
@@ -797,10 +732,9 @@
|
|
797
732
|
vertical-align: top;
|
798
733
|
}
|
799
734
|
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
735
|
+
/* -------------------
|
736
|
+
Basic
|
737
|
+
-------------------- */
|
804
738
|
.ui.basic.buttons .button,
|
805
739
|
.ui.basic.button {
|
806
740
|
background: transparent none;
|
@@ -809,163 +743,139 @@
|
|
809
743
|
border-radius: 0.28571429rem;
|
810
744
|
text-transform: none;
|
811
745
|
text-shadow: none !important;
|
812
|
-
|
813
|
-
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;
|
814
747
|
}
|
815
748
|
.ui.basic.buttons {
|
816
|
-
|
817
|
-
box-shadow: none;
|
749
|
+
box-shadow: none;
|
818
750
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
819
751
|
border-radius: 0.28571429rem;
|
752
|
+
border-right: none;
|
820
753
|
}
|
821
754
|
.ui.basic.buttons .button {
|
822
755
|
border-radius: 0;
|
823
756
|
}
|
824
757
|
.ui.basic.buttons .button:hover,
|
825
758
|
.ui.basic.button:hover {
|
826
|
-
background: #
|
759
|
+
background: #fff;
|
827
760
|
color: rgba(0, 0, 0, 0.8);
|
828
|
-
|
829
|
-
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;
|
830
762
|
}
|
831
763
|
.ui.basic.buttons .button:focus,
|
832
764
|
.ui.basic.button:focus {
|
833
|
-
background: #
|
765
|
+
background: #fff;
|
834
766
|
color: rgba(0, 0, 0, 0.8);
|
835
|
-
|
836
|
-
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;
|
837
768
|
}
|
838
769
|
.ui.basic.buttons .button:active,
|
839
770
|
.ui.basic.button:active {
|
840
|
-
background: #
|
771
|
+
background: #f8f8f8;
|
841
772
|
color: rgba(0, 0, 0, 0.9);
|
842
|
-
|
843
|
-
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;
|
844
774
|
}
|
845
775
|
.ui.basic.buttons .active.button,
|
846
776
|
.ui.basic.active.button {
|
847
777
|
background: rgba(0, 0, 0, 0.05);
|
848
|
-
|
849
|
-
box-shadow: '';
|
778
|
+
box-shadow: "";
|
850
779
|
color: rgba(0, 0, 0, 0.95);
|
851
780
|
}
|
852
781
|
.ui.basic.buttons .active.button:hover,
|
853
782
|
.ui.basic.active.button:hover {
|
854
783
|
background-color: rgba(0, 0, 0, 0.05);
|
855
784
|
}
|
856
|
-
|
857
|
-
/* Vertical */
|
858
785
|
.ui.basic.buttons .button:hover {
|
859
|
-
|
860
|
-
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;
|
861
787
|
}
|
862
788
|
.ui.basic.buttons .button:active {
|
863
|
-
|
864
|
-
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;
|
865
790
|
}
|
866
791
|
.ui.basic.buttons .active.button {
|
867
|
-
|
868
|
-
box-shadow: '';
|
792
|
+
box-shadow: "";
|
869
793
|
}
|
870
794
|
|
871
795
|
/* Standard Basic Inverted */
|
872
796
|
.ui.basic.inverted.buttons .button,
|
873
797
|
.ui.basic.inverted.button {
|
874
798
|
background-color: transparent;
|
875
|
-
color: #
|
876
|
-
|
877
|
-
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;
|
878
801
|
}
|
879
802
|
.ui.basic.inverted.buttons .button:hover,
|
880
803
|
.ui.basic.inverted.button:hover {
|
881
|
-
color: #
|
882
|
-
|
883
|
-
box-shadow: 0 0 0 2px #ffffff inset;
|
804
|
+
color: #fff;
|
805
|
+
box-shadow: 0 0 0 2px #ffffff inset;
|
884
806
|
}
|
885
807
|
.ui.basic.inverted.buttons .button:focus,
|
886
808
|
.ui.basic.inverted.button:focus {
|
887
|
-
color: #
|
888
|
-
|
889
|
-
box-shadow: 0 0 0 2px #ffffff inset;
|
809
|
+
color: #fff;
|
810
|
+
box-shadow: 0 0 0 2px #ffffff inset;
|
890
811
|
}
|
891
812
|
.ui.basic.inverted.buttons .button:active,
|
892
813
|
.ui.basic.inverted.button:active {
|
893
814
|
background-color: rgba(255, 255, 255, 0.08);
|
894
|
-
color: #
|
895
|
-
|
896
|
-
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;
|
897
817
|
}
|
898
818
|
.ui.basic.inverted.buttons .active.button,
|
899
819
|
.ui.basic.inverted.active.button {
|
900
820
|
background-color: rgba(255, 255, 255, 0.08);
|
901
|
-
color: #
|
821
|
+
color: #fff;
|
902
822
|
text-shadow: none;
|
903
|
-
|
904
|
-
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;
|
905
824
|
}
|
906
825
|
.ui.basic.inverted.buttons .active.button:hover,
|
907
826
|
.ui.basic.inverted.active.button:hover {
|
908
827
|
background-color: rgba(255, 255, 255, 0.15);
|
909
|
-
|
910
|
-
box-shadow: 0 0 0 2px #ffffff inset;
|
828
|
+
box-shadow: 0 0 0 2px #ffffff inset;
|
911
829
|
}
|
912
830
|
|
913
831
|
/* Basic Group */
|
914
|
-
.ui.basic.buttons .button {
|
915
|
-
border-
|
916
|
-
|
917
|
-
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;
|
918
835
|
}
|
919
836
|
.ui.basic.vertical.buttons .button {
|
920
837
|
border-left: none;
|
921
838
|
border-left-width: 0;
|
922
839
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
923
840
|
}
|
924
|
-
.ui.basic.vertical.buttons .button:first-child {
|
925
|
-
border-top
|
841
|
+
.ui.basic.vertical.buttons:not(.spaced) .button:first-child {
|
842
|
+
border-top: none;
|
926
843
|
}
|
927
844
|
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
845
|
+
/* -------------------
|
846
|
+
Tertiary
|
847
|
+
-------------------- */
|
932
848
|
|
933
849
|
/* Overline Mixin */
|
934
850
|
.ui.tertiary.button {
|
935
|
-
-webkit-transition: color 0.1s ease !important;
|
936
851
|
transition: color 0.1s ease !important;
|
937
852
|
border-radius: 0;
|
938
853
|
margin: 0.28571429em 0.25em 0.28571429em 0 !important;
|
939
|
-
padding: 0.5em !important;
|
940
|
-
|
941
|
-
box-shadow: none;
|
854
|
+
padding: 0.5em 0.5em !important;
|
855
|
+
box-shadow: none;
|
942
856
|
color: rgba(0, 0, 0, 0.6);
|
943
857
|
background: none;
|
944
858
|
}
|
945
859
|
.ui.tertiary.button:hover {
|
946
|
-
|
947
|
-
box-shadow: inset 0 -0.2em 0 #666666;
|
860
|
+
box-shadow: inset 0 -0.2em 0 #666666;
|
948
861
|
color: #333333;
|
949
862
|
background: none;
|
950
863
|
}
|
951
864
|
.ui.tertiary.button:focus {
|
952
|
-
|
953
|
-
box-shadow: inset 0 -0.2em 0 #666666;
|
865
|
+
box-shadow: inset 0 -0.2em 0 #666666;
|
954
866
|
color: #333333;
|
955
867
|
background: none;
|
956
868
|
}
|
957
869
|
.ui.tertiary.button:active {
|
958
|
-
|
959
|
-
box-shadow: inset 0 -0.2em 0 #999999;
|
870
|
+
box-shadow: inset 0 -0.2em 0 #999999;
|
960
871
|
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
961
872
|
color: #666666;
|
962
873
|
background: none;
|
963
874
|
}
|
964
875
|
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
876
|
+
/* --------------
|
877
|
+
Labeled Icon
|
878
|
+
--------------- */
|
969
879
|
.ui.labeled.icon.buttons .button,
|
970
880
|
.ui.labeled.icon.button {
|
971
881
|
position: relative;
|
@@ -985,15 +895,13 @@
|
|
985
895
|
border-top-left-radius: inherit;
|
986
896
|
border-bottom-left-radius: inherit;
|
987
897
|
text-align: center;
|
988
|
-
|
989
|
-
|
990
|
-
padding: 0.78571429em 0 0.78571429em 0;
|
898
|
+
animation: none;
|
899
|
+
padding: 0.78571429em 0;
|
991
900
|
margin: 0;
|
992
901
|
width: 2.57142857em;
|
993
902
|
background-color: rgba(0, 0, 0, 0.05);
|
994
|
-
color:
|
995
|
-
|
996
|
-
box-shadow: -1px 0 0 0 transparent inset;
|
903
|
+
color: "";
|
904
|
+
box-shadow: -1px 0 0 0 transparent inset;
|
997
905
|
}
|
998
906
|
|
999
907
|
/* Right Labeled */
|
@@ -1007,13 +915,12 @@
|
|
1007
915
|
border-radius: 0;
|
1008
916
|
border-top-right-radius: inherit;
|
1009
917
|
border-bottom-right-radius: inherit;
|
1010
|
-
|
1011
|
-
box-shadow: 1px 0 0 0 transparent inset;
|
918
|
+
box-shadow: 1px 0 0 0 transparent inset;
|
1012
919
|
}
|
1013
|
-
.ui.labeled.icon.buttons > .button > .icon
|
1014
|
-
.ui.labeled.icon.button > .icon
|
1015
|
-
.ui.labeled.icon.buttons > .button > .icon
|
1016
|
-
.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 {
|
1017
924
|
display: block;
|
1018
925
|
position: relative;
|
1019
926
|
width: 100%;
|
@@ -1041,36 +948,32 @@
|
|
1041
948
|
}
|
1042
949
|
|
1043
950
|
/* Loading Icon in Labeled Button */
|
1044
|
-
.ui.labeled.icon.button > .loading.icon
|
1045
|
-
|
1046
|
-
animation: loader 2s linear infinite;
|
951
|
+
.ui.labeled.icon.button > .loading.icon::before {
|
952
|
+
animation: loader 2s linear infinite;
|
1047
953
|
}
|
1048
954
|
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
955
|
+
/* --------------
|
956
|
+
Toggle
|
957
|
+
--------------- */
|
1053
958
|
|
1054
959
|
/* Toggle (Modifies active state to give affordances) */
|
1055
960
|
.ui.toggle.buttons .active.button,
|
1056
961
|
.ui.buttons .button.toggle.active,
|
1057
962
|
.ui.button.toggle.active {
|
1058
|
-
background-color: #
|
1059
|
-
|
1060
|
-
box-shadow: none;
|
963
|
+
background-color: #21ba45;
|
964
|
+
box-shadow: none;
|
1061
965
|
text-shadow: none;
|
1062
|
-
color: #
|
966
|
+
color: #fff;
|
1063
967
|
}
|
1064
968
|
.ui.button.toggle.active:hover {
|
1065
969
|
background-color: #16ab39;
|
1066
970
|
text-shadow: none;
|
1067
|
-
color: #
|
971
|
+
color: #fff;
|
1068
972
|
}
|
1069
973
|
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
974
|
+
/* --------------
|
975
|
+
Circular
|
976
|
+
--------------- */
|
1074
977
|
.ui.circular.button {
|
1075
978
|
border-radius: 10em;
|
1076
979
|
}
|
@@ -1079,24 +982,23 @@
|
|
1079
982
|
vertical-align: baseline;
|
1080
983
|
}
|
1081
984
|
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
985
|
+
/* -------------------
|
986
|
+
Or Buttons
|
987
|
+
-------------------- */
|
1086
988
|
.ui.buttons .or {
|
1087
989
|
position: relative;
|
1088
990
|
width: 0.3em;
|
1089
991
|
height: 2.57142857em;
|
1090
992
|
z-index: 3;
|
1091
993
|
}
|
1092
|
-
.ui.buttons .or
|
994
|
+
.ui.buttons .or::before {
|
1093
995
|
position: absolute;
|
1094
996
|
text-align: center;
|
1095
997
|
border-radius: 500rem;
|
1096
|
-
content:
|
998
|
+
content: "or";
|
1097
999
|
top: 50%;
|
1098
1000
|
left: 50%;
|
1099
|
-
background-color: #
|
1001
|
+
background-color: #fff;
|
1100
1002
|
text-shadow: none;
|
1101
1003
|
margin-top: -0.89285714em;
|
1102
1004
|
margin-left: -0.89285714em;
|
@@ -1106,10 +1008,9 @@
|
|
1106
1008
|
color: rgba(0, 0, 0, 0.4);
|
1107
1009
|
font-style: normal;
|
1108
1010
|
font-weight: bold;
|
1109
|
-
|
1110
|
-
box-shadow: 0 0 0 1px transparent inset;
|
1011
|
+
box-shadow: 0 0 0 1px transparent inset;
|
1111
1012
|
}
|
1112
|
-
.ui.buttons .or[data-text]
|
1013
|
+
.ui.buttons .or[data-text]::before {
|
1113
1014
|
content: attr(data-text);
|
1114
1015
|
}
|
1115
1016
|
|
@@ -1117,14 +1018,13 @@
|
|
1117
1018
|
.ui.fluid.buttons .or {
|
1118
1019
|
width: 0 !important;
|
1119
1020
|
}
|
1120
|
-
.ui.fluid.buttons .or
|
1021
|
+
.ui.fluid.buttons .or::after {
|
1121
1022
|
display: none;
|
1122
1023
|
}
|
1123
1024
|
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1025
|
+
/* -------------------
|
1026
|
+
Attached
|
1027
|
+
-------------------- */
|
1128
1028
|
|
1129
1029
|
/* Singular */
|
1130
1030
|
.ui.attached.button {
|
@@ -1132,8 +1032,7 @@
|
|
1132
1032
|
display: block;
|
1133
1033
|
margin: 0;
|
1134
1034
|
border-radius: 0;
|
1135
|
-
|
1136
|
-
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);
|
1137
1036
|
}
|
1138
1037
|
|
1139
1038
|
/* Top / Bottom */
|
@@ -1162,8 +1061,6 @@
|
|
1162
1061
|
/* Plural */
|
1163
1062
|
.ui.attached.buttons {
|
1164
1063
|
position: relative;
|
1165
|
-
display: -webkit-box;
|
1166
|
-
display: -ms-flexbox;
|
1167
1064
|
display: flex;
|
1168
1065
|
border-radius: 0;
|
1169
1066
|
width: auto !important;
|
@@ -1183,7 +1080,7 @@
|
|
1183
1080
|
|
1184
1081
|
/* Top / Bottom */
|
1185
1082
|
.ui[class*="top attached"].buttons {
|
1186
|
-
margin-bottom:
|
1083
|
+
margin-bottom: 0;
|
1187
1084
|
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
1188
1085
|
}
|
1189
1086
|
.ui[class*="top attached"].buttons .button:first-child {
|
@@ -1205,8 +1102,6 @@
|
|
1205
1102
|
|
1206
1103
|
/* Left / Right */
|
1207
1104
|
.ui[class*="left attached"].buttons {
|
1208
|
-
display: -webkit-inline-box;
|
1209
|
-
display: -ms-inline-flexbox;
|
1210
1105
|
display: inline-flex;
|
1211
1106
|
margin-right: 0;
|
1212
1107
|
margin-left: -1px;
|
@@ -1221,8 +1116,6 @@
|
|
1221
1116
|
border-radius: 0 0 0.28571429rem 0;
|
1222
1117
|
}
|
1223
1118
|
.ui[class*="right attached"].buttons {
|
1224
|
-
display: -webkit-inline-box;
|
1225
|
-
display: -ms-inline-flexbox;
|
1226
1119
|
display: inline-flex;
|
1227
1120
|
margin-left: 0;
|
1228
1121
|
margin-right: -1px;
|
@@ -1237,10 +1130,9 @@
|
|
1237
1130
|
border-radius: 0 0 0 0.28571429rem;
|
1238
1131
|
}
|
1239
1132
|
|
1240
|
-
|
1241
|
-
|
1242
|
-
|
1243
|
-
|
1133
|
+
/* -------------------
|
1134
|
+
Fluid
|
1135
|
+
-------------------- */
|
1244
1136
|
.ui.fluid.buttons,
|
1245
1137
|
.ui.fluid.button {
|
1246
1138
|
width: 100%;
|
@@ -1318,13 +1210,9 @@
|
|
1318
1210
|
/* Fluid Vertical Buttons */
|
1319
1211
|
.ui.fluid.vertical.buttons,
|
1320
1212
|
.ui.fluid.vertical.buttons > .button {
|
1321
|
-
display: -webkit-box;
|
1322
|
-
display: -ms-flexbox;
|
1323
1213
|
display: flex;
|
1324
1214
|
width: auto;
|
1325
|
-
-
|
1326
|
-
-ms-flex-pack: center;
|
1327
|
-
justify-content: center;
|
1215
|
+
justify-content: center;
|
1328
1216
|
}
|
1329
1217
|
.ui.two.vertical.buttons > .button {
|
1330
1218
|
height: 50%;
|
@@ -1360,37 +1248,35 @@
|
|
1360
1248
|
height: 8.3333%;
|
1361
1249
|
}
|
1362
1250
|
|
1363
|
-
|
1251
|
+
/* -------------------
|
1364
1252
|
Colors
|
1365
|
-
|
1366
|
-
|
1253
|
+
-------------------- */
|
1367
1254
|
.ui.primary.buttons .button,
|
1368
1255
|
.ui.primary.button {
|
1369
|
-
background-color: #
|
1370
|
-
color: #
|
1256
|
+
background-color: #2185d0;
|
1257
|
+
color: #fff;
|
1371
1258
|
text-shadow: none;
|
1372
1259
|
background-image: none;
|
1373
1260
|
}
|
1374
1261
|
.ui.primary.button {
|
1375
|
-
|
1376
|
-
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;
|
1377
1263
|
}
|
1378
1264
|
.ui.primary.buttons .button:hover,
|
1379
1265
|
.ui.primary.button:hover {
|
1380
1266
|
background-color: #1678c2;
|
1381
|
-
color: #
|
1267
|
+
color: #fff;
|
1382
1268
|
text-shadow: none;
|
1383
1269
|
}
|
1384
1270
|
.ui.primary.buttons .button:focus,
|
1385
1271
|
.ui.primary.button:focus {
|
1386
1272
|
background-color: #0d71bb;
|
1387
|
-
color: #
|
1273
|
+
color: #fff;
|
1388
1274
|
text-shadow: none;
|
1389
1275
|
}
|
1390
1276
|
.ui.primary.buttons .button:active,
|
1391
1277
|
.ui.primary.button:active {
|
1392
1278
|
background-color: #1a69a4;
|
1393
|
-
color: #
|
1279
|
+
color: #fff;
|
1394
1280
|
text-shadow: none;
|
1395
1281
|
}
|
1396
1282
|
.ui.primary.buttons .active.button,
|
@@ -1398,7 +1284,7 @@
|
|
1398
1284
|
.ui.primary.active.button,
|
1399
1285
|
.ui.primary.button .active.button:active {
|
1400
1286
|
background-color: #1279c6;
|
1401
|
-
color: #
|
1287
|
+
color: #fff;
|
1402
1288
|
text-shadow: none;
|
1403
1289
|
}
|
1404
1290
|
|
@@ -1406,48 +1292,39 @@
|
|
1406
1292
|
.ui.basic.primary.buttons .button,
|
1407
1293
|
.ui.basic.primary.button {
|
1408
1294
|
background: transparent;
|
1409
|
-
|
1410
|
-
|
1411
|
-
color: #2185D0;
|
1295
|
+
box-shadow: 0 0 0 1px #2185d0 inset;
|
1296
|
+
color: #2185d0;
|
1412
1297
|
}
|
1413
1298
|
.ui.basic.primary.buttons .button:hover,
|
1414
1299
|
.ui.basic.primary.button:hover {
|
1415
|
-
background: transparent
|
1416
|
-
|
1417
|
-
box-shadow: 0 0 0 1px #1678c2 inset;
|
1300
|
+
background: transparent;
|
1301
|
+
box-shadow: 0 0 0 1px #1678c2 inset;
|
1418
1302
|
color: #1678c2;
|
1419
1303
|
}
|
1420
1304
|
.ui.basic.primary.buttons .button:focus,
|
1421
1305
|
.ui.basic.primary.button:focus {
|
1422
|
-
background: transparent
|
1423
|
-
|
1424
|
-
box-shadow: 0 0 0 1px #0d71bb inset;
|
1306
|
+
background: transparent;
|
1307
|
+
box-shadow: 0 0 0 1px #0d71bb inset;
|
1425
1308
|
color: #1678c2;
|
1426
1309
|
}
|
1427
1310
|
.ui.basic.primary.buttons .active.button,
|
1428
1311
|
.ui.basic.primary.active.button {
|
1429
|
-
background: transparent
|
1430
|
-
|
1431
|
-
box-shadow: 0 0 0 1px #1279c6 inset;
|
1312
|
+
background: transparent;
|
1313
|
+
box-shadow: 0 0 0 1px #1279c6 inset;
|
1432
1314
|
color: #1a69a4;
|
1433
1315
|
}
|
1434
1316
|
.ui.basic.primary.buttons .button:active,
|
1435
1317
|
.ui.basic.primary.button:active {
|
1436
|
-
|
1437
|
-
box-shadow: 0 0 0 1px #1a69a4 inset;
|
1318
|
+
box-shadow: 0 0 0 1px #1a69a4 inset;
|
1438
1319
|
color: #1a69a4;
|
1439
1320
|
}
|
1440
|
-
.ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
|
1441
|
-
margin-left: -1px;
|
1442
|
-
}
|
1443
1321
|
|
1444
1322
|
/* Inverted */
|
1445
1323
|
.ui.inverted.primary.buttons .button,
|
1446
1324
|
.ui.inverted.primary.button {
|
1447
1325
|
background-color: transparent;
|
1448
|
-
|
1449
|
-
|
1450
|
-
color: #54C8FF;
|
1326
|
+
box-shadow: 0 0 0 2px #54c8ff inset;
|
1327
|
+
color: #54c8ff;
|
1451
1328
|
}
|
1452
1329
|
.ui.inverted.primary.buttons .button:hover,
|
1453
1330
|
.ui.inverted.primary.button:hover,
|
@@ -1457,9 +1334,8 @@
|
|
1457
1334
|
.ui.inverted.primary.button.active,
|
1458
1335
|
.ui.inverted.primary.buttons .button:active,
|
1459
1336
|
.ui.inverted.primary.button:active {
|
1460
|
-
|
1461
|
-
|
1462
|
-
color: #FFFFFF;
|
1337
|
+
box-shadow: none;
|
1338
|
+
color: #fff;
|
1463
1339
|
}
|
1464
1340
|
.ui.inverted.primary.buttons .button:hover,
|
1465
1341
|
.ui.inverted.primary.button:hover {
|
@@ -1483,37 +1359,32 @@
|
|
1483
1359
|
.ui.inverted.primary.buttons .basic.button,
|
1484
1360
|
.ui.inverted.primary.basic.button {
|
1485
1361
|
background-color: transparent;
|
1486
|
-
|
1487
|
-
|
1488
|
-
color: #FFFFFF;
|
1362
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
1363
|
+
color: #fff;
|
1489
1364
|
}
|
1490
1365
|
.ui.inverted.primary.basic.buttons .button:hover,
|
1491
1366
|
.ui.inverted.primary.buttons .basic.button:hover,
|
1492
1367
|
.ui.inverted.primary.basic.button:hover {
|
1493
|
-
|
1494
|
-
|
1495
|
-
color: #54C8FF;
|
1368
|
+
box-shadow: 0 0 0 2px #21b8ff inset;
|
1369
|
+
color: #54c8ff;
|
1496
1370
|
}
|
1497
1371
|
.ui.inverted.primary.basic.buttons .button:focus,
|
1498
1372
|
.ui.inverted.primary.basic.buttons .button:focus,
|
1499
1373
|
.ui.inverted.primary.basic.button:focus {
|
1500
|
-
|
1501
|
-
|
1502
|
-
color: #54C8FF;
|
1374
|
+
box-shadow: 0 0 0 2px #2bbbff inset;
|
1375
|
+
color: #54c8ff;
|
1503
1376
|
}
|
1504
1377
|
.ui.inverted.primary.basic.buttons .active.button,
|
1505
1378
|
.ui.inverted.primary.buttons .basic.active.button,
|
1506
1379
|
.ui.inverted.primary.basic.active.button {
|
1507
|
-
|
1508
|
-
|
1509
|
-
color: #54C8FF;
|
1380
|
+
box-shadow: 0 0 0 2px #3ac0ff inset;
|
1381
|
+
color: #54c8ff;
|
1510
1382
|
}
|
1511
1383
|
.ui.inverted.primary.basic.buttons .button:active,
|
1512
1384
|
.ui.inverted.primary.buttons .basic.button:active,
|
1513
1385
|
.ui.inverted.primary.basic.button:active {
|
1514
|
-
|
1515
|
-
|
1516
|
-
color: #54C8FF;
|
1386
|
+
box-shadow: 0 0 0 2px #21b8ff inset;
|
1387
|
+
color: #54c8ff;
|
1517
1388
|
}
|
1518
1389
|
|
1519
1390
|
/* Tertiary */
|
@@ -1521,22 +1392,19 @@
|
|
1521
1392
|
.ui.tertiary.primary.buttons .tertiary.button,
|
1522
1393
|
.ui.tertiary.primary.button {
|
1523
1394
|
background: transparent;
|
1524
|
-
|
1525
|
-
|
1526
|
-
color: #2185D0;
|
1395
|
+
box-shadow: none;
|
1396
|
+
color: #2185d0;
|
1527
1397
|
}
|
1528
1398
|
.ui.tertiary.primary.buttons .button:hover,
|
1529
1399
|
.ui.tertiary.primary.buttons button:hover,
|
1530
1400
|
.ui.tertiary.primary.button:hover {
|
1531
|
-
|
1532
|
-
box-shadow: inset 0 -0.2em 0 #2b75ac;
|
1401
|
+
box-shadow: inset 0 -0.2em 0 #2b75ac;
|
1533
1402
|
color: #2b75ac;
|
1534
1403
|
}
|
1535
1404
|
.ui.tertiary.primary.buttons .button:focus,
|
1536
1405
|
.ui.tertiary.primary.buttons .tertiary.button:focus,
|
1537
1406
|
.ui.tertiary.primary.button:focus {
|
1538
|
-
|
1539
|
-
box-shadow: inset 0 -0.2em 0 #216ea7;
|
1407
|
+
box-shadow: inset 0 -0.2em 0 #216ea7;
|
1540
1408
|
color: #216ea7;
|
1541
1409
|
}
|
1542
1410
|
.ui.tertiary.primary.buttons .active.button,
|
@@ -1545,37 +1413,35 @@
|
|
1545
1413
|
.ui.tertiary.primary.buttons .button:active,
|
1546
1414
|
.ui.tertiary.primary.buttons .tertiary.button:active,
|
1547
1415
|
.ui.tertiary.primary.button:active {
|
1548
|
-
|
1549
|
-
box-shadow: inset 0 -0.2em 0 #007bd8;
|
1416
|
+
box-shadow: inset 0 -0.2em 0 #007bd8;
|
1550
1417
|
color: #1279c6;
|
1551
1418
|
}
|
1552
1419
|
.ui.secondary.buttons .button,
|
1553
1420
|
.ui.secondary.button {
|
1554
|
-
background-color: #
|
1555
|
-
color: #
|
1421
|
+
background-color: #1b1c1d;
|
1422
|
+
color: #fff;
|
1556
1423
|
text-shadow: none;
|
1557
1424
|
background-image: none;
|
1558
1425
|
}
|
1559
1426
|
.ui.secondary.button {
|
1560
|
-
|
1561
|
-
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;
|
1562
1428
|
}
|
1563
1429
|
.ui.secondary.buttons .button:hover,
|
1564
1430
|
.ui.secondary.button:hover {
|
1565
1431
|
background-color: #27292a;
|
1566
|
-
color: #
|
1432
|
+
color: #fff;
|
1567
1433
|
text-shadow: none;
|
1568
1434
|
}
|
1569
1435
|
.ui.secondary.buttons .button:focus,
|
1570
1436
|
.ui.secondary.button:focus {
|
1571
1437
|
background-color: #2e3032;
|
1572
|
-
color: #
|
1438
|
+
color: #fff;
|
1573
1439
|
text-shadow: none;
|
1574
1440
|
}
|
1575
1441
|
.ui.secondary.buttons .button:active,
|
1576
1442
|
.ui.secondary.button:active {
|
1577
1443
|
background-color: #343637;
|
1578
|
-
color: #
|
1444
|
+
color: #fff;
|
1579
1445
|
text-shadow: none;
|
1580
1446
|
}
|
1581
1447
|
.ui.secondary.buttons .active.button,
|
@@ -1583,7 +1449,7 @@
|
|
1583
1449
|
.ui.secondary.active.button,
|
1584
1450
|
.ui.secondary.button .active.button:active {
|
1585
1451
|
background-color: #27292a;
|
1586
|
-
color: #
|
1452
|
+
color: #fff;
|
1587
1453
|
text-shadow: none;
|
1588
1454
|
}
|
1589
1455
|
|
@@ -1591,47 +1457,38 @@
|
|
1591
1457
|
.ui.basic.secondary.buttons .button,
|
1592
1458
|
.ui.basic.secondary.button {
|
1593
1459
|
background: transparent;
|
1594
|
-
|
1595
|
-
|
1596
|
-
color: #1B1C1D;
|
1460
|
+
box-shadow: 0 0 0 1px #1b1c1d inset;
|
1461
|
+
color: #1b1c1d;
|
1597
1462
|
}
|
1598
1463
|
.ui.basic.secondary.buttons .button:hover,
|
1599
1464
|
.ui.basic.secondary.button:hover {
|
1600
|
-
background: transparent
|
1601
|
-
|
1602
|
-
box-shadow: 0 0 0 1px #27292a inset;
|
1465
|
+
background: transparent;
|
1466
|
+
box-shadow: 0 0 0 1px #27292a inset;
|
1603
1467
|
color: #27292a;
|
1604
1468
|
}
|
1605
1469
|
.ui.basic.secondary.buttons .button:focus,
|
1606
1470
|
.ui.basic.secondary.button:focus {
|
1607
|
-
background: transparent
|
1608
|
-
|
1609
|
-
box-shadow: 0 0 0 1px #2e3032 inset;
|
1471
|
+
background: transparent;
|
1472
|
+
box-shadow: 0 0 0 1px #2e3032 inset;
|
1610
1473
|
color: #27292a;
|
1611
1474
|
}
|
1612
1475
|
.ui.basic.secondary.buttons .active.button,
|
1613
1476
|
.ui.basic.secondary.active.button {
|
1614
|
-
background: transparent
|
1615
|
-
|
1616
|
-
box-shadow: 0 0 0 1px #27292a inset;
|
1477
|
+
background: transparent;
|
1478
|
+
box-shadow: 0 0 0 1px #27292a inset;
|
1617
1479
|
color: #343637;
|
1618
1480
|
}
|
1619
1481
|
.ui.basic.secondary.buttons .button:active,
|
1620
1482
|
.ui.basic.secondary.button:active {
|
1621
|
-
|
1622
|
-
box-shadow: 0 0 0 1px #343637 inset;
|
1483
|
+
box-shadow: 0 0 0 1px #343637 inset;
|
1623
1484
|
color: #343637;
|
1624
1485
|
}
|
1625
|
-
.ui.buttons:not(.vertical) > .basic.secondary.button:not(:first-child) {
|
1626
|
-
margin-left: -1px;
|
1627
|
-
}
|
1628
1486
|
|
1629
1487
|
/* Inverted */
|
1630
1488
|
.ui.inverted.secondary.buttons .button,
|
1631
1489
|
.ui.inverted.secondary.button {
|
1632
1490
|
background-color: transparent;
|
1633
|
-
|
1634
|
-
box-shadow: 0 0 0 2px #545454 inset;
|
1491
|
+
box-shadow: 0 0 0 2px #545454 inset;
|
1635
1492
|
color: #545454;
|
1636
1493
|
}
|
1637
1494
|
.ui.inverted.secondary.buttons .button:hover,
|
@@ -1642,9 +1499,8 @@
|
|
1642
1499
|
.ui.inverted.secondary.button.active,
|
1643
1500
|
.ui.inverted.secondary.buttons .button:active,
|
1644
1501
|
.ui.inverted.secondary.button:active {
|
1645
|
-
|
1646
|
-
|
1647
|
-
color: #FFFFFF;
|
1502
|
+
box-shadow: none;
|
1503
|
+
color: #fff;
|
1648
1504
|
}
|
1649
1505
|
.ui.inverted.secondary.buttons .button:hover,
|
1650
1506
|
.ui.inverted.secondary.button:hover {
|
@@ -1668,36 +1524,31 @@
|
|
1668
1524
|
.ui.inverted.secondary.buttons .basic.button,
|
1669
1525
|
.ui.inverted.secondary.basic.button {
|
1670
1526
|
background-color: transparent;
|
1671
|
-
|
1672
|
-
|
1673
|
-
color: #FFFFFF;
|
1527
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
1528
|
+
color: #fff;
|
1674
1529
|
}
|
1675
1530
|
.ui.inverted.secondary.basic.buttons .button:hover,
|
1676
1531
|
.ui.inverted.secondary.buttons .basic.button:hover,
|
1677
1532
|
.ui.inverted.secondary.basic.button:hover {
|
1678
|
-
|
1679
|
-
box-shadow: 0 0 0 2px #6e6e6e inset;
|
1533
|
+
box-shadow: 0 0 0 2px #6e6e6e inset;
|
1680
1534
|
color: #545454;
|
1681
1535
|
}
|
1682
1536
|
.ui.inverted.secondary.basic.buttons .button:focus,
|
1683
1537
|
.ui.inverted.secondary.basic.buttons .button:focus,
|
1684
1538
|
.ui.inverted.secondary.basic.button:focus {
|
1685
|
-
|
1686
|
-
box-shadow: 0 0 0 2px #686868 inset;
|
1539
|
+
box-shadow: 0 0 0 2px #686868 inset;
|
1687
1540
|
color: #545454;
|
1688
1541
|
}
|
1689
1542
|
.ui.inverted.secondary.basic.buttons .active.button,
|
1690
1543
|
.ui.inverted.secondary.buttons .basic.active.button,
|
1691
1544
|
.ui.inverted.secondary.basic.active.button {
|
1692
|
-
|
1693
|
-
box-shadow: 0 0 0 2px #616161 inset;
|
1545
|
+
box-shadow: 0 0 0 2px #616161 inset;
|
1694
1546
|
color: #545454;
|
1695
1547
|
}
|
1696
1548
|
.ui.inverted.secondary.basic.buttons .button:active,
|
1697
1549
|
.ui.inverted.secondary.buttons .basic.button:active,
|
1698
1550
|
.ui.inverted.secondary.basic.button:active {
|
1699
|
-
|
1700
|
-
box-shadow: 0 0 0 2px #6e6e6e inset;
|
1551
|
+
box-shadow: 0 0 0 2px #6e6e6e inset;
|
1701
1552
|
color: #545454;
|
1702
1553
|
}
|
1703
1554
|
|
@@ -1706,22 +1557,19 @@
|
|
1706
1557
|
.ui.tertiary.secondary.buttons .tertiary.button,
|
1707
1558
|
.ui.tertiary.secondary.button {
|
1708
1559
|
background: transparent;
|
1709
|
-
|
1710
|
-
|
1711
|
-
color: #1B1C1D;
|
1560
|
+
box-shadow: none;
|
1561
|
+
color: #1b1c1d;
|
1712
1562
|
}
|
1713
1563
|
.ui.tertiary.secondary.buttons .button:hover,
|
1714
1564
|
.ui.tertiary.secondary.buttons button:hover,
|
1715
1565
|
.ui.tertiary.secondary.button:hover {
|
1716
|
-
|
1717
|
-
box-shadow: inset 0 -0.2em 0 #292929;
|
1566
|
+
box-shadow: inset 0 -0.2em 0 #292929;
|
1718
1567
|
color: #292929;
|
1719
1568
|
}
|
1720
1569
|
.ui.tertiary.secondary.buttons .button:focus,
|
1721
1570
|
.ui.tertiary.secondary.buttons .tertiary.button:focus,
|
1722
1571
|
.ui.tertiary.secondary.button:focus {
|
1723
|
-
|
1724
|
-
box-shadow: inset 0 -0.2em 0 #303030;
|
1572
|
+
box-shadow: inset 0 -0.2em 0 #303030;
|
1725
1573
|
color: #303030;
|
1726
1574
|
}
|
1727
1575
|
.ui.tertiary.secondary.buttons .active.button,
|
@@ -1730,37 +1578,35 @@
|
|
1730
1578
|
.ui.tertiary.secondary.buttons .button:active,
|
1731
1579
|
.ui.tertiary.secondary.buttons .tertiary.button:active,
|
1732
1580
|
.ui.tertiary.secondary.button:active {
|
1733
|
-
|
1734
|
-
box-shadow: inset 0 -0.2em 0 #1f2933;
|
1581
|
+
box-shadow: inset 0 -0.2em 0 #1f2933;
|
1735
1582
|
color: #27292a;
|
1736
1583
|
}
|
1737
1584
|
.ui.red.buttons .button,
|
1738
1585
|
.ui.red.button {
|
1739
|
-
background-color: #
|
1740
|
-
color: #
|
1586
|
+
background-color: #db2828;
|
1587
|
+
color: #fff;
|
1741
1588
|
text-shadow: none;
|
1742
1589
|
background-image: none;
|
1743
1590
|
}
|
1744
1591
|
.ui.red.button {
|
1745
|
-
|
1746
|
-
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;
|
1747
1593
|
}
|
1748
1594
|
.ui.red.buttons .button:hover,
|
1749
1595
|
.ui.red.button:hover {
|
1750
1596
|
background-color: #d01919;
|
1751
|
-
color: #
|
1597
|
+
color: #fff;
|
1752
1598
|
text-shadow: none;
|
1753
1599
|
}
|
1754
1600
|
.ui.red.buttons .button:focus,
|
1755
1601
|
.ui.red.button:focus {
|
1756
1602
|
background-color: #ca1010;
|
1757
|
-
color: #
|
1603
|
+
color: #fff;
|
1758
1604
|
text-shadow: none;
|
1759
1605
|
}
|
1760
1606
|
.ui.red.buttons .button:active,
|
1761
1607
|
.ui.red.button:active {
|
1762
1608
|
background-color: #b21e1e;
|
1763
|
-
color: #
|
1609
|
+
color: #fff;
|
1764
1610
|
text-shadow: none;
|
1765
1611
|
}
|
1766
1612
|
.ui.red.buttons .active.button,
|
@@ -1768,7 +1614,7 @@
|
|
1768
1614
|
.ui.red.active.button,
|
1769
1615
|
.ui.red.button .active.button:active {
|
1770
1616
|
background-color: #d41515;
|
1771
|
-
color: #
|
1617
|
+
color: #fff;
|
1772
1618
|
text-shadow: none;
|
1773
1619
|
}
|
1774
1620
|
|
@@ -1776,48 +1622,39 @@
|
|
1776
1622
|
.ui.basic.red.buttons .button,
|
1777
1623
|
.ui.basic.red.button {
|
1778
1624
|
background: transparent;
|
1779
|
-
|
1780
|
-
|
1781
|
-
color: #DB2828;
|
1625
|
+
box-shadow: 0 0 0 1px #db2828 inset;
|
1626
|
+
color: #db2828;
|
1782
1627
|
}
|
1783
1628
|
.ui.basic.red.buttons .button:hover,
|
1784
1629
|
.ui.basic.red.button:hover {
|
1785
|
-
background: transparent
|
1786
|
-
|
1787
|
-
box-shadow: 0 0 0 1px #d01919 inset;
|
1630
|
+
background: transparent;
|
1631
|
+
box-shadow: 0 0 0 1px #d01919 inset;
|
1788
1632
|
color: #d01919;
|
1789
1633
|
}
|
1790
1634
|
.ui.basic.red.buttons .button:focus,
|
1791
1635
|
.ui.basic.red.button:focus {
|
1792
|
-
background: transparent
|
1793
|
-
|
1794
|
-
box-shadow: 0 0 0 1px #ca1010 inset;
|
1636
|
+
background: transparent;
|
1637
|
+
box-shadow: 0 0 0 1px #ca1010 inset;
|
1795
1638
|
color: #d01919;
|
1796
1639
|
}
|
1797
1640
|
.ui.basic.red.buttons .active.button,
|
1798
1641
|
.ui.basic.red.active.button {
|
1799
|
-
background: transparent
|
1800
|
-
|
1801
|
-
box-shadow: 0 0 0 1px #d41515 inset;
|
1642
|
+
background: transparent;
|
1643
|
+
box-shadow: 0 0 0 1px #d41515 inset;
|
1802
1644
|
color: #b21e1e;
|
1803
1645
|
}
|
1804
1646
|
.ui.basic.red.buttons .button:active,
|
1805
1647
|
.ui.basic.red.button:active {
|
1806
|
-
|
1807
|
-
box-shadow: 0 0 0 1px #b21e1e inset;
|
1648
|
+
box-shadow: 0 0 0 1px #b21e1e inset;
|
1808
1649
|
color: #b21e1e;
|
1809
1650
|
}
|
1810
|
-
.ui.buttons:not(.vertical) > .basic.red.button:not(:first-child) {
|
1811
|
-
margin-left: -1px;
|
1812
|
-
}
|
1813
1651
|
|
1814
1652
|
/* Inverted */
|
1815
1653
|
.ui.inverted.red.buttons .button,
|
1816
1654
|
.ui.inverted.red.button {
|
1817
1655
|
background-color: transparent;
|
1818
|
-
|
1819
|
-
|
1820
|
-
color: #FF695E;
|
1656
|
+
box-shadow: 0 0 0 2px #ff695e inset;
|
1657
|
+
color: #ff695e;
|
1821
1658
|
}
|
1822
1659
|
.ui.inverted.red.buttons .button:hover,
|
1823
1660
|
.ui.inverted.red.button:hover,
|
@@ -1827,9 +1664,8 @@
|
|
1827
1664
|
.ui.inverted.red.button.active,
|
1828
1665
|
.ui.inverted.red.buttons .button:active,
|
1829
1666
|
.ui.inverted.red.button:active {
|
1830
|
-
|
1831
|
-
|
1832
|
-
color: #FFFFFF;
|
1667
|
+
box-shadow: none;
|
1668
|
+
color: #fff;
|
1833
1669
|
}
|
1834
1670
|
.ui.inverted.red.buttons .button:hover,
|
1835
1671
|
.ui.inverted.red.button:hover {
|
@@ -1853,37 +1689,32 @@
|
|
1853
1689
|
.ui.inverted.red.buttons .basic.button,
|
1854
1690
|
.ui.inverted.red.basic.button {
|
1855
1691
|
background-color: transparent;
|
1856
|
-
|
1857
|
-
|
1858
|
-
color: #FFFFFF;
|
1692
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
1693
|
+
color: #fff;
|
1859
1694
|
}
|
1860
1695
|
.ui.inverted.red.basic.buttons .button:hover,
|
1861
1696
|
.ui.inverted.red.buttons .basic.button:hover,
|
1862
1697
|
.ui.inverted.red.basic.button:hover {
|
1863
|
-
|
1864
|
-
|
1865
|
-
color: #FF695E;
|
1698
|
+
box-shadow: 0 0 0 2px #ff392b inset;
|
1699
|
+
color: #ff695e;
|
1866
1700
|
}
|
1867
1701
|
.ui.inverted.red.basic.buttons .button:focus,
|
1868
1702
|
.ui.inverted.red.basic.buttons .button:focus,
|
1869
1703
|
.ui.inverted.red.basic.button:focus {
|
1870
|
-
|
1871
|
-
|
1872
|
-
color: #FF695E;
|
1704
|
+
box-shadow: 0 0 0 2px #ff4335 inset;
|
1705
|
+
color: #ff695e;
|
1873
1706
|
}
|
1874
1707
|
.ui.inverted.red.basic.buttons .active.button,
|
1875
1708
|
.ui.inverted.red.buttons .basic.active.button,
|
1876
1709
|
.ui.inverted.red.basic.active.button {
|
1877
|
-
|
1878
|
-
|
1879
|
-
color: #FF695E;
|
1710
|
+
box-shadow: 0 0 0 2px #ff5144 inset;
|
1711
|
+
color: #ff695e;
|
1880
1712
|
}
|
1881
1713
|
.ui.inverted.red.basic.buttons .button:active,
|
1882
1714
|
.ui.inverted.red.buttons .basic.button:active,
|
1883
1715
|
.ui.inverted.red.basic.button:active {
|
1884
|
-
|
1885
|
-
|
1886
|
-
color: #FF695E;
|
1716
|
+
box-shadow: 0 0 0 2px #ff392b inset;
|
1717
|
+
color: #ff695e;
|
1887
1718
|
}
|
1888
1719
|
|
1889
1720
|
/* Tertiary */
|
@@ -1891,22 +1722,19 @@
|
|
1891
1722
|
.ui.tertiary.red.buttons .tertiary.button,
|
1892
1723
|
.ui.tertiary.red.button {
|
1893
1724
|
background: transparent;
|
1894
|
-
|
1895
|
-
|
1896
|
-
color: #DB2828;
|
1725
|
+
box-shadow: none;
|
1726
|
+
color: #db2828;
|
1897
1727
|
}
|
1898
1728
|
.ui.tertiary.red.buttons .button:hover,
|
1899
1729
|
.ui.tertiary.red.buttons button:hover,
|
1900
1730
|
.ui.tertiary.red.button:hover {
|
1901
|
-
|
1902
|
-
box-shadow: inset 0 -0.2em 0 #b93131;
|
1731
|
+
box-shadow: inset 0 -0.2em 0 #b93131;
|
1903
1732
|
color: #b93131;
|
1904
1733
|
}
|
1905
1734
|
.ui.tertiary.red.buttons .button:focus,
|
1906
1735
|
.ui.tertiary.red.buttons .tertiary.button:focus,
|
1907
1736
|
.ui.tertiary.red.button:focus {
|
1908
|
-
|
1909
|
-
box-shadow: inset 0 -0.2em 0 #b52626;
|
1737
|
+
box-shadow: inset 0 -0.2em 0 #b52626;
|
1910
1738
|
color: #b52626;
|
1911
1739
|
}
|
1912
1740
|
.ui.tertiary.red.buttons .active.button,
|
@@ -1915,37 +1743,35 @@
|
|
1915
1743
|
.ui.tertiary.red.buttons .button:active,
|
1916
1744
|
.ui.tertiary.red.buttons .tertiary.button:active,
|
1917
1745
|
.ui.tertiary.red.button:active {
|
1918
|
-
|
1919
|
-
box-shadow: inset 0 -0.2em 0 #ea0000;
|
1746
|
+
box-shadow: inset 0 -0.2em 0 #ea0000;
|
1920
1747
|
color: #d41515;
|
1921
1748
|
}
|
1922
1749
|
.ui.orange.buttons .button,
|
1923
1750
|
.ui.orange.button {
|
1924
|
-
background-color: #
|
1925
|
-
color: #
|
1751
|
+
background-color: #f2711c;
|
1752
|
+
color: #fff;
|
1926
1753
|
text-shadow: none;
|
1927
1754
|
background-image: none;
|
1928
1755
|
}
|
1929
1756
|
.ui.orange.button {
|
1930
|
-
|
1931
|
-
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;
|
1932
1758
|
}
|
1933
1759
|
.ui.orange.buttons .button:hover,
|
1934
1760
|
.ui.orange.button:hover {
|
1935
1761
|
background-color: #f26202;
|
1936
|
-
color: #
|
1762
|
+
color: #fff;
|
1937
1763
|
text-shadow: none;
|
1938
1764
|
}
|
1939
1765
|
.ui.orange.buttons .button:focus,
|
1940
1766
|
.ui.orange.button:focus {
|
1941
1767
|
background-color: #e55b00;
|
1942
|
-
color: #
|
1768
|
+
color: #fff;
|
1943
1769
|
text-shadow: none;
|
1944
1770
|
}
|
1945
1771
|
.ui.orange.buttons .button:active,
|
1946
1772
|
.ui.orange.button:active {
|
1947
1773
|
background-color: #cf590c;
|
1948
|
-
color: #
|
1774
|
+
color: #fff;
|
1949
1775
|
text-shadow: none;
|
1950
1776
|
}
|
1951
1777
|
.ui.orange.buttons .active.button,
|
@@ -1953,7 +1779,7 @@
|
|
1953
1779
|
.ui.orange.active.button,
|
1954
1780
|
.ui.orange.button .active.button:active {
|
1955
1781
|
background-color: #f56100;
|
1956
|
-
color: #
|
1782
|
+
color: #fff;
|
1957
1783
|
text-shadow: none;
|
1958
1784
|
}
|
1959
1785
|
|
@@ -1961,48 +1787,39 @@
|
|
1961
1787
|
.ui.basic.orange.buttons .button,
|
1962
1788
|
.ui.basic.orange.button {
|
1963
1789
|
background: transparent;
|
1964
|
-
|
1965
|
-
|
1966
|
-
color: #F2711C;
|
1790
|
+
box-shadow: 0 0 0 1px #f2711c inset;
|
1791
|
+
color: #f2711c;
|
1967
1792
|
}
|
1968
1793
|
.ui.basic.orange.buttons .button:hover,
|
1969
1794
|
.ui.basic.orange.button:hover {
|
1970
|
-
background: transparent
|
1971
|
-
|
1972
|
-
box-shadow: 0 0 0 1px #f26202 inset;
|
1795
|
+
background: transparent;
|
1796
|
+
box-shadow: 0 0 0 1px #f26202 inset;
|
1973
1797
|
color: #f26202;
|
1974
1798
|
}
|
1975
1799
|
.ui.basic.orange.buttons .button:focus,
|
1976
1800
|
.ui.basic.orange.button:focus {
|
1977
|
-
background: transparent
|
1978
|
-
|
1979
|
-
box-shadow: 0 0 0 1px #e55b00 inset;
|
1801
|
+
background: transparent;
|
1802
|
+
box-shadow: 0 0 0 1px #e55b00 inset;
|
1980
1803
|
color: #f26202;
|
1981
1804
|
}
|
1982
1805
|
.ui.basic.orange.buttons .active.button,
|
1983
1806
|
.ui.basic.orange.active.button {
|
1984
|
-
background: transparent
|
1985
|
-
|
1986
|
-
box-shadow: 0 0 0 1px #f56100 inset;
|
1807
|
+
background: transparent;
|
1808
|
+
box-shadow: 0 0 0 1px #f56100 inset;
|
1987
1809
|
color: #cf590c;
|
1988
1810
|
}
|
1989
1811
|
.ui.basic.orange.buttons .button:active,
|
1990
1812
|
.ui.basic.orange.button:active {
|
1991
|
-
|
1992
|
-
box-shadow: 0 0 0 1px #cf590c inset;
|
1813
|
+
box-shadow: 0 0 0 1px #cf590c inset;
|
1993
1814
|
color: #cf590c;
|
1994
1815
|
}
|
1995
|
-
.ui.buttons:not(.vertical) > .basic.orange.button:not(:first-child) {
|
1996
|
-
margin-left: -1px;
|
1997
|
-
}
|
1998
1816
|
|
1999
1817
|
/* Inverted */
|
2000
1818
|
.ui.inverted.orange.buttons .button,
|
2001
1819
|
.ui.inverted.orange.button {
|
2002
1820
|
background-color: transparent;
|
2003
|
-
|
2004
|
-
|
2005
|
-
color: #FF851B;
|
1821
|
+
box-shadow: 0 0 0 2px #ff851b inset;
|
1822
|
+
color: #ff851b;
|
2006
1823
|
}
|
2007
1824
|
.ui.inverted.orange.buttons .button:hover,
|
2008
1825
|
.ui.inverted.orange.button:hover,
|
@@ -2012,9 +1829,8 @@
|
|
2012
1829
|
.ui.inverted.orange.button.active,
|
2013
1830
|
.ui.inverted.orange.buttons .button:active,
|
2014
1831
|
.ui.inverted.orange.button:active {
|
2015
|
-
|
2016
|
-
|
2017
|
-
color: #FFFFFF;
|
1832
|
+
box-shadow: none;
|
1833
|
+
color: #fff;
|
2018
1834
|
}
|
2019
1835
|
.ui.inverted.orange.buttons .button:hover,
|
2020
1836
|
.ui.inverted.orange.button:hover {
|
@@ -2038,37 +1854,32 @@
|
|
2038
1854
|
.ui.inverted.orange.buttons .basic.button,
|
2039
1855
|
.ui.inverted.orange.basic.button {
|
2040
1856
|
background-color: transparent;
|
2041
|
-
|
2042
|
-
|
2043
|
-
color: #FFFFFF;
|
1857
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
1858
|
+
color: #fff;
|
2044
1859
|
}
|
2045
1860
|
.ui.inverted.orange.basic.buttons .button:hover,
|
2046
1861
|
.ui.inverted.orange.buttons .basic.button:hover,
|
2047
1862
|
.ui.inverted.orange.basic.button:hover {
|
2048
|
-
|
2049
|
-
|
2050
|
-
color: #FF851B;
|
1863
|
+
box-shadow: 0 0 0 2px #e76b00 inset;
|
1864
|
+
color: #ff851b;
|
2051
1865
|
}
|
2052
1866
|
.ui.inverted.orange.basic.buttons .button:focus,
|
2053
1867
|
.ui.inverted.orange.basic.buttons .button:focus,
|
2054
1868
|
.ui.inverted.orange.basic.button:focus {
|
2055
|
-
|
2056
|
-
|
2057
|
-
color: #FF851B;
|
1869
|
+
box-shadow: 0 0 0 2px #f17000 inset;
|
1870
|
+
color: #ff851b;
|
2058
1871
|
}
|
2059
1872
|
.ui.inverted.orange.basic.buttons .active.button,
|
2060
1873
|
.ui.inverted.orange.buttons .basic.active.button,
|
2061
1874
|
.ui.inverted.orange.basic.active.button {
|
2062
|
-
|
2063
|
-
|
2064
|
-
color: #FF851B;
|
1875
|
+
box-shadow: 0 0 0 2px #ff7701 inset;
|
1876
|
+
color: #ff851b;
|
2065
1877
|
}
|
2066
1878
|
.ui.inverted.orange.basic.buttons .button:active,
|
2067
1879
|
.ui.inverted.orange.buttons .basic.button:active,
|
2068
1880
|
.ui.inverted.orange.basic.button:active {
|
2069
|
-
|
2070
|
-
|
2071
|
-
color: #FF851B;
|
1881
|
+
box-shadow: 0 0 0 2px #e76b00 inset;
|
1882
|
+
color: #ff851b;
|
2072
1883
|
}
|
2073
1884
|
|
2074
1885
|
/* Tertiary */
|
@@ -2076,22 +1887,19 @@
|
|
2076
1887
|
.ui.tertiary.orange.buttons .tertiary.button,
|
2077
1888
|
.ui.tertiary.orange.button {
|
2078
1889
|
background: transparent;
|
2079
|
-
|
2080
|
-
|
2081
|
-
color: #F2711C;
|
1890
|
+
box-shadow: none;
|
1891
|
+
color: #f2711c;
|
2082
1892
|
}
|
2083
1893
|
.ui.tertiary.orange.buttons .button:hover,
|
2084
1894
|
.ui.tertiary.orange.buttons button:hover,
|
2085
1895
|
.ui.tertiary.orange.button:hover {
|
2086
|
-
|
2087
|
-
box-shadow: inset 0 -0.2em 0 #da671b;
|
1896
|
+
box-shadow: inset 0 -0.2em 0 #da671b;
|
2088
1897
|
color: #da671b;
|
2089
1898
|
}
|
2090
1899
|
.ui.tertiary.orange.buttons .button:focus,
|
2091
1900
|
.ui.tertiary.orange.buttons .tertiary.button:focus,
|
2092
1901
|
.ui.tertiary.orange.button:focus {
|
2093
|
-
|
2094
|
-
box-shadow: inset 0 -0.2em 0 #ce6017;
|
1902
|
+
box-shadow: inset 0 -0.2em 0 #ce6017;
|
2095
1903
|
color: #ce6017;
|
2096
1904
|
}
|
2097
1905
|
.ui.tertiary.orange.buttons .active.button,
|
@@ -2100,37 +1908,35 @@
|
|
2100
1908
|
.ui.tertiary.orange.buttons .button:active,
|
2101
1909
|
.ui.tertiary.orange.buttons .tertiary.button:active,
|
2102
1910
|
.ui.tertiary.orange.button:active {
|
2103
|
-
|
2104
|
-
box-shadow: inset 0 -0.2em 0 #f56100;
|
1911
|
+
box-shadow: inset 0 -0.2em 0 #f56100;
|
2105
1912
|
color: #f56100;
|
2106
1913
|
}
|
2107
1914
|
.ui.yellow.buttons .button,
|
2108
1915
|
.ui.yellow.button {
|
2109
|
-
background-color: #
|
2110
|
-
color: #
|
1916
|
+
background-color: #fbbd08;
|
1917
|
+
color: #fff;
|
2111
1918
|
text-shadow: none;
|
2112
1919
|
background-image: none;
|
2113
1920
|
}
|
2114
1921
|
.ui.yellow.button {
|
2115
|
-
|
2116
|
-
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;
|
2117
1923
|
}
|
2118
1924
|
.ui.yellow.buttons .button:hover,
|
2119
1925
|
.ui.yellow.button:hover {
|
2120
1926
|
background-color: #eaae00;
|
2121
|
-
color: #
|
1927
|
+
color: #fff;
|
2122
1928
|
text-shadow: none;
|
2123
1929
|
}
|
2124
1930
|
.ui.yellow.buttons .button:focus,
|
2125
1931
|
.ui.yellow.button:focus {
|
2126
1932
|
background-color: #daa300;
|
2127
|
-
color: #
|
1933
|
+
color: #fff;
|
2128
1934
|
text-shadow: none;
|
2129
1935
|
}
|
2130
1936
|
.ui.yellow.buttons .button:active,
|
2131
1937
|
.ui.yellow.button:active {
|
2132
1938
|
background-color: #cd9903;
|
2133
|
-
color: #
|
1939
|
+
color: #fff;
|
2134
1940
|
text-shadow: none;
|
2135
1941
|
}
|
2136
1942
|
.ui.yellow.buttons .active.button,
|
@@ -2138,7 +1944,7 @@
|
|
2138
1944
|
.ui.yellow.active.button,
|
2139
1945
|
.ui.yellow.button .active.button:active {
|
2140
1946
|
background-color: #eaae00;
|
2141
|
-
color: #
|
1947
|
+
color: #fff;
|
2142
1948
|
text-shadow: none;
|
2143
1949
|
}
|
2144
1950
|
|
@@ -2146,48 +1952,39 @@
|
|
2146
1952
|
.ui.basic.yellow.buttons .button,
|
2147
1953
|
.ui.basic.yellow.button {
|
2148
1954
|
background: transparent;
|
2149
|
-
|
2150
|
-
|
2151
|
-
color: #FBBD08;
|
1955
|
+
box-shadow: 0 0 0 1px #fbbd08 inset;
|
1956
|
+
color: #fbbd08;
|
2152
1957
|
}
|
2153
1958
|
.ui.basic.yellow.buttons .button:hover,
|
2154
1959
|
.ui.basic.yellow.button:hover {
|
2155
|
-
background: transparent
|
2156
|
-
|
2157
|
-
box-shadow: 0 0 0 1px #eaae00 inset;
|
1960
|
+
background: transparent;
|
1961
|
+
box-shadow: 0 0 0 1px #eaae00 inset;
|
2158
1962
|
color: #eaae00;
|
2159
1963
|
}
|
2160
1964
|
.ui.basic.yellow.buttons .button:focus,
|
2161
1965
|
.ui.basic.yellow.button:focus {
|
2162
|
-
background: transparent
|
2163
|
-
|
2164
|
-
box-shadow: 0 0 0 1px #daa300 inset;
|
1966
|
+
background: transparent;
|
1967
|
+
box-shadow: 0 0 0 1px #daa300 inset;
|
2165
1968
|
color: #eaae00;
|
2166
1969
|
}
|
2167
1970
|
.ui.basic.yellow.buttons .active.button,
|
2168
1971
|
.ui.basic.yellow.active.button {
|
2169
|
-
background: transparent
|
2170
|
-
|
2171
|
-
box-shadow: 0 0 0 1px #eaae00 inset;
|
1972
|
+
background: transparent;
|
1973
|
+
box-shadow: 0 0 0 1px #eaae00 inset;
|
2172
1974
|
color: #cd9903;
|
2173
1975
|
}
|
2174
1976
|
.ui.basic.yellow.buttons .button:active,
|
2175
1977
|
.ui.basic.yellow.button:active {
|
2176
|
-
|
2177
|
-
box-shadow: 0 0 0 1px #cd9903 inset;
|
1978
|
+
box-shadow: 0 0 0 1px #cd9903 inset;
|
2178
1979
|
color: #cd9903;
|
2179
1980
|
}
|
2180
|
-
.ui.buttons:not(.vertical) > .basic.yellow.button:not(:first-child) {
|
2181
|
-
margin-left: -1px;
|
2182
|
-
}
|
2183
1981
|
|
2184
1982
|
/* Inverted */
|
2185
1983
|
.ui.inverted.yellow.buttons .button,
|
2186
1984
|
.ui.inverted.yellow.button {
|
2187
1985
|
background-color: transparent;
|
2188
|
-
|
2189
|
-
|
2190
|
-
color: #FFE21F;
|
1986
|
+
box-shadow: 0 0 0 2px #ffe21f inset;
|
1987
|
+
color: #ffe21f;
|
2191
1988
|
}
|
2192
1989
|
.ui.inverted.yellow.buttons .button:hover,
|
2193
1990
|
.ui.inverted.yellow.button:hover,
|
@@ -2197,8 +1994,7 @@
|
|
2197
1994
|
.ui.inverted.yellow.button.active,
|
2198
1995
|
.ui.inverted.yellow.buttons .button:active,
|
2199
1996
|
.ui.inverted.yellow.button:active {
|
2200
|
-
|
2201
|
-
box-shadow: none ;
|
1997
|
+
box-shadow: none;
|
2202
1998
|
color: rgba(0, 0, 0, 0.6);
|
2203
1999
|
}
|
2204
2000
|
.ui.inverted.yellow.buttons .button:hover,
|
@@ -2223,37 +2019,32 @@
|
|
2223
2019
|
.ui.inverted.yellow.buttons .basic.button,
|
2224
2020
|
.ui.inverted.yellow.basic.button {
|
2225
2021
|
background-color: transparent;
|
2226
|
-
|
2227
|
-
|
2228
|
-
color: #FFFFFF;
|
2022
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
2023
|
+
color: #fff;
|
2229
2024
|
}
|
2230
2025
|
.ui.inverted.yellow.basic.buttons .button:hover,
|
2231
2026
|
.ui.inverted.yellow.buttons .basic.button:hover,
|
2232
2027
|
.ui.inverted.yellow.basic.button:hover {
|
2233
|
-
|
2234
|
-
|
2235
|
-
color: #FFE21F;
|
2028
|
+
box-shadow: 0 0 0 2px #ebcd00 inset;
|
2029
|
+
color: #ffe21f;
|
2236
2030
|
}
|
2237
2031
|
.ui.inverted.yellow.basic.buttons .button:focus,
|
2238
2032
|
.ui.inverted.yellow.basic.buttons .button:focus,
|
2239
2033
|
.ui.inverted.yellow.basic.button:focus {
|
2240
|
-
|
2241
|
-
|
2242
|
-
color: #FFE21F;
|
2034
|
+
box-shadow: 0 0 0 2px #f5d500 inset;
|
2035
|
+
color: #ffe21f;
|
2243
2036
|
}
|
2244
2037
|
.ui.inverted.yellow.basic.buttons .active.button,
|
2245
2038
|
.ui.inverted.yellow.buttons .basic.active.button,
|
2246
2039
|
.ui.inverted.yellow.basic.active.button {
|
2247
|
-
|
2248
|
-
|
2249
|
-
color: #FFE21F;
|
2040
|
+
box-shadow: 0 0 0 2px #ffdf05 inset;
|
2041
|
+
color: #ffe21f;
|
2250
2042
|
}
|
2251
2043
|
.ui.inverted.yellow.basic.buttons .button:active,
|
2252
2044
|
.ui.inverted.yellow.buttons .basic.button:active,
|
2253
2045
|
.ui.inverted.yellow.basic.button:active {
|
2254
|
-
|
2255
|
-
|
2256
|
-
color: #FFE21F;
|
2046
|
+
box-shadow: 0 0 0 2px #ebcd00 inset;
|
2047
|
+
color: #ffe21f;
|
2257
2048
|
}
|
2258
2049
|
|
2259
2050
|
/* Tertiary */
|
@@ -2261,22 +2052,19 @@
|
|
2261
2052
|
.ui.tertiary.yellow.buttons .tertiary.button,
|
2262
2053
|
.ui.tertiary.yellow.button {
|
2263
2054
|
background: transparent;
|
2264
|
-
|
2265
|
-
|
2266
|
-
color: #FBBD08;
|
2055
|
+
box-shadow: none;
|
2056
|
+
color: #fbbd08;
|
2267
2057
|
}
|
2268
2058
|
.ui.tertiary.yellow.buttons .button:hover,
|
2269
2059
|
.ui.tertiary.yellow.buttons button:hover,
|
2270
2060
|
.ui.tertiary.yellow.button:hover {
|
2271
|
-
|
2272
|
-
box-shadow: inset 0 -0.2em 0 #d2a217;
|
2061
|
+
box-shadow: inset 0 -0.2em 0 #d2a217;
|
2273
2062
|
color: #d2a217;
|
2274
2063
|
}
|
2275
2064
|
.ui.tertiary.yellow.buttons .button:focus,
|
2276
2065
|
.ui.tertiary.yellow.buttons .tertiary.button:focus,
|
2277
2066
|
.ui.tertiary.yellow.button:focus {
|
2278
|
-
|
2279
|
-
box-shadow: inset 0 -0.2em 0 #c49816;
|
2067
|
+
box-shadow: inset 0 -0.2em 0 #c49816;
|
2280
2068
|
color: #c49816;
|
2281
2069
|
}
|
2282
2070
|
.ui.tertiary.yellow.buttons .active.button,
|
@@ -2285,37 +2073,35 @@
|
|
2285
2073
|
.ui.tertiary.yellow.buttons .button:active,
|
2286
2074
|
.ui.tertiary.yellow.buttons .tertiary.button:active,
|
2287
2075
|
.ui.tertiary.yellow.button:active {
|
2288
|
-
|
2289
|
-
box-shadow: inset 0 -0.2em 0 #eaae00;
|
2076
|
+
box-shadow: inset 0 -0.2em 0 #eaae00;
|
2290
2077
|
color: #eaae00;
|
2291
2078
|
}
|
2292
2079
|
.ui.olive.buttons .button,
|
2293
2080
|
.ui.olive.button {
|
2294
|
-
background-color: #
|
2295
|
-
color: #
|
2081
|
+
background-color: #b5cc18;
|
2082
|
+
color: #fff;
|
2296
2083
|
text-shadow: none;
|
2297
2084
|
background-image: none;
|
2298
2085
|
}
|
2299
2086
|
.ui.olive.button {
|
2300
|
-
|
2301
|
-
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;
|
2302
2088
|
}
|
2303
2089
|
.ui.olive.buttons .button:hover,
|
2304
2090
|
.ui.olive.button:hover {
|
2305
2091
|
background-color: #a7bd0d;
|
2306
|
-
color: #
|
2092
|
+
color: #fff;
|
2307
2093
|
text-shadow: none;
|
2308
2094
|
}
|
2309
2095
|
.ui.olive.buttons .button:focus,
|
2310
2096
|
.ui.olive.button:focus {
|
2311
2097
|
background-color: #a0b605;
|
2312
|
-
color: #
|
2098
|
+
color: #fff;
|
2313
2099
|
text-shadow: none;
|
2314
2100
|
}
|
2315
2101
|
.ui.olive.buttons .button:active,
|
2316
2102
|
.ui.olive.button:active {
|
2317
2103
|
background-color: #8d9e13;
|
2318
|
-
color: #
|
2104
|
+
color: #fff;
|
2319
2105
|
text-shadow: none;
|
2320
2106
|
}
|
2321
2107
|
.ui.olive.buttons .active.button,
|
@@ -2323,7 +2109,7 @@
|
|
2323
2109
|
.ui.olive.active.button,
|
2324
2110
|
.ui.olive.button .active.button:active {
|
2325
2111
|
background-color: #aac109;
|
2326
|
-
color: #
|
2112
|
+
color: #fff;
|
2327
2113
|
text-shadow: none;
|
2328
2114
|
}
|
2329
2115
|
|
@@ -2331,48 +2117,39 @@
|
|
2331
2117
|
.ui.basic.olive.buttons .button,
|
2332
2118
|
.ui.basic.olive.button {
|
2333
2119
|
background: transparent;
|
2334
|
-
|
2335
|
-
|
2336
|
-
color: #B5CC18;
|
2120
|
+
box-shadow: 0 0 0 1px #b5cc18 inset;
|
2121
|
+
color: #b5cc18;
|
2337
2122
|
}
|
2338
2123
|
.ui.basic.olive.buttons .button:hover,
|
2339
2124
|
.ui.basic.olive.button:hover {
|
2340
|
-
background: transparent
|
2341
|
-
|
2342
|
-
box-shadow: 0 0 0 1px #a7bd0d inset;
|
2125
|
+
background: transparent;
|
2126
|
+
box-shadow: 0 0 0 1px #a7bd0d inset;
|
2343
2127
|
color: #a7bd0d;
|
2344
2128
|
}
|
2345
2129
|
.ui.basic.olive.buttons .button:focus,
|
2346
2130
|
.ui.basic.olive.button:focus {
|
2347
|
-
background: transparent
|
2348
|
-
|
2349
|
-
box-shadow: 0 0 0 1px #a0b605 inset;
|
2131
|
+
background: transparent;
|
2132
|
+
box-shadow: 0 0 0 1px #a0b605 inset;
|
2350
2133
|
color: #a7bd0d;
|
2351
2134
|
}
|
2352
2135
|
.ui.basic.olive.buttons .active.button,
|
2353
2136
|
.ui.basic.olive.active.button {
|
2354
|
-
background: transparent
|
2355
|
-
|
2356
|
-
box-shadow: 0 0 0 1px #aac109 inset;
|
2137
|
+
background: transparent;
|
2138
|
+
box-shadow: 0 0 0 1px #aac109 inset;
|
2357
2139
|
color: #8d9e13;
|
2358
2140
|
}
|
2359
2141
|
.ui.basic.olive.buttons .button:active,
|
2360
2142
|
.ui.basic.olive.button:active {
|
2361
|
-
|
2362
|
-
box-shadow: 0 0 0 1px #8d9e13 inset;
|
2143
|
+
box-shadow: 0 0 0 1px #8d9e13 inset;
|
2363
2144
|
color: #8d9e13;
|
2364
2145
|
}
|
2365
|
-
.ui.buttons:not(.vertical) > .basic.olive.button:not(:first-child) {
|
2366
|
-
margin-left: -1px;
|
2367
|
-
}
|
2368
2146
|
|
2369
2147
|
/* Inverted */
|
2370
2148
|
.ui.inverted.olive.buttons .button,
|
2371
2149
|
.ui.inverted.olive.button {
|
2372
2150
|
background-color: transparent;
|
2373
|
-
|
2374
|
-
|
2375
|
-
color: #D9E778;
|
2151
|
+
box-shadow: 0 0 0 2px #d9e778 inset;
|
2152
|
+
color: #d9e778;
|
2376
2153
|
}
|
2377
2154
|
.ui.inverted.olive.buttons .button:hover,
|
2378
2155
|
.ui.inverted.olive.button:hover,
|
@@ -2382,8 +2159,7 @@
|
|
2382
2159
|
.ui.inverted.olive.button.active,
|
2383
2160
|
.ui.inverted.olive.buttons .button:active,
|
2384
2161
|
.ui.inverted.olive.button:active {
|
2385
|
-
|
2386
|
-
box-shadow: none ;
|
2162
|
+
box-shadow: none;
|
2387
2163
|
color: rgba(0, 0, 0, 0.6);
|
2388
2164
|
}
|
2389
2165
|
.ui.inverted.olive.buttons .button:hover,
|
@@ -2408,37 +2184,32 @@
|
|
2408
2184
|
.ui.inverted.olive.buttons .basic.button,
|
2409
2185
|
.ui.inverted.olive.basic.button {
|
2410
2186
|
background-color: transparent;
|
2411
|
-
|
2412
|
-
|
2413
|
-
color: #FFFFFF;
|
2187
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
2188
|
+
color: #fff;
|
2414
2189
|
}
|
2415
2190
|
.ui.inverted.olive.basic.buttons .button:hover,
|
2416
2191
|
.ui.inverted.olive.buttons .basic.button:hover,
|
2417
2192
|
.ui.inverted.olive.basic.button:hover {
|
2418
|
-
|
2419
|
-
|
2420
|
-
color: #D9E778;
|
2193
|
+
box-shadow: 0 0 0 2px #d2e745 inset;
|
2194
|
+
color: #d9e778;
|
2421
2195
|
}
|
2422
2196
|
.ui.inverted.olive.basic.buttons .button:focus,
|
2423
2197
|
.ui.inverted.olive.basic.buttons .button:focus,
|
2424
2198
|
.ui.inverted.olive.basic.button:focus {
|
2425
|
-
|
2426
|
-
|
2427
|
-
color: #D9E778;
|
2199
|
+
box-shadow: 0 0 0 2px #daef47 inset;
|
2200
|
+
color: #d9e778;
|
2428
2201
|
}
|
2429
2202
|
.ui.inverted.olive.basic.buttons .active.button,
|
2430
2203
|
.ui.inverted.olive.buttons .basic.active.button,
|
2431
2204
|
.ui.inverted.olive.basic.active.button {
|
2432
|
-
|
2433
|
-
|
2434
|
-
color: #D9E778;
|
2205
|
+
box-shadow: 0 0 0 2px #daed59 inset;
|
2206
|
+
color: #d9e778;
|
2435
2207
|
}
|
2436
2208
|
.ui.inverted.olive.basic.buttons .button:active,
|
2437
2209
|
.ui.inverted.olive.buttons .basic.button:active,
|
2438
2210
|
.ui.inverted.olive.basic.button:active {
|
2439
|
-
|
2440
|
-
|
2441
|
-
color: #D9E778;
|
2211
|
+
box-shadow: 0 0 0 2px #cddf4d inset;
|
2212
|
+
color: #d9e778;
|
2442
2213
|
}
|
2443
2214
|
|
2444
2215
|
/* Tertiary */
|
@@ -2446,22 +2217,19 @@
|
|
2446
2217
|
.ui.tertiary.olive.buttons .tertiary.button,
|
2447
2218
|
.ui.tertiary.olive.button {
|
2448
2219
|
background: transparent;
|
2449
|
-
|
2450
|
-
|
2451
|
-
color: #B5CC18;
|
2220
|
+
box-shadow: none;
|
2221
|
+
color: #b5cc18;
|
2452
2222
|
}
|
2453
2223
|
.ui.tertiary.olive.buttons .button:hover,
|
2454
2224
|
.ui.tertiary.olive.buttons button:hover,
|
2455
2225
|
.ui.tertiary.olive.button:hover {
|
2456
|
-
|
2457
|
-
box-shadow: inset 0 -0.2em 0 #98a922;
|
2226
|
+
box-shadow: inset 0 -0.2em 0 #98a922;
|
2458
2227
|
color: #98a922;
|
2459
2228
|
}
|
2460
2229
|
.ui.tertiary.olive.buttons .button:focus,
|
2461
2230
|
.ui.tertiary.olive.buttons .tertiary.button:focus,
|
2462
2231
|
.ui.tertiary.olive.button:focus {
|
2463
|
-
|
2464
|
-
box-shadow: inset 0 -0.2em 0 #92a418;
|
2232
|
+
box-shadow: inset 0 -0.2em 0 #92a418;
|
2465
2233
|
color: #92a418;
|
2466
2234
|
}
|
2467
2235
|
.ui.tertiary.olive.buttons .active.button,
|
@@ -2470,37 +2238,35 @@
|
|
2470
2238
|
.ui.tertiary.olive.buttons .button:active,
|
2471
2239
|
.ui.tertiary.olive.buttons .tertiary.button:active,
|
2472
2240
|
.ui.tertiary.olive.button:active {
|
2473
|
-
|
2474
|
-
box-shadow: inset 0 -0.2em 0 #b1cb00;
|
2241
|
+
box-shadow: inset 0 -0.2em 0 #b1cb00;
|
2475
2242
|
color: #aac109;
|
2476
2243
|
}
|
2477
2244
|
.ui.green.buttons .button,
|
2478
2245
|
.ui.green.button {
|
2479
|
-
background-color: #
|
2480
|
-
color: #
|
2246
|
+
background-color: #21ba45;
|
2247
|
+
color: #fff;
|
2481
2248
|
text-shadow: none;
|
2482
2249
|
background-image: none;
|
2483
2250
|
}
|
2484
2251
|
.ui.green.button {
|
2485
|
-
|
2486
|
-
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;
|
2487
2253
|
}
|
2488
2254
|
.ui.green.buttons .button:hover,
|
2489
2255
|
.ui.green.button:hover {
|
2490
2256
|
background-color: #16ab39;
|
2491
|
-
color: #
|
2257
|
+
color: #fff;
|
2492
2258
|
text-shadow: none;
|
2493
2259
|
}
|
2494
2260
|
.ui.green.buttons .button:focus,
|
2495
2261
|
.ui.green.button:focus {
|
2496
2262
|
background-color: #0ea432;
|
2497
|
-
color: #
|
2263
|
+
color: #fff;
|
2498
2264
|
text-shadow: none;
|
2499
2265
|
}
|
2500
2266
|
.ui.green.buttons .button:active,
|
2501
2267
|
.ui.green.button:active {
|
2502
2268
|
background-color: #198f35;
|
2503
|
-
color: #
|
2269
|
+
color: #fff;
|
2504
2270
|
text-shadow: none;
|
2505
2271
|
}
|
2506
2272
|
.ui.green.buttons .active.button,
|
@@ -2508,7 +2274,7 @@
|
|
2508
2274
|
.ui.green.active.button,
|
2509
2275
|
.ui.green.button .active.button:active {
|
2510
2276
|
background-color: #13ae38;
|
2511
|
-
color: #
|
2277
|
+
color: #fff;
|
2512
2278
|
text-shadow: none;
|
2513
2279
|
}
|
2514
2280
|
|
@@ -2516,48 +2282,39 @@
|
|
2516
2282
|
.ui.basic.green.buttons .button,
|
2517
2283
|
.ui.basic.green.button {
|
2518
2284
|
background: transparent;
|
2519
|
-
|
2520
|
-
|
2521
|
-
color: #21BA45;
|
2285
|
+
box-shadow: 0 0 0 1px #21ba45 inset;
|
2286
|
+
color: #21ba45;
|
2522
2287
|
}
|
2523
2288
|
.ui.basic.green.buttons .button:hover,
|
2524
2289
|
.ui.basic.green.button:hover {
|
2525
|
-
background: transparent
|
2526
|
-
|
2527
|
-
box-shadow: 0 0 0 1px #16ab39 inset;
|
2290
|
+
background: transparent;
|
2291
|
+
box-shadow: 0 0 0 1px #16ab39 inset;
|
2528
2292
|
color: #16ab39;
|
2529
2293
|
}
|
2530
2294
|
.ui.basic.green.buttons .button:focus,
|
2531
2295
|
.ui.basic.green.button:focus {
|
2532
|
-
background: transparent
|
2533
|
-
|
2534
|
-
box-shadow: 0 0 0 1px #0ea432 inset;
|
2296
|
+
background: transparent;
|
2297
|
+
box-shadow: 0 0 0 1px #0ea432 inset;
|
2535
2298
|
color: #16ab39;
|
2536
2299
|
}
|
2537
2300
|
.ui.basic.green.buttons .active.button,
|
2538
2301
|
.ui.basic.green.active.button {
|
2539
|
-
background: transparent
|
2540
|
-
|
2541
|
-
box-shadow: 0 0 0 1px #13ae38 inset;
|
2302
|
+
background: transparent;
|
2303
|
+
box-shadow: 0 0 0 1px #13ae38 inset;
|
2542
2304
|
color: #198f35;
|
2543
2305
|
}
|
2544
2306
|
.ui.basic.green.buttons .button:active,
|
2545
2307
|
.ui.basic.green.button:active {
|
2546
|
-
|
2547
|
-
box-shadow: 0 0 0 1px #198f35 inset;
|
2308
|
+
box-shadow: 0 0 0 1px #198f35 inset;
|
2548
2309
|
color: #198f35;
|
2549
2310
|
}
|
2550
|
-
.ui.buttons:not(.vertical) > .basic.green.button:not(:first-child) {
|
2551
|
-
margin-left: -1px;
|
2552
|
-
}
|
2553
2311
|
|
2554
2312
|
/* Inverted */
|
2555
2313
|
.ui.inverted.green.buttons .button,
|
2556
2314
|
.ui.inverted.green.button {
|
2557
2315
|
background-color: transparent;
|
2558
|
-
|
2559
|
-
|
2560
|
-
color: #2ECC40;
|
2316
|
+
box-shadow: 0 0 0 2px #2ecc40 inset;
|
2317
|
+
color: #2ecc40;
|
2561
2318
|
}
|
2562
2319
|
.ui.inverted.green.buttons .button:hover,
|
2563
2320
|
.ui.inverted.green.button:hover,
|
@@ -2567,9 +2324,8 @@
|
|
2567
2324
|
.ui.inverted.green.button.active,
|
2568
2325
|
.ui.inverted.green.buttons .button:active,
|
2569
2326
|
.ui.inverted.green.button:active {
|
2570
|
-
|
2571
|
-
|
2572
|
-
color: #FFFFFF;
|
2327
|
+
box-shadow: none;
|
2328
|
+
color: #fff;
|
2573
2329
|
}
|
2574
2330
|
.ui.inverted.green.buttons .button:hover,
|
2575
2331
|
.ui.inverted.green.button:hover {
|
@@ -2593,37 +2349,32 @@
|
|
2593
2349
|
.ui.inverted.green.buttons .basic.button,
|
2594
2350
|
.ui.inverted.green.basic.button {
|
2595
2351
|
background-color: transparent;
|
2596
|
-
|
2597
|
-
|
2598
|
-
color: #FFFFFF;
|
2352
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
2353
|
+
color: #fff;
|
2599
2354
|
}
|
2600
2355
|
.ui.inverted.green.basic.buttons .button:hover,
|
2601
2356
|
.ui.inverted.green.buttons .basic.button:hover,
|
2602
2357
|
.ui.inverted.green.basic.button:hover {
|
2603
|
-
|
2604
|
-
|
2605
|
-
color: #2ECC40;
|
2358
|
+
box-shadow: 0 0 0 2px #1ea92e inset;
|
2359
|
+
color: #2ecc40;
|
2606
2360
|
}
|
2607
2361
|
.ui.inverted.green.basic.buttons .button:focus,
|
2608
2362
|
.ui.inverted.green.basic.buttons .button:focus,
|
2609
2363
|
.ui.inverted.green.basic.button:focus {
|
2610
|
-
|
2611
|
-
|
2612
|
-
color: #2ECC40;
|
2364
|
+
box-shadow: 0 0 0 2px #19b82b inset;
|
2365
|
+
color: #2ecc40;
|
2613
2366
|
}
|
2614
2367
|
.ui.inverted.green.basic.buttons .active.button,
|
2615
2368
|
.ui.inverted.green.buttons .basic.active.button,
|
2616
2369
|
.ui.inverted.green.basic.active.button {
|
2617
|
-
|
2618
|
-
|
2619
|
-
color: #2ECC40;
|
2370
|
+
box-shadow: 0 0 0 2px #1fc231 inset;
|
2371
|
+
color: #2ecc40;
|
2620
2372
|
}
|
2621
2373
|
.ui.inverted.green.basic.buttons .button:active,
|
2622
2374
|
.ui.inverted.green.buttons .basic.button:active,
|
2623
2375
|
.ui.inverted.green.basic.button:active {
|
2624
|
-
|
2625
|
-
|
2626
|
-
color: #2ECC40;
|
2376
|
+
box-shadow: 0 0 0 2px #25a233 inset;
|
2377
|
+
color: #2ecc40;
|
2627
2378
|
}
|
2628
2379
|
|
2629
2380
|
/* Tertiary */
|
@@ -2631,22 +2382,19 @@
|
|
2631
2382
|
.ui.tertiary.green.buttons .tertiary.button,
|
2632
2383
|
.ui.tertiary.green.button {
|
2633
2384
|
background: transparent;
|
2634
|
-
|
2635
|
-
|
2636
|
-
color: #21BA45;
|
2385
|
+
box-shadow: none;
|
2386
|
+
color: #21ba45;
|
2637
2387
|
}
|
2638
2388
|
.ui.tertiary.green.buttons .button:hover,
|
2639
2389
|
.ui.tertiary.green.buttons button:hover,
|
2640
2390
|
.ui.tertiary.green.button:hover {
|
2641
|
-
|
2642
|
-
box-shadow: inset 0 -0.2em 0 #2a9844;
|
2391
|
+
box-shadow: inset 0 -0.2em 0 #2a9844;
|
2643
2392
|
color: #2a9844;
|
2644
2393
|
}
|
2645
2394
|
.ui.tertiary.green.buttons .button:focus,
|
2646
2395
|
.ui.tertiary.green.buttons .tertiary.button:focus,
|
2647
2396
|
.ui.tertiary.green.button:focus {
|
2648
|
-
|
2649
|
-
box-shadow: inset 0 -0.2em 0 #20923b;
|
2397
|
+
box-shadow: inset 0 -0.2em 0 #20923b;
|
2650
2398
|
color: #20923b;
|
2651
2399
|
}
|
2652
2400
|
.ui.tertiary.green.buttons .active.button,
|
@@ -2655,37 +2403,35 @@
|
|
2655
2403
|
.ui.tertiary.green.buttons .button:active,
|
2656
2404
|
.ui.tertiary.green.buttons .tertiary.button:active,
|
2657
2405
|
.ui.tertiary.green.button:active {
|
2658
|
-
|
2659
|
-
box-shadow: inset 0 -0.2em 0 #00c22e;
|
2406
|
+
box-shadow: inset 0 -0.2em 0 #00c22e;
|
2660
2407
|
color: #13ae38;
|
2661
2408
|
}
|
2662
2409
|
.ui.teal.buttons .button,
|
2663
2410
|
.ui.teal.button {
|
2664
|
-
background-color: #
|
2665
|
-
color: #
|
2411
|
+
background-color: #00b5ad;
|
2412
|
+
color: #fff;
|
2666
2413
|
text-shadow: none;
|
2667
2414
|
background-image: none;
|
2668
2415
|
}
|
2669
2416
|
.ui.teal.button {
|
2670
|
-
|
2671
|
-
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;
|
2672
2418
|
}
|
2673
2419
|
.ui.teal.buttons .button:hover,
|
2674
2420
|
.ui.teal.button:hover {
|
2675
2421
|
background-color: #009c95;
|
2676
|
-
color: #
|
2422
|
+
color: #fff;
|
2677
2423
|
text-shadow: none;
|
2678
2424
|
}
|
2679
2425
|
.ui.teal.buttons .button:focus,
|
2680
2426
|
.ui.teal.button:focus {
|
2681
2427
|
background-color: #008c86;
|
2682
|
-
color: #
|
2428
|
+
color: #fff;
|
2683
2429
|
text-shadow: none;
|
2684
2430
|
}
|
2685
2431
|
.ui.teal.buttons .button:active,
|
2686
2432
|
.ui.teal.button:active {
|
2687
2433
|
background-color: #00827c;
|
2688
|
-
color: #
|
2434
|
+
color: #fff;
|
2689
2435
|
text-shadow: none;
|
2690
2436
|
}
|
2691
2437
|
.ui.teal.buttons .active.button,
|
@@ -2693,7 +2439,7 @@
|
|
2693
2439
|
.ui.teal.active.button,
|
2694
2440
|
.ui.teal.button .active.button:active {
|
2695
2441
|
background-color: #009c95;
|
2696
|
-
color: #
|
2442
|
+
color: #fff;
|
2697
2443
|
text-shadow: none;
|
2698
2444
|
}
|
2699
2445
|
|
@@ -2701,48 +2447,39 @@
|
|
2701
2447
|
.ui.basic.teal.buttons .button,
|
2702
2448
|
.ui.basic.teal.button {
|
2703
2449
|
background: transparent;
|
2704
|
-
|
2705
|
-
|
2706
|
-
color: #00B5AD;
|
2450
|
+
box-shadow: 0 0 0 1px #00b5ad inset;
|
2451
|
+
color: #00b5ad;
|
2707
2452
|
}
|
2708
2453
|
.ui.basic.teal.buttons .button:hover,
|
2709
2454
|
.ui.basic.teal.button:hover {
|
2710
|
-
background: transparent
|
2711
|
-
|
2712
|
-
box-shadow: 0 0 0 1px #009c95 inset;
|
2455
|
+
background: transparent;
|
2456
|
+
box-shadow: 0 0 0 1px #009c95 inset;
|
2713
2457
|
color: #009c95;
|
2714
2458
|
}
|
2715
2459
|
.ui.basic.teal.buttons .button:focus,
|
2716
2460
|
.ui.basic.teal.button:focus {
|
2717
|
-
background: transparent
|
2718
|
-
|
2719
|
-
box-shadow: 0 0 0 1px #008c86 inset;
|
2461
|
+
background: transparent;
|
2462
|
+
box-shadow: 0 0 0 1px #008c86 inset;
|
2720
2463
|
color: #009c95;
|
2721
2464
|
}
|
2722
2465
|
.ui.basic.teal.buttons .active.button,
|
2723
2466
|
.ui.basic.teal.active.button {
|
2724
|
-
background: transparent
|
2725
|
-
|
2726
|
-
box-shadow: 0 0 0 1px #009c95 inset;
|
2467
|
+
background: transparent;
|
2468
|
+
box-shadow: 0 0 0 1px #009c95 inset;
|
2727
2469
|
color: #00827c;
|
2728
2470
|
}
|
2729
2471
|
.ui.basic.teal.buttons .button:active,
|
2730
2472
|
.ui.basic.teal.button:active {
|
2731
|
-
|
2732
|
-
box-shadow: 0 0 0 1px #00827c inset;
|
2473
|
+
box-shadow: 0 0 0 1px #00827c inset;
|
2733
2474
|
color: #00827c;
|
2734
2475
|
}
|
2735
|
-
.ui.buttons:not(.vertical) > .basic.teal.button:not(:first-child) {
|
2736
|
-
margin-left: -1px;
|
2737
|
-
}
|
2738
2476
|
|
2739
2477
|
/* Inverted */
|
2740
2478
|
.ui.inverted.teal.buttons .button,
|
2741
2479
|
.ui.inverted.teal.button {
|
2742
2480
|
background-color: transparent;
|
2743
|
-
|
2744
|
-
|
2745
|
-
color: #6DFFFF;
|
2481
|
+
box-shadow: 0 0 0 2px #6dffff inset;
|
2482
|
+
color: #6dffff;
|
2746
2483
|
}
|
2747
2484
|
.ui.inverted.teal.buttons .button:hover,
|
2748
2485
|
.ui.inverted.teal.button:hover,
|
@@ -2752,8 +2489,7 @@
|
|
2752
2489
|
.ui.inverted.teal.button.active,
|
2753
2490
|
.ui.inverted.teal.buttons .button:active,
|
2754
2491
|
.ui.inverted.teal.button:active {
|
2755
|
-
|
2756
|
-
box-shadow: none ;
|
2492
|
+
box-shadow: none;
|
2757
2493
|
color: rgba(0, 0, 0, 0.6);
|
2758
2494
|
}
|
2759
2495
|
.ui.inverted.teal.buttons .button:hover,
|
@@ -2778,37 +2514,32 @@
|
|
2778
2514
|
.ui.inverted.teal.buttons .basic.button,
|
2779
2515
|
.ui.inverted.teal.basic.button {
|
2780
2516
|
background-color: transparent;
|
2781
|
-
|
2782
|
-
|
2783
|
-
color: #FFFFFF;
|
2517
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
2518
|
+
color: #fff;
|
2784
2519
|
}
|
2785
2520
|
.ui.inverted.teal.basic.buttons .button:hover,
|
2786
2521
|
.ui.inverted.teal.buttons .basic.button:hover,
|
2787
2522
|
.ui.inverted.teal.basic.button:hover {
|
2788
|
-
|
2789
|
-
|
2790
|
-
color: #6DFFFF;
|
2523
|
+
box-shadow: 0 0 0 2px #3affff inset;
|
2524
|
+
color: #6dffff;
|
2791
2525
|
}
|
2792
2526
|
.ui.inverted.teal.basic.buttons .button:focus,
|
2793
2527
|
.ui.inverted.teal.basic.buttons .button:focus,
|
2794
2528
|
.ui.inverted.teal.basic.button:focus {
|
2795
|
-
|
2796
|
-
|
2797
|
-
color: #6DFFFF;
|
2529
|
+
box-shadow: 0 0 0 2px #44ffff inset;
|
2530
|
+
color: #6dffff;
|
2798
2531
|
}
|
2799
2532
|
.ui.inverted.teal.basic.buttons .active.button,
|
2800
2533
|
.ui.inverted.teal.buttons .basic.active.button,
|
2801
2534
|
.ui.inverted.teal.basic.active.button {
|
2802
|
-
|
2803
|
-
|
2804
|
-
color: #6DFFFF;
|
2535
|
+
box-shadow: 0 0 0 2px #54ffff inset;
|
2536
|
+
color: #6dffff;
|
2805
2537
|
}
|
2806
2538
|
.ui.inverted.teal.basic.buttons .button:active,
|
2807
2539
|
.ui.inverted.teal.buttons .basic.button:active,
|
2808
2540
|
.ui.inverted.teal.basic.button:active {
|
2809
|
-
|
2810
|
-
|
2811
|
-
color: #6DFFFF;
|
2541
|
+
box-shadow: 0 0 0 2px #3affff inset;
|
2542
|
+
color: #6dffff;
|
2812
2543
|
}
|
2813
2544
|
|
2814
2545
|
/* Tertiary */
|
@@ -2816,22 +2547,19 @@
|
|
2816
2547
|
.ui.tertiary.teal.buttons .tertiary.button,
|
2817
2548
|
.ui.tertiary.teal.button {
|
2818
2549
|
background: transparent;
|
2819
|
-
|
2820
|
-
|
2821
|
-
color: #00B5AD;
|
2550
|
+
box-shadow: none;
|
2551
|
+
color: #00b5ad;
|
2822
2552
|
}
|
2823
2553
|
.ui.tertiary.teal.buttons .button:hover,
|
2824
2554
|
.ui.tertiary.teal.buttons button:hover,
|
2825
2555
|
.ui.tertiary.teal.button:hover {
|
2826
|
-
|
2827
|
-
box-shadow: inset 0 -0.2em 0 #108c86;
|
2556
|
+
box-shadow: inset 0 -0.2em 0 #108c86;
|
2828
2557
|
color: #108c86;
|
2829
2558
|
}
|
2830
2559
|
.ui.tertiary.teal.buttons .button:focus,
|
2831
2560
|
.ui.tertiary.teal.buttons .tertiary.button:focus,
|
2832
2561
|
.ui.tertiary.teal.button:focus {
|
2833
|
-
|
2834
|
-
box-shadow: inset 0 -0.2em 0 #0e7e79;
|
2562
|
+
box-shadow: inset 0 -0.2em 0 #0e7e79;
|
2835
2563
|
color: #0e7e79;
|
2836
2564
|
}
|
2837
2565
|
.ui.tertiary.teal.buttons .active.button,
|
@@ -2840,37 +2568,35 @@
|
|
2840
2568
|
.ui.tertiary.teal.buttons .button:active,
|
2841
2569
|
.ui.tertiary.teal.buttons .tertiary.button:active,
|
2842
2570
|
.ui.tertiary.teal.button:active {
|
2843
|
-
|
2844
|
-
box-shadow: inset 0 -0.2em 0 #009c95;
|
2571
|
+
box-shadow: inset 0 -0.2em 0 #009c95;
|
2845
2572
|
color: #009c95;
|
2846
2573
|
}
|
2847
2574
|
.ui.blue.buttons .button,
|
2848
2575
|
.ui.blue.button {
|
2849
|
-
background-color: #
|
2850
|
-
color: #
|
2576
|
+
background-color: #2185d0;
|
2577
|
+
color: #fff;
|
2851
2578
|
text-shadow: none;
|
2852
2579
|
background-image: none;
|
2853
2580
|
}
|
2854
2581
|
.ui.blue.button {
|
2855
|
-
|
2856
|
-
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;
|
2857
2583
|
}
|
2858
2584
|
.ui.blue.buttons .button:hover,
|
2859
2585
|
.ui.blue.button:hover {
|
2860
2586
|
background-color: #1678c2;
|
2861
|
-
color: #
|
2587
|
+
color: #fff;
|
2862
2588
|
text-shadow: none;
|
2863
2589
|
}
|
2864
2590
|
.ui.blue.buttons .button:focus,
|
2865
2591
|
.ui.blue.button:focus {
|
2866
2592
|
background-color: #0d71bb;
|
2867
|
-
color: #
|
2593
|
+
color: #fff;
|
2868
2594
|
text-shadow: none;
|
2869
2595
|
}
|
2870
2596
|
.ui.blue.buttons .button:active,
|
2871
2597
|
.ui.blue.button:active {
|
2872
2598
|
background-color: #1a69a4;
|
2873
|
-
color: #
|
2599
|
+
color: #fff;
|
2874
2600
|
text-shadow: none;
|
2875
2601
|
}
|
2876
2602
|
.ui.blue.buttons .active.button,
|
@@ -2878,7 +2604,7 @@
|
|
2878
2604
|
.ui.blue.active.button,
|
2879
2605
|
.ui.blue.button .active.button:active {
|
2880
2606
|
background-color: #1279c6;
|
2881
|
-
color: #
|
2607
|
+
color: #fff;
|
2882
2608
|
text-shadow: none;
|
2883
2609
|
}
|
2884
2610
|
|
@@ -2886,48 +2612,39 @@
|
|
2886
2612
|
.ui.basic.blue.buttons .button,
|
2887
2613
|
.ui.basic.blue.button {
|
2888
2614
|
background: transparent;
|
2889
|
-
|
2890
|
-
|
2891
|
-
color: #2185D0;
|
2615
|
+
box-shadow: 0 0 0 1px #2185d0 inset;
|
2616
|
+
color: #2185d0;
|
2892
2617
|
}
|
2893
2618
|
.ui.basic.blue.buttons .button:hover,
|
2894
2619
|
.ui.basic.blue.button:hover {
|
2895
|
-
background: transparent
|
2896
|
-
|
2897
|
-
box-shadow: 0 0 0 1px #1678c2 inset;
|
2620
|
+
background: transparent;
|
2621
|
+
box-shadow: 0 0 0 1px #1678c2 inset;
|
2898
2622
|
color: #1678c2;
|
2899
2623
|
}
|
2900
2624
|
.ui.basic.blue.buttons .button:focus,
|
2901
2625
|
.ui.basic.blue.button:focus {
|
2902
|
-
background: transparent
|
2903
|
-
|
2904
|
-
box-shadow: 0 0 0 1px #0d71bb inset;
|
2626
|
+
background: transparent;
|
2627
|
+
box-shadow: 0 0 0 1px #0d71bb inset;
|
2905
2628
|
color: #1678c2;
|
2906
2629
|
}
|
2907
2630
|
.ui.basic.blue.buttons .active.button,
|
2908
2631
|
.ui.basic.blue.active.button {
|
2909
|
-
background: transparent
|
2910
|
-
|
2911
|
-
box-shadow: 0 0 0 1px #1279c6 inset;
|
2632
|
+
background: transparent;
|
2633
|
+
box-shadow: 0 0 0 1px #1279c6 inset;
|
2912
2634
|
color: #1a69a4;
|
2913
2635
|
}
|
2914
2636
|
.ui.basic.blue.buttons .button:active,
|
2915
2637
|
.ui.basic.blue.button:active {
|
2916
|
-
|
2917
|
-
box-shadow: 0 0 0 1px #1a69a4 inset;
|
2638
|
+
box-shadow: 0 0 0 1px #1a69a4 inset;
|
2918
2639
|
color: #1a69a4;
|
2919
2640
|
}
|
2920
|
-
.ui.buttons:not(.vertical) > .basic.blue.button:not(:first-child) {
|
2921
|
-
margin-left: -1px;
|
2922
|
-
}
|
2923
2641
|
|
2924
2642
|
/* Inverted */
|
2925
2643
|
.ui.inverted.blue.buttons .button,
|
2926
2644
|
.ui.inverted.blue.button {
|
2927
2645
|
background-color: transparent;
|
2928
|
-
|
2929
|
-
|
2930
|
-
color: #54C8FF;
|
2646
|
+
box-shadow: 0 0 0 2px #54c8ff inset;
|
2647
|
+
color: #54c8ff;
|
2931
2648
|
}
|
2932
2649
|
.ui.inverted.blue.buttons .button:hover,
|
2933
2650
|
.ui.inverted.blue.button:hover,
|
@@ -2937,9 +2654,8 @@
|
|
2937
2654
|
.ui.inverted.blue.button.active,
|
2938
2655
|
.ui.inverted.blue.buttons .button:active,
|
2939
2656
|
.ui.inverted.blue.button:active {
|
2940
|
-
|
2941
|
-
|
2942
|
-
color: #FFFFFF;
|
2657
|
+
box-shadow: none;
|
2658
|
+
color: #fff;
|
2943
2659
|
}
|
2944
2660
|
.ui.inverted.blue.buttons .button:hover,
|
2945
2661
|
.ui.inverted.blue.button:hover {
|
@@ -2963,37 +2679,32 @@
|
|
2963
2679
|
.ui.inverted.blue.buttons .basic.button,
|
2964
2680
|
.ui.inverted.blue.basic.button {
|
2965
2681
|
background-color: transparent;
|
2966
|
-
|
2967
|
-
|
2968
|
-
color: #FFFFFF;
|
2682
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
2683
|
+
color: #fff;
|
2969
2684
|
}
|
2970
2685
|
.ui.inverted.blue.basic.buttons .button:hover,
|
2971
2686
|
.ui.inverted.blue.buttons .basic.button:hover,
|
2972
2687
|
.ui.inverted.blue.basic.button:hover {
|
2973
|
-
|
2974
|
-
|
2975
|
-
color: #54C8FF;
|
2688
|
+
box-shadow: 0 0 0 2px #21b8ff inset;
|
2689
|
+
color: #54c8ff;
|
2976
2690
|
}
|
2977
2691
|
.ui.inverted.blue.basic.buttons .button:focus,
|
2978
2692
|
.ui.inverted.blue.basic.buttons .button:focus,
|
2979
2693
|
.ui.inverted.blue.basic.button:focus {
|
2980
|
-
|
2981
|
-
|
2982
|
-
color: #54C8FF;
|
2694
|
+
box-shadow: 0 0 0 2px #2bbbff inset;
|
2695
|
+
color: #54c8ff;
|
2983
2696
|
}
|
2984
2697
|
.ui.inverted.blue.basic.buttons .active.button,
|
2985
2698
|
.ui.inverted.blue.buttons .basic.active.button,
|
2986
2699
|
.ui.inverted.blue.basic.active.button {
|
2987
|
-
|
2988
|
-
|
2989
|
-
color: #54C8FF;
|
2700
|
+
box-shadow: 0 0 0 2px #3ac0ff inset;
|
2701
|
+
color: #54c8ff;
|
2990
2702
|
}
|
2991
2703
|
.ui.inverted.blue.basic.buttons .button:active,
|
2992
2704
|
.ui.inverted.blue.buttons .basic.button:active,
|
2993
2705
|
.ui.inverted.blue.basic.button:active {
|
2994
|
-
|
2995
|
-
|
2996
|
-
color: #54C8FF;
|
2706
|
+
box-shadow: 0 0 0 2px #21b8ff inset;
|
2707
|
+
color: #54c8ff;
|
2997
2708
|
}
|
2998
2709
|
|
2999
2710
|
/* Tertiary */
|
@@ -3001,22 +2712,19 @@
|
|
3001
2712
|
.ui.tertiary.blue.buttons .tertiary.button,
|
3002
2713
|
.ui.tertiary.blue.button {
|
3003
2714
|
background: transparent;
|
3004
|
-
|
3005
|
-
|
3006
|
-
color: #2185D0;
|
2715
|
+
box-shadow: none;
|
2716
|
+
color: #2185d0;
|
3007
2717
|
}
|
3008
2718
|
.ui.tertiary.blue.buttons .button:hover,
|
3009
2719
|
.ui.tertiary.blue.buttons button:hover,
|
3010
2720
|
.ui.tertiary.blue.button:hover {
|
3011
|
-
|
3012
|
-
box-shadow: inset 0 -0.2em 0 #2b75ac;
|
2721
|
+
box-shadow: inset 0 -0.2em 0 #2b75ac;
|
3013
2722
|
color: #2b75ac;
|
3014
2723
|
}
|
3015
2724
|
.ui.tertiary.blue.buttons .button:focus,
|
3016
2725
|
.ui.tertiary.blue.buttons .tertiary.button:focus,
|
3017
2726
|
.ui.tertiary.blue.button:focus {
|
3018
|
-
|
3019
|
-
box-shadow: inset 0 -0.2em 0 #216ea7;
|
2727
|
+
box-shadow: inset 0 -0.2em 0 #216ea7;
|
3020
2728
|
color: #216ea7;
|
3021
2729
|
}
|
3022
2730
|
.ui.tertiary.blue.buttons .active.button,
|
@@ -3025,37 +2733,35 @@
|
|
3025
2733
|
.ui.tertiary.blue.buttons .button:active,
|
3026
2734
|
.ui.tertiary.blue.buttons .tertiary.button:active,
|
3027
2735
|
.ui.tertiary.blue.button:active {
|
3028
|
-
|
3029
|
-
box-shadow: inset 0 -0.2em 0 #007bd8;
|
2736
|
+
box-shadow: inset 0 -0.2em 0 #007bd8;
|
3030
2737
|
color: #1279c6;
|
3031
2738
|
}
|
3032
2739
|
.ui.violet.buttons .button,
|
3033
2740
|
.ui.violet.button {
|
3034
|
-
background-color: #
|
3035
|
-
color: #
|
2741
|
+
background-color: #6435c9;
|
2742
|
+
color: #fff;
|
3036
2743
|
text-shadow: none;
|
3037
2744
|
background-image: none;
|
3038
2745
|
}
|
3039
2746
|
.ui.violet.button {
|
3040
|
-
|
3041
|
-
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;
|
3042
2748
|
}
|
3043
2749
|
.ui.violet.buttons .button:hover,
|
3044
2750
|
.ui.violet.button:hover {
|
3045
2751
|
background-color: #5829bb;
|
3046
|
-
color: #
|
2752
|
+
color: #fff;
|
3047
2753
|
text-shadow: none;
|
3048
2754
|
}
|
3049
2755
|
.ui.violet.buttons .button:focus,
|
3050
2756
|
.ui.violet.button:focus {
|
3051
2757
|
background-color: #4f20b5;
|
3052
|
-
color: #
|
2758
|
+
color: #fff;
|
3053
2759
|
text-shadow: none;
|
3054
2760
|
}
|
3055
2761
|
.ui.violet.buttons .button:active,
|
3056
2762
|
.ui.violet.button:active {
|
3057
2763
|
background-color: #502aa1;
|
3058
|
-
color: #
|
2764
|
+
color: #fff;
|
3059
2765
|
text-shadow: none;
|
3060
2766
|
}
|
3061
2767
|
.ui.violet.buttons .active.button,
|
@@ -3063,7 +2769,7 @@
|
|
3063
2769
|
.ui.violet.active.button,
|
3064
2770
|
.ui.violet.button .active.button:active {
|
3065
2771
|
background-color: #5626bf;
|
3066
|
-
color: #
|
2772
|
+
color: #fff;
|
3067
2773
|
text-shadow: none;
|
3068
2774
|
}
|
3069
2775
|
|
@@ -3071,48 +2777,39 @@
|
|
3071
2777
|
.ui.basic.violet.buttons .button,
|
3072
2778
|
.ui.basic.violet.button {
|
3073
2779
|
background: transparent;
|
3074
|
-
|
3075
|
-
|
3076
|
-
color: #6435C9;
|
2780
|
+
box-shadow: 0 0 0 1px #6435c9 inset;
|
2781
|
+
color: #6435c9;
|
3077
2782
|
}
|
3078
2783
|
.ui.basic.violet.buttons .button:hover,
|
3079
2784
|
.ui.basic.violet.button:hover {
|
3080
|
-
background: transparent
|
3081
|
-
|
3082
|
-
box-shadow: 0 0 0 1px #5829bb inset;
|
2785
|
+
background: transparent;
|
2786
|
+
box-shadow: 0 0 0 1px #5829bb inset;
|
3083
2787
|
color: #5829bb;
|
3084
2788
|
}
|
3085
2789
|
.ui.basic.violet.buttons .button:focus,
|
3086
2790
|
.ui.basic.violet.button:focus {
|
3087
|
-
background: transparent
|
3088
|
-
|
3089
|
-
box-shadow: 0 0 0 1px #4f20b5 inset;
|
2791
|
+
background: transparent;
|
2792
|
+
box-shadow: 0 0 0 1px #4f20b5 inset;
|
3090
2793
|
color: #5829bb;
|
3091
2794
|
}
|
3092
2795
|
.ui.basic.violet.buttons .active.button,
|
3093
2796
|
.ui.basic.violet.active.button {
|
3094
|
-
background: transparent
|
3095
|
-
|
3096
|
-
box-shadow: 0 0 0 1px #5626bf inset;
|
2797
|
+
background: transparent;
|
2798
|
+
box-shadow: 0 0 0 1px #5626bf inset;
|
3097
2799
|
color: #502aa1;
|
3098
2800
|
}
|
3099
2801
|
.ui.basic.violet.buttons .button:active,
|
3100
2802
|
.ui.basic.violet.button:active {
|
3101
|
-
|
3102
|
-
box-shadow: 0 0 0 1px #502aa1 inset;
|
2803
|
+
box-shadow: 0 0 0 1px #502aa1 inset;
|
3103
2804
|
color: #502aa1;
|
3104
2805
|
}
|
3105
|
-
.ui.buttons:not(.vertical) > .basic.violet.button:not(:first-child) {
|
3106
|
-
margin-left: -1px;
|
3107
|
-
}
|
3108
2806
|
|
3109
2807
|
/* Inverted */
|
3110
2808
|
.ui.inverted.violet.buttons .button,
|
3111
2809
|
.ui.inverted.violet.button {
|
3112
2810
|
background-color: transparent;
|
3113
|
-
|
3114
|
-
|
3115
|
-
color: #A291FB;
|
2811
|
+
box-shadow: 0 0 0 2px #a291fb inset;
|
2812
|
+
color: #a291fb;
|
3116
2813
|
}
|
3117
2814
|
.ui.inverted.violet.buttons .button:hover,
|
3118
2815
|
.ui.inverted.violet.button:hover,
|
@@ -3122,9 +2819,8 @@
|
|
3122
2819
|
.ui.inverted.violet.button.active,
|
3123
2820
|
.ui.inverted.violet.buttons .button:active,
|
3124
2821
|
.ui.inverted.violet.button:active {
|
3125
|
-
|
3126
|
-
|
3127
|
-
color: #FFFFFF;
|
2822
|
+
box-shadow: none;
|
2823
|
+
color: #fff;
|
3128
2824
|
}
|
3129
2825
|
.ui.inverted.violet.buttons .button:hover,
|
3130
2826
|
.ui.inverted.violet.button:hover {
|
@@ -3148,37 +2844,32 @@
|
|
3148
2844
|
.ui.inverted.violet.buttons .basic.button,
|
3149
2845
|
.ui.inverted.violet.basic.button {
|
3150
2846
|
background-color: transparent;
|
3151
|
-
|
3152
|
-
|
3153
|
-
color: #FFFFFF;
|
2847
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
2848
|
+
color: #fff;
|
3154
2849
|
}
|
3155
2850
|
.ui.inverted.violet.basic.buttons .button:hover,
|
3156
2851
|
.ui.inverted.violet.buttons .basic.button:hover,
|
3157
2852
|
.ui.inverted.violet.basic.button:hover {
|
3158
|
-
|
3159
|
-
|
3160
|
-
color: #A291FB;
|
2853
|
+
box-shadow: 0 0 0 2px #745aff inset;
|
2854
|
+
color: #a291fb;
|
3161
2855
|
}
|
3162
2856
|
.ui.inverted.violet.basic.buttons .button:focus,
|
3163
2857
|
.ui.inverted.violet.basic.buttons .button:focus,
|
3164
2858
|
.ui.inverted.violet.basic.button:focus {
|
3165
|
-
|
3166
|
-
|
3167
|
-
color: #A291FB;
|
2859
|
+
box-shadow: 0 0 0 2px #7d64ff inset;
|
2860
|
+
color: #a291fb;
|
3168
2861
|
}
|
3169
2862
|
.ui.inverted.violet.basic.buttons .active.button,
|
3170
2863
|
.ui.inverted.violet.buttons .basic.active.button,
|
3171
2864
|
.ui.inverted.violet.basic.active.button {
|
3172
|
-
|
3173
|
-
|
3174
|
-
color: #A291FB;
|
2865
|
+
box-shadow: 0 0 0 2px #8a73ff inset;
|
2866
|
+
color: #a291fb;
|
3175
2867
|
}
|
3176
2868
|
.ui.inverted.violet.basic.buttons .button:active,
|
3177
2869
|
.ui.inverted.violet.buttons .basic.button:active,
|
3178
2870
|
.ui.inverted.violet.basic.button:active {
|
3179
|
-
|
3180
|
-
|
3181
|
-
color: #A291FB;
|
2871
|
+
box-shadow: 0 0 0 2px #7860f9 inset;
|
2872
|
+
color: #a291fb;
|
3182
2873
|
}
|
3183
2874
|
|
3184
2875
|
/* Tertiary */
|
@@ -3186,22 +2877,19 @@
|
|
3186
2877
|
.ui.tertiary.violet.buttons .tertiary.button,
|
3187
2878
|
.ui.tertiary.violet.button {
|
3188
2879
|
background: transparent;
|
3189
|
-
|
3190
|
-
|
3191
|
-
color: #6435C9;
|
2880
|
+
box-shadow: none;
|
2881
|
+
color: #6435c9;
|
3192
2882
|
}
|
3193
2883
|
.ui.tertiary.violet.buttons .button:hover,
|
3194
2884
|
.ui.tertiary.violet.buttons button:hover,
|
3195
2885
|
.ui.tertiary.violet.button:hover {
|
3196
|
-
|
3197
|
-
box-shadow: inset 0 -0.2em 0 #6040a5;
|
2886
|
+
box-shadow: inset 0 -0.2em 0 #6040a5;
|
3198
2887
|
color: #6040a5;
|
3199
2888
|
}
|
3200
2889
|
.ui.tertiary.violet.buttons .button:focus,
|
3201
2890
|
.ui.tertiary.violet.buttons .tertiary.button:focus,
|
3202
2891
|
.ui.tertiary.violet.button:focus {
|
3203
|
-
|
3204
|
-
box-shadow: inset 0 -0.2em 0 #5735a0;
|
2892
|
+
box-shadow: inset 0 -0.2em 0 #5735a0;
|
3205
2893
|
color: #5735a0;
|
3206
2894
|
}
|
3207
2895
|
.ui.tertiary.violet.buttons .active.button,
|
@@ -3210,37 +2898,35 @@
|
|
3210
2898
|
.ui.tertiary.violet.buttons .button:active,
|
3211
2899
|
.ui.tertiary.violet.buttons .tertiary.button:active,
|
3212
2900
|
.ui.tertiary.violet.button:active {
|
3213
|
-
|
3214
|
-
box-shadow: inset 0 -0.2em 0 #4e0fd6;
|
2901
|
+
box-shadow: inset 0 -0.2em 0 #4e0fd6;
|
3215
2902
|
color: #5626bf;
|
3216
2903
|
}
|
3217
2904
|
.ui.purple.buttons .button,
|
3218
2905
|
.ui.purple.button {
|
3219
|
-
background-color: #
|
3220
|
-
color: #
|
2906
|
+
background-color: #a333c8;
|
2907
|
+
color: #fff;
|
3221
2908
|
text-shadow: none;
|
3222
2909
|
background-image: none;
|
3223
2910
|
}
|
3224
2911
|
.ui.purple.button {
|
3225
|
-
|
3226
|
-
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;
|
3227
2913
|
}
|
3228
2914
|
.ui.purple.buttons .button:hover,
|
3229
2915
|
.ui.purple.button:hover {
|
3230
2916
|
background-color: #9627ba;
|
3231
|
-
color: #
|
2917
|
+
color: #fff;
|
3232
2918
|
text-shadow: none;
|
3233
2919
|
}
|
3234
2920
|
.ui.purple.buttons .button:focus,
|
3235
2921
|
.ui.purple.button:focus {
|
3236
2922
|
background-color: #8f1eb4;
|
3237
|
-
color: #
|
2923
|
+
color: #fff;
|
3238
2924
|
text-shadow: none;
|
3239
2925
|
}
|
3240
2926
|
.ui.purple.buttons .button:active,
|
3241
2927
|
.ui.purple.button:active {
|
3242
2928
|
background-color: #82299f;
|
3243
|
-
color: #
|
2929
|
+
color: #fff;
|
3244
2930
|
text-shadow: none;
|
3245
2931
|
}
|
3246
2932
|
.ui.purple.buttons .active.button,
|
@@ -3248,7 +2934,7 @@
|
|
3248
2934
|
.ui.purple.active.button,
|
3249
2935
|
.ui.purple.button .active.button:active {
|
3250
2936
|
background-color: #9724be;
|
3251
|
-
color: #
|
2937
|
+
color: #fff;
|
3252
2938
|
text-shadow: none;
|
3253
2939
|
}
|
3254
2940
|
|
@@ -3256,48 +2942,39 @@
|
|
3256
2942
|
.ui.basic.purple.buttons .button,
|
3257
2943
|
.ui.basic.purple.button {
|
3258
2944
|
background: transparent;
|
3259
|
-
|
3260
|
-
|
3261
|
-
color: #A333C8;
|
2945
|
+
box-shadow: 0 0 0 1px #a333c8 inset;
|
2946
|
+
color: #a333c8;
|
3262
2947
|
}
|
3263
2948
|
.ui.basic.purple.buttons .button:hover,
|
3264
2949
|
.ui.basic.purple.button:hover {
|
3265
|
-
background: transparent
|
3266
|
-
|
3267
|
-
box-shadow: 0 0 0 1px #9627ba inset;
|
2950
|
+
background: transparent;
|
2951
|
+
box-shadow: 0 0 0 1px #9627ba inset;
|
3268
2952
|
color: #9627ba;
|
3269
2953
|
}
|
3270
2954
|
.ui.basic.purple.buttons .button:focus,
|
3271
2955
|
.ui.basic.purple.button:focus {
|
3272
|
-
background: transparent
|
3273
|
-
|
3274
|
-
box-shadow: 0 0 0 1px #8f1eb4 inset;
|
2956
|
+
background: transparent;
|
2957
|
+
box-shadow: 0 0 0 1px #8f1eb4 inset;
|
3275
2958
|
color: #9627ba;
|
3276
2959
|
}
|
3277
2960
|
.ui.basic.purple.buttons .active.button,
|
3278
2961
|
.ui.basic.purple.active.button {
|
3279
|
-
background: transparent
|
3280
|
-
|
3281
|
-
box-shadow: 0 0 0 1px #9724be inset;
|
2962
|
+
background: transparent;
|
2963
|
+
box-shadow: 0 0 0 1px #9724be inset;
|
3282
2964
|
color: #82299f;
|
3283
2965
|
}
|
3284
2966
|
.ui.basic.purple.buttons .button:active,
|
3285
2967
|
.ui.basic.purple.button:active {
|
3286
|
-
|
3287
|
-
box-shadow: 0 0 0 1px #82299f inset;
|
2968
|
+
box-shadow: 0 0 0 1px #82299f inset;
|
3288
2969
|
color: #82299f;
|
3289
2970
|
}
|
3290
|
-
.ui.buttons:not(.vertical) > .basic.purple.button:not(:first-child) {
|
3291
|
-
margin-left: -1px;
|
3292
|
-
}
|
3293
2971
|
|
3294
2972
|
/* Inverted */
|
3295
2973
|
.ui.inverted.purple.buttons .button,
|
3296
2974
|
.ui.inverted.purple.button {
|
3297
2975
|
background-color: transparent;
|
3298
|
-
|
3299
|
-
|
3300
|
-
color: #DC73FF;
|
2976
|
+
box-shadow: 0 0 0 2px #dc73ff inset;
|
2977
|
+
color: #dc73ff;
|
3301
2978
|
}
|
3302
2979
|
.ui.inverted.purple.buttons .button:hover,
|
3303
2980
|
.ui.inverted.purple.button:hover,
|
@@ -3307,9 +2984,8 @@
|
|
3307
2984
|
.ui.inverted.purple.button.active,
|
3308
2985
|
.ui.inverted.purple.buttons .button:active,
|
3309
2986
|
.ui.inverted.purple.button:active {
|
3310
|
-
|
3311
|
-
|
3312
|
-
color: #FFFFFF;
|
2987
|
+
box-shadow: none;
|
2988
|
+
color: #fff;
|
3313
2989
|
}
|
3314
2990
|
.ui.inverted.purple.buttons .button:hover,
|
3315
2991
|
.ui.inverted.purple.button:hover {
|
@@ -3333,37 +3009,32 @@
|
|
3333
3009
|
.ui.inverted.purple.buttons .basic.button,
|
3334
3010
|
.ui.inverted.purple.basic.button {
|
3335
3011
|
background-color: transparent;
|
3336
|
-
|
3337
|
-
|
3338
|
-
color: #FFFFFF;
|
3012
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
3013
|
+
color: #fff;
|
3339
3014
|
}
|
3340
3015
|
.ui.inverted.purple.basic.buttons .button:hover,
|
3341
3016
|
.ui.inverted.purple.buttons .basic.button:hover,
|
3342
3017
|
.ui.inverted.purple.basic.button:hover {
|
3343
|
-
|
3344
|
-
|
3345
|
-
color: #DC73FF;
|
3018
|
+
box-shadow: 0 0 0 2px #cf40ff inset;
|
3019
|
+
color: #dc73ff;
|
3346
3020
|
}
|
3347
3021
|
.ui.inverted.purple.basic.buttons .button:focus,
|
3348
3022
|
.ui.inverted.purple.basic.buttons .button:focus,
|
3349
3023
|
.ui.inverted.purple.basic.button:focus {
|
3350
|
-
|
3351
|
-
|
3352
|
-
color: #DC73FF;
|
3024
|
+
box-shadow: 0 0 0 2px #d24aff inset;
|
3025
|
+
color: #dc73ff;
|
3353
3026
|
}
|
3354
3027
|
.ui.inverted.purple.basic.buttons .active.button,
|
3355
3028
|
.ui.inverted.purple.buttons .basic.active.button,
|
3356
3029
|
.ui.inverted.purple.basic.active.button {
|
3357
|
-
|
3358
|
-
|
3359
|
-
color: #DC73FF;
|
3030
|
+
box-shadow: 0 0 0 2px #d65aff inset;
|
3031
|
+
color: #dc73ff;
|
3360
3032
|
}
|
3361
3033
|
.ui.inverted.purple.basic.buttons .button:active,
|
3362
3034
|
.ui.inverted.purple.buttons .basic.button:active,
|
3363
3035
|
.ui.inverted.purple.basic.button:active {
|
3364
|
-
|
3365
|
-
|
3366
|
-
color: #DC73FF;
|
3036
|
+
box-shadow: 0 0 0 2px #cf40ff inset;
|
3037
|
+
color: #dc73ff;
|
3367
3038
|
}
|
3368
3039
|
|
3369
3040
|
/* Tertiary */
|
@@ -3371,22 +3042,19 @@
|
|
3371
3042
|
.ui.tertiary.purple.buttons .tertiary.button,
|
3372
3043
|
.ui.tertiary.purple.button {
|
3373
3044
|
background: transparent;
|
3374
|
-
|
3375
|
-
|
3376
|
-
color: #A333C8;
|
3045
|
+
box-shadow: none;
|
3046
|
+
color: #a333c8;
|
3377
3047
|
}
|
3378
3048
|
.ui.tertiary.purple.buttons .button:hover,
|
3379
3049
|
.ui.tertiary.purple.buttons button:hover,
|
3380
3050
|
.ui.tertiary.purple.button:hover {
|
3381
|
-
|
3382
|
-
box-shadow: inset 0 -0.2em 0 #8a3ea4;
|
3051
|
+
box-shadow: inset 0 -0.2em 0 #8a3ea4;
|
3383
3052
|
color: #8a3ea4;
|
3384
3053
|
}
|
3385
3054
|
.ui.tertiary.purple.buttons .button:focus,
|
3386
3055
|
.ui.tertiary.purple.buttons .tertiary.button:focus,
|
3387
3056
|
.ui.tertiary.purple.button:focus {
|
3388
|
-
|
3389
|
-
box-shadow: inset 0 -0.2em 0 #84339f;
|
3057
|
+
box-shadow: inset 0 -0.2em 0 #84339f;
|
3390
3058
|
color: #84339f;
|
3391
3059
|
}
|
3392
3060
|
.ui.tertiary.purple.buttons .active.button,
|
@@ -3395,37 +3063,35 @@
|
|
3395
3063
|
.ui.tertiary.purple.buttons .button:active,
|
3396
3064
|
.ui.tertiary.purple.buttons .tertiary.button:active,
|
3397
3065
|
.ui.tertiary.purple.button:active {
|
3398
|
-
|
3399
|
-
box-shadow: inset 0 -0.2em 0 #a30dd4;
|
3066
|
+
box-shadow: inset 0 -0.2em 0 #a30dd4;
|
3400
3067
|
color: #9724be;
|
3401
3068
|
}
|
3402
3069
|
.ui.pink.buttons .button,
|
3403
3070
|
.ui.pink.button {
|
3404
|
-
background-color: #
|
3405
|
-
color: #
|
3071
|
+
background-color: #e03997;
|
3072
|
+
color: #fff;
|
3406
3073
|
text-shadow: none;
|
3407
3074
|
background-image: none;
|
3408
3075
|
}
|
3409
3076
|
.ui.pink.button {
|
3410
|
-
|
3411
|
-
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;
|
3412
3078
|
}
|
3413
3079
|
.ui.pink.buttons .button:hover,
|
3414
3080
|
.ui.pink.button:hover {
|
3415
3081
|
background-color: #e61a8d;
|
3416
|
-
color: #
|
3082
|
+
color: #fff;
|
3417
3083
|
text-shadow: none;
|
3418
3084
|
}
|
3419
3085
|
.ui.pink.buttons .button:focus,
|
3420
3086
|
.ui.pink.button:focus {
|
3421
3087
|
background-color: #e10f85;
|
3422
|
-
color: #
|
3088
|
+
color: #fff;
|
3423
3089
|
text-shadow: none;
|
3424
3090
|
}
|
3425
3091
|
.ui.pink.buttons .button:active,
|
3426
3092
|
.ui.pink.button:active {
|
3427
3093
|
background-color: #c71f7e;
|
3428
|
-
color: #
|
3094
|
+
color: #fff;
|
3429
3095
|
text-shadow: none;
|
3430
3096
|
}
|
3431
3097
|
.ui.pink.buttons .active.button,
|
@@ -3433,7 +3099,7 @@
|
|
3433
3099
|
.ui.pink.active.button,
|
3434
3100
|
.ui.pink.button .active.button:active {
|
3435
3101
|
background-color: #ea158d;
|
3436
|
-
color: #
|
3102
|
+
color: #fff;
|
3437
3103
|
text-shadow: none;
|
3438
3104
|
}
|
3439
3105
|
|
@@ -3441,48 +3107,39 @@
|
|
3441
3107
|
.ui.basic.pink.buttons .button,
|
3442
3108
|
.ui.basic.pink.button {
|
3443
3109
|
background: transparent;
|
3444
|
-
|
3445
|
-
|
3446
|
-
color: #E03997;
|
3110
|
+
box-shadow: 0 0 0 1px #e03997 inset;
|
3111
|
+
color: #e03997;
|
3447
3112
|
}
|
3448
3113
|
.ui.basic.pink.buttons .button:hover,
|
3449
3114
|
.ui.basic.pink.button:hover {
|
3450
|
-
background: transparent
|
3451
|
-
|
3452
|
-
box-shadow: 0 0 0 1px #e61a8d inset;
|
3115
|
+
background: transparent;
|
3116
|
+
box-shadow: 0 0 0 1px #e61a8d inset;
|
3453
3117
|
color: #e61a8d;
|
3454
3118
|
}
|
3455
3119
|
.ui.basic.pink.buttons .button:focus,
|
3456
3120
|
.ui.basic.pink.button:focus {
|
3457
|
-
background: transparent
|
3458
|
-
|
3459
|
-
box-shadow: 0 0 0 1px #e10f85 inset;
|
3121
|
+
background: transparent;
|
3122
|
+
box-shadow: 0 0 0 1px #e10f85 inset;
|
3460
3123
|
color: #e61a8d;
|
3461
3124
|
}
|
3462
3125
|
.ui.basic.pink.buttons .active.button,
|
3463
3126
|
.ui.basic.pink.active.button {
|
3464
|
-
background: transparent
|
3465
|
-
|
3466
|
-
box-shadow: 0 0 0 1px #ea158d inset;
|
3127
|
+
background: transparent;
|
3128
|
+
box-shadow: 0 0 0 1px #ea158d inset;
|
3467
3129
|
color: #c71f7e;
|
3468
3130
|
}
|
3469
3131
|
.ui.basic.pink.buttons .button:active,
|
3470
3132
|
.ui.basic.pink.button:active {
|
3471
|
-
|
3472
|
-
box-shadow: 0 0 0 1px #c71f7e inset;
|
3133
|
+
box-shadow: 0 0 0 1px #c71f7e inset;
|
3473
3134
|
color: #c71f7e;
|
3474
3135
|
}
|
3475
|
-
.ui.buttons:not(.vertical) > .basic.pink.button:not(:first-child) {
|
3476
|
-
margin-left: -1px;
|
3477
|
-
}
|
3478
3136
|
|
3479
3137
|
/* Inverted */
|
3480
3138
|
.ui.inverted.pink.buttons .button,
|
3481
3139
|
.ui.inverted.pink.button {
|
3482
3140
|
background-color: transparent;
|
3483
|
-
|
3484
|
-
|
3485
|
-
color: #FF8EDF;
|
3141
|
+
box-shadow: 0 0 0 2px #ff8edf inset;
|
3142
|
+
color: #ff8edf;
|
3486
3143
|
}
|
3487
3144
|
.ui.inverted.pink.buttons .button:hover,
|
3488
3145
|
.ui.inverted.pink.button:hover,
|
@@ -3492,9 +3149,8 @@
|
|
3492
3149
|
.ui.inverted.pink.button.active,
|
3493
3150
|
.ui.inverted.pink.buttons .button:active,
|
3494
3151
|
.ui.inverted.pink.button:active {
|
3495
|
-
|
3496
|
-
|
3497
|
-
color: #FFFFFF;
|
3152
|
+
box-shadow: none;
|
3153
|
+
color: #fff;
|
3498
3154
|
}
|
3499
3155
|
.ui.inverted.pink.buttons .button:hover,
|
3500
3156
|
.ui.inverted.pink.button:hover {
|
@@ -3518,37 +3174,32 @@
|
|
3518
3174
|
.ui.inverted.pink.buttons .basic.button,
|
3519
3175
|
.ui.inverted.pink.basic.button {
|
3520
3176
|
background-color: transparent;
|
3521
|
-
|
3522
|
-
|
3523
|
-
color: #FFFFFF;
|
3177
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
3178
|
+
color: #fff;
|
3524
3179
|
}
|
3525
3180
|
.ui.inverted.pink.basic.buttons .button:hover,
|
3526
3181
|
.ui.inverted.pink.buttons .basic.button:hover,
|
3527
3182
|
.ui.inverted.pink.basic.button:hover {
|
3528
|
-
|
3529
|
-
|
3530
|
-
color: #FF8EDF;
|
3183
|
+
box-shadow: 0 0 0 2px #ff5bd1 inset;
|
3184
|
+
color: #ff8edf;
|
3531
3185
|
}
|
3532
3186
|
.ui.inverted.pink.basic.buttons .button:focus,
|
3533
3187
|
.ui.inverted.pink.basic.buttons .button:focus,
|
3534
3188
|
.ui.inverted.pink.basic.button:focus {
|
3535
|
-
|
3536
|
-
|
3537
|
-
color: #FF8EDF;
|
3189
|
+
box-shadow: 0 0 0 2px #ff65d3 inset;
|
3190
|
+
color: #ff8edf;
|
3538
3191
|
}
|
3539
3192
|
.ui.inverted.pink.basic.buttons .active.button,
|
3540
3193
|
.ui.inverted.pink.buttons .basic.active.button,
|
3541
3194
|
.ui.inverted.pink.basic.active.button {
|
3542
|
-
|
3543
|
-
|
3544
|
-
color: #FF8EDF;
|
3195
|
+
box-shadow: 0 0 0 2px #ff74d8 inset;
|
3196
|
+
color: #ff8edf;
|
3545
3197
|
}
|
3546
3198
|
.ui.inverted.pink.basic.buttons .button:active,
|
3547
3199
|
.ui.inverted.pink.buttons .basic.button:active,
|
3548
3200
|
.ui.inverted.pink.basic.button:active {
|
3549
|
-
|
3550
|
-
|
3551
|
-
color: #FF8EDF;
|
3201
|
+
box-shadow: 0 0 0 2px #ff5bd1 inset;
|
3202
|
+
color: #ff8edf;
|
3552
3203
|
}
|
3553
3204
|
|
3554
3205
|
/* Tertiary */
|
@@ -3556,22 +3207,19 @@
|
|
3556
3207
|
.ui.tertiary.pink.buttons .tertiary.button,
|
3557
3208
|
.ui.tertiary.pink.button {
|
3558
3209
|
background: transparent;
|
3559
|
-
|
3560
|
-
|
3561
|
-
color: #E03997;
|
3210
|
+
box-shadow: none;
|
3211
|
+
color: #e03997;
|
3562
3212
|
}
|
3563
3213
|
.ui.tertiary.pink.buttons .button:hover,
|
3564
3214
|
.ui.tertiary.pink.buttons button:hover,
|
3565
3215
|
.ui.tertiary.pink.button:hover {
|
3566
|
-
|
3567
|
-
box-shadow: inset 0 -0.2em 0 #cc3389;
|
3216
|
+
box-shadow: inset 0 -0.2em 0 #cc3389;
|
3568
3217
|
color: #cc3389;
|
3569
3218
|
}
|
3570
3219
|
.ui.tertiary.pink.buttons .button:focus,
|
3571
3220
|
.ui.tertiary.pink.buttons .tertiary.button:focus,
|
3572
3221
|
.ui.tertiary.pink.button:focus {
|
3573
|
-
|
3574
|
-
box-shadow: inset 0 -0.2em 0 #c92782;
|
3222
|
+
box-shadow: inset 0 -0.2em 0 #c92782;
|
3575
3223
|
color: #c92782;
|
3576
3224
|
}
|
3577
3225
|
.ui.tertiary.pink.buttons .active.button,
|
@@ -3580,37 +3228,35 @@
|
|
3580
3228
|
.ui.tertiary.pink.buttons .button:active,
|
3581
3229
|
.ui.tertiary.pink.buttons .tertiary.button:active,
|
3582
3230
|
.ui.tertiary.pink.button:active {
|
3583
|
-
|
3584
|
-
box-shadow: inset 0 -0.2em 0 #ff0090;
|
3231
|
+
box-shadow: inset 0 -0.2em 0 #ff0090;
|
3585
3232
|
color: #ea158d;
|
3586
3233
|
}
|
3587
3234
|
.ui.brown.buttons .button,
|
3588
3235
|
.ui.brown.button {
|
3589
|
-
background-color: #
|
3590
|
-
color: #
|
3236
|
+
background-color: #a5673f;
|
3237
|
+
color: #fff;
|
3591
3238
|
text-shadow: none;
|
3592
3239
|
background-image: none;
|
3593
3240
|
}
|
3594
3241
|
.ui.brown.button {
|
3595
|
-
|
3596
|
-
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;
|
3597
3243
|
}
|
3598
3244
|
.ui.brown.buttons .button:hover,
|
3599
3245
|
.ui.brown.button:hover {
|
3600
3246
|
background-color: #975b33;
|
3601
|
-
color: #
|
3247
|
+
color: #fff;
|
3602
3248
|
text-shadow: none;
|
3603
3249
|
}
|
3604
3250
|
.ui.brown.buttons .button:focus,
|
3605
3251
|
.ui.brown.button:focus {
|
3606
3252
|
background-color: #90532b;
|
3607
|
-
color: #
|
3253
|
+
color: #fff;
|
3608
3254
|
text-shadow: none;
|
3609
3255
|
}
|
3610
3256
|
.ui.brown.buttons .button:active,
|
3611
3257
|
.ui.brown.button:active {
|
3612
3258
|
background-color: #805031;
|
3613
|
-
color: #
|
3259
|
+
color: #fff;
|
3614
3260
|
text-shadow: none;
|
3615
3261
|
}
|
3616
3262
|
.ui.brown.buttons .active.button,
|
@@ -3618,7 +3264,7 @@
|
|
3618
3264
|
.ui.brown.active.button,
|
3619
3265
|
.ui.brown.button .active.button:active {
|
3620
3266
|
background-color: #995a31;
|
3621
|
-
color: #
|
3267
|
+
color: #fff;
|
3622
3268
|
text-shadow: none;
|
3623
3269
|
}
|
3624
3270
|
|
@@ -3626,48 +3272,39 @@
|
|
3626
3272
|
.ui.basic.brown.buttons .button,
|
3627
3273
|
.ui.basic.brown.button {
|
3628
3274
|
background: transparent;
|
3629
|
-
|
3630
|
-
|
3631
|
-
color: #A5673F;
|
3275
|
+
box-shadow: 0 0 0 1px #a5673f inset;
|
3276
|
+
color: #a5673f;
|
3632
3277
|
}
|
3633
3278
|
.ui.basic.brown.buttons .button:hover,
|
3634
3279
|
.ui.basic.brown.button:hover {
|
3635
|
-
background: transparent
|
3636
|
-
|
3637
|
-
box-shadow: 0 0 0 1px #975b33 inset;
|
3280
|
+
background: transparent;
|
3281
|
+
box-shadow: 0 0 0 1px #975b33 inset;
|
3638
3282
|
color: #975b33;
|
3639
3283
|
}
|
3640
3284
|
.ui.basic.brown.buttons .button:focus,
|
3641
3285
|
.ui.basic.brown.button:focus {
|
3642
|
-
background: transparent
|
3643
|
-
|
3644
|
-
box-shadow: 0 0 0 1px #90532b inset;
|
3286
|
+
background: transparent;
|
3287
|
+
box-shadow: 0 0 0 1px #90532b inset;
|
3645
3288
|
color: #975b33;
|
3646
3289
|
}
|
3647
3290
|
.ui.basic.brown.buttons .active.button,
|
3648
3291
|
.ui.basic.brown.active.button {
|
3649
|
-
background: transparent
|
3650
|
-
|
3651
|
-
box-shadow: 0 0 0 1px #995a31 inset;
|
3292
|
+
background: transparent;
|
3293
|
+
box-shadow: 0 0 0 1px #995a31 inset;
|
3652
3294
|
color: #805031;
|
3653
3295
|
}
|
3654
3296
|
.ui.basic.brown.buttons .button:active,
|
3655
3297
|
.ui.basic.brown.button:active {
|
3656
|
-
|
3657
|
-
box-shadow: 0 0 0 1px #805031 inset;
|
3298
|
+
box-shadow: 0 0 0 1px #805031 inset;
|
3658
3299
|
color: #805031;
|
3659
3300
|
}
|
3660
|
-
.ui.buttons:not(.vertical) > .basic.brown.button:not(:first-child) {
|
3661
|
-
margin-left: -1px;
|
3662
|
-
}
|
3663
3301
|
|
3664
3302
|
/* Inverted */
|
3665
3303
|
.ui.inverted.brown.buttons .button,
|
3666
3304
|
.ui.inverted.brown.button {
|
3667
3305
|
background-color: transparent;
|
3668
|
-
|
3669
|
-
|
3670
|
-
color: #D67C1C;
|
3306
|
+
box-shadow: 0 0 0 2px #d67c1c inset;
|
3307
|
+
color: #d67c1c;
|
3671
3308
|
}
|
3672
3309
|
.ui.inverted.brown.buttons .button:hover,
|
3673
3310
|
.ui.inverted.brown.button:hover,
|
@@ -3677,9 +3314,8 @@
|
|
3677
3314
|
.ui.inverted.brown.button.active,
|
3678
3315
|
.ui.inverted.brown.buttons .button:active,
|
3679
3316
|
.ui.inverted.brown.button:active {
|
3680
|
-
|
3681
|
-
|
3682
|
-
color: #FFFFFF;
|
3317
|
+
box-shadow: none;
|
3318
|
+
color: #fff;
|
3683
3319
|
}
|
3684
3320
|
.ui.inverted.brown.buttons .button:hover,
|
3685
3321
|
.ui.inverted.brown.button:hover {
|
@@ -3703,37 +3339,32 @@
|
|
3703
3339
|
.ui.inverted.brown.buttons .basic.button,
|
3704
3340
|
.ui.inverted.brown.basic.button {
|
3705
3341
|
background-color: transparent;
|
3706
|
-
|
3707
|
-
|
3708
|
-
color: #FFFFFF;
|
3342
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
3343
|
+
color: #fff;
|
3709
3344
|
}
|
3710
3345
|
.ui.inverted.brown.basic.buttons .button:hover,
|
3711
3346
|
.ui.inverted.brown.buttons .basic.button:hover,
|
3712
3347
|
.ui.inverted.brown.basic.button:hover {
|
3713
|
-
|
3714
|
-
|
3715
|
-
color: #D67C1C;
|
3348
|
+
box-shadow: 0 0 0 2px #b0620f inset;
|
3349
|
+
color: #d67c1c;
|
3716
3350
|
}
|
3717
3351
|
.ui.inverted.brown.basic.buttons .button:focus,
|
3718
3352
|
.ui.inverted.brown.basic.buttons .button:focus,
|
3719
3353
|
.ui.inverted.brown.basic.button:focus {
|
3720
|
-
|
3721
|
-
|
3722
|
-
color: #D67C1C;
|
3354
|
+
box-shadow: 0 0 0 2px #c16808 inset;
|
3355
|
+
color: #d67c1c;
|
3723
3356
|
}
|
3724
3357
|
.ui.inverted.brown.basic.buttons .active.button,
|
3725
3358
|
.ui.inverted.brown.buttons .basic.active.button,
|
3726
3359
|
.ui.inverted.brown.basic.active.button {
|
3727
|
-
|
3728
|
-
|
3729
|
-
color: #D67C1C;
|
3360
|
+
box-shadow: 0 0 0 2px #cc6f0d inset;
|
3361
|
+
color: #d67c1c;
|
3730
3362
|
}
|
3731
3363
|
.ui.inverted.brown.basic.buttons .button:active,
|
3732
3364
|
.ui.inverted.brown.buttons .basic.button:active,
|
3733
3365
|
.ui.inverted.brown.basic.button:active {
|
3734
|
-
|
3735
|
-
|
3736
|
-
color: #D67C1C;
|
3366
|
+
box-shadow: 0 0 0 2px #a96216 inset;
|
3367
|
+
color: #d67c1c;
|
3737
3368
|
}
|
3738
3369
|
|
3739
3370
|
/* Tertiary */
|
@@ -3741,22 +3372,19 @@
|
|
3741
3372
|
.ui.tertiary.brown.buttons .tertiary.button,
|
3742
3373
|
.ui.tertiary.brown.button {
|
3743
3374
|
background: transparent;
|
3744
|
-
|
3745
|
-
|
3746
|
-
color: #A5673F;
|
3375
|
+
box-shadow: none;
|
3376
|
+
color: #a5673f;
|
3747
3377
|
}
|
3748
3378
|
.ui.tertiary.brown.buttons .button:hover,
|
3749
3379
|
.ui.tertiary.brown.buttons button:hover,
|
3750
3380
|
.ui.tertiary.brown.button:hover {
|
3751
|
-
|
3752
|
-
box-shadow: inset 0 -0.2em 0 #835f48;
|
3381
|
+
box-shadow: inset 0 -0.2em 0 #835f48;
|
3753
3382
|
color: #835f48;
|
3754
3383
|
}
|
3755
3384
|
.ui.tertiary.brown.buttons .button:focus,
|
3756
3385
|
.ui.tertiary.brown.buttons .tertiary.button:focus,
|
3757
3386
|
.ui.tertiary.brown.button:focus {
|
3758
|
-
|
3759
|
-
box-shadow: inset 0 -0.2em 0 #7d573e;
|
3387
|
+
box-shadow: inset 0 -0.2em 0 #7d573e;
|
3760
3388
|
color: #7d573e;
|
3761
3389
|
}
|
3762
3390
|
.ui.tertiary.brown.buttons .active.button,
|
@@ -3765,37 +3393,35 @@
|
|
3765
3393
|
.ui.tertiary.brown.buttons .button:active,
|
3766
3394
|
.ui.tertiary.brown.buttons .tertiary.button:active,
|
3767
3395
|
.ui.tertiary.brown.button:active {
|
3768
|
-
|
3769
|
-
box-shadow: inset 0 -0.2em 0 #ae561d;
|
3396
|
+
box-shadow: inset 0 -0.2em 0 #ae561d;
|
3770
3397
|
color: #995a31;
|
3771
3398
|
}
|
3772
3399
|
.ui.grey.buttons .button,
|
3773
3400
|
.ui.grey.button {
|
3774
3401
|
background-color: #767676;
|
3775
|
-
color: #
|
3402
|
+
color: #fff;
|
3776
3403
|
text-shadow: none;
|
3777
3404
|
background-image: none;
|
3778
3405
|
}
|
3779
3406
|
.ui.grey.button {
|
3780
|
-
|
3781
|
-
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;
|
3782
3408
|
}
|
3783
3409
|
.ui.grey.buttons .button:hover,
|
3784
3410
|
.ui.grey.button:hover {
|
3785
3411
|
background-color: #838383;
|
3786
|
-
color: #
|
3412
|
+
color: #fff;
|
3787
3413
|
text-shadow: none;
|
3788
3414
|
}
|
3789
3415
|
.ui.grey.buttons .button:focus,
|
3790
3416
|
.ui.grey.button:focus {
|
3791
3417
|
background-color: #8a8a8a;
|
3792
|
-
color: #
|
3418
|
+
color: #fff;
|
3793
3419
|
text-shadow: none;
|
3794
3420
|
}
|
3795
3421
|
.ui.grey.buttons .button:active,
|
3796
3422
|
.ui.grey.button:active {
|
3797
3423
|
background-color: #909090;
|
3798
|
-
color: #
|
3424
|
+
color: #fff;
|
3799
3425
|
text-shadow: none;
|
3800
3426
|
}
|
3801
3427
|
.ui.grey.buttons .active.button,
|
@@ -3803,7 +3429,7 @@
|
|
3803
3429
|
.ui.grey.active.button,
|
3804
3430
|
.ui.grey.button .active.button:active {
|
3805
3431
|
background-color: #696969;
|
3806
|
-
color: #
|
3432
|
+
color: #fff;
|
3807
3433
|
text-shadow: none;
|
3808
3434
|
}
|
3809
3435
|
|
@@ -3811,48 +3437,39 @@
|
|
3811
3437
|
.ui.basic.grey.buttons .button,
|
3812
3438
|
.ui.basic.grey.button {
|
3813
3439
|
background: transparent;
|
3814
|
-
|
3815
|
-
box-shadow: 0 0 0 1px #767676 inset;
|
3440
|
+
box-shadow: 0 0 0 1px #767676 inset;
|
3816
3441
|
color: #767676;
|
3817
3442
|
}
|
3818
3443
|
.ui.basic.grey.buttons .button:hover,
|
3819
3444
|
.ui.basic.grey.button:hover {
|
3820
|
-
background: transparent
|
3821
|
-
|
3822
|
-
box-shadow: 0 0 0 1px #838383 inset;
|
3445
|
+
background: transparent;
|
3446
|
+
box-shadow: 0 0 0 1px #838383 inset;
|
3823
3447
|
color: #838383;
|
3824
3448
|
}
|
3825
3449
|
.ui.basic.grey.buttons .button:focus,
|
3826
3450
|
.ui.basic.grey.button:focus {
|
3827
|
-
background: transparent
|
3828
|
-
|
3829
|
-
box-shadow: 0 0 0 1px #8a8a8a inset;
|
3451
|
+
background: transparent;
|
3452
|
+
box-shadow: 0 0 0 1px #8a8a8a inset;
|
3830
3453
|
color: #838383;
|
3831
3454
|
}
|
3832
3455
|
.ui.basic.grey.buttons .active.button,
|
3833
3456
|
.ui.basic.grey.active.button {
|
3834
|
-
background: transparent
|
3835
|
-
|
3836
|
-
box-shadow: 0 0 0 1px #696969 inset;
|
3457
|
+
background: transparent;
|
3458
|
+
box-shadow: 0 0 0 1px #696969 inset;
|
3837
3459
|
color: #909090;
|
3838
3460
|
}
|
3839
3461
|
.ui.basic.grey.buttons .button:active,
|
3840
3462
|
.ui.basic.grey.button:active {
|
3841
|
-
|
3842
|
-
box-shadow: 0 0 0 1px #909090 inset;
|
3463
|
+
box-shadow: 0 0 0 1px #909090 inset;
|
3843
3464
|
color: #909090;
|
3844
3465
|
}
|
3845
|
-
.ui.buttons:not(.vertical) > .basic.grey.button:not(:first-child) {
|
3846
|
-
margin-left: -1px;
|
3847
|
-
}
|
3848
3466
|
|
3849
3467
|
/* Inverted */
|
3850
3468
|
.ui.inverted.grey.buttons .button,
|
3851
3469
|
.ui.inverted.grey.button {
|
3852
3470
|
background-color: transparent;
|
3853
|
-
|
3854
|
-
|
3855
|
-
color: #FFFFFF;
|
3471
|
+
box-shadow: 0 0 0 2px #d4d4d5 inset;
|
3472
|
+
color: #fff;
|
3856
3473
|
}
|
3857
3474
|
.ui.inverted.grey.buttons .button:hover,
|
3858
3475
|
.ui.inverted.grey.button:hover,
|
@@ -3862,8 +3479,7 @@
|
|
3862
3479
|
.ui.inverted.grey.button.active,
|
3863
3480
|
.ui.inverted.grey.buttons .button:active,
|
3864
3481
|
.ui.inverted.grey.button:active {
|
3865
|
-
|
3866
|
-
box-shadow: none ;
|
3482
|
+
box-shadow: none;
|
3867
3483
|
color: rgba(0, 0, 0, 0.6);
|
3868
3484
|
}
|
3869
3485
|
.ui.inverted.grey.buttons .button:hover,
|
@@ -3888,37 +3504,32 @@
|
|
3888
3504
|
.ui.inverted.grey.buttons .basic.button,
|
3889
3505
|
.ui.inverted.grey.basic.button {
|
3890
3506
|
background-color: transparent;
|
3891
|
-
|
3892
|
-
|
3893
|
-
color: #FFFFFF;
|
3507
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
3508
|
+
color: #fff;
|
3894
3509
|
}
|
3895
3510
|
.ui.inverted.grey.basic.buttons .button:hover,
|
3896
3511
|
.ui.inverted.grey.buttons .basic.button:hover,
|
3897
3512
|
.ui.inverted.grey.basic.button:hover {
|
3898
|
-
|
3899
|
-
|
3900
|
-
color: #FFFFFF;
|
3513
|
+
box-shadow: 0 0 0 2px #c2c4c5 inset;
|
3514
|
+
color: #fff;
|
3901
3515
|
}
|
3902
3516
|
.ui.inverted.grey.basic.buttons .button:focus,
|
3903
3517
|
.ui.inverted.grey.basic.buttons .button:focus,
|
3904
3518
|
.ui.inverted.grey.basic.button:focus {
|
3905
|
-
|
3906
|
-
|
3907
|
-
color: #DCDDDE;
|
3519
|
+
box-shadow: 0 0 0 2px #c7c9cb inset;
|
3520
|
+
color: #dcddde;
|
3908
3521
|
}
|
3909
3522
|
.ui.inverted.grey.basic.buttons .active.button,
|
3910
3523
|
.ui.inverted.grey.buttons .basic.active.button,
|
3911
3524
|
.ui.inverted.grey.basic.active.button {
|
3912
|
-
|
3913
|
-
|
3914
|
-
color: #FFFFFF;
|
3525
|
+
box-shadow: 0 0 0 2px #cfd0d2 inset;
|
3526
|
+
color: #fff;
|
3915
3527
|
}
|
3916
3528
|
.ui.inverted.grey.basic.buttons .button:active,
|
3917
3529
|
.ui.inverted.grey.buttons .basic.button:active,
|
3918
3530
|
.ui.inverted.grey.basic.button:active {
|
3919
|
-
|
3920
|
-
|
3921
|
-
color: #FFFFFF;
|
3531
|
+
box-shadow: 0 0 0 2px #c2c4c5 inset;
|
3532
|
+
color: #fff;
|
3922
3533
|
}
|
3923
3534
|
|
3924
3535
|
/* Tertiary */
|
@@ -3926,23 +3537,20 @@
|
|
3926
3537
|
.ui.tertiary.grey.buttons .tertiary.button,
|
3927
3538
|
.ui.tertiary.grey.button {
|
3928
3539
|
background: transparent;
|
3929
|
-
|
3930
|
-
box-shadow: none;
|
3540
|
+
box-shadow: none;
|
3931
3541
|
color: #767676;
|
3932
3542
|
}
|
3933
3543
|
.ui.tertiary.grey.buttons .button:hover,
|
3934
3544
|
.ui.tertiary.grey.buttons button:hover,
|
3935
3545
|
.ui.tertiary.grey.button:hover {
|
3936
|
-
|
3937
|
-
|
3938
|
-
color: #838383;
|
3546
|
+
box-shadow: inset 0 -0.2em 0 #909090;
|
3547
|
+
color: #909090;
|
3939
3548
|
}
|
3940
3549
|
.ui.tertiary.grey.buttons .button:focus,
|
3941
3550
|
.ui.tertiary.grey.buttons .tertiary.button:focus,
|
3942
3551
|
.ui.tertiary.grey.button:focus {
|
3943
|
-
|
3944
|
-
|
3945
|
-
color: #8a8a8a;
|
3552
|
+
box-shadow: inset 0 -0.2em 0 #9f9f9f;
|
3553
|
+
color: #9f9f9f;
|
3946
3554
|
}
|
3947
3555
|
.ui.tertiary.grey.buttons .active.button,
|
3948
3556
|
.ui.tertiary.grey.buttons .tertiary.active.button,
|
@@ -3950,37 +3558,35 @@
|
|
3950
3558
|
.ui.tertiary.grey.buttons .button:active,
|
3951
3559
|
.ui.tertiary.grey.buttons .tertiary.button:active,
|
3952
3560
|
.ui.tertiary.grey.button:active {
|
3953
|
-
|
3954
|
-
box-shadow: inset 0 -0.2em 0 #7e5454;
|
3561
|
+
box-shadow: inset 0 -0.2em 0 #5d5d5d;
|
3955
3562
|
color: #696969;
|
3956
3563
|
}
|
3957
3564
|
.ui.black.buttons .button,
|
3958
3565
|
.ui.black.button {
|
3959
|
-
background-color: #
|
3960
|
-
color: #
|
3566
|
+
background-color: #1b1c1d;
|
3567
|
+
color: #fff;
|
3961
3568
|
text-shadow: none;
|
3962
3569
|
background-image: none;
|
3963
3570
|
}
|
3964
3571
|
.ui.black.button {
|
3965
|
-
|
3966
|
-
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;
|
3967
3573
|
}
|
3968
3574
|
.ui.black.buttons .button:hover,
|
3969
3575
|
.ui.black.button:hover {
|
3970
3576
|
background-color: #27292a;
|
3971
|
-
color: #
|
3577
|
+
color: #fff;
|
3972
3578
|
text-shadow: none;
|
3973
3579
|
}
|
3974
3580
|
.ui.black.buttons .button:focus,
|
3975
3581
|
.ui.black.button:focus {
|
3976
3582
|
background-color: #2f3032;
|
3977
|
-
color: #
|
3583
|
+
color: #fff;
|
3978
3584
|
text-shadow: none;
|
3979
3585
|
}
|
3980
3586
|
.ui.black.buttons .button:active,
|
3981
3587
|
.ui.black.button:active {
|
3982
3588
|
background-color: #343637;
|
3983
|
-
color: #
|
3589
|
+
color: #fff;
|
3984
3590
|
text-shadow: none;
|
3985
3591
|
}
|
3986
3592
|
.ui.black.buttons .active.button,
|
@@ -3988,7 +3594,7 @@
|
|
3988
3594
|
.ui.black.active.button,
|
3989
3595
|
.ui.black.button .active.button:active {
|
3990
3596
|
background-color: #0f0f10;
|
3991
|
-
color: #
|
3597
|
+
color: #fff;
|
3992
3598
|
text-shadow: none;
|
3993
3599
|
}
|
3994
3600
|
|
@@ -3996,48 +3602,39 @@
|
|
3996
3602
|
.ui.basic.black.buttons .button,
|
3997
3603
|
.ui.basic.black.button {
|
3998
3604
|
background: transparent;
|
3999
|
-
|
4000
|
-
|
4001
|
-
color: #1B1C1D;
|
3605
|
+
box-shadow: 0 0 0 1px #1b1c1d inset;
|
3606
|
+
color: #1b1c1d;
|
4002
3607
|
}
|
4003
3608
|
.ui.basic.black.buttons .button:hover,
|
4004
3609
|
.ui.basic.black.button:hover {
|
4005
|
-
background: transparent
|
4006
|
-
|
4007
|
-
box-shadow: 0 0 0 1px #27292a inset;
|
3610
|
+
background: transparent;
|
3611
|
+
box-shadow: 0 0 0 1px #27292a inset;
|
4008
3612
|
color: #27292a;
|
4009
3613
|
}
|
4010
3614
|
.ui.basic.black.buttons .button:focus,
|
4011
3615
|
.ui.basic.black.button:focus {
|
4012
|
-
background: transparent
|
4013
|
-
|
4014
|
-
box-shadow: 0 0 0 1px #2f3032 inset;
|
3616
|
+
background: transparent;
|
3617
|
+
box-shadow: 0 0 0 1px #2f3032 inset;
|
4015
3618
|
color: #27292a;
|
4016
3619
|
}
|
4017
3620
|
.ui.basic.black.buttons .active.button,
|
4018
3621
|
.ui.basic.black.active.button {
|
4019
|
-
background: transparent
|
4020
|
-
|
4021
|
-
box-shadow: 0 0 0 1px #0f0f10 inset;
|
3622
|
+
background: transparent;
|
3623
|
+
box-shadow: 0 0 0 1px #0f0f10 inset;
|
4022
3624
|
color: #343637;
|
4023
3625
|
}
|
4024
3626
|
.ui.basic.black.buttons .button:active,
|
4025
3627
|
.ui.basic.black.button:active {
|
4026
|
-
|
4027
|
-
box-shadow: 0 0 0 1px #343637 inset;
|
3628
|
+
box-shadow: 0 0 0 1px #343637 inset;
|
4028
3629
|
color: #343637;
|
4029
3630
|
}
|
4030
|
-
.ui.buttons:not(.vertical) > .basic.black.button:not(:first-child) {
|
4031
|
-
margin-left: -1px;
|
4032
|
-
}
|
4033
3631
|
|
4034
3632
|
/* Inverted */
|
4035
3633
|
.ui.inverted.black.buttons .button,
|
4036
3634
|
.ui.inverted.black.button {
|
4037
3635
|
background-color: transparent;
|
4038
|
-
|
4039
|
-
|
4040
|
-
color: #FFFFFF;
|
3636
|
+
box-shadow: 0 0 0 2px #d4d4d5 inset;
|
3637
|
+
color: #fff;
|
4041
3638
|
}
|
4042
3639
|
.ui.inverted.black.buttons .button:hover,
|
4043
3640
|
.ui.inverted.black.button:hover,
|
@@ -4047,9 +3644,8 @@
|
|
4047
3644
|
.ui.inverted.black.button.active,
|
4048
3645
|
.ui.inverted.black.buttons .button:active,
|
4049
3646
|
.ui.inverted.black.button:active {
|
4050
|
-
|
4051
|
-
|
4052
|
-
color: #FFFFFF;
|
3647
|
+
box-shadow: none;
|
3648
|
+
color: #fff;
|
4053
3649
|
}
|
4054
3650
|
.ui.inverted.black.buttons .button:hover,
|
4055
3651
|
.ui.inverted.black.button:hover {
|
@@ -4073,37 +3669,32 @@
|
|
4073
3669
|
.ui.inverted.black.buttons .basic.button,
|
4074
3670
|
.ui.inverted.black.basic.button {
|
4075
3671
|
background-color: transparent;
|
4076
|
-
|
4077
|
-
|
4078
|
-
color: #FFFFFF;
|
3672
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
|
3673
|
+
color: #fff;
|
4079
3674
|
}
|
4080
3675
|
.ui.inverted.black.basic.buttons .button:hover,
|
4081
3676
|
.ui.inverted.black.buttons .basic.button:hover,
|
4082
3677
|
.ui.inverted.black.basic.button:hover {
|
4083
|
-
|
4084
|
-
|
4085
|
-
color: #FFFFFF;
|
3678
|
+
box-shadow: 0 0 0 2px #000000 inset;
|
3679
|
+
color: #fff;
|
4086
3680
|
}
|
4087
3681
|
.ui.inverted.black.basic.buttons .button:focus,
|
4088
3682
|
.ui.inverted.black.basic.buttons .button:focus,
|
4089
3683
|
.ui.inverted.black.basic.button:focus {
|
4090
|
-
|
4091
|
-
box-shadow: 0 0 0 2px #000000 inset;
|
3684
|
+
box-shadow: 0 0 0 2px #000000 inset;
|
4092
3685
|
color: #545454;
|
4093
3686
|
}
|
4094
3687
|
.ui.inverted.black.basic.buttons .active.button,
|
4095
3688
|
.ui.inverted.black.buttons .basic.active.button,
|
4096
3689
|
.ui.inverted.black.basic.active.button {
|
4097
|
-
|
4098
|
-
|
4099
|
-
color: #FFFFFF;
|
3690
|
+
box-shadow: 0 0 0 2px #000000 inset;
|
3691
|
+
color: #fff;
|
4100
3692
|
}
|
4101
3693
|
.ui.inverted.black.basic.buttons .button:active,
|
4102
3694
|
.ui.inverted.black.buttons .basic.button:active,
|
4103
3695
|
.ui.inverted.black.basic.button:active {
|
4104
|
-
|
4105
|
-
|
4106
|
-
color: #FFFFFF;
|
3696
|
+
box-shadow: 0 0 0 2px #000000 inset;
|
3697
|
+
color: #fff;
|
4107
3698
|
}
|
4108
3699
|
|
4109
3700
|
/* Tertiary */
|
@@ -4111,22 +3702,19 @@
|
|
4111
3702
|
.ui.tertiary.black.buttons .tertiary.button,
|
4112
3703
|
.ui.tertiary.black.button {
|
4113
3704
|
background: transparent;
|
4114
|
-
|
4115
|
-
|
4116
|
-
color: #1B1C1D;
|
3705
|
+
box-shadow: none;
|
3706
|
+
color: #1b1c1d;
|
4117
3707
|
}
|
4118
3708
|
.ui.tertiary.black.buttons .button:hover,
|
4119
3709
|
.ui.tertiary.black.buttons button:hover,
|
4120
3710
|
.ui.tertiary.black.button:hover {
|
4121
|
-
|
4122
|
-
box-shadow: inset 0 -0.2em 0 #8b8f93;
|
3711
|
+
box-shadow: inset 0 -0.2em 0 #8b8f93;
|
4123
3712
|
color: #8b8f93;
|
4124
3713
|
}
|
4125
3714
|
.ui.tertiary.black.buttons .button:focus,
|
4126
3715
|
.ui.tertiary.black.buttons .tertiary.button:focus,
|
4127
3716
|
.ui.tertiary.black.button:focus {
|
4128
|
-
|
4129
|
-
box-shadow: inset 0 -0.2em 0 #93969a;
|
3717
|
+
box-shadow: inset 0 -0.2em 0 #93969a;
|
4130
3718
|
color: #93969a;
|
4131
3719
|
}
|
4132
3720
|
.ui.tertiary.black.buttons .active.button,
|
@@ -4135,44 +3723,37 @@
|
|
4135
3723
|
.ui.tertiary.black.buttons .button:active,
|
4136
3724
|
.ui.tertiary.black.buttons .tertiary.button:active,
|
4137
3725
|
.ui.tertiary.black.button:active {
|
4138
|
-
|
4139
|
-
box-shadow: inset 0 -0.2em 0 #404245;
|
3726
|
+
box-shadow: inset 0 -0.2em 0 #404245;
|
4140
3727
|
color: #0f0f10;
|
4141
3728
|
}
|
4142
3729
|
|
4143
|
-
/*---------------
|
4144
|
-
Positive
|
4145
|
-
----------------*/
|
4146
|
-
|
4147
|
-
|
4148
3730
|
/* Standard */
|
4149
3731
|
.ui.positive.buttons .button,
|
4150
3732
|
.ui.positive.button {
|
4151
|
-
background-color: #
|
4152
|
-
color: #
|
3733
|
+
background-color: #21ba45;
|
3734
|
+
color: #fff;
|
4153
3735
|
text-shadow: none;
|
4154
3736
|
background-image: none;
|
4155
3737
|
}
|
4156
3738
|
.ui.positive.button {
|
4157
|
-
|
4158
|
-
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;
|
4159
3740
|
}
|
4160
3741
|
.ui.positive.buttons .button:hover,
|
4161
3742
|
.ui.positive.button:hover {
|
4162
3743
|
background-color: #16ab39;
|
4163
|
-
color: #
|
3744
|
+
color: #fff;
|
4164
3745
|
text-shadow: none;
|
4165
3746
|
}
|
4166
3747
|
.ui.positive.buttons .button:focus,
|
4167
3748
|
.ui.positive.button:focus {
|
4168
3749
|
background-color: #0ea432;
|
4169
|
-
color: #
|
3750
|
+
color: #fff;
|
4170
3751
|
text-shadow: none;
|
4171
3752
|
}
|
4172
3753
|
.ui.positive.buttons .button:active,
|
4173
3754
|
.ui.positive.button:active {
|
4174
3755
|
background-color: #198f35;
|
4175
|
-
color: #
|
3756
|
+
color: #fff;
|
4176
3757
|
text-shadow: none;
|
4177
3758
|
}
|
4178
3759
|
.ui.positive.buttons .active.button,
|
@@ -4180,7 +3761,7 @@
|
|
4180
3761
|
.ui.positive.active.button,
|
4181
3762
|
.ui.positive.button .active.button:active {
|
4182
3763
|
background-color: #13ae38;
|
4183
|
-
color: #
|
3764
|
+
color: #fff;
|
4184
3765
|
text-shadow: none;
|
4185
3766
|
}
|
4186
3767
|
|
@@ -4188,74 +3769,63 @@
|
|
4188
3769
|
.ui.basic.positive.buttons .button,
|
4189
3770
|
.ui.basic.positive.button {
|
4190
3771
|
background: transparent;
|
4191
|
-
|
4192
|
-
|
4193
|
-
color: #21BA45;
|
3772
|
+
box-shadow: 0 0 0 1px #21ba45 inset;
|
3773
|
+
color: #21ba45;
|
4194
3774
|
}
|
4195
3775
|
.ui.basic.positive.buttons .button:hover,
|
4196
3776
|
.ui.basic.positive.button:hover {
|
4197
3777
|
background: transparent;
|
4198
|
-
|
4199
|
-
box-shadow: 0 0 0 1px #16ab39 inset;
|
3778
|
+
box-shadow: 0 0 0 1px #16ab39 inset;
|
4200
3779
|
color: #16ab39;
|
4201
3780
|
}
|
4202
3781
|
.ui.basic.positive.buttons .button:focus,
|
4203
3782
|
.ui.basic.positive.button:focus {
|
4204
3783
|
background: transparent;
|
4205
|
-
|
4206
|
-
box-shadow: 0 0 0 1px #0ea432 inset;
|
3784
|
+
box-shadow: 0 0 0 1px #0ea432 inset;
|
4207
3785
|
color: #16ab39;
|
4208
3786
|
}
|
4209
3787
|
.ui.basic.positive.buttons .active.button,
|
4210
3788
|
.ui.basic.positive.active.button {
|
4211
3789
|
background: transparent;
|
4212
|
-
|
4213
|
-
box-shadow: 0 0 0 1px #13ae38 inset;
|
3790
|
+
box-shadow: 0 0 0 1px #13ae38 inset;
|
4214
3791
|
color: #198f35;
|
4215
3792
|
}
|
4216
3793
|
.ui.basic.positive.buttons .button:active,
|
4217
3794
|
.ui.basic.positive.button:active {
|
4218
|
-
|
4219
|
-
box-shadow: 0 0 0 1px #198f35 inset;
|
3795
|
+
box-shadow: 0 0 0 1px #198f35 inset;
|
4220
3796
|
color: #198f35;
|
4221
3797
|
}
|
4222
3798
|
.ui.buttons:not(.vertical) > .basic.positive.button:not(:first-child) {
|
4223
3799
|
margin-left: -1px;
|
4224
3800
|
}
|
4225
3801
|
|
4226
|
-
/*---------------
|
4227
|
-
Negative
|
4228
|
-
----------------*/
|
4229
|
-
|
4230
|
-
|
4231
3802
|
/* Standard */
|
4232
3803
|
.ui.negative.buttons .button,
|
4233
3804
|
.ui.negative.button {
|
4234
|
-
background-color: #
|
4235
|
-
color: #
|
3805
|
+
background-color: #db2828;
|
3806
|
+
color: #fff;
|
4236
3807
|
text-shadow: none;
|
4237
3808
|
background-image: none;
|
4238
3809
|
}
|
4239
3810
|
.ui.negative.button {
|
4240
|
-
|
4241
|
-
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;
|
4242
3812
|
}
|
4243
3813
|
.ui.negative.buttons .button:hover,
|
4244
3814
|
.ui.negative.button:hover {
|
4245
3815
|
background-color: #d01919;
|
4246
|
-
color: #
|
3816
|
+
color: #fff;
|
4247
3817
|
text-shadow: none;
|
4248
3818
|
}
|
4249
3819
|
.ui.negative.buttons .button:focus,
|
4250
3820
|
.ui.negative.button:focus {
|
4251
3821
|
background-color: #ca1010;
|
4252
|
-
color: #
|
3822
|
+
color: #fff;
|
4253
3823
|
text-shadow: none;
|
4254
3824
|
}
|
4255
3825
|
.ui.negative.buttons .button:active,
|
4256
3826
|
.ui.negative.button:active {
|
4257
3827
|
background-color: #b21e1e;
|
4258
|
-
color: #
|
3828
|
+
color: #fff;
|
4259
3829
|
text-shadow: none;
|
4260
3830
|
}
|
4261
3831
|
.ui.negative.buttons .active.button,
|
@@ -4263,7 +3833,7 @@
|
|
4263
3833
|
.ui.negative.active.button,
|
4264
3834
|
.ui.negative.button .active.button:active {
|
4265
3835
|
background-color: #d41515;
|
4266
|
-
color: #
|
3836
|
+
color: #fff;
|
4267
3837
|
text-shadow: none;
|
4268
3838
|
}
|
4269
3839
|
|
@@ -4271,35 +3841,30 @@
|
|
4271
3841
|
.ui.basic.negative.buttons .button,
|
4272
3842
|
.ui.basic.negative.button {
|
4273
3843
|
background: transparent;
|
4274
|
-
|
4275
|
-
|
4276
|
-
color: #DB2828;
|
3844
|
+
box-shadow: 0 0 0 1px #db2828 inset;
|
3845
|
+
color: #db2828;
|
4277
3846
|
}
|
4278
3847
|
.ui.basic.negative.buttons .button:hover,
|
4279
3848
|
.ui.basic.negative.button:hover {
|
4280
3849
|
background: transparent;
|
4281
|
-
|
4282
|
-
box-shadow: 0 0 0 1px #d01919 inset;
|
3850
|
+
box-shadow: 0 0 0 1px #d01919 inset;
|
4283
3851
|
color: #d01919;
|
4284
3852
|
}
|
4285
3853
|
.ui.basic.negative.buttons .button:focus,
|
4286
3854
|
.ui.basic.negative.button:focus {
|
4287
3855
|
background: transparent;
|
4288
|
-
|
4289
|
-
box-shadow: 0 0 0 1px #ca1010 inset;
|
3856
|
+
box-shadow: 0 0 0 1px #ca1010 inset;
|
4290
3857
|
color: #d01919;
|
4291
3858
|
}
|
4292
3859
|
.ui.basic.negative.buttons .active.button,
|
4293
3860
|
.ui.basic.negative.active.button {
|
4294
3861
|
background: transparent;
|
4295
|
-
|
4296
|
-
box-shadow: 0 0 0 1px #d41515 inset;
|
3862
|
+
box-shadow: 0 0 0 1px #d41515 inset;
|
4297
3863
|
color: #b21e1e;
|
4298
3864
|
}
|
4299
3865
|
.ui.basic.negative.buttons .button:active,
|
4300
3866
|
.ui.basic.negative.button:active {
|
4301
|
-
|
4302
|
-
box-shadow: 0 0 0 1px #b21e1e inset;
|
3867
|
+
box-shadow: 0 0 0 1px #b21e1e inset;
|
4303
3868
|
color: #b21e1e;
|
4304
3869
|
}
|
4305
3870
|
.ui.buttons:not(.vertical) > .basic.negative.button:not(:first-child) {
|
@@ -4308,28 +3873,22 @@
|
|
4308
3873
|
|
4309
3874
|
|
4310
3875
|
/*******************************
|
4311
|
-
|
4312
|
-
|
3876
|
+
Groups
|
3877
|
+
*******************************/
|
4313
3878
|
|
4314
3879
|
.ui.buttons {
|
4315
|
-
display: -webkit-inline-box;
|
4316
|
-
display: -ms-inline-flexbox;
|
4317
3880
|
display: inline-flex;
|
4318
|
-
-
|
4319
|
-
-webkit-box-direction: normal;
|
4320
|
-
-ms-flex-direction: row;
|
4321
|
-
flex-direction: row;
|
3881
|
+
flex-direction: row;
|
4322
3882
|
font-size: 0;
|
4323
3883
|
vertical-align: baseline;
|
4324
3884
|
margin: 0 0.25em 0 0;
|
4325
3885
|
}
|
4326
3886
|
.ui.buttons:not(.basic):not(.inverted) {
|
4327
|
-
|
4328
|
-
box-shadow: none;
|
3887
|
+
box-shadow: none;
|
4329
3888
|
}
|
4330
3889
|
|
4331
3890
|
/* Clearfix */
|
4332
|
-
.ui.buttons
|
3891
|
+
.ui.buttons::after {
|
4333
3892
|
content: ".";
|
4334
3893
|
display: block;
|
4335
3894
|
height: 0;
|
@@ -4339,15 +3898,12 @@
|
|
4339
3898
|
|
4340
3899
|
/* Standard Group */
|
4341
3900
|
.ui.buttons .button {
|
4342
|
-
|
4343
|
-
-ms-flex: 1 0 auto;
|
4344
|
-
flex: 1 0 auto;
|
3901
|
+
flex: 1 0 auto;
|
4345
3902
|
border-radius: 0;
|
4346
|
-
margin: 0
|
3903
|
+
margin: 0;
|
4347
3904
|
}
|
4348
3905
|
.ui.buttons:not(.basic):not(.inverted) > .button:not(.basic):not(.inverted) {
|
4349
|
-
|
4350
|
-
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;
|
4351
3907
|
}
|
4352
3908
|
.ui.buttons .button:first-child {
|
4353
3909
|
border-left: none;
|
@@ -4360,25 +3916,21 @@
|
|
4360
3916
|
border-bottom-right-radius: 0.28571429rem;
|
4361
3917
|
}
|
4362
3918
|
|
4363
|
-
/* Vertical
|
3919
|
+
/* Vertical Style */
|
4364
3920
|
.ui.vertical.buttons {
|
4365
|
-
display: -webkit-inline-box;
|
4366
|
-
display: -ms-inline-flexbox;
|
4367
3921
|
display: inline-flex;
|
4368
|
-
-
|
4369
|
-
-webkit-box-direction: normal;
|
4370
|
-
-ms-flex-direction: column;
|
4371
|
-
flex-direction: column;
|
3922
|
+
flex-direction: column;
|
4372
3923
|
}
|
4373
3924
|
.ui.vertical.buttons .button {
|
4374
3925
|
display: block;
|
4375
3926
|
float: none;
|
4376
3927
|
width: 100%;
|
4377
|
-
margin: 0
|
4378
|
-
-webkit-box-shadow: none;
|
4379
|
-
box-shadow: none;
|
3928
|
+
margin: 0;
|
4380
3929
|
border-radius: 0;
|
4381
3930
|
}
|
3931
|
+
.ui.vertical.buttons .button:not(.basic) {
|
3932
|
+
box-shadow: none;
|
3933
|
+
}
|
4382
3934
|
.ui.vertical.buttons .button:first-child {
|
4383
3935
|
border-top-left-radius: 0.28571429rem;
|
4384
3936
|
border-top-right-radius: 0.28571429rem;
|
@@ -4391,6 +3943,89 @@
|
|
4391
3943
|
.ui.vertical.buttons .button:only-child {
|
4392
3944
|
border-radius: 0.28571429rem;
|
4393
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
|
+
}
|
4394
4029
|
|
4395
4030
|
|
4396
4031
|
/*******************************
|