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 - Checkbox
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
6
6
|
* Released under the MIT license
|
7
|
-
*
|
7
|
+
* https://opensource.org/licenses/MIT
|
8
8
|
*
|
9
9
|
*/
|
10
10
|
|
@@ -14,10 +14,9 @@
|
|
14
14
|
*******************************/
|
15
15
|
|
16
16
|
|
17
|
-
|
17
|
+
/* --------------
|
18
18
|
Content
|
19
|
-
|
20
|
-
|
19
|
+
--------------- */
|
21
20
|
.ui.checkbox {
|
22
21
|
position: relative;
|
23
22
|
display: inline-block;
|
@@ -53,27 +52,23 @@
|
|
53
52
|
outline: none;
|
54
53
|
font-size: 1em;
|
55
54
|
}
|
56
|
-
.ui.checkbox label
|
55
|
+
.ui.checkbox label::before {
|
57
56
|
position: absolute;
|
58
57
|
top: 0;
|
59
58
|
left: 0;
|
60
59
|
width: 17px;
|
61
60
|
height: 17px;
|
62
|
-
content:
|
63
|
-
background: #
|
61
|
+
content: "";
|
62
|
+
background: #fff;
|
64
63
|
border-radius: 0.21428571rem;
|
65
|
-
-webkit-transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
|
66
|
-
transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
|
67
64
|
transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
|
68
|
-
|
69
|
-
border: 1px solid #D4D4D5;
|
65
|
+
border: 1px solid #d4d4d5;
|
70
66
|
}
|
71
67
|
|
72
|
-
|
68
|
+
/* --------------
|
73
69
|
Checkmark
|
74
|
-
|
75
|
-
|
76
|
-
.ui.checkbox label:after {
|
70
|
+
--------------- */
|
71
|
+
.ui.checkbox label::after {
|
77
72
|
position: absolute;
|
78
73
|
font-size: 14px;
|
79
74
|
top: 0;
|
@@ -83,31 +78,26 @@
|
|
83
78
|
text-align: center;
|
84
79
|
opacity: 0;
|
85
80
|
color: rgba(0, 0, 0, 0.87);
|
86
|
-
-webkit-transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
|
87
|
-
transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
|
88
81
|
transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
|
89
|
-
transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
|
90
82
|
}
|
91
83
|
.ui.right.aligned.checkbox label {
|
92
84
|
padding-left: 0;
|
93
85
|
padding-right: 1.85714em;
|
94
86
|
}
|
95
|
-
.ui.right.aligned.checkbox label
|
96
|
-
.ui.right.aligned.checkbox label
|
87
|
+
.ui.right.aligned.checkbox label::after,
|
88
|
+
.ui.right.aligned.checkbox label::before {
|
97
89
|
right: 0;
|
98
90
|
left: auto;
|
99
91
|
}
|
100
92
|
|
101
|
-
|
93
|
+
/* --------------
|
102
94
|
Label
|
103
|
-
|
104
|
-
|
95
|
+
--------------- */
|
105
96
|
|
106
97
|
/* Inside */
|
107
98
|
.ui.checkbox label,
|
108
99
|
.ui.checkbox + label {
|
109
100
|
color: rgba(0, 0, 0, 0.87);
|
110
|
-
-webkit-transition: color 0.1s ease;
|
111
101
|
transition: color 0.1s ease;
|
112
102
|
}
|
113
103
|
|
@@ -122,12 +112,11 @@
|
|
122
112
|
*******************************/
|
123
113
|
|
124
114
|
|
125
|
-
|
115
|
+
/* --------------
|
126
116
|
Hover
|
127
|
-
|
128
|
-
|
117
|
+
--------------- */
|
129
118
|
.ui.checkbox label:hover::before {
|
130
|
-
background: #
|
119
|
+
background: #fff;
|
131
120
|
border-color: rgba(34, 36, 38, 0.35);
|
132
121
|
}
|
133
122
|
.ui.checkbox label:hover,
|
@@ -135,12 +124,11 @@
|
|
135
124
|
color: rgba(0, 0, 0, 0.8);
|
136
125
|
}
|
137
126
|
|
138
|
-
|
127
|
+
/* --------------
|
139
128
|
Down
|
140
|
-
|
141
|
-
|
129
|
+
--------------- */
|
142
130
|
.ui.checkbox label:active::before {
|
143
|
-
background: #
|
131
|
+
background: #f9fafb;
|
144
132
|
border-color: rgba(34, 36, 38, 0.35);
|
145
133
|
}
|
146
134
|
.ui.checkbox label:active::after {
|
@@ -150,85 +138,79 @@
|
|
150
138
|
color: rgba(0, 0, 0, 0.95);
|
151
139
|
}
|
152
140
|
|
153
|
-
|
141
|
+
/* --------------
|
154
142
|
Focus
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
border-color: #96C8DA;
|
143
|
+
--------------- */
|
144
|
+
.ui.checkbox input:focus ~ label::before {
|
145
|
+
background: #fff;
|
146
|
+
border-color: #96c8da;
|
160
147
|
}
|
161
|
-
.ui.checkbox input:focus ~ label
|
148
|
+
.ui.checkbox input:focus ~ label::after {
|
162
149
|
color: rgba(0, 0, 0, 0.95);
|
163
150
|
}
|
164
151
|
.ui.checkbox input:focus ~ label {
|
165
152
|
color: rgba(0, 0, 0, 0.95);
|
166
153
|
}
|
167
154
|
|
168
|
-
|
155
|
+
/* --------------
|
169
156
|
Active
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
background: #FFFFFF;
|
157
|
+
--------------- */
|
158
|
+
.ui.checkbox input:checked ~ label::before {
|
159
|
+
background: #fff;
|
174
160
|
border-color: rgba(34, 36, 38, 0.35);
|
175
161
|
}
|
176
|
-
.ui.checkbox input:checked ~ label
|
162
|
+
.ui.checkbox input:checked ~ label::after {
|
177
163
|
opacity: 1;
|
178
164
|
color: rgba(0, 0, 0, 0.95);
|
179
165
|
}
|
180
166
|
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
background: #FFFFFF;
|
167
|
+
/* --------------
|
168
|
+
Indeterminate
|
169
|
+
--------------- */
|
170
|
+
.ui.checkbox input:not([type="radio"]):indeterminate ~ label::before {
|
171
|
+
background: #fff;
|
187
172
|
border-color: rgba(34, 36, 38, 0.35);
|
188
173
|
}
|
189
|
-
.ui.checkbox input:not([type=radio]):indeterminate ~ label
|
174
|
+
.ui.checkbox input:not([type="radio"]):indeterminate ~ label::after {
|
190
175
|
opacity: 1;
|
191
176
|
color: rgba(0, 0, 0, 0.95);
|
192
177
|
}
|
193
|
-
.ui.indeterminate.toggle.checkbox input:not([type=radio]):indeterminate ~ label
|
178
|
+
.ui.indeterminate.toggle.checkbox input:not([type="radio"]):indeterminate ~ label::before {
|
194
179
|
background: rgba(0, 0, 0, 0.15);
|
195
180
|
}
|
196
|
-
.ui.indeterminate.toggle.checkbox input:not([type=radio]) ~ label
|
181
|
+
.ui.indeterminate.toggle.checkbox input:not([type="radio"]) ~ label::after {
|
197
182
|
left: 1.075rem;
|
198
183
|
}
|
199
|
-
.ui.right.aligned.indeterminate.toggle.checkbox input:not([type=radio]) ~ label
|
184
|
+
.ui.right.aligned.indeterminate.toggle.checkbox input:not([type="radio"]) ~ label::after {
|
200
185
|
left: auto;
|
201
186
|
right: 1.075rem;
|
202
187
|
}
|
203
188
|
|
204
|
-
|
189
|
+
/* --------------
|
205
190
|
Active Focus
|
206
|
-
|
207
|
-
|
208
|
-
.ui.checkbox input:
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
.ui.checkbox input:
|
214
|
-
.ui.checkbox input:checked:focus ~ label:after {
|
191
|
+
--------------- */
|
192
|
+
.ui.checkbox input:not([type="radio"]):indeterminate:focus ~ label::before,
|
193
|
+
.ui.checkbox input:checked:focus ~ label::before {
|
194
|
+
background: #fff;
|
195
|
+
border-color: #96c8da;
|
196
|
+
}
|
197
|
+
.ui.checkbox input:not([type="radio"]):indeterminate:focus ~ label::after,
|
198
|
+
.ui.checkbox input:checked:focus ~ label::after {
|
215
199
|
color: rgba(0, 0, 0, 0.95);
|
216
200
|
}
|
217
201
|
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
202
|
+
/* --------------
|
203
|
+
Read-Only
|
204
|
+
--------------- */
|
222
205
|
.ui.read-only.checkbox,
|
223
206
|
.ui.read-only.checkbox label {
|
224
207
|
cursor: default;
|
225
208
|
pointer-events: none;
|
226
209
|
}
|
227
210
|
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
211
|
+
/* --------------
|
212
|
+
Disabled
|
213
|
+
--------------- */
|
232
214
|
.ui.disabled.checkbox label,
|
233
215
|
.ui.checkbox input[disabled] ~ label {
|
234
216
|
cursor: default;
|
@@ -237,10 +219,9 @@
|
|
237
219
|
pointer-events: none;
|
238
220
|
}
|
239
221
|
|
240
|
-
|
222
|
+
/* --------------
|
241
223
|
Hidden
|
242
|
-
|
243
|
-
|
224
|
+
--------------- */
|
244
225
|
|
245
226
|
/* Initialized checkbox moves input below element
|
246
227
|
to prevent manually triggering */
|
@@ -249,10 +230,10 @@
|
|
249
230
|
}
|
250
231
|
|
251
232
|
/* Selectable Label */
|
233
|
+
.ui.checkbox input + label[for],
|
252
234
|
.ui.checkbox input.hidden + label {
|
253
235
|
cursor: pointer;
|
254
236
|
-webkit-user-select: none;
|
255
|
-
-moz-user-select: none;
|
256
237
|
-ms-user-select: none;
|
257
238
|
user-select: none;
|
258
239
|
}
|
@@ -263,10 +244,9 @@
|
|
263
244
|
*******************************/
|
264
245
|
|
265
246
|
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
247
|
+
/* --------------
|
248
|
+
Radio
|
249
|
+
--------------- */
|
270
250
|
.ui.radio.checkbox {
|
271
251
|
min-height: 15px;
|
272
252
|
}
|
@@ -275,10 +255,9 @@
|
|
275
255
|
}
|
276
256
|
|
277
257
|
/* Box */
|
278
|
-
.ui.radio.checkbox label
|
279
|
-
content:
|
280
|
-
|
281
|
-
transform: none;
|
258
|
+
.ui.radio.checkbox label::before {
|
259
|
+
content: "";
|
260
|
+
transform: none;
|
282
261
|
width: 15px;
|
283
262
|
height: 15px;
|
284
263
|
border-radius: 500rem;
|
@@ -287,53 +266,51 @@
|
|
287
266
|
}
|
288
267
|
|
289
268
|
/* Bullet */
|
290
|
-
.ui.radio.checkbox label
|
269
|
+
.ui.radio.checkbox label::after {
|
291
270
|
border: none;
|
292
|
-
content:
|
271
|
+
content: "" !important;
|
293
272
|
line-height: 15px;
|
294
273
|
top: 1px;
|
295
274
|
left: 0;
|
296
275
|
width: 15px;
|
297
276
|
height: 15px;
|
298
277
|
border-radius: 500rem;
|
299
|
-
|
300
|
-
transform: scale(0.46666667);
|
278
|
+
transform: scale(0.46666667);
|
301
279
|
background-color: rgba(0, 0, 0, 0.87);
|
302
280
|
}
|
303
281
|
|
304
282
|
/* Focus */
|
305
|
-
.ui.radio.checkbox input:focus ~ label
|
306
|
-
background-color: #
|
283
|
+
.ui.radio.checkbox input:focus ~ label::before {
|
284
|
+
background-color: #fff;
|
307
285
|
}
|
308
|
-
.ui.radio.checkbox input:focus ~ label
|
286
|
+
.ui.radio.checkbox input:focus ~ label::after {
|
309
287
|
background-color: rgba(0, 0, 0, 0.95);
|
310
288
|
}
|
311
289
|
|
312
290
|
/* Indeterminate */
|
313
|
-
.ui.radio.checkbox input:indeterminate ~ label
|
291
|
+
.ui.radio.checkbox input:indeterminate ~ label::after {
|
314
292
|
opacity: 0;
|
315
293
|
}
|
316
294
|
|
317
295
|
/* Active */
|
318
|
-
.ui.radio.checkbox input:checked ~ label
|
319
|
-
background-color: #
|
296
|
+
.ui.radio.checkbox input:checked ~ label::before {
|
297
|
+
background-color: #fff;
|
320
298
|
}
|
321
|
-
.ui.radio.checkbox input:checked ~ label
|
299
|
+
.ui.radio.checkbox input:checked ~ label::after {
|
322
300
|
background-color: rgba(0, 0, 0, 0.95);
|
323
301
|
}
|
324
302
|
|
325
303
|
/* Active Focus */
|
326
|
-
.ui.radio.checkbox input:focus:checked ~ label
|
327
|
-
background-color: #
|
304
|
+
.ui.radio.checkbox input:focus:checked ~ label::before {
|
305
|
+
background-color: #fff;
|
328
306
|
}
|
329
|
-
.ui.radio.checkbox input:focus:checked ~ label
|
307
|
+
.ui.radio.checkbox input:focus:checked ~ label::after {
|
330
308
|
background-color: rgba(0, 0, 0, 0.95);
|
331
309
|
}
|
332
310
|
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
311
|
+
/* --------------
|
312
|
+
Slider
|
313
|
+
--------------- */
|
337
314
|
.ui.slider.checkbox {
|
338
315
|
min-height: 1.25rem;
|
339
316
|
}
|
@@ -352,12 +329,11 @@
|
|
352
329
|
}
|
353
330
|
|
354
331
|
/* Line */
|
355
|
-
.ui.slider.checkbox label
|
332
|
+
.ui.slider.checkbox label::before {
|
356
333
|
display: block;
|
357
334
|
position: absolute;
|
358
|
-
content:
|
359
|
-
|
360
|
-
transform: none;
|
335
|
+
content: "";
|
336
|
+
transform: none;
|
361
337
|
border: none !important;
|
362
338
|
left: 0;
|
363
339
|
z-index: 1;
|
@@ -366,35 +342,29 @@
|
|
366
342
|
width: 3.5rem;
|
367
343
|
height: 0.21428571rem;
|
368
344
|
border-radius: 500rem;
|
369
|
-
-webkit-transition: background 0.3s ease;
|
370
345
|
transition: background 0.3s ease;
|
371
346
|
}
|
372
347
|
|
373
348
|
/* Handle */
|
374
|
-
.ui.slider.checkbox label
|
375
|
-
background: #
|
376
|
-
background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
377
|
-
background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
349
|
+
.ui.slider.checkbox label::after {
|
350
|
+
background: #fff linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
378
351
|
position: absolute;
|
379
|
-
content:
|
352
|
+
content: "" !important;
|
380
353
|
opacity: 1;
|
381
354
|
z-index: 2;
|
382
355
|
border: none;
|
383
|
-
|
384
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
356
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
385
357
|
width: 1.5rem;
|
386
358
|
height: 1.5rem;
|
387
359
|
top: -0.25rem;
|
388
360
|
left: 0;
|
389
|
-
|
390
|
-
transform: none;
|
361
|
+
transform: none;
|
391
362
|
border-radius: 500rem;
|
392
|
-
-webkit-transition: left 0.3s ease;
|
393
363
|
transition: left 0.3s ease;
|
394
364
|
}
|
395
365
|
|
396
366
|
/* Focus */
|
397
|
-
.ui.slider.checkbox input:focus ~ label
|
367
|
+
.ui.slider.checkbox input:focus ~ label::before {
|
398
368
|
background-color: rgba(0, 0, 0, 0.15);
|
399
369
|
border: none;
|
400
370
|
}
|
@@ -411,10 +381,10 @@
|
|
411
381
|
.ui.slider.checkbox input:checked ~ label {
|
412
382
|
color: rgba(0, 0, 0, 0.95) !important;
|
413
383
|
}
|
414
|
-
.ui.slider.checkbox input:checked ~ label
|
384
|
+
.ui.slider.checkbox input:checked ~ label::before {
|
415
385
|
background-color: #545454 !important;
|
416
386
|
}
|
417
|
-
.ui.slider.checkbox input:checked ~ label
|
387
|
+
.ui.slider.checkbox input:checked ~ label::after {
|
418
388
|
left: 2rem;
|
419
389
|
}
|
420
390
|
|
@@ -422,28 +392,26 @@
|
|
422
392
|
.ui.slider.checkbox input:focus:checked ~ label {
|
423
393
|
color: rgba(0, 0, 0, 0.95) !important;
|
424
394
|
}
|
425
|
-
.ui.slider.checkbox input:focus:checked ~ label
|
395
|
+
.ui.slider.checkbox input:focus:checked ~ label::before {
|
426
396
|
background-color: #000000 !important;
|
427
397
|
}
|
428
398
|
.ui.right.aligned.slider.checkbox label {
|
429
399
|
padding-left: 0;
|
430
400
|
padding-right: 4.5rem;
|
431
401
|
}
|
432
|
-
.ui.right.aligned.slider.checkbox label
|
402
|
+
.ui.right.aligned.slider.checkbox label::after {
|
433
403
|
left: auto;
|
434
404
|
right: 2rem;
|
435
|
-
-webkit-transition: right 0.3s ease;
|
436
405
|
transition: right 0.3s ease;
|
437
406
|
}
|
438
|
-
.ui.right.aligned.slider.checkbox input:checked ~ label
|
407
|
+
.ui.right.aligned.slider.checkbox input:checked ~ label::after {
|
439
408
|
left: auto;
|
440
409
|
right: 0;
|
441
410
|
}
|
442
411
|
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
412
|
+
/* --------------
|
413
|
+
Toggle
|
414
|
+
--------------- */
|
447
415
|
.ui.toggle.checkbox {
|
448
416
|
min-height: 1.5rem;
|
449
417
|
}
|
@@ -465,51 +433,44 @@
|
|
465
433
|
}
|
466
434
|
|
467
435
|
/* Switch */
|
468
|
-
.ui.toggle.checkbox label
|
436
|
+
.ui.toggle.checkbox label::before {
|
469
437
|
display: block;
|
470
438
|
position: absolute;
|
471
|
-
content:
|
439
|
+
content: "";
|
472
440
|
z-index: 1;
|
473
|
-
|
474
|
-
transform: none;
|
441
|
+
transform: none;
|
475
442
|
border: none;
|
476
443
|
top: 0;
|
477
444
|
background: rgba(0, 0, 0, 0.05);
|
478
|
-
|
479
|
-
box-shadow: none;
|
445
|
+
box-shadow: none;
|
480
446
|
width: 3.5rem;
|
481
447
|
height: 1.5rem;
|
482
448
|
border-radius: 500rem;
|
483
449
|
}
|
484
450
|
|
485
451
|
/* Handle */
|
486
|
-
.ui.toggle.checkbox label
|
487
|
-
background: #
|
488
|
-
background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
489
|
-
background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
452
|
+
.ui.toggle.checkbox label::after {
|
453
|
+
background: #fff linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
490
454
|
position: absolute;
|
491
|
-
content:
|
455
|
+
content: "" !important;
|
492
456
|
opacity: 1;
|
493
457
|
z-index: 2;
|
494
458
|
border: none;
|
495
|
-
|
496
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
459
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
497
460
|
width: 1.5rem;
|
498
461
|
height: 1.5rem;
|
499
462
|
top: 0;
|
500
463
|
left: 0;
|
501
464
|
border-radius: 500rem;
|
502
|
-
-webkit-transition: background 0.3s ease, left 0.3s ease;
|
503
465
|
transition: background 0.3s ease, left 0.3s ease;
|
504
466
|
}
|
505
|
-
.ui.toggle.checkbox input ~ label
|
467
|
+
.ui.toggle.checkbox input ~ label::after {
|
506
468
|
left: -0.05rem;
|
507
|
-
|
508
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
469
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
509
470
|
}
|
510
471
|
|
511
472
|
/* Focus */
|
512
|
-
.ui.toggle.checkbox input:focus ~ label
|
473
|
+
.ui.toggle.checkbox input:focus ~ label::before {
|
513
474
|
background-color: rgba(0, 0, 0, 0.15);
|
514
475
|
border: none;
|
515
476
|
}
|
@@ -524,33 +485,31 @@
|
|
524
485
|
.ui.toggle.checkbox input:checked ~ label {
|
525
486
|
color: rgba(0, 0, 0, 0.95) !important;
|
526
487
|
}
|
527
|
-
.ui.toggle.checkbox input:checked ~ label
|
528
|
-
background-color: #
|
488
|
+
.ui.toggle.checkbox input:checked ~ label::before {
|
489
|
+
background-color: #2185d0 !important;
|
529
490
|
}
|
530
|
-
.ui.toggle.checkbox input:checked ~ label
|
491
|
+
.ui.toggle.checkbox input:checked ~ label::after {
|
531
492
|
left: 2.15rem;
|
532
|
-
|
533
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
493
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
534
494
|
}
|
535
495
|
|
536
496
|
/* Active Focus */
|
537
497
|
.ui.toggle.checkbox input:focus:checked ~ label {
|
538
498
|
color: rgba(0, 0, 0, 0.95) !important;
|
539
499
|
}
|
540
|
-
.ui.toggle.checkbox input:focus:checked ~ label
|
500
|
+
.ui.toggle.checkbox input:focus:checked ~ label::before {
|
541
501
|
background-color: #0d71bb !important;
|
542
502
|
}
|
543
503
|
.ui.right.aligned.toggle.checkbox label {
|
544
504
|
padding-left: 0;
|
545
505
|
padding-right: 4.5rem;
|
546
506
|
}
|
547
|
-
.ui.right.aligned.toggle.checkbox input ~ label
|
507
|
+
.ui.right.aligned.toggle.checkbox input ~ label::after {
|
548
508
|
left: auto;
|
549
509
|
right: 2.15rem;
|
550
|
-
-webkit-transition: background 0.3s ease, right 0.3s ease;
|
551
510
|
transition: background 0.3s ease, right 0.3s ease;
|
552
511
|
}
|
553
|
-
.ui.right.aligned.toggle.checkbox input:checked ~ label
|
512
|
+
.ui.right.aligned.toggle.checkbox input:checked ~ label::after {
|
554
513
|
left: auto;
|
555
514
|
right: -0.05rem;
|
556
515
|
}
|
@@ -561,10 +520,9 @@
|
|
561
520
|
*******************************/
|
562
521
|
|
563
522
|
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
523
|
+
/* --------------
|
524
|
+
Fitted
|
525
|
+
--------------- */
|
568
526
|
.ui.fitted.checkbox label {
|
569
527
|
padding-left: 0 !important;
|
570
528
|
}
|
@@ -575,10 +533,9 @@
|
|
575
533
|
width: 3.5rem;
|
576
534
|
}
|
577
535
|
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
536
|
+
/* --------------
|
537
|
+
Inverted
|
538
|
+
--------------- */
|
582
539
|
.ui.inverted.checkbox label,
|
583
540
|
.ui.inverted.checkbox + label {
|
584
541
|
color: rgba(255, 255, 255, 0.9) !important;
|
@@ -591,13 +548,14 @@
|
|
591
548
|
.ui.inverted.checkbox label:hover::before {
|
592
549
|
border-color: rgba(34, 36, 38, 0.5);
|
593
550
|
}
|
594
|
-
|
551
|
+
|
552
|
+
/* Slider Label */
|
595
553
|
.ui.inverted.slider.checkbox label {
|
596
554
|
color: rgba(255, 255, 255, 0.5);
|
597
555
|
}
|
598
556
|
|
599
557
|
/* Slider Line */
|
600
|
-
.ui.inverted.slider.checkbox label
|
558
|
+
.ui.inverted.slider.checkbox label::before {
|
601
559
|
background-color: rgba(255, 255, 255, 0.5) !important;
|
602
560
|
}
|
603
561
|
|
@@ -610,7 +568,7 @@
|
|
610
568
|
.ui.inverted.slider.checkbox input:checked ~ label {
|
611
569
|
color: #ffffff !important;
|
612
570
|
}
|
613
|
-
.ui.inverted.slider.checkbox input:checked ~ label
|
571
|
+
.ui.inverted.slider.checkbox input:checked ~ label::before {
|
614
572
|
background-color: rgba(255, 255, 255, 0.8) !important;
|
615
573
|
}
|
616
574
|
|
@@ -618,12 +576,12 @@
|
|
618
576
|
.ui.inverted.slider.checkbox input:focus:checked ~ label {
|
619
577
|
color: #ffffff !important;
|
620
578
|
}
|
621
|
-
.ui.inverted.slider.checkbox input:focus:checked ~ label
|
579
|
+
.ui.inverted.slider.checkbox input:focus:checked ~ label::before {
|
622
580
|
background-color: rgba(255, 255, 255, 0.8) !important;
|
623
581
|
}
|
624
582
|
|
625
583
|
/* Toggle Switch */
|
626
|
-
.ui.inverted.toggle.checkbox label
|
584
|
+
.ui.inverted.toggle.checkbox label::before {
|
627
585
|
background-color: rgba(255, 255, 255, 0.9) !important;
|
628
586
|
}
|
629
587
|
|
@@ -636,22 +594,21 @@
|
|
636
594
|
.ui.inverted.toggle.checkbox input:checked ~ label {
|
637
595
|
color: #ffffff !important;
|
638
596
|
}
|
639
|
-
.ui.inverted.toggle.checkbox input:checked ~ label
|
640
|
-
background-color: #
|
597
|
+
.ui.inverted.toggle.checkbox input:checked ~ label::before {
|
598
|
+
background-color: #2185d0 !important;
|
641
599
|
}
|
642
600
|
|
643
601
|
/* Toggle Active Focus */
|
644
602
|
.ui.inverted.toggle.checkbox input:focus:checked ~ label {
|
645
603
|
color: #ffffff !important;
|
646
604
|
}
|
647
|
-
.ui.inverted.toggle.checkbox input:focus:checked ~ label
|
605
|
+
.ui.inverted.toggle.checkbox input:focus:checked ~ label::before {
|
648
606
|
background-color: #0d71bb !important;
|
649
607
|
}
|
650
608
|
|
651
|
-
|
609
|
+
/* --------------------
|
652
610
|
Size
|
653
|
-
|
654
|
-
|
611
|
+
--------------------- */
|
655
612
|
.ui.mini.checkbox {
|
656
613
|
font-size: 0.78571429em;
|
657
614
|
}
|
@@ -664,109 +621,85 @@
|
|
664
621
|
.ui.large.checkbox {
|
665
622
|
font-size: 1.14285714em;
|
666
623
|
}
|
667
|
-
.ui.large.form .checkbox:not(.slider):not(.toggle):not(.radio) label
|
668
|
-
.ui.large.checkbox:not(.slider):not(.toggle):not(.radio) label
|
669
|
-
.ui.large.form .checkbox:not(.slider):not(.toggle):not(.radio) label
|
670
|
-
.ui.large.checkbox:not(.slider):not(.toggle):not(.radio) label
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
.ui.large.form .checkbox.radio label:after,
|
684
|
-
.ui.large.checkbox.radio label:after {
|
685
|
-
-webkit-transform: scale(0.57142857);
|
686
|
-
transform: scale(0.57142857);
|
687
|
-
-webkit-transform-origin: left;
|
688
|
-
transform-origin: left;
|
624
|
+
.ui.large.form .checkbox:not(.slider):not(.toggle):not(.radio) label::after,
|
625
|
+
.ui.large.checkbox:not(.slider):not(.toggle):not(.radio) label::after,
|
626
|
+
.ui.large.form .checkbox:not(.slider):not(.toggle):not(.radio) label::before,
|
627
|
+
.ui.large.checkbox:not(.slider):not(.toggle):not(.radio) label::before {
|
628
|
+
transform: scale(1.14285714);
|
629
|
+
transform-origin: left;
|
630
|
+
}
|
631
|
+
.ui.large.form .checkbox.radio label::before,
|
632
|
+
.ui.large.checkbox.radio label::before {
|
633
|
+
transform: scale(1.14285714);
|
634
|
+
transform-origin: left;
|
635
|
+
}
|
636
|
+
.ui.large.form .checkbox.radio label::after,
|
637
|
+
.ui.large.checkbox.radio label::after {
|
638
|
+
transform: scale(0.57142857);
|
639
|
+
transform-origin: left;
|
689
640
|
left: 0.33571429em;
|
690
641
|
}
|
691
642
|
.ui.big.checkbox {
|
692
643
|
font-size: 1.28571429em;
|
693
644
|
}
|
694
|
-
.ui.big.form .checkbox:not(.slider):not(.toggle):not(.radio) label
|
695
|
-
.ui.big.checkbox:not(.slider):not(.toggle):not(.radio) label
|
696
|
-
.ui.big.form .checkbox:not(.slider):not(.toggle):not(.radio) label
|
697
|
-
.ui.big.checkbox:not(.slider):not(.toggle):not(.radio) label
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
.ui.big.form .checkbox.radio label:after,
|
711
|
-
.ui.big.checkbox.radio label:after {
|
712
|
-
-webkit-transform: scale(0.64285714);
|
713
|
-
transform: scale(0.64285714);
|
714
|
-
-webkit-transform-origin: left;
|
715
|
-
transform-origin: left;
|
645
|
+
.ui.big.form .checkbox:not(.slider):not(.toggle):not(.radio) label::after,
|
646
|
+
.ui.big.checkbox:not(.slider):not(.toggle):not(.radio) label::after,
|
647
|
+
.ui.big.form .checkbox:not(.slider):not(.toggle):not(.radio) label::before,
|
648
|
+
.ui.big.checkbox:not(.slider):not(.toggle):not(.radio) label::before {
|
649
|
+
transform: scale(1.28571429);
|
650
|
+
transform-origin: left;
|
651
|
+
}
|
652
|
+
.ui.big.form .checkbox.radio label::before,
|
653
|
+
.ui.big.checkbox.radio label::before {
|
654
|
+
transform: scale(1.28571429);
|
655
|
+
transform-origin: left;
|
656
|
+
}
|
657
|
+
.ui.big.form .checkbox.radio label::after,
|
658
|
+
.ui.big.checkbox.radio label::after {
|
659
|
+
transform: scale(0.64285714);
|
660
|
+
transform-origin: left;
|
716
661
|
left: 0.37142857em;
|
717
662
|
}
|
718
663
|
.ui.huge.checkbox {
|
719
664
|
font-size: 1.42857143em;
|
720
665
|
}
|
721
|
-
.ui.huge.form .checkbox:not(.slider):not(.toggle):not(.radio) label
|
722
|
-
.ui.huge.checkbox:not(.slider):not(.toggle):not(.radio) label
|
723
|
-
.ui.huge.form .checkbox:not(.slider):not(.toggle):not(.radio) label
|
724
|
-
.ui.huge.checkbox:not(.slider):not(.toggle):not(.radio) label
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
.ui.huge.form .checkbox.radio label:after,
|
738
|
-
.ui.huge.checkbox.radio label:after {
|
739
|
-
-webkit-transform: scale(0.71428571);
|
740
|
-
transform: scale(0.71428571);
|
741
|
-
-webkit-transform-origin: left;
|
742
|
-
transform-origin: left;
|
666
|
+
.ui.huge.form .checkbox:not(.slider):not(.toggle):not(.radio) label::after,
|
667
|
+
.ui.huge.checkbox:not(.slider):not(.toggle):not(.radio) label::after,
|
668
|
+
.ui.huge.form .checkbox:not(.slider):not(.toggle):not(.radio) label::before,
|
669
|
+
.ui.huge.checkbox:not(.slider):not(.toggle):not(.radio) label::before {
|
670
|
+
transform: scale(1.42857143);
|
671
|
+
transform-origin: left;
|
672
|
+
}
|
673
|
+
.ui.huge.form .checkbox.radio label::before,
|
674
|
+
.ui.huge.checkbox.radio label::before {
|
675
|
+
transform: scale(1.42857143);
|
676
|
+
transform-origin: left;
|
677
|
+
}
|
678
|
+
.ui.huge.form .checkbox.radio label::after,
|
679
|
+
.ui.huge.checkbox.radio label::after {
|
680
|
+
transform: scale(0.71428571);
|
681
|
+
transform-origin: left;
|
743
682
|
left: 0.40714286em;
|
744
683
|
}
|
745
684
|
.ui.massive.checkbox {
|
746
685
|
font-size: 1.71428571em;
|
747
686
|
}
|
748
|
-
.ui.massive.form .checkbox:not(.slider):not(.toggle):not(.radio) label
|
749
|
-
.ui.massive.checkbox:not(.slider):not(.toggle):not(.radio) label
|
750
|
-
.ui.massive.form .checkbox:not(.slider):not(.toggle):not(.radio) label
|
751
|
-
.ui.massive.checkbox:not(.slider):not(.toggle):not(.radio) label
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
.ui.massive.form .checkbox.radio label:after,
|
765
|
-
.ui.massive.checkbox.radio label:after {
|
766
|
-
-webkit-transform: scale(0.85714286);
|
767
|
-
transform: scale(0.85714286);
|
768
|
-
-webkit-transform-origin: left;
|
769
|
-
transform-origin: left;
|
687
|
+
.ui.massive.form .checkbox:not(.slider):not(.toggle):not(.radio) label::after,
|
688
|
+
.ui.massive.checkbox:not(.slider):not(.toggle):not(.radio) label::after,
|
689
|
+
.ui.massive.form .checkbox:not(.slider):not(.toggle):not(.radio) label::before,
|
690
|
+
.ui.massive.checkbox:not(.slider):not(.toggle):not(.radio) label::before {
|
691
|
+
transform: scale(1.71428571);
|
692
|
+
transform-origin: left;
|
693
|
+
}
|
694
|
+
.ui.massive.form .checkbox.radio label::before,
|
695
|
+
.ui.massive.checkbox.radio label::before {
|
696
|
+
transform: scale(1.71428571);
|
697
|
+
transform-origin: left;
|
698
|
+
}
|
699
|
+
.ui.massive.form .checkbox.radio label::after,
|
700
|
+
.ui.massive.checkbox.radio label::after {
|
701
|
+
transform: scale(0.85714286);
|
702
|
+
transform-origin: left;
|
770
703
|
left: 0.47857143em;
|
771
704
|
}
|
772
705
|
|
@@ -776,32 +709,29 @@
|
|
776
709
|
*******************************/
|
777
710
|
|
778
711
|
@font-face {
|
779
|
-
font-family:
|
780
|
-
src: url(data:application/
|
712
|
+
font-family: Checkbox;
|
713
|
+
src: url("data:application/font-woff;base64,d09GRgABAAAAAAR8AA0AAAAABtwAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEYAAAABoAAAAcgbCWJ0dERUYAAARIAAAAFwAAABgAJQAAT1MvMgAAAZgAAABAAAAAYA8SBD9jbWFwAAAB9AAAAFMAAAFc71zo6Wdhc3AAAARAAAAACAAAAAgAAAAQZ2x5ZgAAAlwAAADJAAABVHshwGBoZWFkAAABMAAAAC4AAAA2Bj3tWWhoZWEAAAFgAAAAHQAAACQHfQPIaG10eAAAAdgAAAAZAAAAHg56AEVsb2NhAAACSAAAABIAAAASAQoAjG1heHAAAAGAAAAAGAAAACAACgAvbmFtZQAAAygAAADnAAABp5xOC4Fwb3N0AAAEEAAAADAAAABaHRtWW3icY2BkYGBgYmDgqbAVjee3+crAzcIAAhc3XilHppl3M+cBKQ6QWgYGAAHnCVsAAHicY2BkYGA+8P8AAwMLAwgw72ZgZEAF7ABaJgNOAAAAeJxjYGRgYOBg0GUA0QwMTAxoAAAFtQA6eJxjYGYWYpzAwMrAwDST6QwDA0M/hGZ8zWDMyMmAChgF0AQYHBgYXjAxH/h/gMGB+QCIx8CIJKvAwAgAIOcKW3icY2GAAMZQCM0ExCwMDK7MqiAeAAqXAM4AAAB4nN2NwQ2AMAwDL00pHYJH52AQ9n/w6BbFCS9WwJFlO3IUwHl5YAQuJctcOaVdU6TGmGWt7IxJuHXnvmcrnLPR2GWb6NnF4rrwhT5U/o0Hf5EJGAAAAAAAAAgACAAQABgASABsAKoAAHichY09CsJAEIVndiG2gyQ7IASJIbHQyvyIiFhZpBE8iNsIeiVvYOFx7FPbKE6yUcHGgZ23jzd8DxDeowAWCv77Dez0Vd1hAIB+D714NMa0yNdYZrMhum0CfaWnT4bpeSPaEjOd8djIltTBNBlhSGzES3Jqb5oW6UOrE1WBL7/A73lxNBqnK8znZRbNWMgJET8qJhlWF1HV3zvXSceBSifawrTjTLrd0uI3c4lFu4UcYvbh1/KsIaodUayx7Kxr+wb8Y+EFi+YsngAAAHicfc5BSsNAGMXxf9q0agURFy50M3shlOoNikIXddGFa5N0SEvLDKQp2KUH8AxuXXkkz+JL+NYJJPzmffNmAlzxS0L7JJxzYx5wxoN5qPzZnMrv5hGXfJrHyr/NE+74UytJL5Rcdye0Huiue/NQ+aM5lV/NI27ZmsfKv8wTnvhhzgZPyY6CyAfMN77cFVFaaVBxZE9OraWvjvtc6Kn0jN40qDnoVyIBx4yMqWJfH7YxuFk27a2/dLVGxUpbQndYrrVnrazgpO9C1chSb7s3UymGxlU++Dpv/NoVJ7co4zLGkPEPj0VARQB4nGNgYsAPOBgYGJkYmBiZGZgZWRhZGdnYS/MyDYAAShuCaFcLCB9Iw/hGAOPdCuMAAQAB//8AD3icY2BkYGDgAWIBIGYCYhYIDQACOwAmAHicY2BgYGQAgns+by1A9MWNV8phNABQ5wfrAAA=") format("woff");
|
781
714
|
}
|
782
715
|
|
783
716
|
/* Checkmark */
|
784
|
-
.ui.checkbox label
|
785
|
-
|
786
|
-
font-family: 'Checkbox';
|
717
|
+
.ui.checkbox label::after {
|
718
|
+
font-family: Checkbox;
|
787
719
|
}
|
788
720
|
|
789
721
|
/* Checked */
|
790
|
-
.ui.checkbox input:checked ~
|
791
|
-
|
792
|
-
content: '\e800';
|
722
|
+
.ui.checkbox input:checked ~ label::after {
|
723
|
+
content: "\e800";
|
793
724
|
}
|
794
725
|
|
795
726
|
/* Indeterminate */
|
796
|
-
.ui.checkbox input:indeterminate ~
|
797
|
-
.ui.checkbox input:indeterminate ~ label:after {
|
727
|
+
.ui.checkbox input:indeterminate ~ label::after {
|
798
728
|
font-size: 12px;
|
799
|
-
content:
|
729
|
+
content: "\e801";
|
800
730
|
}
|
801
|
-
/*
|
802
|
-
.check
|
803
|
-
.dash
|
804
|
-
.plus
|
731
|
+
/* UTF Reference
|
732
|
+
.check::before { content: '\e800'; }
|
733
|
+
.dash::before { content: '\e801'; }
|
734
|
+
.plus::before { content: '\e802'; }
|
805
735
|
*/
|
806
736
|
|
807
737
|
|