@pageboard/html 0.14.19 → 0.14.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/elements/accordion.js +1 -1
  2. package/elements/fieldsets.js +1 -1
  3. package/elements/form.js +2 -2
  4. package/elements/grid.js +1 -1
  5. package/elements/image.js +1 -1
  6. package/elements/input-file.js +2 -2
  7. package/elements/input-property.js +12 -13
  8. package/elements/inputs.js +5 -5
  9. package/elements/layout.js +1 -1
  10. package/elements/link.js +2 -2
  11. package/elements/menu.js +2 -2
  12. package/elements/navigation.js +1 -1
  13. package/elements/page.js +1 -1
  14. package/elements/paragraph.js +2 -2
  15. package/elements/query-tags.js +1 -1
  16. package/elements/tab.js +1 -1
  17. package/elements/table.js +1 -1
  18. package/elements/template.js +1 -1
  19. package/package.json +3 -8
  20. package/ui/card.css +3 -3
  21. package/ui/components/accordion.css +241 -0
  22. package/ui/components/accordion.js +613 -0
  23. package/ui/components/ad.css +275 -0
  24. package/ui/components/api.js +1167 -0
  25. package/ui/components/breadcrumb.css +122 -0
  26. package/ui/components/button.css +3525 -0
  27. package/ui/components/card.css +939 -0
  28. package/ui/components/checkbox.css +604 -0
  29. package/ui/components/checkbox.js +831 -0
  30. package/ui/components/colorize.js +274 -0
  31. package/ui/components/comment.css +268 -0
  32. package/ui/components/container.css +149 -0
  33. package/ui/components/dimmer.css +224 -0
  34. package/ui/components/dimmer.js +733 -0
  35. package/ui/components/divider.css +253 -0
  36. package/ui/components/dropdown.css +1448 -0
  37. package/ui/components/dropdown.js +3955 -0
  38. package/ui/components/embed.css +160 -0
  39. package/ui/components/embed.js +706 -0
  40. package/ui/components/feed.css +281 -0
  41. package/ui/components/flag.css +1035 -0
  42. package/ui/components/form.css +1011 -0
  43. package/ui/components/form.js +1706 -0
  44. package/ui/components/grid.css +1941 -0
  45. package/ui/components/header.css +719 -0
  46. package/ui/components/icon.css +4777 -0
  47. package/ui/components/image.css +310 -0
  48. package/ui/components/input.css +469 -0
  49. package/ui/components/item.css +464 -0
  50. package/ui/components/label.css +1281 -0
  51. package/ui/components/list.css +943 -0
  52. package/ui/components/loader.css +339 -0
  53. package/ui/components/menu.css +1940 -0
  54. package/ui/components/message.css +468 -0
  55. package/ui/components/modal.css +617 -0
  56. package/ui/components/modal.js +1034 -0
  57. package/ui/components/nag.css +145 -0
  58. package/ui/components/nag.js +507 -0
  59. package/ui/components/placeholder.css +229 -0
  60. package/ui/components/popup.css +640 -0
  61. package/ui/components/popup.js +1532 -0
  62. package/ui/components/progress.css +502 -0
  63. package/ui/components/progress.js +931 -0
  64. package/ui/components/rail.css +152 -0
  65. package/ui/components/rating.css +257 -0
  66. package/ui/components/rating.js +508 -0
  67. package/ui/components/reset.css +476 -0
  68. package/ui/components/reveal.css +260 -0
  69. package/ui/components/search.css +431 -0
  70. package/ui/components/search.js +1505 -0
  71. package/ui/components/segment.css +824 -0
  72. package/ui/components/shape.css +143 -0
  73. package/ui/components/shape.js +921 -0
  74. package/ui/components/sidebar.css +537 -0
  75. package/ui/components/sidebar.js +1033 -0
  76. package/ui/components/site.css +184 -0
  77. package/ui/components/site.js +487 -0
  78. package/ui/components/state.js +708 -0
  79. package/ui/components/statistic.css +534 -0
  80. package/ui/components/step.css +566 -0
  81. package/ui/components/sticky.css +73 -0
  82. package/ui/components/sticky.js +959 -0
  83. package/ui/components/tab.css +89 -0
  84. package/ui/components/tab.js +952 -0
  85. package/ui/components/table.css +1108 -0
  86. package/ui/components/transition.css +1792 -0
  87. package/ui/components/transition.js +1095 -0
  88. package/ui/components/video.css +121 -0
  89. package/ui/components/video.js +532 -0
  90. package/ui/components/visibility.js +1311 -0
  91. package/ui/components/visit.js +517 -0
  92. package/ui/item.css +2 -2
  93. package/ui/layout.css +1 -1
  94. package/ui/themes/default/assets/fonts/brand-icons.eot +0 -0
  95. package/ui/themes/default/assets/fonts/brand-icons.svg +1008 -0
  96. package/ui/themes/default/assets/fonts/brand-icons.ttf +0 -0
  97. package/ui/themes/default/assets/fonts/brand-icons.woff +0 -0
  98. package/ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  99. package/ui/themes/default/assets/fonts/icons.eot +0 -0
  100. package/ui/themes/default/assets/fonts/icons.otf +0 -0
  101. package/ui/themes/default/assets/fonts/icons.svg +1518 -0
  102. package/ui/themes/default/assets/fonts/icons.ttf +0 -0
  103. package/ui/themes/default/assets/fonts/icons.woff +0 -0
  104. package/ui/themes/default/assets/fonts/icons.woff2 +0 -0
  105. package/ui/themes/default/assets/fonts/outline-icons.eot +0 -0
  106. package/ui/themes/default/assets/fonts/outline-icons.svg +366 -0
  107. package/ui/themes/default/assets/fonts/outline-icons.ttf +0 -0
  108. package/ui/themes/default/assets/fonts/outline-icons.woff +0 -0
  109. package/ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  110. package/ui/themes/default/assets/images/flags.png +0 -0
@@ -0,0 +1,604 @@
1
+ /*!
2
+ * # Semantic UI 2.4.1 - Checkbox
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
+ *
6
+ * Released under the MIT license
7
+ * http://opensource.org/licenses/MIT
8
+ *
9
+ */
10
+
11
+
12
+ /*******************************
13
+ Checkbox
14
+ *******************************/
15
+
16
+
17
+ /*--------------
18
+ Content
19
+ ---------------*/
20
+
21
+ .ui.checkbox {
22
+ position: relative;
23
+ display: inline-block;
24
+ backface-visibility: hidden;
25
+ outline: none;
26
+ vertical-align: baseline;
27
+ font-style: normal;
28
+ min-height: 17px;
29
+ font-size: 1rem;
30
+ line-height: 17px;
31
+ min-width: 17px;
32
+ }
33
+
34
+ /* HTML Checkbox */
35
+ .ui.checkbox input[type="checkbox"],
36
+ .ui.checkbox input[type="radio"] {
37
+ cursor: pointer;
38
+ position: absolute;
39
+ top: 0px;
40
+ left: 0px;
41
+ opacity: 0 !important;
42
+ outline: none;
43
+ z-index: 3;
44
+ width: 17px;
45
+ height: 17px;
46
+ }
47
+
48
+ /*--------------
49
+ Box
50
+ ---------------*/
51
+
52
+ .ui.checkbox .box,
53
+ .ui.checkbox label {
54
+ cursor: auto;
55
+ position: relative;
56
+ display: block;
57
+ padding-left: 1.8571em;
58
+ outline: none;
59
+ font-size: 1em;
60
+ }
61
+ .ui.checkbox .box::before,
62
+ .ui.checkbox label::before {
63
+ position: absolute;
64
+ top: 0px;
65
+ left: 0px;
66
+ width: 17px;
67
+ height: 17px;
68
+ content: '';
69
+ background: #FFFFFF;
70
+ border-radius: 0.2142rem;
71
+ transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
72
+ border: 1px solid #D4D4D5;
73
+ }
74
+
75
+ /*--------------
76
+ Checkmark
77
+ ---------------*/
78
+
79
+ .ui.checkbox .box::after,
80
+ .ui.checkbox label::after {
81
+ position: absolute;
82
+ font-size: 14px;
83
+ top: 0px;
84
+ left: 0px;
85
+ width: 17px;
86
+ height: 17px;
87
+ text-align: center;
88
+ opacity: 0;
89
+ color: rgb(0 0 0 / 87%);
90
+ transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
91
+ }
92
+
93
+ /*--------------
94
+ Label
95
+ ---------------*/
96
+
97
+
98
+ /* Inside */
99
+ .ui.checkbox label,
100
+ .ui.checkbox + label {
101
+ color: rgb(0 0 0 / 87%);
102
+ transition: color 0.1s ease;
103
+ }
104
+
105
+ /* Outside */
106
+ .ui.checkbox + label {
107
+ vertical-align: middle;
108
+ }
109
+
110
+
111
+ /*******************************
112
+ States
113
+ *******************************/
114
+
115
+
116
+ /*--------------
117
+ Hover
118
+ ---------------*/
119
+
120
+ .ui.checkbox .box:hover::before,
121
+ .ui.checkbox label:hover::before {
122
+ background: #FFFFFF;
123
+ border-color: rgb(34 36 38 / 35%);
124
+ }
125
+ .ui.checkbox label:hover,
126
+ .ui.checkbox + label:hover {
127
+ color: rgb(0 0 0 / 80%);
128
+ }
129
+
130
+ /*--------------
131
+ Down
132
+ ---------------*/
133
+
134
+ .ui.checkbox .box:active::before,
135
+ .ui.checkbox label:active::before {
136
+ background: #F9FAFB;
137
+ border-color: rgb(34 36 38 / 35%);
138
+ }
139
+ .ui.checkbox .box:active::after,
140
+ .ui.checkbox label:active::after {
141
+ color: rgb(0 0 0 / 95%);
142
+ }
143
+ .ui.checkbox input:active ~ label {
144
+ color: rgb(0 0 0 / 95%);
145
+ }
146
+
147
+ /*--------------
148
+ Focus
149
+ ---------------*/
150
+
151
+ .ui.checkbox input:focus ~ .box::before,
152
+ .ui.checkbox input:focus ~ label::before {
153
+ background: #FFFFFF;
154
+ border-color: #96C8DA;
155
+ }
156
+ .ui.checkbox input:focus ~ .box::after,
157
+ .ui.checkbox input:focus ~ label::after {
158
+ color: rgb(0 0 0 / 95%);
159
+ }
160
+ .ui.checkbox input:focus ~ label {
161
+ color: rgb(0 0 0 / 95%);
162
+ }
163
+
164
+ /*--------------
165
+ Active
166
+ ---------------*/
167
+
168
+ .ui.checkbox input:checked ~ .box::before,
169
+ .ui.checkbox input:checked ~ label::before {
170
+ background: #FFFFFF;
171
+ border-color: rgb(34 36 38 / 35%);
172
+ }
173
+ .ui.checkbox input:checked ~ .box::after,
174
+ .ui.checkbox input:checked ~ label::after {
175
+ opacity: 1;
176
+ color: rgb(0 0 0 / 95%);
177
+ }
178
+
179
+ /*--------------
180
+ Indeterminate
181
+ ---------------*/
182
+
183
+ .ui.checkbox input:not([type="radio"]):indeterminate ~ .box::before,
184
+ .ui.checkbox input:not([type="radio"]):indeterminate ~ label::before {
185
+ background: #FFFFFF;
186
+ border-color: rgb(34 36 38 / 35%);
187
+ }
188
+ .ui.checkbox input:not([type="radio"]):indeterminate ~ .box::after,
189
+ .ui.checkbox input:not([type="radio"]):indeterminate ~ label::after {
190
+ opacity: 1;
191
+ color: rgb(0 0 0 / 95%);
192
+ }
193
+
194
+ /*--------------
195
+ Active Focus
196
+ ---------------*/
197
+
198
+ .ui.checkbox input:not([type="radio"]):indeterminate:focus ~ .box::before,
199
+ .ui.checkbox input:not([type="radio"]):indeterminate:focus ~ label::before,
200
+ .ui.checkbox input:checked:focus ~ .box::before,
201
+ .ui.checkbox input:checked:focus ~ label::before {
202
+ background: #FFFFFF;
203
+ border-color: #96C8DA;
204
+ }
205
+ .ui.checkbox input:not([type="radio"]):indeterminate:focus ~ .box::after,
206
+ .ui.checkbox input:not([type="radio"]):indeterminate:focus ~ label::after,
207
+ .ui.checkbox input:checked:focus ~ .box::after,
208
+ .ui.checkbox input:checked:focus ~ label::after {
209
+ color: rgb(0 0 0 / 95%);
210
+ }
211
+
212
+ /*--------------
213
+ Read-Only
214
+ ---------------*/
215
+
216
+ .ui.read-only.checkbox,
217
+ .ui.read-only.checkbox label {
218
+ cursor: default;
219
+ }
220
+
221
+ /*--------------
222
+ Disabled
223
+ ---------------*/
224
+
225
+ .ui.disabled.checkbox .box::after,
226
+ .ui.disabled.checkbox label,
227
+ .ui.checkbox input[disabled] ~ .box::after,
228
+ .ui.checkbox input[disabled] ~ label {
229
+ cursor: default !important;
230
+ opacity: 0.5;
231
+ color: #000000;
232
+ }
233
+
234
+ /*--------------
235
+ Hidden
236
+ ---------------*/
237
+
238
+
239
+ /* Initialized checkbox moves input below element
240
+ to prevent manually triggering */
241
+ .ui.checkbox input.hidden {
242
+ z-index: -1;
243
+ }
244
+
245
+ /* Selectable Label */
246
+ .ui.checkbox input.hidden + label {
247
+ cursor: pointer;
248
+ user-select: none;
249
+ }
250
+
251
+
252
+ /*******************************
253
+ Types
254
+ *******************************/
255
+
256
+
257
+ /*--------------
258
+ Radio
259
+ ---------------*/
260
+
261
+ .ui.radio.checkbox {
262
+ min-height: 15px;
263
+ }
264
+ .ui.radio.checkbox .box,
265
+ .ui.radio.checkbox label {
266
+ padding-left: 1.8571em;
267
+ }
268
+
269
+ /* Box */
270
+ .ui.radio.checkbox .box::before,
271
+ .ui.radio.checkbox label::before {
272
+ content: '';
273
+ transform: none;
274
+ width: 15px;
275
+ height: 15px;
276
+ border-radius: 500rem;
277
+ top: 1px;
278
+ left: 0px;
279
+ }
280
+
281
+ /* Bullet */
282
+ .ui.radio.checkbox .box::after,
283
+ .ui.radio.checkbox label::after {
284
+ border: none;
285
+ content: '' !important;
286
+ width: 15px;
287
+ height: 15px;
288
+ line-height: 15px;
289
+ }
290
+
291
+ /* Radio Checkbox */
292
+ .ui.radio.checkbox .box::after,
293
+ .ui.radio.checkbox label::after {
294
+ top: 1px;
295
+ left: 0px;
296
+ width: 15px;
297
+ height: 15px;
298
+ border-radius: 500rem;
299
+ transform: scale(0.4667);
300
+ background-color: rgb(0 0 0 / 87%);
301
+ }
302
+
303
+ /* Focus */
304
+ .ui.radio.checkbox input:focus ~ .box::before,
305
+ .ui.radio.checkbox input:focus ~ label::before {
306
+ background-color: #FFFFFF;
307
+ }
308
+ .ui.radio.checkbox input:focus ~ .box::after,
309
+ .ui.radio.checkbox input:focus ~ label::after {
310
+ background-color: rgb(0 0 0 / 95%);
311
+ }
312
+
313
+ /* Indeterminate */
314
+ .ui.radio.checkbox input:indeterminate ~ .box::after,
315
+ .ui.radio.checkbox input:indeterminate ~ label::after {
316
+ opacity: 0;
317
+ }
318
+
319
+ /* Active */
320
+ .ui.radio.checkbox input:checked ~ .box::before,
321
+ .ui.radio.checkbox input:checked ~ label::before {
322
+ background-color: #FFFFFF;
323
+ }
324
+ .ui.radio.checkbox input:checked ~ .box::after,
325
+ .ui.radio.checkbox input:checked ~ label::after {
326
+ background-color: rgb(0 0 0 / 95%);
327
+ }
328
+
329
+ /* Active Focus */
330
+ .ui.radio.checkbox input:focus:checked ~ .box::before,
331
+ .ui.radio.checkbox input:focus:checked ~ label::before {
332
+ background-color: #FFFFFF;
333
+ }
334
+ .ui.radio.checkbox input:focus:checked ~ .box::after,
335
+ .ui.radio.checkbox input:focus:checked ~ label::after {
336
+ background-color: rgb(0 0 0 / 95%);
337
+ }
338
+
339
+ /*--------------
340
+ Slider
341
+ ---------------*/
342
+
343
+ .ui.slider.checkbox {
344
+ min-height: 1.25rem;
345
+ }
346
+
347
+ /* Input */
348
+ .ui.slider.checkbox input {
349
+ width: 3.5rem;
350
+ height: 1.25rem;
351
+ }
352
+
353
+ /* Label */
354
+ .ui.slider.checkbox .box,
355
+ .ui.slider.checkbox label {
356
+ padding-left: 4.5rem;
357
+ line-height: 1rem;
358
+ color: rgb(0 0 0 / 40%);
359
+ }
360
+
361
+ /* Line */
362
+ .ui.slider.checkbox .box::before,
363
+ .ui.slider.checkbox label::before {
364
+ display: block;
365
+ position: absolute;
366
+ content: '';
367
+ border: none !important;
368
+ left: 0em;
369
+ z-index: 1;
370
+ top: 0.4rem;
371
+ background-color: rgb(0 0 0 / 5%);
372
+ width: 3.5rem;
373
+ height: 0.2142rem;
374
+ transform: none;
375
+ border-radius: 500rem;
376
+ transition: background 0.3s ease;
377
+ }
378
+
379
+ /* Handle */
380
+ .ui.slider.checkbox .box::after,
381
+ .ui.slider.checkbox label::after {
382
+ background: #FFFFFF linear-gradient(transparent, rgb(0 0 0 / 5%));
383
+ position: absolute;
384
+ content: '' !important;
385
+ opacity: 1;
386
+ z-index: 2;
387
+ border: none;
388
+ box-shadow: 0px 1px 2px 0 rgb(34 36 38 / 15%), 0px 0px 0px 1px rgb(34 36 38 / 15%) inset;
389
+ width: 1.5rem;
390
+ height: 1.5rem;
391
+ top: -0.25rem;
392
+ left: 0em;
393
+ transform: none;
394
+ border-radius: 500rem;
395
+ transition: left 0.3s ease;
396
+ }
397
+
398
+ /* Focus */
399
+ .ui.slider.checkbox input:focus ~ .box::before,
400
+ .ui.slider.checkbox input:focus ~ label::before {
401
+ background-color: rgb(0 0 0 / 15%);
402
+ border: none;
403
+ }
404
+
405
+ /* Hover */
406
+ .ui.slider.checkbox .box:hover,
407
+ .ui.slider.checkbox label:hover {
408
+ color: rgb(0 0 0 / 80%);
409
+ }
410
+ .ui.slider.checkbox .box:hover::before,
411
+ .ui.slider.checkbox label:hover::before {
412
+ background: rgb(0 0 0 / 15%);
413
+ }
414
+
415
+ /* Active */
416
+ .ui.slider.checkbox input:checked ~ .box,
417
+ .ui.slider.checkbox input:checked ~ label {
418
+ color: rgb(0 0 0 / 95%) !important;
419
+ }
420
+ .ui.slider.checkbox input:checked ~ .box::before,
421
+ .ui.slider.checkbox input:checked ~ label::before {
422
+ background-color: #545454 !important;
423
+ }
424
+ .ui.slider.checkbox input:checked ~ .box::after,
425
+ .ui.slider.checkbox input:checked ~ label::after {
426
+ left: 2rem;
427
+ }
428
+
429
+ /* Active Focus */
430
+ .ui.slider.checkbox input:focus:checked ~ .box,
431
+ .ui.slider.checkbox input:focus:checked ~ label {
432
+ color: rgb(0 0 0 / 95%) !important;
433
+ }
434
+ .ui.slider.checkbox input:focus:checked ~ .box::before,
435
+ .ui.slider.checkbox input:focus:checked ~ label::before {
436
+ background-color: #000000 !important;
437
+ }
438
+
439
+ /*--------------
440
+ Toggle
441
+ ---------------*/
442
+
443
+ .ui.toggle.checkbox {
444
+ min-height: 1.5rem;
445
+ }
446
+
447
+ /* Input */
448
+ .ui.toggle.checkbox input {
449
+ width: 3.5rem;
450
+ height: 1.5rem;
451
+ }
452
+
453
+ /* Label */
454
+ .ui.toggle.checkbox .box,
455
+ .ui.toggle.checkbox label {
456
+ min-height: 1.5rem;
457
+ padding-left: 4.5rem;
458
+ color: rgb(0 0 0 / 87%);
459
+ }
460
+ .ui.toggle.checkbox label {
461
+ padding-top: 0.15em;
462
+ }
463
+
464
+ /* Switch */
465
+ .ui.toggle.checkbox .box::before,
466
+ .ui.toggle.checkbox label::before {
467
+ display: block;
468
+ position: absolute;
469
+ content: '';
470
+ z-index: 1;
471
+ transform: none;
472
+ border: none;
473
+ top: 0rem;
474
+ background: rgb(0 0 0 / 5%);
475
+ box-shadow: none;
476
+ width: 3.5rem;
477
+ height: 1.5rem;
478
+ border-radius: 500rem;
479
+ }
480
+
481
+ /* Handle */
482
+ .ui.toggle.checkbox .box::after,
483
+ .ui.toggle.checkbox label::after {
484
+ background: #FFFFFF linear-gradient(transparent, rgb(0 0 0 / 5%));
485
+ position: absolute;
486
+ content: '' !important;
487
+ opacity: 1;
488
+ z-index: 2;
489
+ border: none;
490
+ box-shadow: 0px 1px 2px 0 rgb(34 36 38 / 15%), 0px 0px 0px 1px rgb(34 36 38 / 15%) inset;
491
+ width: 1.5rem;
492
+ height: 1.5rem;
493
+ top: 0rem;
494
+ left: 0em;
495
+ border-radius: 500rem;
496
+ transition: background 0.3s ease, left 0.3s ease;
497
+ }
498
+ .ui.toggle.checkbox input ~ .box::after,
499
+ .ui.toggle.checkbox input ~ label::after {
500
+ left: -0.05rem;
501
+ box-shadow: 0px 1px 2px 0 rgb(34 36 38 / 15%), 0px 0px 0px 1px rgb(34 36 38 / 15%) inset;
502
+ }
503
+
504
+ /* Focus */
505
+ .ui.toggle.checkbox input:focus ~ .box::before,
506
+ .ui.toggle.checkbox input:focus ~ label::before {
507
+ background-color: rgb(0 0 0 / 15%);
508
+ border: none;
509
+ }
510
+
511
+ /* Hover */
512
+ .ui.toggle.checkbox .box:hover::before,
513
+ .ui.toggle.checkbox label:hover::before {
514
+ background-color: rgb(0 0 0 / 15%);
515
+ border: none;
516
+ }
517
+
518
+ /* Active */
519
+ .ui.toggle.checkbox input:checked ~ .box,
520
+ .ui.toggle.checkbox input:checked ~ label {
521
+ color: rgb(0 0 0 / 95%) !important;
522
+ }
523
+ .ui.toggle.checkbox input:checked ~ .box::before,
524
+ .ui.toggle.checkbox input:checked ~ label::before {
525
+ background-color: #2185D0 !important;
526
+ }
527
+ .ui.toggle.checkbox input:checked ~ .box::after,
528
+ .ui.toggle.checkbox input:checked ~ label::after {
529
+ left: 2.15rem;
530
+ box-shadow: 0px 1px 2px 0 rgb(34 36 38 / 15%), 0px 0px 0px 1px rgb(34 36 38 / 15%) inset;
531
+ }
532
+
533
+ /* Active Focus */
534
+ .ui.toggle.checkbox input:focus:checked ~ .box,
535
+ .ui.toggle.checkbox input:focus:checked ~ label {
536
+ color: rgb(0 0 0 / 95%) !important;
537
+ }
538
+ .ui.toggle.checkbox input:focus:checked ~ .box::before,
539
+ .ui.toggle.checkbox input:focus:checked ~ label::before {
540
+ background-color: #0d71bb !important;
541
+ }
542
+
543
+
544
+ /*******************************
545
+ Variations
546
+ *******************************/
547
+
548
+
549
+ /*--------------
550
+ Fitted
551
+ ---------------*/
552
+
553
+ .ui.fitted.checkbox .box,
554
+ .ui.fitted.checkbox label {
555
+ padding-left: 0em !important;
556
+ }
557
+ .ui.fitted.toggle.checkbox,
558
+ .ui.fitted.toggle.checkbox {
559
+ width: 3.5rem;
560
+ }
561
+ .ui.fitted.slider.checkbox,
562
+ .ui.fitted.slider.checkbox {
563
+ width: 3.5rem;
564
+ }
565
+
566
+
567
+ /*******************************
568
+ Theme Overrides
569
+ *******************************/
570
+
571
+ @font-face {
572
+ font-family: Checkbox;
573
+ src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") format('truetype');
574
+ }
575
+
576
+ /* Checkmark */
577
+ .ui.checkbox label::after,
578
+ .ui.checkbox .box::after {
579
+ font-family: Checkbox;
580
+ }
581
+
582
+ /* Checked */
583
+ .ui.checkbox input:checked ~ .box::after,
584
+ .ui.checkbox input:checked ~ label::after {
585
+ content: '\e800';
586
+ }
587
+
588
+ /* Indeterminate */
589
+ .ui.checkbox input:indeterminate ~ .box::after,
590
+ .ui.checkbox input:indeterminate ~ label::after {
591
+ font-size: 12px;
592
+ content: '\e801';
593
+ }
594
+ /* UTF Reference
595
+ .check:before { content: '\e800'; }
596
+ .dash:before { content: '\e801'; }
597
+ .plus:before { content: '\e802'; }
598
+ */
599
+
600
+
601
+ /*******************************
602
+ Site Overrides
603
+ *******************************/
604
+