buefy 0.9.7 → 0.9.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +76 -0
- package/dist/buefy.css +576 -450
- package/dist/buefy.esm.js +1642 -1157
- package/dist/buefy.esm.min.js +2 -2
- package/dist/buefy.js +1681 -1195
- package/dist/buefy.min.css +1 -1
- package/dist/buefy.min.js +2 -2
- package/dist/cjs/autocomplete.js +6 -6
- package/dist/cjs/breadcrumb.js +127 -0
- package/dist/cjs/button.js +3 -3
- package/dist/cjs/carousel.js +4 -4
- package/dist/cjs/checkbox.js +1 -1
- package/dist/cjs/{chunk-cd6f631e.js → chunk-0655ffed.js} +3 -3
- package/dist/cjs/{chunk-4563fc6d.js → chunk-06d098cc.js} +4 -4
- package/dist/cjs/{chunk-f175f450.js → chunk-09aa7c88.js} +1 -1
- package/dist/cjs/{chunk-f7e094de.js → chunk-0abd2223.js} +6 -1
- package/dist/cjs/{chunk-ce6abaaa.js → chunk-28e5bfba.js} +66 -53
- package/dist/cjs/{chunk-fe95bcee.js → chunk-379c378c.js} +2 -2
- package/dist/cjs/{chunk-8f028adb.js → chunk-5697b125.js} +42 -3
- package/dist/cjs/{chunk-99088816.js → chunk-64d0a112.js} +4 -4
- package/dist/cjs/{chunk-330693d5.js → chunk-6a1bcdab.js} +2 -1
- package/dist/cjs/{chunk-96dc349e.js → chunk-70f5dcdb.js} +34 -9
- package/dist/cjs/{chunk-1bb51959.js → chunk-9103eeda.js} +5 -0
- package/dist/cjs/{chunk-14c82365.js → chunk-92621ff7.js} +37 -0
- package/dist/cjs/{chunk-7f8af05c.js → chunk-93375e49.js} +2 -2
- package/dist/cjs/{chunk-f1b86a6a.js → chunk-9498c0aa.js} +8 -8
- package/dist/cjs/{chunk-1ceb4c49.js → chunk-a344c433.js} +17 -10
- package/dist/cjs/{chunk-e321c12a.js → chunk-aed1b295.js} +173 -78
- package/dist/cjs/{chunk-026b445c.js → chunk-b12ed562.js} +4 -4
- package/dist/cjs/{chunk-2f4e8d86.js → chunk-be40f53e.js} +3 -3
- package/dist/cjs/{chunk-21985800.js → chunk-bf413553.js} +1 -1
- package/dist/cjs/{chunk-430b5370.js → chunk-bfcad370.js} +25 -2
- package/dist/cjs/{chunk-d7c80b6e.js → chunk-d29e8a35.js} +0 -0
- package/dist/cjs/{chunk-e7833c70.js → chunk-e28fd249.js} +3 -3
- package/dist/cjs/{chunk-78b05a5b.js → chunk-eec653c0.js} +3 -2
- package/dist/cjs/clockpicker.js +12 -12
- package/dist/cjs/config.js +2 -2
- package/dist/cjs/datepicker.js +10 -10
- package/dist/cjs/datetimepicker.js +24 -14
- package/dist/cjs/dialog.js +9 -6
- package/dist/cjs/dropdown.js +4 -4
- package/dist/cjs/field.js +3 -3
- package/dist/cjs/helpers.js +2 -2
- package/dist/cjs/icon.js +3 -3
- package/dist/cjs/image.js +6 -6
- package/dist/cjs/index.js +27 -23
- package/dist/cjs/input.js +5 -5
- package/dist/cjs/loading.js +3 -3
- package/dist/cjs/menu.js +3 -3
- package/dist/cjs/message.js +5 -5
- package/dist/cjs/modal.js +3 -3
- package/dist/cjs/navbar.js +24 -8
- package/dist/cjs/notification.js +24 -7
- package/dist/cjs/numberinput.js +16 -10
- package/dist/cjs/pagination.js +4 -4
- package/dist/cjs/progress.js +8 -4
- package/dist/cjs/rate.js +3 -3
- package/dist/cjs/select.js +5 -5
- package/dist/cjs/sidebar.js +37 -7
- package/dist/cjs/slider.js +3 -3
- package/dist/cjs/snackbar.js +4 -4
- package/dist/cjs/steps.js +6 -6
- package/dist/cjs/switch.js +6 -2
- package/dist/cjs/table.js +32 -21
- package/dist/cjs/tabs.js +6 -6
- package/dist/cjs/tag.js +1 -1
- package/dist/cjs/taginput.js +28 -13
- package/dist/cjs/timepicker.js +11 -11
- package/dist/cjs/toast.js +4 -4
- package/dist/cjs/tooltip.js +3 -3
- package/dist/cjs/upload.js +3 -3
- package/dist/components/autocomplete/index.js +177 -76
- package/dist/components/autocomplete/index.min.js +2 -2
- package/dist/components/breadcrumb/index.js +293 -0
- package/dist/components/breadcrumb/index.min.js +2 -0
- package/dist/components/button/index.js +6 -1
- package/dist/components/button/index.min.js +2 -2
- package/dist/components/carousel/index.js +6 -1
- package/dist/components/carousel/index.min.js +2 -2
- package/dist/components/checkbox/index.js +7 -2
- package/dist/components/checkbox/index.min.js +2 -2
- package/dist/components/clockpicker/index.js +28 -15
- package/dist/components/clockpicker/index.min.js +2 -2
- package/dist/components/collapse/index.js +1 -1
- package/dist/components/collapse/index.min.js +1 -1
- package/dist/components/datepicker/index.js +68 -49
- package/dist/components/datepicker/index.min.js +2 -2
- package/dist/components/datetimepicker/index.js +96 -60
- package/dist/components/datetimepicker/index.min.js +2 -2
- package/dist/components/dialog/index.js +13 -4
- package/dist/components/dialog/index.min.js +2 -2
- package/dist/components/dropdown/index.js +7 -2
- package/dist/components/dropdown/index.min.js +2 -2
- package/dist/components/field/index.js +7 -2
- package/dist/components/field/index.min.js +2 -2
- package/dist/components/icon/index.js +6 -1
- package/dist/components/icon/index.min.js +2 -2
- package/dist/components/image/index.js +463 -443
- package/dist/components/image/index.min.js +2 -2
- package/dist/components/input/index.js +7 -1
- package/dist/components/input/index.min.js +2 -2
- package/dist/components/loading/index.js +2 -2
- package/dist/components/loading/index.min.js +2 -2
- package/dist/components/menu/index.js +6 -1
- package/dist/components/menu/index.min.js +2 -2
- package/dist/components/message/index.js +47 -3
- package/dist/components/message/index.min.js +2 -2
- package/dist/components/modal/index.js +8 -2
- package/dist/components/modal/index.min.js +2 -2
- package/dist/components/navbar/index.js +24 -8
- package/dist/components/navbar/index.min.js +2 -2
- package/dist/components/notification/index.js +98 -12
- package/dist/components/notification/index.min.js +2 -2
- package/dist/components/numberinput/index.js +18 -6
- package/dist/components/numberinput/index.min.js +2 -2
- package/dist/components/pagination/index.js +6 -1
- package/dist/components/pagination/index.min.js +2 -2
- package/dist/components/progress/index.js +11 -2
- package/dist/components/progress/index.min.js +2 -2
- package/dist/components/radio/index.js +1 -1
- package/dist/components/radio/index.min.js +1 -1
- package/dist/components/rate/index.js +6 -1
- package/dist/components/rate/index.min.js +2 -2
- package/dist/components/select/index.js +7 -1
- package/dist/components/select/index.min.js +2 -2
- package/dist/components/sidebar/index.js +41 -6
- package/dist/components/sidebar/index.min.js +2 -2
- package/dist/components/skeleton/index.js +1 -1
- package/dist/components/skeleton/index.min.js +1 -1
- package/dist/components/slider/index.js +6 -1
- package/dist/components/slider/index.min.js +2 -2
- package/dist/components/snackbar/index.js +40 -10
- package/dist/components/snackbar/index.min.js +2 -2
- package/dist/components/steps/index.js +6 -1
- package/dist/components/steps/index.min.js +2 -2
- package/dist/components/switch/index.js +11 -2
- package/dist/components/switch/index.min.js +2 -2
- package/dist/components/table/index.js +36 -14
- package/dist/components/table/index.min.js +2 -2
- package/dist/components/tabs/index.js +6 -1
- package/dist/components/tabs/index.min.js +2 -2
- package/dist/components/tag/index.js +26 -3
- package/dist/components/tag/index.min.js +2 -2
- package/dist/components/taginput/index.js +259 -84
- package/dist/components/taginput/index.min.js +2 -2
- package/dist/components/timepicker/index.js +26 -13
- package/dist/components/timepicker/index.min.js +2 -2
- package/dist/components/toast/index.js +40 -10
- package/dist/components/toast/index.min.js +2 -2
- package/dist/components/tooltip/index.js +6 -1
- package/dist/components/tooltip/index.min.js +1 -1
- package/dist/components/upload/index.js +7 -1
- package/dist/components/upload/index.min.js +2 -2
- package/dist/esm/autocomplete.js +7 -7
- package/dist/esm/breadcrumb.js +122 -0
- package/dist/esm/button.js +3 -3
- package/dist/esm/carousel.js +4 -4
- package/dist/esm/checkbox.js +2 -2
- package/dist/esm/{chunk-1ff4da72.js → chunk-0f4ab6f5.js} +3 -2
- package/dist/esm/{chunk-1fafdf15.js → chunk-2452e3d3.js} +37 -1
- package/dist/esm/{chunk-d6bb2470.js → chunk-252f2b57.js} +6 -1
- package/dist/esm/{chunk-360e7443.js → chunk-2ef19b56.js} +1 -1
- package/dist/esm/{chunk-3c2169d7.js → chunk-2f2f0a74.js} +25 -2
- package/dist/esm/{chunk-0abddd05.js → chunk-38a670c0.js} +8 -8
- package/dist/esm/{chunk-4422ad31.js → chunk-3e8228e8.js} +4 -4
- package/dist/esm/{chunk-a3010e84.js → chunk-53975b6b.js} +173 -78
- package/dist/esm/{chunk-026c6b7f.js → chunk-56fb1149.js} +3 -3
- package/dist/esm/{chunk-01d3be5c.js → chunk-6d63b2e2.js} +4 -4
- package/dist/esm/{chunk-b595c324.js → chunk-71e4d925.js} +34 -9
- package/dist/esm/{chunk-f6e15a82.js → chunk-7722457c.js} +2 -2
- package/dist/esm/{chunk-9c9b9c25.js → chunk-787011b8.js} +2 -1
- package/dist/esm/{chunk-dd8b29cd.js → chunk-78d65062.js} +17 -10
- package/dist/esm/{chunk-953eb524.js → chunk-8ed29c41.js} +5 -0
- package/dist/esm/{chunk-db791352.js → chunk-9124d75e.js} +1 -1
- package/dist/esm/{chunk-caa7e628.js → chunk-93c50532.js} +42 -3
- package/dist/esm/{chunk-2c6bf841.js → chunk-97416146.js} +3 -3
- package/dist/esm/{chunk-e9cfd07f.js → chunk-b4852031.js} +66 -53
- package/dist/esm/{chunk-87d126e7.js → chunk-bd411d56.js} +2 -2
- package/dist/esm/{chunk-9197dc16.js → chunk-e2606096.js} +4 -4
- package/dist/esm/{chunk-85ab24d6.js → chunk-e442eda2.js} +0 -0
- package/dist/esm/{chunk-63dd07b4.js → chunk-f59d32fc.js} +3 -3
- package/dist/esm/clockpicker.js +12 -12
- package/dist/esm/config.js +2 -2
- package/dist/esm/datepicker.js +11 -11
- package/dist/esm/datetimepicker.js +24 -14
- package/dist/esm/dialog.js +9 -6
- package/dist/esm/dropdown.js +5 -5
- package/dist/esm/field.js +4 -4
- package/dist/esm/helpers.js +2 -2
- package/dist/esm/icon.js +4 -4
- package/dist/esm/image.js +6 -6
- package/dist/esm/index.js +105 -101
- package/dist/esm/input.js +6 -6
- package/dist/esm/loading.js +4 -4
- package/dist/esm/menu.js +3 -3
- package/dist/esm/message.js +5 -5
- package/dist/esm/modal.js +4 -4
- package/dist/esm/navbar.js +24 -8
- package/dist/esm/notification.js +25 -8
- package/dist/esm/numberinput.js +16 -10
- package/dist/esm/pagination.js +5 -5
- package/dist/esm/progress.js +8 -4
- package/dist/esm/rate.js +3 -3
- package/dist/esm/select.js +6 -6
- package/dist/esm/sidebar.js +37 -7
- package/dist/esm/slider.js +3 -3
- package/dist/esm/snackbar.js +4 -4
- package/dist/esm/steps.js +6 -6
- package/dist/esm/switch.js +6 -2
- package/dist/esm/table.js +32 -21
- package/dist/esm/tabs.js +6 -6
- package/dist/esm/tag.js +2 -2
- package/dist/esm/taginput.js +28 -13
- package/dist/esm/timepicker.js +12 -12
- package/dist/esm/toast.js +4 -4
- package/dist/esm/tooltip.js +4 -4
- package/dist/esm/upload.js +3 -3
- package/dist/vetur/attributes.json +146 -26
- package/dist/vetur/tags.json +51 -7
- package/package.json +2 -2
- package/src/components/autocomplete/Autocomplete.spec.js +71 -1
- package/src/components/autocomplete/Autocomplete.vue +701 -608
- package/src/components/autocomplete/__snapshots__/Autocomplete.spec.js.snap +1 -1
- package/src/components/breadcrumb/Breadcrumb.spec.js +63 -0
- package/src/components/breadcrumb/Breadcrumb.vue +43 -0
- package/src/components/breadcrumb/BreadcrumbItem.spec.js +26 -0
- package/src/components/breadcrumb/BreadcrumbItem.vue +33 -0
- package/src/components/breadcrumb/__snapshots__/Breadcrumb.spec.js.snap +7 -0
- package/src/components/breadcrumb/__snapshots__/BreadcrumbItem.spec.js.snap +7 -0
- package/src/components/breadcrumb/index.js +20 -0
- package/src/components/checkbox/Checkbox.vue +9 -2
- package/src/components/checkbox/__snapshots__/Checkbox.spec.js.snap +1 -1
- package/src/components/clockpicker/Clockpicker.vue +3 -3
- package/src/components/datepicker/Datepicker.vue +844 -832
- package/src/components/datepicker/DatepickerTableRow.vue +1 -1
- package/src/components/datetimepicker/Datetimepicker.vue +14 -1
- package/src/components/dialog/Dialog.vue +6 -2
- package/src/components/dropdown/Dropdown.vue +1 -0
- package/src/components/dropdown/__snapshots__/Dropdown.spec.js.snap +1 -1
- package/src/components/field/Field.vue +1 -0
- package/src/components/image/Image.spec.js +14 -0
- package/src/components/image/Image.vue +4 -2
- package/src/components/index.js +2 -0
- package/src/components/loading/Loading.vue +1 -1
- package/src/components/loading/__snapshots__/Loading.spec.js.snap +1 -1
- package/src/components/message/Message.vue +7 -1
- package/src/components/message/__snapshots__/Message.spec.js.snap +1 -0
- package/src/components/modal/Modal.vue +2 -0
- package/src/components/navbar/Navbar.vue +6 -2
- package/src/components/navbar/NavbarBurger.vue +1 -0
- package/src/components/navbar/NavbarDropdown.vue +18 -7
- package/src/components/navbar/__snapshots__/NavBar.spec.js.snap +1 -1
- package/src/components/navbar/__snapshots__/NavBarBurger.spec.js.snap +1 -1
- package/src/components/navbar/__snapshots__/NavBarItem.spec.js.snap +3 -3
- package/src/components/navbar/__snapshots__/NavbarDropdown.spec.js.snap +1 -1
- package/src/components/notification/Notification.vue +9 -1
- package/src/components/notification/NotificationNotice.vue +21 -1
- package/src/components/notification/__snapshots__/Notification.spec.js.snap +1 -0
- package/src/components/numberinput/Numberinput.spec.js +10 -0
- package/src/components/numberinput/Numberinput.vue +7 -3
- package/src/components/progress/Progress.vue +6 -2
- package/src/components/sidebar/Sidebar.vue +32 -5
- package/src/components/snackbar/Snackbar.vue +2 -0
- package/src/components/switch/Switch.spec.js +7 -1
- package/src/components/switch/Switch.vue +10 -2
- package/src/components/switch/__snapshots__/Switch.spec.js.snap +1 -1
- package/src/components/table/Table.vue +22 -8
- package/src/components/table/__snapshots__/Table.spec.js.snap +1 -0
- package/src/components/tag/Tag.vue +25 -2
- package/src/components/tag/__snapshots__/Tag.spec.js.snap +1 -1
- package/src/components/taginput/Taginput.spec.js +57 -1
- package/src/components/taginput/Taginput.vue +15 -3
- package/src/components/taginput/__snapshots__/Taginput.spec.js.snap +1 -1
- package/src/components/timepicker/Timepicker.vue +0 -1
- package/src/components/toast/Toast.vue +2 -0
- package/src/index.js +2 -0
- package/src/scss/buefy.scss +1 -0
- package/src/scss/components/_clockpicker.scss +4 -4
- package/src/scss/components/_form.scss +13 -13
- package/src/scss/components/_loading.scss +6 -5
- package/src/scss/components/_message.scss +3 -0
- package/src/scss/components/_notices.scss +1 -0
- package/src/scss/components/_notification.scss +8 -0
- package/src/scss/components/_progress.scss +8 -0
- package/src/scss/components/_radio.scss +2 -2
- package/src/scss/components/_rate.scss +1 -1
- package/src/scss/components/_select.scss +2 -2
- package/src/scss/components/_sidebar.scss +1 -1
- package/src/scss/components/_slider.scss +2 -2
- package/src/scss/components/_steps.scss +5 -5
- package/src/scss/components/_switch.scss +3 -3
- package/src/scss/utils/_functions.scss +1 -1
- package/src/utils/FormElementMixin.js +1 -0
- package/src/utils/MessageMixin.js +35 -1
- package/src/utils/NoticeMixin.js +35 -10
- package/src/utils/TimepickerMixin.js +16 -10
- package/src/utils/config.js +5 -0
- package/src/utils/helpers.js +3 -1
- package/types/components.d.ts +41 -5
package/dist/buefy.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Buefy v0.9.
|
|
1
|
+
/*! Buefy v0.9.11 | MIT License | github.com/buefy/buefy */
|
|
2
2
|
@charset "UTF-8";
|
|
3
3
|
.is-noscroll {
|
|
4
4
|
position: fixed;
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
max-height: 0;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
|
-
/*! bulma.io v0.9.
|
|
202
|
+
/*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */
|
|
203
203
|
/* Bulma Utilities */
|
|
204
204
|
.pagination-previous,
|
|
205
205
|
.pagination-next,
|
|
@@ -283,7 +283,7 @@ fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fields
|
|
|
283
283
|
width: 0.625em;
|
|
284
284
|
}
|
|
285
285
|
|
|
286
|
-
.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .
|
|
286
|
+
.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .block:not(:last-child), .title:not(:last-child),
|
|
287
287
|
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .progress-wrapper.is-not-native:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
|
|
288
288
|
margin-bottom: 1.5rem;
|
|
289
289
|
}
|
|
@@ -298,7 +298,7 @@ fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fields
|
|
|
298
298
|
-webkit-appearance: none;
|
|
299
299
|
background-color: rgba(10, 10, 10, 0.2);
|
|
300
300
|
border: none;
|
|
301
|
-
border-radius:
|
|
301
|
+
border-radius: 9999px;
|
|
302
302
|
cursor: pointer;
|
|
303
303
|
pointer-events: auto;
|
|
304
304
|
display: inline-block;
|
|
@@ -367,7 +367,7 @@ fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fields
|
|
|
367
367
|
.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after {
|
|
368
368
|
animation: spinAround 500ms infinite linear;
|
|
369
369
|
border: 2px solid #dbdbdb;
|
|
370
|
-
border-radius:
|
|
370
|
+
border-radius: 9999px;
|
|
371
371
|
border-right-color: transparent;
|
|
372
372
|
border-top-color: transparent;
|
|
373
373
|
content: "";
|
|
@@ -401,6 +401,19 @@ fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fields
|
|
|
401
401
|
top: 0;
|
|
402
402
|
}
|
|
403
403
|
|
|
404
|
+
.navbar-burger {
|
|
405
|
+
-moz-appearance: none;
|
|
406
|
+
-webkit-appearance: none;
|
|
407
|
+
appearance: none;
|
|
408
|
+
background: none;
|
|
409
|
+
border: none;
|
|
410
|
+
color: currentColor;
|
|
411
|
+
font-family: inherit;
|
|
412
|
+
font-size: 1em;
|
|
413
|
+
margin: 0;
|
|
414
|
+
padding: 0;
|
|
415
|
+
}
|
|
416
|
+
|
|
404
417
|
/* Bulma Base */
|
|
405
418
|
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
|
|
406
419
|
html,
|
|
@@ -1339,12 +1352,12 @@ a.box:active {
|
|
|
1339
1352
|
color: #0d68ce;
|
|
1340
1353
|
}
|
|
1341
1354
|
.button.is-success {
|
|
1342
|
-
background-color: #
|
|
1355
|
+
background-color: #48c78e;
|
|
1343
1356
|
border-color: transparent;
|
|
1344
1357
|
color: #fff;
|
|
1345
1358
|
}
|
|
1346
1359
|
.button.is-success:hover, .button.is-success.is-hovered {
|
|
1347
|
-
background-color: #
|
|
1360
|
+
background-color: #3ec487;
|
|
1348
1361
|
border-color: transparent;
|
|
1349
1362
|
color: #fff;
|
|
1350
1363
|
}
|
|
@@ -1353,21 +1366,21 @@ a.box:active {
|
|
|
1353
1366
|
color: #fff;
|
|
1354
1367
|
}
|
|
1355
1368
|
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
|
|
1356
|
-
box-shadow: 0 0 0 0.125em rgba(72, 199,
|
|
1369
|
+
box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
|
|
1357
1370
|
}
|
|
1358
1371
|
.button.is-success:active, .button.is-success.is-active {
|
|
1359
|
-
background-color: #
|
|
1372
|
+
background-color: #3abb81;
|
|
1360
1373
|
border-color: transparent;
|
|
1361
1374
|
color: #fff;
|
|
1362
1375
|
}
|
|
1363
1376
|
.button.is-success[disabled], fieldset[disabled] .button.is-success {
|
|
1364
|
-
background-color: #
|
|
1377
|
+
background-color: #48c78e;
|
|
1365
1378
|
border-color: transparent;
|
|
1366
1379
|
box-shadow: none;
|
|
1367
1380
|
}
|
|
1368
1381
|
.button.is-success.is-inverted {
|
|
1369
1382
|
background-color: #fff;
|
|
1370
|
-
color: #
|
|
1383
|
+
color: #48c78e;
|
|
1371
1384
|
}
|
|
1372
1385
|
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
|
|
1373
1386
|
background-color: #f2f2f2;
|
|
@@ -1376,32 +1389,32 @@ a.box:active {
|
|
|
1376
1389
|
background-color: #fff;
|
|
1377
1390
|
border-color: transparent;
|
|
1378
1391
|
box-shadow: none;
|
|
1379
|
-
color: #
|
|
1392
|
+
color: #48c78e;
|
|
1380
1393
|
}
|
|
1381
1394
|
.button.is-success.is-loading::after {
|
|
1382
1395
|
border-color: transparent transparent #fff #fff !important;
|
|
1383
1396
|
}
|
|
1384
1397
|
.button.is-success.is-outlined {
|
|
1385
1398
|
background-color: transparent;
|
|
1386
|
-
border-color: #
|
|
1387
|
-
color: #
|
|
1399
|
+
border-color: #48c78e;
|
|
1400
|
+
color: #48c78e;
|
|
1388
1401
|
}
|
|
1389
1402
|
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
|
|
1390
|
-
background-color: #
|
|
1391
|
-
border-color: #
|
|
1403
|
+
background-color: #48c78e;
|
|
1404
|
+
border-color: #48c78e;
|
|
1392
1405
|
color: #fff;
|
|
1393
1406
|
}
|
|
1394
1407
|
.button.is-success.is-outlined.is-loading::after {
|
|
1395
|
-
border-color: transparent transparent #
|
|
1408
|
+
border-color: transparent transparent #48c78e #48c78e !important;
|
|
1396
1409
|
}
|
|
1397
1410
|
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
|
|
1398
1411
|
border-color: transparent transparent #fff #fff !important;
|
|
1399
1412
|
}
|
|
1400
1413
|
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
|
|
1401
1414
|
background-color: transparent;
|
|
1402
|
-
border-color: #
|
|
1415
|
+
border-color: #48c78e;
|
|
1403
1416
|
box-shadow: none;
|
|
1404
|
-
color: #
|
|
1417
|
+
color: #48c78e;
|
|
1405
1418
|
}
|
|
1406
1419
|
.button.is-success.is-inverted.is-outlined {
|
|
1407
1420
|
background-color: transparent;
|
|
@@ -1410,10 +1423,10 @@ a.box:active {
|
|
|
1410
1423
|
}
|
|
1411
1424
|
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
|
|
1412
1425
|
background-color: #fff;
|
|
1413
|
-
color: #
|
|
1426
|
+
color: #48c78e;
|
|
1414
1427
|
}
|
|
1415
1428
|
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
|
|
1416
|
-
border-color: transparent transparent #
|
|
1429
|
+
border-color: transparent transparent #48c78e #48c78e !important;
|
|
1417
1430
|
}
|
|
1418
1431
|
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
|
|
1419
1432
|
background-color: transparent;
|
|
@@ -1422,26 +1435,26 @@ a.box:active {
|
|
|
1422
1435
|
color: #fff;
|
|
1423
1436
|
}
|
|
1424
1437
|
.button.is-success.is-light {
|
|
1425
|
-
background-color: #
|
|
1426
|
-
color: #
|
|
1438
|
+
background-color: #effaf5;
|
|
1439
|
+
color: #257953;
|
|
1427
1440
|
}
|
|
1428
1441
|
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
|
|
1429
|
-
background-color: #
|
|
1442
|
+
background-color: #e6f7ef;
|
|
1430
1443
|
border-color: transparent;
|
|
1431
|
-
color: #
|
|
1444
|
+
color: #257953;
|
|
1432
1445
|
}
|
|
1433
1446
|
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
|
|
1434
|
-
background-color: #
|
|
1447
|
+
background-color: #dcf4e9;
|
|
1435
1448
|
border-color: transparent;
|
|
1436
|
-
color: #
|
|
1449
|
+
color: #257953;
|
|
1437
1450
|
}
|
|
1438
1451
|
.button.is-warning {
|
|
1439
|
-
background-color: #
|
|
1452
|
+
background-color: #ffe08a;
|
|
1440
1453
|
border-color: transparent;
|
|
1441
1454
|
color: rgba(0, 0, 0, 0.7);
|
|
1442
1455
|
}
|
|
1443
1456
|
.button.is-warning:hover, .button.is-warning.is-hovered {
|
|
1444
|
-
background-color: #
|
|
1457
|
+
background-color: #ffdc7d;
|
|
1445
1458
|
border-color: transparent;
|
|
1446
1459
|
color: rgba(0, 0, 0, 0.7);
|
|
1447
1460
|
}
|
|
@@ -1450,21 +1463,21 @@ a.box:active {
|
|
|
1450
1463
|
color: rgba(0, 0, 0, 0.7);
|
|
1451
1464
|
}
|
|
1452
1465
|
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
|
|
1453
|
-
box-shadow: 0 0 0 0.125em rgba(255,
|
|
1466
|
+
box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
|
|
1454
1467
|
}
|
|
1455
1468
|
.button.is-warning:active, .button.is-warning.is-active {
|
|
1456
|
-
background-color: #
|
|
1469
|
+
background-color: #ffd970;
|
|
1457
1470
|
border-color: transparent;
|
|
1458
1471
|
color: rgba(0, 0, 0, 0.7);
|
|
1459
1472
|
}
|
|
1460
1473
|
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
|
|
1461
|
-
background-color: #
|
|
1474
|
+
background-color: #ffe08a;
|
|
1462
1475
|
border-color: transparent;
|
|
1463
1476
|
box-shadow: none;
|
|
1464
1477
|
}
|
|
1465
1478
|
.button.is-warning.is-inverted {
|
|
1466
1479
|
background-color: rgba(0, 0, 0, 0.7);
|
|
1467
|
-
color: #
|
|
1480
|
+
color: #ffe08a;
|
|
1468
1481
|
}
|
|
1469
1482
|
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
|
|
1470
1483
|
background-color: rgba(0, 0, 0, 0.7);
|
|
@@ -1473,32 +1486,32 @@ a.box:active {
|
|
|
1473
1486
|
background-color: rgba(0, 0, 0, 0.7);
|
|
1474
1487
|
border-color: transparent;
|
|
1475
1488
|
box-shadow: none;
|
|
1476
|
-
color: #
|
|
1489
|
+
color: #ffe08a;
|
|
1477
1490
|
}
|
|
1478
1491
|
.button.is-warning.is-loading::after {
|
|
1479
1492
|
border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
|
|
1480
1493
|
}
|
|
1481
1494
|
.button.is-warning.is-outlined {
|
|
1482
1495
|
background-color: transparent;
|
|
1483
|
-
border-color: #
|
|
1484
|
-
color: #
|
|
1496
|
+
border-color: #ffe08a;
|
|
1497
|
+
color: #ffe08a;
|
|
1485
1498
|
}
|
|
1486
1499
|
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
|
|
1487
|
-
background-color: #
|
|
1488
|
-
border-color: #
|
|
1500
|
+
background-color: #ffe08a;
|
|
1501
|
+
border-color: #ffe08a;
|
|
1489
1502
|
color: rgba(0, 0, 0, 0.7);
|
|
1490
1503
|
}
|
|
1491
1504
|
.button.is-warning.is-outlined.is-loading::after {
|
|
1492
|
-
border-color: transparent transparent #
|
|
1505
|
+
border-color: transparent transparent #ffe08a #ffe08a !important;
|
|
1493
1506
|
}
|
|
1494
1507
|
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
|
|
1495
1508
|
border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
|
|
1496
1509
|
}
|
|
1497
1510
|
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
|
|
1498
1511
|
background-color: transparent;
|
|
1499
|
-
border-color: #
|
|
1512
|
+
border-color: #ffe08a;
|
|
1500
1513
|
box-shadow: none;
|
|
1501
|
-
color: #
|
|
1514
|
+
color: #ffe08a;
|
|
1502
1515
|
}
|
|
1503
1516
|
.button.is-warning.is-inverted.is-outlined {
|
|
1504
1517
|
background-color: transparent;
|
|
@@ -1507,10 +1520,10 @@ a.box:active {
|
|
|
1507
1520
|
}
|
|
1508
1521
|
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
|
|
1509
1522
|
background-color: rgba(0, 0, 0, 0.7);
|
|
1510
|
-
color: #
|
|
1523
|
+
color: #ffe08a;
|
|
1511
1524
|
}
|
|
1512
1525
|
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
|
|
1513
|
-
border-color: transparent transparent #
|
|
1526
|
+
border-color: transparent transparent #ffe08a #ffe08a !important;
|
|
1514
1527
|
}
|
|
1515
1528
|
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
|
|
1516
1529
|
background-color: transparent;
|
|
@@ -1519,18 +1532,18 @@ a.box:active {
|
|
|
1519
1532
|
color: rgba(0, 0, 0, 0.7);
|
|
1520
1533
|
}
|
|
1521
1534
|
.button.is-warning.is-light {
|
|
1522
|
-
background-color: #
|
|
1523
|
-
color: #
|
|
1535
|
+
background-color: #fffaeb;
|
|
1536
|
+
color: #946c00;
|
|
1524
1537
|
}
|
|
1525
1538
|
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
|
|
1526
|
-
background-color: #
|
|
1539
|
+
background-color: #fff6de;
|
|
1527
1540
|
border-color: transparent;
|
|
1528
|
-
color: #
|
|
1541
|
+
color: #946c00;
|
|
1529
1542
|
}
|
|
1530
1543
|
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
|
|
1531
|
-
background-color: #
|
|
1544
|
+
background-color: #fff3d1;
|
|
1532
1545
|
border-color: transparent;
|
|
1533
|
-
color: #
|
|
1546
|
+
color: #946c00;
|
|
1534
1547
|
}
|
|
1535
1548
|
.button.is-danger {
|
|
1536
1549
|
background-color: #f14668;
|
|
@@ -1660,8 +1673,8 @@ a.box:active {
|
|
|
1660
1673
|
}
|
|
1661
1674
|
.button.is-loading::after {
|
|
1662
1675
|
position: absolute;
|
|
1663
|
-
left: calc(50% - (1em
|
|
1664
|
-
top: calc(50% - (1em
|
|
1676
|
+
left: calc(50% - (1em * 0.5));
|
|
1677
|
+
top: calc(50% - (1em * 0.5));
|
|
1665
1678
|
position: absolute !important;
|
|
1666
1679
|
}
|
|
1667
1680
|
.button.is-static {
|
|
@@ -1672,7 +1685,7 @@ a.box:active {
|
|
|
1672
1685
|
pointer-events: none;
|
|
1673
1686
|
}
|
|
1674
1687
|
.button.is-rounded {
|
|
1675
|
-
border-radius:
|
|
1688
|
+
border-radius: 9999px;
|
|
1676
1689
|
padding-left: calc(1em + 0.25em);
|
|
1677
1690
|
padding-right: calc(1em + 0.25em);
|
|
1678
1691
|
}
|
|
@@ -1944,6 +1957,9 @@ a.box:active {
|
|
|
1944
1957
|
.content.is-small {
|
|
1945
1958
|
font-size: 0.75rem;
|
|
1946
1959
|
}
|
|
1960
|
+
.content.is-normal {
|
|
1961
|
+
font-size: 1rem;
|
|
1962
|
+
}
|
|
1947
1963
|
.content.is-medium {
|
|
1948
1964
|
font-size: 1.25rem;
|
|
1949
1965
|
}
|
|
@@ -2004,7 +2020,7 @@ div.icon-text {
|
|
|
2004
2020
|
width: 100%;
|
|
2005
2021
|
}
|
|
2006
2022
|
.image img.is-rounded {
|
|
2007
|
-
border-radius:
|
|
2023
|
+
border-radius: 9999px;
|
|
2008
2024
|
}
|
|
2009
2025
|
.image.is-fullwidth {
|
|
2010
2026
|
width: 100%;
|
|
@@ -2174,20 +2190,20 @@ div.icon-text {
|
|
|
2174
2190
|
color: #0d68ce;
|
|
2175
2191
|
}
|
|
2176
2192
|
.notification.is-success {
|
|
2177
|
-
background-color: #
|
|
2193
|
+
background-color: #48c78e;
|
|
2178
2194
|
color: #fff;
|
|
2179
2195
|
}
|
|
2180
2196
|
.notification.is-success.is-light {
|
|
2181
|
-
background-color: #
|
|
2182
|
-
color: #
|
|
2197
|
+
background-color: #effaf5;
|
|
2198
|
+
color: #257953;
|
|
2183
2199
|
}
|
|
2184
2200
|
.notification.is-warning {
|
|
2185
|
-
background-color: #
|
|
2201
|
+
background-color: #ffe08a;
|
|
2186
2202
|
color: rgba(0, 0, 0, 0.7);
|
|
2187
2203
|
}
|
|
2188
2204
|
.notification.is-warning.is-light {
|
|
2189
|
-
background-color: #
|
|
2190
|
-
color: #
|
|
2205
|
+
background-color: #fffaeb;
|
|
2206
|
+
color: #946c00;
|
|
2191
2207
|
}
|
|
2192
2208
|
.notification.is-danger {
|
|
2193
2209
|
background-color: #f14668;
|
|
@@ -2202,7 +2218,7 @@ div.icon-text {
|
|
|
2202
2218
|
-moz-appearance: none;
|
|
2203
2219
|
-webkit-appearance: none;
|
|
2204
2220
|
border: none;
|
|
2205
|
-
border-radius:
|
|
2221
|
+
border-radius: 9999px;
|
|
2206
2222
|
display: block;
|
|
2207
2223
|
height: 1rem;
|
|
2208
2224
|
overflow: hidden;
|
|
@@ -2307,28 +2323,28 @@ div.icon-text {
|
|
|
2307
2323
|
background-image: linear-gradient(to right, #167df0 30%, #ededed 30%);
|
|
2308
2324
|
}
|
|
2309
2325
|
.progress.is-success::-webkit-progress-value, .is-success.progress-wrapper.is-not-native::-webkit-progress-value {
|
|
2310
|
-
background-color: #
|
|
2326
|
+
background-color: #48c78e;
|
|
2311
2327
|
}
|
|
2312
2328
|
.progress.is-success::-moz-progress-bar, .is-success.progress-wrapper.is-not-native::-moz-progress-bar {
|
|
2313
|
-
background-color: #
|
|
2329
|
+
background-color: #48c78e;
|
|
2314
2330
|
}
|
|
2315
2331
|
.progress.is-success::-ms-fill, .is-success.progress-wrapper.is-not-native::-ms-fill {
|
|
2316
|
-
background-color: #
|
|
2332
|
+
background-color: #48c78e;
|
|
2317
2333
|
}
|
|
2318
2334
|
.progress.is-success:indeterminate, .is-success.progress-wrapper.is-not-native:indeterminate {
|
|
2319
|
-
background-image: linear-gradient(to right, #
|
|
2335
|
+
background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%);
|
|
2320
2336
|
}
|
|
2321
2337
|
.progress.is-warning::-webkit-progress-value, .is-warning.progress-wrapper.is-not-native::-webkit-progress-value {
|
|
2322
|
-
background-color: #
|
|
2338
|
+
background-color: #ffe08a;
|
|
2323
2339
|
}
|
|
2324
2340
|
.progress.is-warning::-moz-progress-bar, .is-warning.progress-wrapper.is-not-native::-moz-progress-bar {
|
|
2325
|
-
background-color: #
|
|
2341
|
+
background-color: #ffe08a;
|
|
2326
2342
|
}
|
|
2327
2343
|
.progress.is-warning::-ms-fill, .is-warning.progress-wrapper.is-not-native::-ms-fill {
|
|
2328
|
-
background-color: #
|
|
2344
|
+
background-color: #ffe08a;
|
|
2329
2345
|
}
|
|
2330
2346
|
.progress.is-warning:indeterminate, .is-warning.progress-wrapper.is-not-native:indeterminate {
|
|
2331
|
-
background-image: linear-gradient(to right, #
|
|
2347
|
+
background-image: linear-gradient(to right, #ffe08a 30%, #ededed 30%);
|
|
2332
2348
|
}
|
|
2333
2349
|
.progress.is-danger::-webkit-progress-value, .is-danger.progress-wrapper.is-not-native::-webkit-progress-value {
|
|
2334
2350
|
background-color: #f14668;
|
|
@@ -2435,14 +2451,14 @@ div.icon-text {
|
|
|
2435
2451
|
}
|
|
2436
2452
|
.table td.is-success,
|
|
2437
2453
|
.table th.is-success {
|
|
2438
|
-
background-color: #
|
|
2439
|
-
border-color: #
|
|
2454
|
+
background-color: #48c78e;
|
|
2455
|
+
border-color: #48c78e;
|
|
2440
2456
|
color: #fff;
|
|
2441
2457
|
}
|
|
2442
2458
|
.table td.is-warning,
|
|
2443
2459
|
.table th.is-warning {
|
|
2444
|
-
background-color: #
|
|
2445
|
-
border-color: #
|
|
2460
|
+
background-color: #ffe08a;
|
|
2461
|
+
border-color: #ffe08a;
|
|
2446
2462
|
color: rgba(0, 0, 0, 0.7);
|
|
2447
2463
|
}
|
|
2448
2464
|
.table td.is-danger,
|
|
@@ -2660,20 +2676,20 @@ div.icon-text {
|
|
|
2660
2676
|
color: #0d68ce;
|
|
2661
2677
|
}
|
|
2662
2678
|
.tag:not(body).is-success {
|
|
2663
|
-
background-color: #
|
|
2679
|
+
background-color: #48c78e;
|
|
2664
2680
|
color: #fff;
|
|
2665
2681
|
}
|
|
2666
2682
|
.tag:not(body).is-success.is-light {
|
|
2667
|
-
background-color: #
|
|
2668
|
-
color: #
|
|
2683
|
+
background-color: #effaf5;
|
|
2684
|
+
color: #257953;
|
|
2669
2685
|
}
|
|
2670
2686
|
.tag:not(body).is-warning {
|
|
2671
|
-
background-color: #
|
|
2687
|
+
background-color: #ffe08a;
|
|
2672
2688
|
color: rgba(0, 0, 0, 0.7);
|
|
2673
2689
|
}
|
|
2674
2690
|
.tag:not(body).is-warning.is-light {
|
|
2675
|
-
background-color: #
|
|
2676
|
-
color: #
|
|
2691
|
+
background-color: #fffaeb;
|
|
2692
|
+
color: #946c00;
|
|
2677
2693
|
}
|
|
2678
2694
|
.tag:not(body).is-danger {
|
|
2679
2695
|
background-color: #f14668;
|
|
@@ -2735,7 +2751,7 @@ div.icon-text {
|
|
|
2735
2751
|
background-color: #dbdbdb;
|
|
2736
2752
|
}
|
|
2737
2753
|
.tag:not(body).is-rounded {
|
|
2738
|
-
border-radius:
|
|
2754
|
+
border-radius: 9999px;
|
|
2739
2755
|
}
|
|
2740
2756
|
|
|
2741
2757
|
a.tag:hover {
|
|
@@ -2775,9 +2791,6 @@ a.tag:hover {
|
|
|
2775
2791
|
color: inherit;
|
|
2776
2792
|
font-weight: inherit;
|
|
2777
2793
|
}
|
|
2778
|
-
.title + .highlight {
|
|
2779
|
-
margin-top: -0.75rem;
|
|
2780
|
-
}
|
|
2781
2794
|
.title:not(.is-spaced) + .subtitle {
|
|
2782
2795
|
margin-top: -1.25rem;
|
|
2783
2796
|
}
|
|
@@ -2846,21 +2859,10 @@ a.tag:hover {
|
|
|
2846
2859
|
text-transform: uppercase;
|
|
2847
2860
|
}
|
|
2848
2861
|
|
|
2849
|
-
.highlight {
|
|
2850
|
-
font-weight: 400;
|
|
2851
|
-
max-width: 100%;
|
|
2852
|
-
overflow: hidden;
|
|
2853
|
-
padding: 0;
|
|
2854
|
-
}
|
|
2855
|
-
.highlight pre {
|
|
2856
|
-
overflow: auto;
|
|
2857
|
-
max-width: 100%;
|
|
2858
|
-
}
|
|
2859
|
-
|
|
2860
2862
|
.number {
|
|
2861
2863
|
align-items: center;
|
|
2862
2864
|
background-color: whitesmoke;
|
|
2863
|
-
border-radius:
|
|
2865
|
+
border-radius: 9999px;
|
|
2864
2866
|
display: inline-flex;
|
|
2865
2867
|
font-size: 1.25rem;
|
|
2866
2868
|
height: 2em;
|
|
@@ -2968,16 +2970,16 @@ a.tag:hover {
|
|
|
2968
2970
|
box-shadow: 0 0 0 0.125em rgba(22, 125, 240, 0.25);
|
|
2969
2971
|
}
|
|
2970
2972
|
.taginput .is-success.taginput-container.is-focusable, .is-success.textarea, .is-success.input {
|
|
2971
|
-
border-color: #
|
|
2973
|
+
border-color: #48c78e;
|
|
2972
2974
|
}
|
|
2973
2975
|
.taginput .is-success.taginput-container.is-focusable:focus, .is-success.textarea:focus, .is-success.input:focus, .taginput .is-success.is-focused.taginput-container.is-focusable, .is-success.is-focused.textarea, .is-success.is-focused.input, .taginput .is-success.taginput-container.is-focusable:active, .is-success.textarea:active, .is-success.input:active, .taginput .is-success.is-active.taginput-container.is-focusable, .is-success.is-active.textarea, .is-success.is-active.input {
|
|
2974
|
-
box-shadow: 0 0 0 0.125em rgba(72, 199,
|
|
2976
|
+
box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
|
|
2975
2977
|
}
|
|
2976
2978
|
.taginput .is-warning.taginput-container.is-focusable, .is-warning.textarea, .is-warning.input {
|
|
2977
|
-
border-color: #
|
|
2979
|
+
border-color: #ffe08a;
|
|
2978
2980
|
}
|
|
2979
2981
|
.taginput .is-warning.taginput-container.is-focusable:focus, .is-warning.textarea:focus, .is-warning.input:focus, .taginput .is-warning.is-focused.taginput-container.is-focusable, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .taginput .is-warning.taginput-container.is-focusable:active, .is-warning.textarea:active, .is-warning.input:active, .taginput .is-warning.is-active.taginput-container.is-focusable, .is-warning.is-active.textarea, .is-warning.is-active.input {
|
|
2980
|
-
box-shadow: 0 0 0 0.125em rgba(255,
|
|
2982
|
+
box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
|
|
2981
2983
|
}
|
|
2982
2984
|
.taginput .is-danger.taginput-container.is-focusable, .is-danger.textarea, .is-danger.input {
|
|
2983
2985
|
border-color: #f14668;
|
|
@@ -3005,7 +3007,7 @@ a.tag:hover {
|
|
|
3005
3007
|
}
|
|
3006
3008
|
|
|
3007
3009
|
.input.is-rounded {
|
|
3008
|
-
border-radius:
|
|
3010
|
+
border-radius: 9999px;
|
|
3009
3011
|
padding-left: calc(calc(0.75em - 1px) + 0.375em);
|
|
3010
3012
|
padding-right: calc(calc(0.75em - 1px) + 0.375em);
|
|
3011
3013
|
}
|
|
@@ -3073,7 +3075,7 @@ a.tag:hover {
|
|
|
3073
3075
|
z-index: 4;
|
|
3074
3076
|
}
|
|
3075
3077
|
.select.is-rounded select {
|
|
3076
|
-
border-radius:
|
|
3078
|
+
border-radius: 9999px;
|
|
3077
3079
|
padding-left: 1em;
|
|
3078
3080
|
}
|
|
3079
3081
|
.select select {
|
|
@@ -3187,28 +3189,28 @@ a.tag:hover {
|
|
|
3187
3189
|
box-shadow: 0 0 0 0.125em rgba(22, 125, 240, 0.25);
|
|
3188
3190
|
}
|
|
3189
3191
|
.select.is-success:not(:hover)::after {
|
|
3190
|
-
border-color: #
|
|
3192
|
+
border-color: #48c78e;
|
|
3191
3193
|
}
|
|
3192
3194
|
.select.is-success select {
|
|
3193
|
-
border-color: #
|
|
3195
|
+
border-color: #48c78e;
|
|
3194
3196
|
}
|
|
3195
3197
|
.select.is-success select:hover, .select.is-success select.is-hovered {
|
|
3196
|
-
border-color: #
|
|
3198
|
+
border-color: #3abb81;
|
|
3197
3199
|
}
|
|
3198
3200
|
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
|
|
3199
|
-
box-shadow: 0 0 0 0.125em rgba(72, 199,
|
|
3201
|
+
box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
|
|
3200
3202
|
}
|
|
3201
3203
|
.select.is-warning:not(:hover)::after {
|
|
3202
|
-
border-color: #
|
|
3204
|
+
border-color: #ffe08a;
|
|
3203
3205
|
}
|
|
3204
3206
|
.select.is-warning select {
|
|
3205
|
-
border-color: #
|
|
3207
|
+
border-color: #ffe08a;
|
|
3206
3208
|
}
|
|
3207
3209
|
.select.is-warning select:hover, .select.is-warning select.is-hovered {
|
|
3208
|
-
border-color: #
|
|
3210
|
+
border-color: #ffd970;
|
|
3209
3211
|
}
|
|
3210
3212
|
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
|
|
3211
|
-
box-shadow: 0 0 0 0.125em rgba(255,
|
|
3213
|
+
box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
|
|
3212
3214
|
}
|
|
3213
3215
|
.select.is-danger:not(:hover)::after {
|
|
3214
3216
|
border-color: #f14668;
|
|
@@ -3405,42 +3407,42 @@ a.tag:hover {
|
|
|
3405
3407
|
color: #fff;
|
|
3406
3408
|
}
|
|
3407
3409
|
.file.is-success .file-cta {
|
|
3408
|
-
background-color: #
|
|
3410
|
+
background-color: #48c78e;
|
|
3409
3411
|
border-color: transparent;
|
|
3410
3412
|
color: #fff;
|
|
3411
3413
|
}
|
|
3412
3414
|
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
|
|
3413
|
-
background-color: #
|
|
3415
|
+
background-color: #3ec487;
|
|
3414
3416
|
border-color: transparent;
|
|
3415
3417
|
color: #fff;
|
|
3416
3418
|
}
|
|
3417
3419
|
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
|
|
3418
3420
|
border-color: transparent;
|
|
3419
|
-
box-shadow: 0 0 0.5em rgba(72, 199,
|
|
3421
|
+
box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25);
|
|
3420
3422
|
color: #fff;
|
|
3421
3423
|
}
|
|
3422
3424
|
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
|
|
3423
|
-
background-color: #
|
|
3425
|
+
background-color: #3abb81;
|
|
3424
3426
|
border-color: transparent;
|
|
3425
3427
|
color: #fff;
|
|
3426
3428
|
}
|
|
3427
3429
|
.file.is-warning .file-cta {
|
|
3428
|
-
background-color: #
|
|
3430
|
+
background-color: #ffe08a;
|
|
3429
3431
|
border-color: transparent;
|
|
3430
3432
|
color: rgba(0, 0, 0, 0.7);
|
|
3431
3433
|
}
|
|
3432
3434
|
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
|
|
3433
|
-
background-color: #
|
|
3435
|
+
background-color: #ffdc7d;
|
|
3434
3436
|
border-color: transparent;
|
|
3435
3437
|
color: rgba(0, 0, 0, 0.7);
|
|
3436
3438
|
}
|
|
3437
3439
|
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
|
|
3438
3440
|
border-color: transparent;
|
|
3439
|
-
box-shadow: 0 0 0.5em rgba(255,
|
|
3441
|
+
box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
|
|
3440
3442
|
color: rgba(0, 0, 0, 0.7);
|
|
3441
3443
|
}
|
|
3442
3444
|
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
|
|
3443
|
-
background-color: #
|
|
3445
|
+
background-color: #ffd970;
|
|
3444
3446
|
border-color: transparent;
|
|
3445
3447
|
color: rgba(0, 0, 0, 0.7);
|
|
3446
3448
|
}
|
|
@@ -3467,6 +3469,9 @@ a.tag:hover {
|
|
|
3467
3469
|
.file.is-small {
|
|
3468
3470
|
font-size: 0.75rem;
|
|
3469
3471
|
}
|
|
3472
|
+
.file.is-normal {
|
|
3473
|
+
font-size: 1rem;
|
|
3474
|
+
}
|
|
3470
3475
|
.file.is-medium {
|
|
3471
3476
|
font-size: 1.25rem;
|
|
3472
3477
|
}
|
|
@@ -3666,10 +3671,10 @@ a.tag:hover {
|
|
|
3666
3671
|
color: #167df0;
|
|
3667
3672
|
}
|
|
3668
3673
|
.help.is-success {
|
|
3669
|
-
color: #
|
|
3674
|
+
color: #48c78e;
|
|
3670
3675
|
}
|
|
3671
3676
|
.help.is-warning {
|
|
3672
|
-
color: #
|
|
3677
|
+
color: #ffe08a;
|
|
3673
3678
|
}
|
|
3674
3679
|
.help.is-danger {
|
|
3675
3680
|
color: #f14668;
|
|
@@ -4019,6 +4024,16 @@ a.tag:hover {
|
|
|
4019
4024
|
}
|
|
4020
4025
|
|
|
4021
4026
|
.card-header-icon {
|
|
4027
|
+
-moz-appearance: none;
|
|
4028
|
+
-webkit-appearance: none;
|
|
4029
|
+
appearance: none;
|
|
4030
|
+
background: none;
|
|
4031
|
+
border: none;
|
|
4032
|
+
color: currentColor;
|
|
4033
|
+
font-family: inherit;
|
|
4034
|
+
font-size: 1em;
|
|
4035
|
+
margin: 0;
|
|
4036
|
+
padding: 0;
|
|
4022
4037
|
align-items: center;
|
|
4023
4038
|
cursor: pointer;
|
|
4024
4039
|
display: flex;
|
|
@@ -4441,26 +4456,26 @@ button.dropdown-item.is-active {
|
|
|
4441
4456
|
color: #0d68ce;
|
|
4442
4457
|
}
|
|
4443
4458
|
.message.is-success {
|
|
4444
|
-
background-color: #
|
|
4459
|
+
background-color: #effaf5;
|
|
4445
4460
|
}
|
|
4446
4461
|
.message.is-success .message-header {
|
|
4447
|
-
background-color: #
|
|
4462
|
+
background-color: #48c78e;
|
|
4448
4463
|
color: #fff;
|
|
4449
4464
|
}
|
|
4450
4465
|
.message.is-success .message-body {
|
|
4451
|
-
border-color: #
|
|
4452
|
-
color: #
|
|
4466
|
+
border-color: #48c78e;
|
|
4467
|
+
color: #257953;
|
|
4453
4468
|
}
|
|
4454
4469
|
.message.is-warning {
|
|
4455
|
-
background-color: #
|
|
4470
|
+
background-color: #fffaeb;
|
|
4456
4471
|
}
|
|
4457
4472
|
.message.is-warning .message-header {
|
|
4458
|
-
background-color: #
|
|
4473
|
+
background-color: #ffe08a;
|
|
4459
4474
|
color: rgba(0, 0, 0, 0.7);
|
|
4460
4475
|
}
|
|
4461
4476
|
.message.is-warning .message-body {
|
|
4462
|
-
border-color: #
|
|
4463
|
-
color: #
|
|
4477
|
+
border-color: #ffe08a;
|
|
4478
|
+
color: #946c00;
|
|
4464
4479
|
}
|
|
4465
4480
|
.message.is-danger {
|
|
4466
4481
|
background-color: #feecf0;
|
|
@@ -5006,7 +5021,7 @@ button.dropdown-item.is-active {
|
|
|
5006
5021
|
}
|
|
5007
5022
|
}
|
|
5008
5023
|
.navbar.is-success {
|
|
5009
|
-
background-color: #
|
|
5024
|
+
background-color: #48c78e;
|
|
5010
5025
|
color: #fff;
|
|
5011
5026
|
}
|
|
5012
5027
|
.navbar.is-success .navbar-brand > .navbar-item,
|
|
@@ -5017,7 +5032,7 @@ button.dropdown-item.is-active {
|
|
|
5017
5032
|
.navbar.is-success .navbar-brand .navbar-link:focus,
|
|
5018
5033
|
.navbar.is-success .navbar-brand .navbar-link:hover,
|
|
5019
5034
|
.navbar.is-success .navbar-brand .navbar-link.is-active {
|
|
5020
|
-
background-color: #
|
|
5035
|
+
background-color: #3abb81;
|
|
5021
5036
|
color: #fff;
|
|
5022
5037
|
}
|
|
5023
5038
|
.navbar.is-success .navbar-brand .navbar-link::after {
|
|
@@ -5043,7 +5058,7 @@ button.dropdown-item.is-active {
|
|
|
5043
5058
|
.navbar.is-success .navbar-end .navbar-link:focus,
|
|
5044
5059
|
.navbar.is-success .navbar-end .navbar-link:hover,
|
|
5045
5060
|
.navbar.is-success .navbar-end .navbar-link.is-active {
|
|
5046
|
-
background-color: #
|
|
5061
|
+
background-color: #3abb81;
|
|
5047
5062
|
color: #fff;
|
|
5048
5063
|
}
|
|
5049
5064
|
.navbar.is-success .navbar-start .navbar-link::after,
|
|
@@ -5053,16 +5068,16 @@ button.dropdown-item.is-active {
|
|
|
5053
5068
|
.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
|
|
5054
5069
|
.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
|
|
5055
5070
|
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
|
|
5056
|
-
background-color: #
|
|
5071
|
+
background-color: #3abb81;
|
|
5057
5072
|
color: #fff;
|
|
5058
5073
|
}
|
|
5059
5074
|
.navbar.is-success .navbar-dropdown a.navbar-item.is-active {
|
|
5060
|
-
background-color: #
|
|
5075
|
+
background-color: #48c78e;
|
|
5061
5076
|
color: #fff;
|
|
5062
5077
|
}
|
|
5063
5078
|
}
|
|
5064
5079
|
.navbar.is-warning {
|
|
5065
|
-
background-color: #
|
|
5080
|
+
background-color: #ffe08a;
|
|
5066
5081
|
color: rgba(0, 0, 0, 0.7);
|
|
5067
5082
|
}
|
|
5068
5083
|
.navbar.is-warning .navbar-brand > .navbar-item,
|
|
@@ -5073,7 +5088,7 @@ button.dropdown-item.is-active {
|
|
|
5073
5088
|
.navbar.is-warning .navbar-brand .navbar-link:focus,
|
|
5074
5089
|
.navbar.is-warning .navbar-brand .navbar-link:hover,
|
|
5075
5090
|
.navbar.is-warning .navbar-brand .navbar-link.is-active {
|
|
5076
|
-
background-color: #
|
|
5091
|
+
background-color: #ffd970;
|
|
5077
5092
|
color: rgba(0, 0, 0, 0.7);
|
|
5078
5093
|
}
|
|
5079
5094
|
.navbar.is-warning .navbar-brand .navbar-link::after {
|
|
@@ -5099,7 +5114,7 @@ button.dropdown-item.is-active {
|
|
|
5099
5114
|
.navbar.is-warning .navbar-end .navbar-link:focus,
|
|
5100
5115
|
.navbar.is-warning .navbar-end .navbar-link:hover,
|
|
5101
5116
|
.navbar.is-warning .navbar-end .navbar-link.is-active {
|
|
5102
|
-
background-color: #
|
|
5117
|
+
background-color: #ffd970;
|
|
5103
5118
|
color: rgba(0, 0, 0, 0.7);
|
|
5104
5119
|
}
|
|
5105
5120
|
.navbar.is-warning .navbar-start .navbar-link::after,
|
|
@@ -5109,11 +5124,11 @@ button.dropdown-item.is-active {
|
|
|
5109
5124
|
.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
|
|
5110
5125
|
.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
|
|
5111
5126
|
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
|
|
5112
|
-
background-color: #
|
|
5127
|
+
background-color: #ffd970;
|
|
5113
5128
|
color: rgba(0, 0, 0, 0.7);
|
|
5114
5129
|
}
|
|
5115
5130
|
.navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
|
|
5116
|
-
background-color: #
|
|
5131
|
+
background-color: #ffe08a;
|
|
5117
5132
|
color: rgba(0, 0, 0, 0.7);
|
|
5118
5133
|
}
|
|
5119
5134
|
}
|
|
@@ -5633,10 +5648,10 @@ body.has-spaced-navbar-fixed-bottom {
|
|
|
5633
5648
|
.pagination.is-rounded .pagination-next {
|
|
5634
5649
|
padding-left: 1em;
|
|
5635
5650
|
padding-right: 1em;
|
|
5636
|
-
border-radius:
|
|
5651
|
+
border-radius: 9999px;
|
|
5637
5652
|
}
|
|
5638
5653
|
.pagination.is-rounded .pagination-link {
|
|
5639
|
-
border-radius:
|
|
5654
|
+
border-radius: 9999px;
|
|
5640
5655
|
}
|
|
5641
5656
|
|
|
5642
5657
|
.pagination,
|
|
@@ -5741,6 +5756,14 @@ body.has-spaced-navbar-fixed-bottom {
|
|
|
5741
5756
|
order: 1;
|
|
5742
5757
|
}
|
|
5743
5758
|
|
|
5759
|
+
.pagination-previous,
|
|
5760
|
+
.pagination-next,
|
|
5761
|
+
.pagination-link,
|
|
5762
|
+
.pagination-ellipsis {
|
|
5763
|
+
margin-bottom: 0;
|
|
5764
|
+
margin-top: 0;
|
|
5765
|
+
}
|
|
5766
|
+
|
|
5744
5767
|
.pagination-previous {
|
|
5745
5768
|
order: 2;
|
|
5746
5769
|
}
|
|
@@ -5751,6 +5774,8 @@ body.has-spaced-navbar-fixed-bottom {
|
|
|
5751
5774
|
|
|
5752
5775
|
.pagination {
|
|
5753
5776
|
justify-content: space-between;
|
|
5777
|
+
margin-bottom: 0;
|
|
5778
|
+
margin-top: 0;
|
|
5754
5779
|
}
|
|
5755
5780
|
.pagination.is-centered .pagination-previous {
|
|
5756
5781
|
order: 1;
|
|
@@ -5852,24 +5877,24 @@ body.has-spaced-navbar-fixed-bottom {
|
|
|
5852
5877
|
color: #167df0;
|
|
5853
5878
|
}
|
|
5854
5879
|
.panel.is-success .panel-heading {
|
|
5855
|
-
background-color: #
|
|
5880
|
+
background-color: #48c78e;
|
|
5856
5881
|
color: #fff;
|
|
5857
5882
|
}
|
|
5858
5883
|
.panel.is-success .panel-tabs a.is-active {
|
|
5859
|
-
border-bottom-color: #
|
|
5884
|
+
border-bottom-color: #48c78e;
|
|
5860
5885
|
}
|
|
5861
5886
|
.panel.is-success .panel-block.is-active .panel-icon {
|
|
5862
|
-
color: #
|
|
5887
|
+
color: #48c78e;
|
|
5863
5888
|
}
|
|
5864
5889
|
.panel.is-warning .panel-heading {
|
|
5865
|
-
background-color: #
|
|
5890
|
+
background-color: #ffe08a;
|
|
5866
5891
|
color: rgba(0, 0, 0, 0.7);
|
|
5867
5892
|
}
|
|
5868
5893
|
.panel.is-warning .panel-tabs a.is-active {
|
|
5869
|
-
border-bottom-color: #
|
|
5894
|
+
border-bottom-color: #ffe08a;
|
|
5870
5895
|
}
|
|
5871
5896
|
.panel.is-warning .panel-block.is-active .panel-icon {
|
|
5872
|
-
color: #
|
|
5897
|
+
color: #ffe08a;
|
|
5873
5898
|
}
|
|
5874
5899
|
.panel.is-danger .panel-heading {
|
|
5875
5900
|
background-color: #f14668;
|
|
@@ -6093,13 +6118,13 @@ label.panel-block:hover {
|
|
|
6093
6118
|
border-bottom: none;
|
|
6094
6119
|
}
|
|
6095
6120
|
.tabs.is-toggle.is-toggle-rounded li:first-child a {
|
|
6096
|
-
border-bottom-left-radius:
|
|
6097
|
-
border-top-left-radius:
|
|
6121
|
+
border-bottom-left-radius: 9999px;
|
|
6122
|
+
border-top-left-radius: 9999px;
|
|
6098
6123
|
padding-left: 1.25em;
|
|
6099
6124
|
}
|
|
6100
6125
|
.tabs.is-toggle.is-toggle-rounded li:last-child a {
|
|
6101
|
-
border-bottom-right-radius:
|
|
6102
|
-
border-top-right-radius:
|
|
6126
|
+
border-bottom-right-radius: 9999px;
|
|
6127
|
+
border-top-right-radius: 9999px;
|
|
6103
6128
|
padding-right: 1.25em;
|
|
6104
6129
|
}
|
|
6105
6130
|
.tabs.is-small {
|
|
@@ -6200,17 +6225,17 @@ label.panel-block:hover {
|
|
|
6200
6225
|
}
|
|
6201
6226
|
.columns.is-mobile > .column.is-1 {
|
|
6202
6227
|
flex: none;
|
|
6203
|
-
width: 8.
|
|
6228
|
+
width: 8.33333337%;
|
|
6204
6229
|
}
|
|
6205
6230
|
.columns.is-mobile > .column.is-offset-1 {
|
|
6206
|
-
margin-left: 8.
|
|
6231
|
+
margin-left: 8.33333337%;
|
|
6207
6232
|
}
|
|
6208
6233
|
.columns.is-mobile > .column.is-2 {
|
|
6209
6234
|
flex: none;
|
|
6210
|
-
width: 16.
|
|
6235
|
+
width: 16.66666674%;
|
|
6211
6236
|
}
|
|
6212
6237
|
.columns.is-mobile > .column.is-offset-2 {
|
|
6213
|
-
margin-left: 16.
|
|
6238
|
+
margin-left: 16.66666674%;
|
|
6214
6239
|
}
|
|
6215
6240
|
.columns.is-mobile > .column.is-3 {
|
|
6216
6241
|
flex: none;
|
|
@@ -6221,17 +6246,17 @@ label.panel-block:hover {
|
|
|
6221
6246
|
}
|
|
6222
6247
|
.columns.is-mobile > .column.is-4 {
|
|
6223
6248
|
flex: none;
|
|
6224
|
-
width: 33.
|
|
6249
|
+
width: 33.33333337%;
|
|
6225
6250
|
}
|
|
6226
6251
|
.columns.is-mobile > .column.is-offset-4 {
|
|
6227
|
-
margin-left: 33.
|
|
6252
|
+
margin-left: 33.33333337%;
|
|
6228
6253
|
}
|
|
6229
6254
|
.columns.is-mobile > .column.is-5 {
|
|
6230
6255
|
flex: none;
|
|
6231
|
-
width: 41.
|
|
6256
|
+
width: 41.66666674%;
|
|
6232
6257
|
}
|
|
6233
6258
|
.columns.is-mobile > .column.is-offset-5 {
|
|
6234
|
-
margin-left: 41.
|
|
6259
|
+
margin-left: 41.66666674%;
|
|
6235
6260
|
}
|
|
6236
6261
|
.columns.is-mobile > .column.is-6 {
|
|
6237
6262
|
flex: none;
|
|
@@ -6242,17 +6267,17 @@ label.panel-block:hover {
|
|
|
6242
6267
|
}
|
|
6243
6268
|
.columns.is-mobile > .column.is-7 {
|
|
6244
6269
|
flex: none;
|
|
6245
|
-
width: 58.
|
|
6270
|
+
width: 58.33333337%;
|
|
6246
6271
|
}
|
|
6247
6272
|
.columns.is-mobile > .column.is-offset-7 {
|
|
6248
|
-
margin-left: 58.
|
|
6273
|
+
margin-left: 58.33333337%;
|
|
6249
6274
|
}
|
|
6250
6275
|
.columns.is-mobile > .column.is-8 {
|
|
6251
6276
|
flex: none;
|
|
6252
|
-
width: 66.
|
|
6277
|
+
width: 66.66666674%;
|
|
6253
6278
|
}
|
|
6254
6279
|
.columns.is-mobile > .column.is-offset-8 {
|
|
6255
|
-
margin-left: 66.
|
|
6280
|
+
margin-left: 66.66666674%;
|
|
6256
6281
|
}
|
|
6257
6282
|
.columns.is-mobile > .column.is-9 {
|
|
6258
6283
|
flex: none;
|
|
@@ -6263,17 +6288,17 @@ label.panel-block:hover {
|
|
|
6263
6288
|
}
|
|
6264
6289
|
.columns.is-mobile > .column.is-10 {
|
|
6265
6290
|
flex: none;
|
|
6266
|
-
width: 83.
|
|
6291
|
+
width: 83.33333337%;
|
|
6267
6292
|
}
|
|
6268
6293
|
.columns.is-mobile > .column.is-offset-10 {
|
|
6269
|
-
margin-left: 83.
|
|
6294
|
+
margin-left: 83.33333337%;
|
|
6270
6295
|
}
|
|
6271
6296
|
.columns.is-mobile > .column.is-11 {
|
|
6272
6297
|
flex: none;
|
|
6273
|
-
width: 91.
|
|
6298
|
+
width: 91.66666674%;
|
|
6274
6299
|
}
|
|
6275
6300
|
.columns.is-mobile > .column.is-offset-11 {
|
|
6276
|
-
margin-left: 91.
|
|
6301
|
+
margin-left: 91.66666674%;
|
|
6277
6302
|
}
|
|
6278
6303
|
.columns.is-mobile > .column.is-12 {
|
|
6279
6304
|
flex: none;
|
|
@@ -6363,17 +6388,17 @@ label.panel-block:hover {
|
|
|
6363
6388
|
}
|
|
6364
6389
|
.column.is-1-mobile {
|
|
6365
6390
|
flex: none;
|
|
6366
|
-
width: 8.
|
|
6391
|
+
width: 8.33333337%;
|
|
6367
6392
|
}
|
|
6368
6393
|
.column.is-offset-1-mobile {
|
|
6369
|
-
margin-left: 8.
|
|
6394
|
+
margin-left: 8.33333337%;
|
|
6370
6395
|
}
|
|
6371
6396
|
.column.is-2-mobile {
|
|
6372
6397
|
flex: none;
|
|
6373
|
-
width: 16.
|
|
6398
|
+
width: 16.66666674%;
|
|
6374
6399
|
}
|
|
6375
6400
|
.column.is-offset-2-mobile {
|
|
6376
|
-
margin-left: 16.
|
|
6401
|
+
margin-left: 16.66666674%;
|
|
6377
6402
|
}
|
|
6378
6403
|
.column.is-3-mobile {
|
|
6379
6404
|
flex: none;
|
|
@@ -6384,17 +6409,17 @@ label.panel-block:hover {
|
|
|
6384
6409
|
}
|
|
6385
6410
|
.column.is-4-mobile {
|
|
6386
6411
|
flex: none;
|
|
6387
|
-
width: 33.
|
|
6412
|
+
width: 33.33333337%;
|
|
6388
6413
|
}
|
|
6389
6414
|
.column.is-offset-4-mobile {
|
|
6390
|
-
margin-left: 33.
|
|
6415
|
+
margin-left: 33.33333337%;
|
|
6391
6416
|
}
|
|
6392
6417
|
.column.is-5-mobile {
|
|
6393
6418
|
flex: none;
|
|
6394
|
-
width: 41.
|
|
6419
|
+
width: 41.66666674%;
|
|
6395
6420
|
}
|
|
6396
6421
|
.column.is-offset-5-mobile {
|
|
6397
|
-
margin-left: 41.
|
|
6422
|
+
margin-left: 41.66666674%;
|
|
6398
6423
|
}
|
|
6399
6424
|
.column.is-6-mobile {
|
|
6400
6425
|
flex: none;
|
|
@@ -6405,17 +6430,17 @@ label.panel-block:hover {
|
|
|
6405
6430
|
}
|
|
6406
6431
|
.column.is-7-mobile {
|
|
6407
6432
|
flex: none;
|
|
6408
|
-
width: 58.
|
|
6433
|
+
width: 58.33333337%;
|
|
6409
6434
|
}
|
|
6410
6435
|
.column.is-offset-7-mobile {
|
|
6411
|
-
margin-left: 58.
|
|
6436
|
+
margin-left: 58.33333337%;
|
|
6412
6437
|
}
|
|
6413
6438
|
.column.is-8-mobile {
|
|
6414
6439
|
flex: none;
|
|
6415
|
-
width: 66.
|
|
6440
|
+
width: 66.66666674%;
|
|
6416
6441
|
}
|
|
6417
6442
|
.column.is-offset-8-mobile {
|
|
6418
|
-
margin-left: 66.
|
|
6443
|
+
margin-left: 66.66666674%;
|
|
6419
6444
|
}
|
|
6420
6445
|
.column.is-9-mobile {
|
|
6421
6446
|
flex: none;
|
|
@@ -6426,17 +6451,17 @@ label.panel-block:hover {
|
|
|
6426
6451
|
}
|
|
6427
6452
|
.column.is-10-mobile {
|
|
6428
6453
|
flex: none;
|
|
6429
|
-
width: 83.
|
|
6454
|
+
width: 83.33333337%;
|
|
6430
6455
|
}
|
|
6431
6456
|
.column.is-offset-10-mobile {
|
|
6432
|
-
margin-left: 83.
|
|
6457
|
+
margin-left: 83.33333337%;
|
|
6433
6458
|
}
|
|
6434
6459
|
.column.is-11-mobile {
|
|
6435
6460
|
flex: none;
|
|
6436
|
-
width: 91.
|
|
6461
|
+
width: 91.66666674%;
|
|
6437
6462
|
}
|
|
6438
6463
|
.column.is-offset-11-mobile {
|
|
6439
|
-
margin-left: 91.
|
|
6464
|
+
margin-left: 91.66666674%;
|
|
6440
6465
|
}
|
|
6441
6466
|
.column.is-12-mobile {
|
|
6442
6467
|
flex: none;
|
|
@@ -6527,17 +6552,17 @@ label.panel-block:hover {
|
|
|
6527
6552
|
}
|
|
6528
6553
|
.column.is-1, .column.is-1-tablet {
|
|
6529
6554
|
flex: none;
|
|
6530
|
-
width: 8.
|
|
6555
|
+
width: 8.33333337%;
|
|
6531
6556
|
}
|
|
6532
6557
|
.column.is-offset-1, .column.is-offset-1-tablet {
|
|
6533
|
-
margin-left: 8.
|
|
6558
|
+
margin-left: 8.33333337%;
|
|
6534
6559
|
}
|
|
6535
6560
|
.column.is-2, .column.is-2-tablet {
|
|
6536
6561
|
flex: none;
|
|
6537
|
-
width: 16.
|
|
6562
|
+
width: 16.66666674%;
|
|
6538
6563
|
}
|
|
6539
6564
|
.column.is-offset-2, .column.is-offset-2-tablet {
|
|
6540
|
-
margin-left: 16.
|
|
6565
|
+
margin-left: 16.66666674%;
|
|
6541
6566
|
}
|
|
6542
6567
|
.column.is-3, .column.is-3-tablet {
|
|
6543
6568
|
flex: none;
|
|
@@ -6548,17 +6573,17 @@ label.panel-block:hover {
|
|
|
6548
6573
|
}
|
|
6549
6574
|
.column.is-4, .column.is-4-tablet {
|
|
6550
6575
|
flex: none;
|
|
6551
|
-
width: 33.
|
|
6576
|
+
width: 33.33333337%;
|
|
6552
6577
|
}
|
|
6553
6578
|
.column.is-offset-4, .column.is-offset-4-tablet {
|
|
6554
|
-
margin-left: 33.
|
|
6579
|
+
margin-left: 33.33333337%;
|
|
6555
6580
|
}
|
|
6556
6581
|
.column.is-5, .column.is-5-tablet {
|
|
6557
6582
|
flex: none;
|
|
6558
|
-
width: 41.
|
|
6583
|
+
width: 41.66666674%;
|
|
6559
6584
|
}
|
|
6560
6585
|
.column.is-offset-5, .column.is-offset-5-tablet {
|
|
6561
|
-
margin-left: 41.
|
|
6586
|
+
margin-left: 41.66666674%;
|
|
6562
6587
|
}
|
|
6563
6588
|
.column.is-6, .column.is-6-tablet {
|
|
6564
6589
|
flex: none;
|
|
@@ -6569,17 +6594,17 @@ label.panel-block:hover {
|
|
|
6569
6594
|
}
|
|
6570
6595
|
.column.is-7, .column.is-7-tablet {
|
|
6571
6596
|
flex: none;
|
|
6572
|
-
width: 58.
|
|
6597
|
+
width: 58.33333337%;
|
|
6573
6598
|
}
|
|
6574
6599
|
.column.is-offset-7, .column.is-offset-7-tablet {
|
|
6575
|
-
margin-left: 58.
|
|
6600
|
+
margin-left: 58.33333337%;
|
|
6576
6601
|
}
|
|
6577
6602
|
.column.is-8, .column.is-8-tablet {
|
|
6578
6603
|
flex: none;
|
|
6579
|
-
width: 66.
|
|
6604
|
+
width: 66.66666674%;
|
|
6580
6605
|
}
|
|
6581
6606
|
.column.is-offset-8, .column.is-offset-8-tablet {
|
|
6582
|
-
margin-left: 66.
|
|
6607
|
+
margin-left: 66.66666674%;
|
|
6583
6608
|
}
|
|
6584
6609
|
.column.is-9, .column.is-9-tablet {
|
|
6585
6610
|
flex: none;
|
|
@@ -6590,17 +6615,17 @@ label.panel-block:hover {
|
|
|
6590
6615
|
}
|
|
6591
6616
|
.column.is-10, .column.is-10-tablet {
|
|
6592
6617
|
flex: none;
|
|
6593
|
-
width: 83.
|
|
6618
|
+
width: 83.33333337%;
|
|
6594
6619
|
}
|
|
6595
6620
|
.column.is-offset-10, .column.is-offset-10-tablet {
|
|
6596
|
-
margin-left: 83.
|
|
6621
|
+
margin-left: 83.33333337%;
|
|
6597
6622
|
}
|
|
6598
6623
|
.column.is-11, .column.is-11-tablet {
|
|
6599
6624
|
flex: none;
|
|
6600
|
-
width: 91.
|
|
6625
|
+
width: 91.66666674%;
|
|
6601
6626
|
}
|
|
6602
6627
|
.column.is-offset-11, .column.is-offset-11-tablet {
|
|
6603
|
-
margin-left: 91.
|
|
6628
|
+
margin-left: 91.66666674%;
|
|
6604
6629
|
}
|
|
6605
6630
|
.column.is-12, .column.is-12-tablet {
|
|
6606
6631
|
flex: none;
|
|
@@ -6691,17 +6716,17 @@ label.panel-block:hover {
|
|
|
6691
6716
|
}
|
|
6692
6717
|
.column.is-1-touch {
|
|
6693
6718
|
flex: none;
|
|
6694
|
-
width: 8.
|
|
6719
|
+
width: 8.33333337%;
|
|
6695
6720
|
}
|
|
6696
6721
|
.column.is-offset-1-touch {
|
|
6697
|
-
margin-left: 8.
|
|
6722
|
+
margin-left: 8.33333337%;
|
|
6698
6723
|
}
|
|
6699
6724
|
.column.is-2-touch {
|
|
6700
6725
|
flex: none;
|
|
6701
|
-
width: 16.
|
|
6726
|
+
width: 16.66666674%;
|
|
6702
6727
|
}
|
|
6703
6728
|
.column.is-offset-2-touch {
|
|
6704
|
-
margin-left: 16.
|
|
6729
|
+
margin-left: 16.66666674%;
|
|
6705
6730
|
}
|
|
6706
6731
|
.column.is-3-touch {
|
|
6707
6732
|
flex: none;
|
|
@@ -6712,17 +6737,17 @@ label.panel-block:hover {
|
|
|
6712
6737
|
}
|
|
6713
6738
|
.column.is-4-touch {
|
|
6714
6739
|
flex: none;
|
|
6715
|
-
width: 33.
|
|
6740
|
+
width: 33.33333337%;
|
|
6716
6741
|
}
|
|
6717
6742
|
.column.is-offset-4-touch {
|
|
6718
|
-
margin-left: 33.
|
|
6743
|
+
margin-left: 33.33333337%;
|
|
6719
6744
|
}
|
|
6720
6745
|
.column.is-5-touch {
|
|
6721
6746
|
flex: none;
|
|
6722
|
-
width: 41.
|
|
6747
|
+
width: 41.66666674%;
|
|
6723
6748
|
}
|
|
6724
6749
|
.column.is-offset-5-touch {
|
|
6725
|
-
margin-left: 41.
|
|
6750
|
+
margin-left: 41.66666674%;
|
|
6726
6751
|
}
|
|
6727
6752
|
.column.is-6-touch {
|
|
6728
6753
|
flex: none;
|
|
@@ -6733,17 +6758,17 @@ label.panel-block:hover {
|
|
|
6733
6758
|
}
|
|
6734
6759
|
.column.is-7-touch {
|
|
6735
6760
|
flex: none;
|
|
6736
|
-
width: 58.
|
|
6761
|
+
width: 58.33333337%;
|
|
6737
6762
|
}
|
|
6738
6763
|
.column.is-offset-7-touch {
|
|
6739
|
-
margin-left: 58.
|
|
6764
|
+
margin-left: 58.33333337%;
|
|
6740
6765
|
}
|
|
6741
6766
|
.column.is-8-touch {
|
|
6742
6767
|
flex: none;
|
|
6743
|
-
width: 66.
|
|
6768
|
+
width: 66.66666674%;
|
|
6744
6769
|
}
|
|
6745
6770
|
.column.is-offset-8-touch {
|
|
6746
|
-
margin-left: 66.
|
|
6771
|
+
margin-left: 66.66666674%;
|
|
6747
6772
|
}
|
|
6748
6773
|
.column.is-9-touch {
|
|
6749
6774
|
flex: none;
|
|
@@ -6754,17 +6779,17 @@ label.panel-block:hover {
|
|
|
6754
6779
|
}
|
|
6755
6780
|
.column.is-10-touch {
|
|
6756
6781
|
flex: none;
|
|
6757
|
-
width: 83.
|
|
6782
|
+
width: 83.33333337%;
|
|
6758
6783
|
}
|
|
6759
6784
|
.column.is-offset-10-touch {
|
|
6760
|
-
margin-left: 83.
|
|
6785
|
+
margin-left: 83.33333337%;
|
|
6761
6786
|
}
|
|
6762
6787
|
.column.is-11-touch {
|
|
6763
6788
|
flex: none;
|
|
6764
|
-
width: 91.
|
|
6789
|
+
width: 91.66666674%;
|
|
6765
6790
|
}
|
|
6766
6791
|
.column.is-offset-11-touch {
|
|
6767
|
-
margin-left: 91.
|
|
6792
|
+
margin-left: 91.66666674%;
|
|
6768
6793
|
}
|
|
6769
6794
|
.column.is-12-touch {
|
|
6770
6795
|
flex: none;
|
|
@@ -6855,17 +6880,17 @@ label.panel-block:hover {
|
|
|
6855
6880
|
}
|
|
6856
6881
|
.column.is-1-desktop {
|
|
6857
6882
|
flex: none;
|
|
6858
|
-
width: 8.
|
|
6883
|
+
width: 8.33333337%;
|
|
6859
6884
|
}
|
|
6860
6885
|
.column.is-offset-1-desktop {
|
|
6861
|
-
margin-left: 8.
|
|
6886
|
+
margin-left: 8.33333337%;
|
|
6862
6887
|
}
|
|
6863
6888
|
.column.is-2-desktop {
|
|
6864
6889
|
flex: none;
|
|
6865
|
-
width: 16.
|
|
6890
|
+
width: 16.66666674%;
|
|
6866
6891
|
}
|
|
6867
6892
|
.column.is-offset-2-desktop {
|
|
6868
|
-
margin-left: 16.
|
|
6893
|
+
margin-left: 16.66666674%;
|
|
6869
6894
|
}
|
|
6870
6895
|
.column.is-3-desktop {
|
|
6871
6896
|
flex: none;
|
|
@@ -6876,17 +6901,17 @@ label.panel-block:hover {
|
|
|
6876
6901
|
}
|
|
6877
6902
|
.column.is-4-desktop {
|
|
6878
6903
|
flex: none;
|
|
6879
|
-
width: 33.
|
|
6904
|
+
width: 33.33333337%;
|
|
6880
6905
|
}
|
|
6881
6906
|
.column.is-offset-4-desktop {
|
|
6882
|
-
margin-left: 33.
|
|
6907
|
+
margin-left: 33.33333337%;
|
|
6883
6908
|
}
|
|
6884
6909
|
.column.is-5-desktop {
|
|
6885
6910
|
flex: none;
|
|
6886
|
-
width: 41.
|
|
6911
|
+
width: 41.66666674%;
|
|
6887
6912
|
}
|
|
6888
6913
|
.column.is-offset-5-desktop {
|
|
6889
|
-
margin-left: 41.
|
|
6914
|
+
margin-left: 41.66666674%;
|
|
6890
6915
|
}
|
|
6891
6916
|
.column.is-6-desktop {
|
|
6892
6917
|
flex: none;
|
|
@@ -6897,17 +6922,17 @@ label.panel-block:hover {
|
|
|
6897
6922
|
}
|
|
6898
6923
|
.column.is-7-desktop {
|
|
6899
6924
|
flex: none;
|
|
6900
|
-
width: 58.
|
|
6925
|
+
width: 58.33333337%;
|
|
6901
6926
|
}
|
|
6902
6927
|
.column.is-offset-7-desktop {
|
|
6903
|
-
margin-left: 58.
|
|
6928
|
+
margin-left: 58.33333337%;
|
|
6904
6929
|
}
|
|
6905
6930
|
.column.is-8-desktop {
|
|
6906
6931
|
flex: none;
|
|
6907
|
-
width: 66.
|
|
6932
|
+
width: 66.66666674%;
|
|
6908
6933
|
}
|
|
6909
6934
|
.column.is-offset-8-desktop {
|
|
6910
|
-
margin-left: 66.
|
|
6935
|
+
margin-left: 66.66666674%;
|
|
6911
6936
|
}
|
|
6912
6937
|
.column.is-9-desktop {
|
|
6913
6938
|
flex: none;
|
|
@@ -6918,17 +6943,17 @@ label.panel-block:hover {
|
|
|
6918
6943
|
}
|
|
6919
6944
|
.column.is-10-desktop {
|
|
6920
6945
|
flex: none;
|
|
6921
|
-
width: 83.
|
|
6946
|
+
width: 83.33333337%;
|
|
6922
6947
|
}
|
|
6923
6948
|
.column.is-offset-10-desktop {
|
|
6924
|
-
margin-left: 83.
|
|
6949
|
+
margin-left: 83.33333337%;
|
|
6925
6950
|
}
|
|
6926
6951
|
.column.is-11-desktop {
|
|
6927
6952
|
flex: none;
|
|
6928
|
-
width: 91.
|
|
6953
|
+
width: 91.66666674%;
|
|
6929
6954
|
}
|
|
6930
6955
|
.column.is-offset-11-desktop {
|
|
6931
|
-
margin-left: 91.
|
|
6956
|
+
margin-left: 91.66666674%;
|
|
6932
6957
|
}
|
|
6933
6958
|
.column.is-12-desktop {
|
|
6934
6959
|
flex: none;
|
|
@@ -7019,17 +7044,17 @@ label.panel-block:hover {
|
|
|
7019
7044
|
}
|
|
7020
7045
|
.column.is-1-widescreen {
|
|
7021
7046
|
flex: none;
|
|
7022
|
-
width: 8.
|
|
7047
|
+
width: 8.33333337%;
|
|
7023
7048
|
}
|
|
7024
7049
|
.column.is-offset-1-widescreen {
|
|
7025
|
-
margin-left: 8.
|
|
7050
|
+
margin-left: 8.33333337%;
|
|
7026
7051
|
}
|
|
7027
7052
|
.column.is-2-widescreen {
|
|
7028
7053
|
flex: none;
|
|
7029
|
-
width: 16.
|
|
7054
|
+
width: 16.66666674%;
|
|
7030
7055
|
}
|
|
7031
7056
|
.column.is-offset-2-widescreen {
|
|
7032
|
-
margin-left: 16.
|
|
7057
|
+
margin-left: 16.66666674%;
|
|
7033
7058
|
}
|
|
7034
7059
|
.column.is-3-widescreen {
|
|
7035
7060
|
flex: none;
|
|
@@ -7040,17 +7065,17 @@ label.panel-block:hover {
|
|
|
7040
7065
|
}
|
|
7041
7066
|
.column.is-4-widescreen {
|
|
7042
7067
|
flex: none;
|
|
7043
|
-
width: 33.
|
|
7068
|
+
width: 33.33333337%;
|
|
7044
7069
|
}
|
|
7045
7070
|
.column.is-offset-4-widescreen {
|
|
7046
|
-
margin-left: 33.
|
|
7071
|
+
margin-left: 33.33333337%;
|
|
7047
7072
|
}
|
|
7048
7073
|
.column.is-5-widescreen {
|
|
7049
7074
|
flex: none;
|
|
7050
|
-
width: 41.
|
|
7075
|
+
width: 41.66666674%;
|
|
7051
7076
|
}
|
|
7052
7077
|
.column.is-offset-5-widescreen {
|
|
7053
|
-
margin-left: 41.
|
|
7078
|
+
margin-left: 41.66666674%;
|
|
7054
7079
|
}
|
|
7055
7080
|
.column.is-6-widescreen {
|
|
7056
7081
|
flex: none;
|
|
@@ -7061,17 +7086,17 @@ label.panel-block:hover {
|
|
|
7061
7086
|
}
|
|
7062
7087
|
.column.is-7-widescreen {
|
|
7063
7088
|
flex: none;
|
|
7064
|
-
width: 58.
|
|
7089
|
+
width: 58.33333337%;
|
|
7065
7090
|
}
|
|
7066
7091
|
.column.is-offset-7-widescreen {
|
|
7067
|
-
margin-left: 58.
|
|
7092
|
+
margin-left: 58.33333337%;
|
|
7068
7093
|
}
|
|
7069
7094
|
.column.is-8-widescreen {
|
|
7070
7095
|
flex: none;
|
|
7071
|
-
width: 66.
|
|
7096
|
+
width: 66.66666674%;
|
|
7072
7097
|
}
|
|
7073
7098
|
.column.is-offset-8-widescreen {
|
|
7074
|
-
margin-left: 66.
|
|
7099
|
+
margin-left: 66.66666674%;
|
|
7075
7100
|
}
|
|
7076
7101
|
.column.is-9-widescreen {
|
|
7077
7102
|
flex: none;
|
|
@@ -7082,17 +7107,17 @@ label.panel-block:hover {
|
|
|
7082
7107
|
}
|
|
7083
7108
|
.column.is-10-widescreen {
|
|
7084
7109
|
flex: none;
|
|
7085
|
-
width: 83.
|
|
7110
|
+
width: 83.33333337%;
|
|
7086
7111
|
}
|
|
7087
7112
|
.column.is-offset-10-widescreen {
|
|
7088
|
-
margin-left: 83.
|
|
7113
|
+
margin-left: 83.33333337%;
|
|
7089
7114
|
}
|
|
7090
7115
|
.column.is-11-widescreen {
|
|
7091
7116
|
flex: none;
|
|
7092
|
-
width: 91.
|
|
7117
|
+
width: 91.66666674%;
|
|
7093
7118
|
}
|
|
7094
7119
|
.column.is-offset-11-widescreen {
|
|
7095
|
-
margin-left: 91.
|
|
7120
|
+
margin-left: 91.66666674%;
|
|
7096
7121
|
}
|
|
7097
7122
|
.column.is-12-widescreen {
|
|
7098
7123
|
flex: none;
|
|
@@ -7183,17 +7208,17 @@ label.panel-block:hover {
|
|
|
7183
7208
|
}
|
|
7184
7209
|
.column.is-1-fullhd {
|
|
7185
7210
|
flex: none;
|
|
7186
|
-
width: 8.
|
|
7211
|
+
width: 8.33333337%;
|
|
7187
7212
|
}
|
|
7188
7213
|
.column.is-offset-1-fullhd {
|
|
7189
|
-
margin-left: 8.
|
|
7214
|
+
margin-left: 8.33333337%;
|
|
7190
7215
|
}
|
|
7191
7216
|
.column.is-2-fullhd {
|
|
7192
7217
|
flex: none;
|
|
7193
|
-
width: 16.
|
|
7218
|
+
width: 16.66666674%;
|
|
7194
7219
|
}
|
|
7195
7220
|
.column.is-offset-2-fullhd {
|
|
7196
|
-
margin-left: 16.
|
|
7221
|
+
margin-left: 16.66666674%;
|
|
7197
7222
|
}
|
|
7198
7223
|
.column.is-3-fullhd {
|
|
7199
7224
|
flex: none;
|
|
@@ -7204,17 +7229,17 @@ label.panel-block:hover {
|
|
|
7204
7229
|
}
|
|
7205
7230
|
.column.is-4-fullhd {
|
|
7206
7231
|
flex: none;
|
|
7207
|
-
width: 33.
|
|
7232
|
+
width: 33.33333337%;
|
|
7208
7233
|
}
|
|
7209
7234
|
.column.is-offset-4-fullhd {
|
|
7210
|
-
margin-left: 33.
|
|
7235
|
+
margin-left: 33.33333337%;
|
|
7211
7236
|
}
|
|
7212
7237
|
.column.is-5-fullhd {
|
|
7213
7238
|
flex: none;
|
|
7214
|
-
width: 41.
|
|
7239
|
+
width: 41.66666674%;
|
|
7215
7240
|
}
|
|
7216
7241
|
.column.is-offset-5-fullhd {
|
|
7217
|
-
margin-left: 41.
|
|
7242
|
+
margin-left: 41.66666674%;
|
|
7218
7243
|
}
|
|
7219
7244
|
.column.is-6-fullhd {
|
|
7220
7245
|
flex: none;
|
|
@@ -7225,17 +7250,17 @@ label.panel-block:hover {
|
|
|
7225
7250
|
}
|
|
7226
7251
|
.column.is-7-fullhd {
|
|
7227
7252
|
flex: none;
|
|
7228
|
-
width: 58.
|
|
7253
|
+
width: 58.33333337%;
|
|
7229
7254
|
}
|
|
7230
7255
|
.column.is-offset-7-fullhd {
|
|
7231
|
-
margin-left: 58.
|
|
7256
|
+
margin-left: 58.33333337%;
|
|
7232
7257
|
}
|
|
7233
7258
|
.column.is-8-fullhd {
|
|
7234
7259
|
flex: none;
|
|
7235
|
-
width: 66.
|
|
7260
|
+
width: 66.66666674%;
|
|
7236
7261
|
}
|
|
7237
7262
|
.column.is-offset-8-fullhd {
|
|
7238
|
-
margin-left: 66.
|
|
7263
|
+
margin-left: 66.66666674%;
|
|
7239
7264
|
}
|
|
7240
7265
|
.column.is-9-fullhd {
|
|
7241
7266
|
flex: none;
|
|
@@ -7246,17 +7271,17 @@ label.panel-block:hover {
|
|
|
7246
7271
|
}
|
|
7247
7272
|
.column.is-10-fullhd {
|
|
7248
7273
|
flex: none;
|
|
7249
|
-
width: 83.
|
|
7274
|
+
width: 83.33333337%;
|
|
7250
7275
|
}
|
|
7251
7276
|
.column.is-offset-10-fullhd {
|
|
7252
|
-
margin-left: 83.
|
|
7277
|
+
margin-left: 83.33333337%;
|
|
7253
7278
|
}
|
|
7254
7279
|
.column.is-11-fullhd {
|
|
7255
7280
|
flex: none;
|
|
7256
|
-
width: 91.
|
|
7281
|
+
width: 91.66666674%;
|
|
7257
7282
|
}
|
|
7258
7283
|
.column.is-offset-11-fullhd {
|
|
7259
|
-
margin-left: 91.
|
|
7284
|
+
margin-left: 91.66666674%;
|
|
7260
7285
|
}
|
|
7261
7286
|
.column.is-12-fullhd {
|
|
7262
7287
|
flex: none;
|
|
@@ -7795,11 +7820,11 @@ label.panel-block:hover {
|
|
|
7795
7820
|
}
|
|
7796
7821
|
.tile.is-1 {
|
|
7797
7822
|
flex: none;
|
|
7798
|
-
width: 8.
|
|
7823
|
+
width: 8.33333337%;
|
|
7799
7824
|
}
|
|
7800
7825
|
.tile.is-2 {
|
|
7801
7826
|
flex: none;
|
|
7802
|
-
width: 16.
|
|
7827
|
+
width: 16.66666674%;
|
|
7803
7828
|
}
|
|
7804
7829
|
.tile.is-3 {
|
|
7805
7830
|
flex: none;
|
|
@@ -7807,11 +7832,11 @@ label.panel-block:hover {
|
|
|
7807
7832
|
}
|
|
7808
7833
|
.tile.is-4 {
|
|
7809
7834
|
flex: none;
|
|
7810
|
-
width: 33.
|
|
7835
|
+
width: 33.33333337%;
|
|
7811
7836
|
}
|
|
7812
7837
|
.tile.is-5 {
|
|
7813
7838
|
flex: none;
|
|
7814
|
-
width: 41.
|
|
7839
|
+
width: 41.66666674%;
|
|
7815
7840
|
}
|
|
7816
7841
|
.tile.is-6 {
|
|
7817
7842
|
flex: none;
|
|
@@ -7819,11 +7844,11 @@ label.panel-block:hover {
|
|
|
7819
7844
|
}
|
|
7820
7845
|
.tile.is-7 {
|
|
7821
7846
|
flex: none;
|
|
7822
|
-
width: 58.
|
|
7847
|
+
width: 58.33333337%;
|
|
7823
7848
|
}
|
|
7824
7849
|
.tile.is-8 {
|
|
7825
7850
|
flex: none;
|
|
7826
|
-
width: 66.
|
|
7851
|
+
width: 66.66666674%;
|
|
7827
7852
|
}
|
|
7828
7853
|
.tile.is-9 {
|
|
7829
7854
|
flex: none;
|
|
@@ -7831,11 +7856,11 @@ label.panel-block:hover {
|
|
|
7831
7856
|
}
|
|
7832
7857
|
.tile.is-10 {
|
|
7833
7858
|
flex: none;
|
|
7834
|
-
width: 83.
|
|
7859
|
+
width: 83.33333337%;
|
|
7835
7860
|
}
|
|
7836
7861
|
.tile.is-11 {
|
|
7837
7862
|
flex: none;
|
|
7838
|
-
width: 91.
|
|
7863
|
+
width: 91.66666674%;
|
|
7839
7864
|
}
|
|
7840
7865
|
.tile.is-12 {
|
|
7841
7866
|
flex: none;
|
|
@@ -8001,75 +8026,75 @@ a.has-text-info-dark:hover, a.has-text-info-dark:focus {
|
|
|
8001
8026
|
}
|
|
8002
8027
|
|
|
8003
8028
|
.has-text-success {
|
|
8004
|
-
color: #
|
|
8029
|
+
color: #48c78e !important;
|
|
8005
8030
|
}
|
|
8006
8031
|
|
|
8007
8032
|
a.has-text-success:hover, a.has-text-success:focus {
|
|
8008
|
-
color: #
|
|
8033
|
+
color: #34a873 !important;
|
|
8009
8034
|
}
|
|
8010
8035
|
|
|
8011
8036
|
.has-background-success {
|
|
8012
|
-
background-color: #
|
|
8037
|
+
background-color: #48c78e !important;
|
|
8013
8038
|
}
|
|
8014
8039
|
|
|
8015
8040
|
.has-text-success-light {
|
|
8016
|
-
color: #
|
|
8041
|
+
color: #effaf5 !important;
|
|
8017
8042
|
}
|
|
8018
8043
|
|
|
8019
8044
|
a.has-text-success-light:hover, a.has-text-success-light:focus {
|
|
8020
|
-
color: #
|
|
8045
|
+
color: #c8eedd !important;
|
|
8021
8046
|
}
|
|
8022
8047
|
|
|
8023
8048
|
.has-background-success-light {
|
|
8024
|
-
background-color: #
|
|
8049
|
+
background-color: #effaf5 !important;
|
|
8025
8050
|
}
|
|
8026
8051
|
|
|
8027
8052
|
.has-text-success-dark {
|
|
8028
|
-
color: #
|
|
8053
|
+
color: #257953 !important;
|
|
8029
8054
|
}
|
|
8030
8055
|
|
|
8031
8056
|
a.has-text-success-dark:hover, a.has-text-success-dark:focus {
|
|
8032
|
-
color: #
|
|
8057
|
+
color: #31a06e !important;
|
|
8033
8058
|
}
|
|
8034
8059
|
|
|
8035
8060
|
.has-background-success-dark {
|
|
8036
|
-
background-color: #
|
|
8061
|
+
background-color: #257953 !important;
|
|
8037
8062
|
}
|
|
8038
8063
|
|
|
8039
8064
|
.has-text-warning {
|
|
8040
|
-
color: #
|
|
8065
|
+
color: #ffe08a !important;
|
|
8041
8066
|
}
|
|
8042
8067
|
|
|
8043
8068
|
a.has-text-warning:hover, a.has-text-warning:focus {
|
|
8044
|
-
color: #
|
|
8069
|
+
color: #ffd257 !important;
|
|
8045
8070
|
}
|
|
8046
8071
|
|
|
8047
8072
|
.has-background-warning {
|
|
8048
|
-
background-color: #
|
|
8073
|
+
background-color: #ffe08a !important;
|
|
8049
8074
|
}
|
|
8050
8075
|
|
|
8051
8076
|
.has-text-warning-light {
|
|
8052
|
-
color: #
|
|
8077
|
+
color: #fffaeb !important;
|
|
8053
8078
|
}
|
|
8054
8079
|
|
|
8055
8080
|
a.has-text-warning-light:hover, a.has-text-warning-light:focus {
|
|
8056
|
-
color: #
|
|
8081
|
+
color: #ffecb8 !important;
|
|
8057
8082
|
}
|
|
8058
8083
|
|
|
8059
8084
|
.has-background-warning-light {
|
|
8060
|
-
background-color: #
|
|
8085
|
+
background-color: #fffaeb !important;
|
|
8061
8086
|
}
|
|
8062
8087
|
|
|
8063
8088
|
.has-text-warning-dark {
|
|
8064
|
-
color: #
|
|
8089
|
+
color: #946c00 !important;
|
|
8065
8090
|
}
|
|
8066
8091
|
|
|
8067
8092
|
a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
|
|
8068
|
-
color: #
|
|
8093
|
+
color: #c79200 !important;
|
|
8069
8094
|
}
|
|
8070
8095
|
|
|
8071
8096
|
.has-background-warning-dark {
|
|
8072
|
-
background-color: #
|
|
8097
|
+
background-color: #946c00 !important;
|
|
8073
8098
|
}
|
|
8074
8099
|
|
|
8075
8100
|
.has-text-danger {
|
|
@@ -8649,6 +8674,36 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
8649
8674
|
margin-bottom: 3rem !important;
|
|
8650
8675
|
}
|
|
8651
8676
|
|
|
8677
|
+
.m-auto {
|
|
8678
|
+
margin: auto !important;
|
|
8679
|
+
}
|
|
8680
|
+
|
|
8681
|
+
.mt-auto {
|
|
8682
|
+
margin-top: auto !important;
|
|
8683
|
+
}
|
|
8684
|
+
|
|
8685
|
+
.mr-auto {
|
|
8686
|
+
margin-right: auto !important;
|
|
8687
|
+
}
|
|
8688
|
+
|
|
8689
|
+
.mb-auto {
|
|
8690
|
+
margin-bottom: auto !important;
|
|
8691
|
+
}
|
|
8692
|
+
|
|
8693
|
+
.ml-auto {
|
|
8694
|
+
margin-left: auto !important;
|
|
8695
|
+
}
|
|
8696
|
+
|
|
8697
|
+
.mx-auto {
|
|
8698
|
+
margin-left: auto !important;
|
|
8699
|
+
margin-right: auto !important;
|
|
8700
|
+
}
|
|
8701
|
+
|
|
8702
|
+
.my-auto {
|
|
8703
|
+
margin-top: auto !important;
|
|
8704
|
+
margin-bottom: auto !important;
|
|
8705
|
+
}
|
|
8706
|
+
|
|
8652
8707
|
.p-0 {
|
|
8653
8708
|
padding: 0 !important;
|
|
8654
8709
|
}
|
|
@@ -8859,6 +8914,36 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
8859
8914
|
padding-bottom: 3rem !important;
|
|
8860
8915
|
}
|
|
8861
8916
|
|
|
8917
|
+
.p-auto {
|
|
8918
|
+
padding: auto !important;
|
|
8919
|
+
}
|
|
8920
|
+
|
|
8921
|
+
.pt-auto {
|
|
8922
|
+
padding-top: auto !important;
|
|
8923
|
+
}
|
|
8924
|
+
|
|
8925
|
+
.pr-auto {
|
|
8926
|
+
padding-right: auto !important;
|
|
8927
|
+
}
|
|
8928
|
+
|
|
8929
|
+
.pb-auto {
|
|
8930
|
+
padding-bottom: auto !important;
|
|
8931
|
+
}
|
|
8932
|
+
|
|
8933
|
+
.pl-auto {
|
|
8934
|
+
padding-left: auto !important;
|
|
8935
|
+
}
|
|
8936
|
+
|
|
8937
|
+
.px-auto {
|
|
8938
|
+
padding-left: auto !important;
|
|
8939
|
+
padding-right: auto !important;
|
|
8940
|
+
}
|
|
8941
|
+
|
|
8942
|
+
.py-auto {
|
|
8943
|
+
padding-top: auto !important;
|
|
8944
|
+
padding-bottom: auto !important;
|
|
8945
|
+
}
|
|
8946
|
+
|
|
8862
8947
|
.is-size-1 {
|
|
8863
8948
|
font-size: 3rem !important;
|
|
8864
8949
|
}
|
|
@@ -9273,6 +9358,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
9273
9358
|
font-style: italic !important;
|
|
9274
9359
|
}
|
|
9275
9360
|
|
|
9361
|
+
.is-underlined {
|
|
9362
|
+
text-decoration: underline !important;
|
|
9363
|
+
}
|
|
9364
|
+
|
|
9276
9365
|
.has-text-weight-light {
|
|
9277
9366
|
font-weight: 300 !important;
|
|
9278
9367
|
}
|
|
@@ -9721,6 +9810,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
9721
9810
|
opacity: 1;
|
|
9722
9811
|
}
|
|
9723
9812
|
.hero.is-white .tabs li.is-active a {
|
|
9813
|
+
color: white !important;
|
|
9724
9814
|
opacity: 1;
|
|
9725
9815
|
}
|
|
9726
9816
|
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
|
|
@@ -9783,6 +9873,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
9783
9873
|
opacity: 1;
|
|
9784
9874
|
}
|
|
9785
9875
|
.hero.is-black .tabs li.is-active a {
|
|
9876
|
+
color: #0a0a0a !important;
|
|
9786
9877
|
opacity: 1;
|
|
9787
9878
|
}
|
|
9788
9879
|
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
|
|
@@ -9845,6 +9936,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
9845
9936
|
opacity: 1;
|
|
9846
9937
|
}
|
|
9847
9938
|
.hero.is-light .tabs li.is-active a {
|
|
9939
|
+
color: whitesmoke !important;
|
|
9848
9940
|
opacity: 1;
|
|
9849
9941
|
}
|
|
9850
9942
|
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
|
|
@@ -9907,6 +9999,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
9907
9999
|
opacity: 1;
|
|
9908
10000
|
}
|
|
9909
10001
|
.hero.is-dark .tabs li.is-active a {
|
|
10002
|
+
color: #363636 !important;
|
|
9910
10003
|
opacity: 1;
|
|
9911
10004
|
}
|
|
9912
10005
|
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
|
|
@@ -9969,6 +10062,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
9969
10062
|
opacity: 1;
|
|
9970
10063
|
}
|
|
9971
10064
|
.hero.is-primary .tabs li.is-active a {
|
|
10065
|
+
color: #7957d5 !important;
|
|
9972
10066
|
opacity: 1;
|
|
9973
10067
|
}
|
|
9974
10068
|
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
|
|
@@ -10031,6 +10125,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10031
10125
|
opacity: 1;
|
|
10032
10126
|
}
|
|
10033
10127
|
.hero.is-link .tabs li.is-active a {
|
|
10128
|
+
color: #7957d5 !important;
|
|
10034
10129
|
opacity: 1;
|
|
10035
10130
|
}
|
|
10036
10131
|
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
|
|
@@ -10093,6 +10188,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10093
10188
|
opacity: 1;
|
|
10094
10189
|
}
|
|
10095
10190
|
.hero.is-info .tabs li.is-active a {
|
|
10191
|
+
color: #167df0 !important;
|
|
10096
10192
|
opacity: 1;
|
|
10097
10193
|
}
|
|
10098
10194
|
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
|
|
@@ -10115,7 +10211,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10115
10211
|
}
|
|
10116
10212
|
}
|
|
10117
10213
|
.hero.is-success {
|
|
10118
|
-
background-color: #
|
|
10214
|
+
background-color: #48c78e;
|
|
10119
10215
|
color: #fff;
|
|
10120
10216
|
}
|
|
10121
10217
|
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
|
|
@@ -10134,7 +10230,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10134
10230
|
}
|
|
10135
10231
|
@media screen and (max-width: 1023px) {
|
|
10136
10232
|
.hero.is-success .navbar-menu {
|
|
10137
|
-
background-color: #
|
|
10233
|
+
background-color: #48c78e;
|
|
10138
10234
|
}
|
|
10139
10235
|
}
|
|
10140
10236
|
.hero.is-success .navbar-item,
|
|
@@ -10144,7 +10240,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10144
10240
|
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
|
|
10145
10241
|
.hero.is-success .navbar-link:hover,
|
|
10146
10242
|
.hero.is-success .navbar-link.is-active {
|
|
10147
|
-
background-color: #
|
|
10243
|
+
background-color: #3abb81;
|
|
10148
10244
|
color: #fff;
|
|
10149
10245
|
}
|
|
10150
10246
|
.hero.is-success .tabs a {
|
|
@@ -10155,6 +10251,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10155
10251
|
opacity: 1;
|
|
10156
10252
|
}
|
|
10157
10253
|
.hero.is-success .tabs li.is-active a {
|
|
10254
|
+
color: #48c78e !important;
|
|
10158
10255
|
opacity: 1;
|
|
10159
10256
|
}
|
|
10160
10257
|
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
|
|
@@ -10166,18 +10263,18 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10166
10263
|
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
|
|
10167
10264
|
background-color: #fff;
|
|
10168
10265
|
border-color: #fff;
|
|
10169
|
-
color: #
|
|
10266
|
+
color: #48c78e;
|
|
10170
10267
|
}
|
|
10171
10268
|
.hero.is-success.is-bold {
|
|
10172
|
-
background-image: linear-gradient(141deg, #
|
|
10269
|
+
background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%);
|
|
10173
10270
|
}
|
|
10174
10271
|
@media screen and (max-width: 768px) {
|
|
10175
10272
|
.hero.is-success.is-bold .navbar-menu {
|
|
10176
|
-
background-image: linear-gradient(141deg, #
|
|
10273
|
+
background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%);
|
|
10177
10274
|
}
|
|
10178
10275
|
}
|
|
10179
10276
|
.hero.is-warning {
|
|
10180
|
-
background-color: #
|
|
10277
|
+
background-color: #ffe08a;
|
|
10181
10278
|
color: rgba(0, 0, 0, 0.7);
|
|
10182
10279
|
}
|
|
10183
10280
|
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
|
|
@@ -10196,7 +10293,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10196
10293
|
}
|
|
10197
10294
|
@media screen and (max-width: 1023px) {
|
|
10198
10295
|
.hero.is-warning .navbar-menu {
|
|
10199
|
-
background-color: #
|
|
10296
|
+
background-color: #ffe08a;
|
|
10200
10297
|
}
|
|
10201
10298
|
}
|
|
10202
10299
|
.hero.is-warning .navbar-item,
|
|
@@ -10206,7 +10303,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10206
10303
|
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
|
|
10207
10304
|
.hero.is-warning .navbar-link:hover,
|
|
10208
10305
|
.hero.is-warning .navbar-link.is-active {
|
|
10209
|
-
background-color: #
|
|
10306
|
+
background-color: #ffd970;
|
|
10210
10307
|
color: rgba(0, 0, 0, 0.7);
|
|
10211
10308
|
}
|
|
10212
10309
|
.hero.is-warning .tabs a {
|
|
@@ -10217,6 +10314,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10217
10314
|
opacity: 1;
|
|
10218
10315
|
}
|
|
10219
10316
|
.hero.is-warning .tabs li.is-active a {
|
|
10317
|
+
color: #ffe08a !important;
|
|
10220
10318
|
opacity: 1;
|
|
10221
10319
|
}
|
|
10222
10320
|
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
|
|
@@ -10228,14 +10326,14 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10228
10326
|
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
|
|
10229
10327
|
background-color: rgba(0, 0, 0, 0.7);
|
|
10230
10328
|
border-color: rgba(0, 0, 0, 0.7);
|
|
10231
|
-
color: #
|
|
10329
|
+
color: #ffe08a;
|
|
10232
10330
|
}
|
|
10233
10331
|
.hero.is-warning.is-bold {
|
|
10234
|
-
background-image: linear-gradient(141deg, #
|
|
10332
|
+
background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%);
|
|
10235
10333
|
}
|
|
10236
10334
|
@media screen and (max-width: 768px) {
|
|
10237
10335
|
.hero.is-warning.is-bold .navbar-menu {
|
|
10238
|
-
background-image: linear-gradient(141deg, #
|
|
10336
|
+
background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%);
|
|
10239
10337
|
}
|
|
10240
10338
|
}
|
|
10241
10339
|
.hero.is-danger {
|
|
@@ -10279,6 +10377,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10279
10377
|
opacity: 1;
|
|
10280
10378
|
}
|
|
10281
10379
|
.hero.is-danger .tabs li.is-active a {
|
|
10380
|
+
color: #f14668 !important;
|
|
10282
10381
|
opacity: 1;
|
|
10283
10382
|
}
|
|
10284
10383
|
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
|
|
@@ -10305,12 +10404,12 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10305
10404
|
}
|
|
10306
10405
|
@media screen and (min-width: 769px), print {
|
|
10307
10406
|
.hero.is-medium .hero-body {
|
|
10308
|
-
padding: 9rem
|
|
10407
|
+
padding: 9rem 4.5rem;
|
|
10309
10408
|
}
|
|
10310
10409
|
}
|
|
10311
10410
|
@media screen and (min-width: 769px), print {
|
|
10312
10411
|
.hero.is-large .hero-body {
|
|
10313
|
-
padding: 18rem
|
|
10412
|
+
padding: 18rem 6rem;
|
|
10314
10413
|
}
|
|
10315
10414
|
}
|
|
10316
10415
|
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
|
|
@@ -10380,16 +10479,24 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10380
10479
|
flex-shrink: 0;
|
|
10381
10480
|
padding: 3rem 1.5rem;
|
|
10382
10481
|
}
|
|
10482
|
+
@media screen and (min-width: 769px), print {
|
|
10483
|
+
.hero-body {
|
|
10484
|
+
padding: 3rem 3rem;
|
|
10485
|
+
}
|
|
10486
|
+
}
|
|
10383
10487
|
|
|
10384
10488
|
.section {
|
|
10385
10489
|
padding: 3rem 1.5rem;
|
|
10386
10490
|
}
|
|
10387
10491
|
@media screen and (min-width: 1024px) {
|
|
10492
|
+
.section {
|
|
10493
|
+
padding: 3rem 3rem;
|
|
10494
|
+
}
|
|
10388
10495
|
.section.is-medium {
|
|
10389
|
-
padding: 9rem
|
|
10496
|
+
padding: 9rem 4.5rem;
|
|
10390
10497
|
}
|
|
10391
10498
|
.section.is-large {
|
|
10392
|
-
padding: 18rem
|
|
10499
|
+
padding: 18rem 6rem;
|
|
10393
10500
|
}
|
|
10394
10501
|
}
|
|
10395
10502
|
|
|
@@ -10735,7 +10842,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10735
10842
|
width: 10px;
|
|
10736
10843
|
}
|
|
10737
10844
|
.carousel .carousel-indicator .indicator-item .indicator-style.is-dots {
|
|
10738
|
-
border-radius:
|
|
10845
|
+
border-radius: 9999px;
|
|
10739
10846
|
height: 10px;
|
|
10740
10847
|
width: 10px;
|
|
10741
10848
|
}
|
|
@@ -10793,7 +10900,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10793
10900
|
color: #7957d5;
|
|
10794
10901
|
cursor: pointer;
|
|
10795
10902
|
border: 1px solid white;
|
|
10796
|
-
border-radius:
|
|
10903
|
+
border-radius: 9999px;
|
|
10797
10904
|
outline: 0;
|
|
10798
10905
|
}
|
|
10799
10906
|
.carousel-arrow .icon:hover {
|
|
@@ -10873,12 +10980,12 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10873
10980
|
border-color: #167df0;
|
|
10874
10981
|
}
|
|
10875
10982
|
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-success {
|
|
10876
|
-
background: #
|
|
10877
|
-
border-color: #
|
|
10983
|
+
background: #48c78e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
|
|
10984
|
+
border-color: #48c78e;
|
|
10878
10985
|
}
|
|
10879
10986
|
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-warning {
|
|
10880
|
-
background: #
|
|
10881
|
-
border-color: #
|
|
10987
|
+
background: #ffe08a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
|
|
10988
|
+
border-color: #ffe08a;
|
|
10882
10989
|
}
|
|
10883
10990
|
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-danger {
|
|
10884
10991
|
background: #f14668 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
|
|
@@ -10917,12 +11024,12 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10917
11024
|
border-color: #167df0;
|
|
10918
11025
|
}
|
|
10919
11026
|
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-success {
|
|
10920
|
-
background: #
|
|
10921
|
-
border-color: #
|
|
11027
|
+
background: #48c78e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
|
|
11028
|
+
border-color: #48c78e;
|
|
10922
11029
|
}
|
|
10923
11030
|
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-warning {
|
|
10924
|
-
background: #
|
|
10925
|
-
border-color: #
|
|
11031
|
+
background: #ffe08a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
|
|
11032
|
+
border-color: #ffe08a;
|
|
10926
11033
|
}
|
|
10927
11034
|
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-danger {
|
|
10928
11035
|
background: #f14668 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
|
|
@@ -10956,10 +11063,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10956
11063
|
box-shadow: 0 0 0.5em rgba(22, 125, 240, 0.8);
|
|
10957
11064
|
}
|
|
10958
11065
|
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-success {
|
|
10959
|
-
box-shadow: 0 0 0.5em rgba(72, 199,
|
|
11066
|
+
box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.8);
|
|
10960
11067
|
}
|
|
10961
11068
|
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-warning {
|
|
10962
|
-
box-shadow: 0 0 0.5em rgba(255,
|
|
11069
|
+
box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.8);
|
|
10963
11070
|
}
|
|
10964
11071
|
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-danger {
|
|
10965
11072
|
box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.8);
|
|
@@ -10998,10 +11105,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
10998
11105
|
border-color: #167df0;
|
|
10999
11106
|
}
|
|
11000
11107
|
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-success {
|
|
11001
|
-
border-color: #
|
|
11108
|
+
border-color: #48c78e;
|
|
11002
11109
|
}
|
|
11003
11110
|
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-warning {
|
|
11004
|
-
border-color: #
|
|
11111
|
+
border-color: #ffe08a;
|
|
11005
11112
|
}
|
|
11006
11113
|
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-danger {
|
|
11007
11114
|
border-color: #f14668;
|
|
@@ -11138,33 +11245,33 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
11138
11245
|
color: #fff;
|
|
11139
11246
|
}
|
|
11140
11247
|
.b-clockpicker.is-success .card-header {
|
|
11141
|
-
background-color: #
|
|
11248
|
+
background-color: #48c78e;
|
|
11142
11249
|
color: #fff;
|
|
11143
11250
|
}
|
|
11144
11251
|
.b-clockpicker.is-success .b-clockpicker-face:after {
|
|
11145
|
-
background-color: #
|
|
11252
|
+
background-color: #48c78e;
|
|
11146
11253
|
}
|
|
11147
11254
|
.b-clockpicker.is-success .b-clockpicker-face-hand {
|
|
11148
|
-
background-color: #
|
|
11149
|
-
border-color: #
|
|
11255
|
+
background-color: #48c78e;
|
|
11256
|
+
border-color: #48c78e;
|
|
11150
11257
|
}
|
|
11151
11258
|
.b-clockpicker.is-success .b-clockpicker-face-number.active {
|
|
11152
|
-
background-color: #
|
|
11259
|
+
background-color: #48c78e;
|
|
11153
11260
|
color: #fff;
|
|
11154
11261
|
}
|
|
11155
11262
|
.b-clockpicker.is-warning .card-header {
|
|
11156
|
-
background-color: #
|
|
11263
|
+
background-color: #ffe08a;
|
|
11157
11264
|
color: rgba(0, 0, 0, 0.7);
|
|
11158
11265
|
}
|
|
11159
11266
|
.b-clockpicker.is-warning .b-clockpicker-face:after {
|
|
11160
|
-
background-color: #
|
|
11267
|
+
background-color: #ffe08a;
|
|
11161
11268
|
}
|
|
11162
11269
|
.b-clockpicker.is-warning .b-clockpicker-face-hand {
|
|
11163
|
-
background-color: #
|
|
11164
|
-
border-color: #
|
|
11270
|
+
background-color: #ffe08a;
|
|
11271
|
+
border-color: #ffe08a;
|
|
11165
11272
|
}
|
|
11166
11273
|
.b-clockpicker.is-warning .b-clockpicker-face-number.active {
|
|
11167
|
-
background-color: #
|
|
11274
|
+
background-color: #ffe08a;
|
|
11168
11275
|
color: rgba(0, 0, 0, 0.7);
|
|
11169
11276
|
}
|
|
11170
11277
|
.b-clockpicker.is-danger .card-header {
|
|
@@ -11258,7 +11365,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
11258
11365
|
}
|
|
11259
11366
|
.b-clockpicker-body .b-clockpicker-btn {
|
|
11260
11367
|
padding: 0 8px;
|
|
11261
|
-
border-radius:
|
|
11368
|
+
border-radius: 9999px;
|
|
11262
11369
|
margin-bottom: 2px;
|
|
11263
11370
|
}
|
|
11264
11371
|
.b-clockpicker-body .b-clockpicker-btn:hover, .b-clockpicker-body .b-clockpicker-btn.active {
|
|
@@ -11315,8 +11422,8 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
11315
11422
|
position: absolute;
|
|
11316
11423
|
width: 40px;
|
|
11317
11424
|
height: 40px;
|
|
11318
|
-
left: calc(50% - 40px
|
|
11319
|
-
top: calc(50% - 40px
|
|
11425
|
+
left: calc(50% - 40px * 0.5);
|
|
11426
|
+
top: calc(50% - 40px * 0.5);
|
|
11320
11427
|
user-select: none;
|
|
11321
11428
|
}
|
|
11322
11429
|
.b-clockpicker-body .b-clockpicker-face-number > span {
|
|
@@ -11558,10 +11665,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
11558
11665
|
background-color: #167df0;
|
|
11559
11666
|
}
|
|
11560
11667
|
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-success {
|
|
11561
|
-
background-color: #
|
|
11668
|
+
background-color: #48c78e;
|
|
11562
11669
|
}
|
|
11563
11670
|
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning {
|
|
11564
|
-
background-color: #
|
|
11671
|
+
background-color: #ffe08a;
|
|
11565
11672
|
}
|
|
11566
11673
|
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-danger {
|
|
11567
11674
|
background-color: #f14668;
|
|
@@ -11807,7 +11914,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
11807
11914
|
.field.is-floating-label .label, .field.is-floating-in-label .label {
|
|
11808
11915
|
position: absolute;
|
|
11809
11916
|
left: 1em;
|
|
11810
|
-
font-size: calc(1rem *
|
|
11917
|
+
font-size: calc(1rem * 0.75);
|
|
11811
11918
|
background-color: transparent;
|
|
11812
11919
|
z-index: 5;
|
|
11813
11920
|
white-space: nowrap;
|
|
@@ -11816,13 +11923,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
11816
11923
|
overflow: hidden;
|
|
11817
11924
|
}
|
|
11818
11925
|
.field.is-floating-label .label.is-small, .field.is-floating-in-label .label.is-small {
|
|
11819
|
-
font-size: calc(0.75rem *
|
|
11926
|
+
font-size: calc(0.75rem * 0.75);
|
|
11820
11927
|
}
|
|
11821
11928
|
.field.is-floating-label .label.is-medium, .field.is-floating-in-label .label.is-medium {
|
|
11822
|
-
font-size: calc(1.25rem *
|
|
11929
|
+
font-size: calc(1.25rem * 0.75);
|
|
11823
11930
|
}
|
|
11824
11931
|
.field.is-floating-label .label.is-large, .field.is-floating-in-label .label.is-large {
|
|
11825
|
-
font-size: calc(1.5rem *
|
|
11932
|
+
font-size: calc(1.5rem * 0.75);
|
|
11826
11933
|
}
|
|
11827
11934
|
.field.is-floating-label .taginput .counter, .field.is-floating-in-label .taginput .counter {
|
|
11828
11935
|
float: none;
|
|
@@ -11867,14 +11974,14 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
11867
11974
|
top: 0.25em;
|
|
11868
11975
|
}
|
|
11869
11976
|
.field.is-floating-in-label > .label + .control.datepicker .input, .field.is-floating-in-label > .label + .control.timepicker .input {
|
|
11870
|
-
padding-top: calc(3.25em
|
|
11977
|
+
padding-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5);
|
|
11871
11978
|
padding-bottom: 1px;
|
|
11872
11979
|
height: 3.25em;
|
|
11873
11980
|
}
|
|
11874
11981
|
.field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .input,
|
|
11875
11982
|
.field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .textarea,
|
|
11876
11983
|
.field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) select {
|
|
11877
|
-
padding-top: calc(3.25em
|
|
11984
|
+
padding-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5);
|
|
11878
11985
|
padding-bottom: 1px;
|
|
11879
11986
|
height: 3.25em;
|
|
11880
11987
|
}
|
|
@@ -11882,30 +11989,30 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
11882
11989
|
height: 3.25em;
|
|
11883
11990
|
}
|
|
11884
11991
|
.field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple).is-loading::after {
|
|
11885
|
-
margin-top: calc(3.25em
|
|
11992
|
+
margin-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5);
|
|
11886
11993
|
}
|
|
11887
11994
|
.field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple)::after {
|
|
11888
11995
|
margin-top: 1px;
|
|
11889
11996
|
}
|
|
11890
11997
|
.field.is-floating-in-label > .label + .control.taginput .taginput-container {
|
|
11891
|
-
padding-top: calc(3.25em
|
|
11998
|
+
padding-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5 + (0.275em - 1px));
|
|
11892
11999
|
}
|
|
11893
12000
|
.field.is-floating-in-label > .label + .control:not(.taginput) .is-left.icon,
|
|
11894
12001
|
.field.is-floating-in-label > .label + .control:not(.taginput) .is-right.icon {
|
|
11895
12002
|
height: 3.25em;
|
|
11896
12003
|
}
|
|
11897
12004
|
.field.is-floating-in-label > .label + .control:not(.taginput) .is-left.icon {
|
|
11898
|
-
padding-top: calc(3.25em
|
|
12005
|
+
padding-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5);
|
|
11899
12006
|
}
|
|
11900
12007
|
.field.is-floating-in-label > .label + .control.is-loading::after {
|
|
11901
|
-
margin-top: calc(3.25em
|
|
12008
|
+
margin-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5);
|
|
11902
12009
|
}
|
|
11903
12010
|
.field.is-floating-in-label > .label + .field-body > .is-grouped .control .input,
|
|
11904
12011
|
.field.is-floating-in-label > .label + .field-body > .is-grouped .control .textarea,
|
|
11905
12012
|
.field.is-floating-in-label > .label + .field-body > .is-grouped .control select, .field.is-floating-in-label > .label + .field-body > .has-addons .control .input,
|
|
11906
12013
|
.field.is-floating-in-label > .label + .field-body > .has-addons .control .textarea,
|
|
11907
12014
|
.field.is-floating-in-label > .label + .field-body > .has-addons .control select {
|
|
11908
|
-
padding-top: calc(3.25em
|
|
12015
|
+
padding-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5);
|
|
11909
12016
|
padding-bottom: 1px;
|
|
11910
12017
|
}
|
|
11911
12018
|
.field.is-floating-in-label > .label + .field-body > .is-grouped .control .input,
|
|
@@ -11963,8 +12070,8 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
11963
12070
|
cursor: pointer;
|
|
11964
12071
|
}
|
|
11965
12072
|
.control.is-loading::after {
|
|
11966
|
-
top: calc(50% - (1em
|
|
11967
|
-
right: calc((2.5em
|
|
12073
|
+
top: calc(50% - (1em * 0.5));
|
|
12074
|
+
right: calc((2.5em * 0.5) - .5em);
|
|
11968
12075
|
}
|
|
11969
12076
|
|
|
11970
12077
|
.icon {
|
|
@@ -12006,13 +12113,14 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12006
12113
|
display: none;
|
|
12007
12114
|
justify-content: center;
|
|
12008
12115
|
overflow: hidden;
|
|
12009
|
-
z-index:
|
|
12116
|
+
z-index: 29;
|
|
12010
12117
|
}
|
|
12011
12118
|
.loading-overlay.is-active {
|
|
12012
12119
|
display: flex;
|
|
12013
12120
|
}
|
|
12014
12121
|
.loading-overlay.is-full-page {
|
|
12015
12122
|
position: fixed;
|
|
12123
|
+
z-index: 999;
|
|
12016
12124
|
}
|
|
12017
12125
|
.loading-overlay.is-full-page .loading-icon:after {
|
|
12018
12126
|
top: calc(50% - 2.5em);
|
|
@@ -12035,7 +12143,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12035
12143
|
.loading-overlay .loading-icon:after {
|
|
12036
12144
|
animation: spinAround 500ms infinite linear;
|
|
12037
12145
|
border: 2px solid #dbdbdb;
|
|
12038
|
-
border-radius:
|
|
12146
|
+
border-radius: 9999px;
|
|
12039
12147
|
border-right-color: transparent;
|
|
12040
12148
|
border-top-color: transparent;
|
|
12041
12149
|
content: "";
|
|
@@ -12062,6 +12170,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12062
12170
|
padding-top: 0;
|
|
12063
12171
|
border: 0;
|
|
12064
12172
|
}
|
|
12173
|
+
.message progress,
|
|
12174
|
+
.notification progress {
|
|
12175
|
+
height: 5px;
|
|
12176
|
+
}
|
|
12065
12177
|
|
|
12066
12178
|
.modal.is-full-screen > .animation-content,
|
|
12067
12179
|
.modal.is-full-screen > .animation-content > .modal-card {
|
|
@@ -12155,11 +12267,11 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12155
12267
|
}
|
|
12156
12268
|
.notices .toast.is-success {
|
|
12157
12269
|
color: #fff;
|
|
12158
|
-
background: #
|
|
12270
|
+
background: #48c78e;
|
|
12159
12271
|
}
|
|
12160
12272
|
.notices .toast.is-warning {
|
|
12161
12273
|
color: rgba(0, 0, 0, 0.7);
|
|
12162
|
-
background: #
|
|
12274
|
+
background: #ffe08a;
|
|
12163
12275
|
}
|
|
12164
12276
|
.notices .toast.is-danger {
|
|
12165
12277
|
color: #fff;
|
|
@@ -12220,10 +12332,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12220
12332
|
color: #167df0;
|
|
12221
12333
|
}
|
|
12222
12334
|
.notices .snackbar .action.is-success .button {
|
|
12223
|
-
color: #
|
|
12335
|
+
color: #48c78e;
|
|
12224
12336
|
}
|
|
12225
12337
|
.notices .snackbar .action.is-warning .button {
|
|
12226
|
-
color: #
|
|
12338
|
+
color: #ffe08a;
|
|
12227
12339
|
}
|
|
12228
12340
|
.notices .snackbar .action.is-danger .button {
|
|
12229
12341
|
color: #f14668;
|
|
@@ -12246,6 +12358,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12246
12358
|
}
|
|
12247
12359
|
}
|
|
12248
12360
|
.notices .notification {
|
|
12361
|
+
pointer-events: auto;
|
|
12249
12362
|
max-width: 600px;
|
|
12250
12363
|
}
|
|
12251
12364
|
.notices .toast.is-top, .notices .toast.is-bottom,
|
|
@@ -12296,6 +12409,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12296
12409
|
}
|
|
12297
12410
|
}
|
|
12298
12411
|
|
|
12412
|
+
.notification .progress-wrapper {
|
|
12413
|
+
position: absolute;
|
|
12414
|
+
bottom: 0;
|
|
12415
|
+
left: 0;
|
|
12416
|
+
width: 100%;
|
|
12417
|
+
}
|
|
12418
|
+
|
|
12299
12419
|
.b-numberinput.field {
|
|
12300
12420
|
margin-bottom: 0;
|
|
12301
12421
|
}
|
|
@@ -12416,10 +12536,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12416
12536
|
.progress-wrapper .progress.is-more-than-half.is-danger + .progress-value, .progress-wrapper .is-more-than-half.is-danger.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-danger + .progress-value {
|
|
12417
12537
|
color: #fff;
|
|
12418
12538
|
}
|
|
12539
|
+
.progress-wrapper .progress.is-squared, .progress-wrapper .is-squared.progress-wrapper.is-not-native, .progress-wrapper .progress-bar.is-squared {
|
|
12540
|
+
border-radius: 0;
|
|
12541
|
+
}
|
|
12419
12542
|
.progress-wrapper.is-not-native {
|
|
12420
12543
|
white-space: nowrap;
|
|
12421
12544
|
background-color: #ededed;
|
|
12422
|
-
border-radius:
|
|
12545
|
+
border-radius: 9999px;
|
|
12423
12546
|
}
|
|
12424
12547
|
.progress-wrapper.is-not-native .progress-bar {
|
|
12425
12548
|
position: relative;
|
|
@@ -12474,13 +12597,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12474
12597
|
color: #fff;
|
|
12475
12598
|
}
|
|
12476
12599
|
.progress-wrapper.is-not-native .progress-bar.is-success {
|
|
12477
|
-
background-color: #
|
|
12600
|
+
background-color: #48c78e;
|
|
12478
12601
|
}
|
|
12479
12602
|
.progress-wrapper.is-not-native .progress-bar.is-success .progress-value {
|
|
12480
12603
|
color: #fff;
|
|
12481
12604
|
}
|
|
12482
12605
|
.progress-wrapper.is-not-native .progress-bar.is-warning {
|
|
12483
|
-
background-color: #
|
|
12606
|
+
background-color: #ffe08a;
|
|
12484
12607
|
}
|
|
12485
12608
|
.progress-wrapper.is-not-native .progress-bar.is-warning .progress-value {
|
|
12486
12609
|
color: rgba(0, 0, 0, 0.7);
|
|
@@ -12491,6 +12614,9 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12491
12614
|
.progress-wrapper.is-not-native .progress-bar.is-danger .progress-value {
|
|
12492
12615
|
color: #fff;
|
|
12493
12616
|
}
|
|
12617
|
+
.progress-wrapper.is-squared {
|
|
12618
|
+
border-radius: 0;
|
|
12619
|
+
}
|
|
12494
12620
|
|
|
12495
12621
|
.b-radio.radio {
|
|
12496
12622
|
outline: none;
|
|
@@ -12529,9 +12655,9 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12529
12655
|
display: flex;
|
|
12530
12656
|
position: absolute;
|
|
12531
12657
|
left: 50%;
|
|
12532
|
-
margin-left: calc(-1.25em
|
|
12658
|
+
margin-left: calc(-1.25em * 0.5);
|
|
12533
12659
|
bottom: 50%;
|
|
12534
|
-
margin-bottom: calc(-1.25em
|
|
12660
|
+
margin-bottom: calc(-1.25em * 0.5);
|
|
12535
12661
|
width: 1.25em;
|
|
12536
12662
|
height: 1.25em;
|
|
12537
12663
|
transition: transform 150ms ease-out;
|
|
@@ -12561,10 +12687,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12561
12687
|
background: #167df0;
|
|
12562
12688
|
}
|
|
12563
12689
|
.b-radio.radio input[type=radio] + .check.is-success:before {
|
|
12564
|
-
background: #
|
|
12690
|
+
background: #48c78e;
|
|
12565
12691
|
}
|
|
12566
12692
|
.b-radio.radio input[type=radio] + .check.is-warning:before {
|
|
12567
|
-
background: #
|
|
12693
|
+
background: #ffe08a;
|
|
12568
12694
|
}
|
|
12569
12695
|
.b-radio.radio input[type=radio] + .check.is-danger:before {
|
|
12570
12696
|
background: #f14668;
|
|
@@ -12594,10 +12720,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12594
12720
|
border-color: #167df0;
|
|
12595
12721
|
}
|
|
12596
12722
|
.b-radio.radio input[type=radio]:checked + .check.is-success {
|
|
12597
|
-
border-color: #
|
|
12723
|
+
border-color: #48c78e;
|
|
12598
12724
|
}
|
|
12599
12725
|
.b-radio.radio input[type=radio]:checked + .check.is-warning {
|
|
12600
|
-
border-color: #
|
|
12726
|
+
border-color: #ffe08a;
|
|
12601
12727
|
}
|
|
12602
12728
|
.b-radio.radio input[type=radio]:checked + .check.is-danger {
|
|
12603
12729
|
border-color: #f14668;
|
|
@@ -12633,10 +12759,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12633
12759
|
box-shadow: 0 0 0.5em rgba(22, 125, 240, 0.8);
|
|
12634
12760
|
}
|
|
12635
12761
|
.b-radio.radio input[type=radio]:focus:checked + .check.is-success {
|
|
12636
|
-
box-shadow: 0 0 0.5em rgba(72, 199,
|
|
12762
|
+
box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.8);
|
|
12637
12763
|
}
|
|
12638
12764
|
.b-radio.radio input[type=radio]:focus:checked + .check.is-warning {
|
|
12639
|
-
box-shadow: 0 0 0.5em rgba(255,
|
|
12765
|
+
box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.8);
|
|
12640
12766
|
}
|
|
12641
12767
|
.b-radio.radio input[type=radio]:focus:checked + .check.is-danger {
|
|
12642
12768
|
box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.8);
|
|
@@ -12678,10 +12804,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12678
12804
|
border-color: #167df0;
|
|
12679
12805
|
}
|
|
12680
12806
|
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-success {
|
|
12681
|
-
border-color: #
|
|
12807
|
+
border-color: #48c78e;
|
|
12682
12808
|
}
|
|
12683
12809
|
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-warning {
|
|
12684
|
-
border-color: #
|
|
12810
|
+
border-color: #ffe08a;
|
|
12685
12811
|
}
|
|
12686
12812
|
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-danger {
|
|
12687
12813
|
border-color: #f14668;
|
|
@@ -12730,7 +12856,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12730
12856
|
transform: scale(1.1);
|
|
12731
12857
|
}
|
|
12732
12858
|
.rate .rate-item.set-on .icon, .rate .rate-item.set-half .is-half {
|
|
12733
|
-
color: #
|
|
12859
|
+
color: #ffd970;
|
|
12734
12860
|
}
|
|
12735
12861
|
.rate .rate-item.set-half .is-half {
|
|
12736
12862
|
position: absolute;
|
|
@@ -12787,8 +12913,8 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12787
12913
|
color: rgba(122, 122, 122, 0.7);
|
|
12788
12914
|
}
|
|
12789
12915
|
.select.is-loading::after {
|
|
12790
|
-
top: calc(50% - (1em
|
|
12791
|
-
right: calc((2.5em
|
|
12916
|
+
top: calc(50% - (1em * 0.5));
|
|
12917
|
+
right: calc((2.5em * 0.5) - .5em);
|
|
12792
12918
|
}
|
|
12793
12919
|
|
|
12794
12920
|
.b-skeleton {
|
|
@@ -12872,10 +12998,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12872
12998
|
background-color: #167df0;
|
|
12873
12999
|
}
|
|
12874
13000
|
.b-sidebar .sidebar-content.is-success {
|
|
12875
|
-
background-color: #
|
|
13001
|
+
background-color: #48c78e;
|
|
12876
13002
|
}
|
|
12877
13003
|
.b-sidebar .sidebar-content.is-warning {
|
|
12878
|
-
background-color: #
|
|
13004
|
+
background-color: #ffe08a;
|
|
12879
13005
|
}
|
|
12880
13006
|
.b-sidebar .sidebar-content.is-danger {
|
|
12881
13007
|
background-color: #f14668;
|
|
@@ -12901,13 +13027,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
12901
13027
|
.b-sidebar .sidebar-content.is-mini {
|
|
12902
13028
|
width: 80px;
|
|
12903
13029
|
}
|
|
12904
|
-
.b-sidebar .sidebar-content.is-mini.is-mini-expand:hover {
|
|
13030
|
+
.b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-mini-delayed) {
|
|
12905
13031
|
transition: width 150ms ease-out;
|
|
12906
13032
|
}
|
|
12907
|
-
.b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-fullwidth) {
|
|
13033
|
+
.b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-mini-delayed):not(.is-fullwidth) {
|
|
12908
13034
|
width: 260px;
|
|
12909
13035
|
}
|
|
12910
|
-
.b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-fullwidth).is-mini-expand-fixed {
|
|
13036
|
+
.b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-mini-delayed):not(.is-fullwidth).is-mini-expand-fixed {
|
|
12911
13037
|
position: fixed;
|
|
12912
13038
|
}
|
|
12913
13039
|
.b-sidebar .sidebar-content.is-static {
|
|
@@ -13021,7 +13147,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
13021
13147
|
cursor: pointer;
|
|
13022
13148
|
}
|
|
13023
13149
|
.b-slider.is-rounded .b-slider-thumb {
|
|
13024
|
-
border-radius:
|
|
13150
|
+
border-radius: 9999px;
|
|
13025
13151
|
}
|
|
13026
13152
|
.b-slider.is-disabled .b-slider-track {
|
|
13027
13153
|
cursor: not-allowed;
|
|
@@ -13046,7 +13172,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
13046
13172
|
.b-slider .b-slider-tick-label {
|
|
13047
13173
|
font-size: 0.75rem;
|
|
13048
13174
|
position: absolute;
|
|
13049
|
-
top: calc(0.5rem
|
|
13175
|
+
top: calc(0.5rem * 0.5 + 2px);
|
|
13050
13176
|
left: 50%;
|
|
13051
13177
|
transform: translateX(-50%);
|
|
13052
13178
|
}
|
|
@@ -13063,7 +13189,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
13063
13189
|
.b-slider.is-small .b-slider-tick-label {
|
|
13064
13190
|
font-size: 0.75rem;
|
|
13065
13191
|
position: absolute;
|
|
13066
|
-
top: calc(0.375rem
|
|
13192
|
+
top: calc(0.375rem * 0.5 + 2px);
|
|
13067
13193
|
left: 50%;
|
|
13068
13194
|
transform: translateX(-50%);
|
|
13069
13195
|
}
|
|
@@ -13080,7 +13206,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
13080
13206
|
.b-slider.is-medium .b-slider-tick-label {
|
|
13081
13207
|
font-size: 0.75rem;
|
|
13082
13208
|
position: absolute;
|
|
13083
|
-
top: calc(0.625rem
|
|
13209
|
+
top: calc(0.625rem * 0.5 + 2px);
|
|
13084
13210
|
left: 50%;
|
|
13085
13211
|
transform: translateX(-50%);
|
|
13086
13212
|
}
|
|
@@ -13097,7 +13223,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
13097
13223
|
.b-slider.is-large .b-slider-tick-label {
|
|
13098
13224
|
font-size: 0.75rem;
|
|
13099
13225
|
position: absolute;
|
|
13100
|
-
top: calc(0.75rem
|
|
13226
|
+
top: calc(0.75rem * 0.5 + 2px);
|
|
13101
13227
|
left: 50%;
|
|
13102
13228
|
transform: translateX(-50%);
|
|
13103
13229
|
}
|
|
@@ -13123,10 +13249,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
13123
13249
|
background: #167df0 !important;
|
|
13124
13250
|
}
|
|
13125
13251
|
.b-slider.is-success .b-slider-fill {
|
|
13126
|
-
background: #
|
|
13252
|
+
background: #48c78e !important;
|
|
13127
13253
|
}
|
|
13128
13254
|
.b-slider.is-warning .b-slider-fill {
|
|
13129
|
-
background: #
|
|
13255
|
+
background: #ffe08a !important;
|
|
13130
13256
|
}
|
|
13131
13257
|
.b-slider.is-danger .b-slider-fill {
|
|
13132
13258
|
background: #f14668 !important;
|
|
@@ -13322,41 +13448,41 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
13322
13448
|
background-position: left bottom;
|
|
13323
13449
|
}
|
|
13324
13450
|
.b-steps .steps .step-items .step-item.is-success::before, .b-steps .steps .step-items .step-item.is-success::after {
|
|
13325
|
-
background: linear-gradient(to left, #dbdbdb 50%, #
|
|
13451
|
+
background: linear-gradient(to left, #dbdbdb 50%, #48c78e 50%);
|
|
13326
13452
|
background-size: 200% 100%;
|
|
13327
13453
|
background-position: right bottom;
|
|
13328
13454
|
}
|
|
13329
13455
|
.b-steps .steps .step-items .step-item.is-success.is-active .step-marker {
|
|
13330
13456
|
background-color: white;
|
|
13331
|
-
border-color: #
|
|
13332
|
-
color: #
|
|
13457
|
+
border-color: #48c78e;
|
|
13458
|
+
color: #48c78e;
|
|
13333
13459
|
}
|
|
13334
13460
|
.b-steps .steps .step-items .step-item.is-success.is-active::before, .b-steps .steps .step-items .step-item.is-success.is-active::after {
|
|
13335
13461
|
background-position: left bottom;
|
|
13336
13462
|
}
|
|
13337
13463
|
.b-steps .steps .step-items .step-item.is-success.is-previous .step-marker {
|
|
13338
13464
|
color: #fff;
|
|
13339
|
-
background-color: #
|
|
13465
|
+
background-color: #48c78e;
|
|
13340
13466
|
}
|
|
13341
13467
|
.b-steps .steps .step-items .step-item.is-success.is-previous::before, .b-steps .steps .step-items .step-item.is-success.is-previous::after {
|
|
13342
13468
|
background-position: left bottom;
|
|
13343
13469
|
}
|
|
13344
13470
|
.b-steps .steps .step-items .step-item.is-warning::before, .b-steps .steps .step-items .step-item.is-warning::after {
|
|
13345
|
-
background: linear-gradient(to left, #dbdbdb 50%, #
|
|
13471
|
+
background: linear-gradient(to left, #dbdbdb 50%, #ffe08a 50%);
|
|
13346
13472
|
background-size: 200% 100%;
|
|
13347
13473
|
background-position: right bottom;
|
|
13348
13474
|
}
|
|
13349
13475
|
.b-steps .steps .step-items .step-item.is-warning.is-active .step-marker {
|
|
13350
13476
|
background-color: white;
|
|
13351
|
-
border-color: #
|
|
13352
|
-
color: #
|
|
13477
|
+
border-color: #ffe08a;
|
|
13478
|
+
color: #ffe08a;
|
|
13353
13479
|
}
|
|
13354
13480
|
.b-steps .steps .step-items .step-item.is-warning.is-active::before, .b-steps .steps .step-items .step-item.is-warning.is-active::after {
|
|
13355
13481
|
background-position: left bottom;
|
|
13356
13482
|
}
|
|
13357
13483
|
.b-steps .steps .step-items .step-item.is-warning.is-previous .step-marker {
|
|
13358
13484
|
color: rgba(0, 0, 0, 0.7);
|
|
13359
|
-
background-color: #
|
|
13485
|
+
background-color: #ffe08a;
|
|
13360
13486
|
}
|
|
13361
13487
|
.b-steps .steps .step-items .step-item.is-warning.is-previous::before, .b-steps .steps .step-items .step-item.is-warning.is-previous::after {
|
|
13362
13488
|
background-position: left bottom;
|
|
@@ -13455,7 +13581,7 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
13455
13581
|
overflow: hidden;
|
|
13456
13582
|
}
|
|
13457
13583
|
.b-steps .steps.is-rounded .step-item .step-marker {
|
|
13458
|
-
border-radius:
|
|
13584
|
+
border-radius: 9999px;
|
|
13459
13585
|
}
|
|
13460
13586
|
.b-steps .steps.is-animated .step-item:not(:first-child)::before, .b-steps .steps.is-animated .step-item:only-child::before {
|
|
13461
13587
|
transition: background 150ms ease-out;
|
|
@@ -13696,12 +13822,12 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
13696
13822
|
background-position: left bottom;
|
|
13697
13823
|
}
|
|
13698
13824
|
.b-steps.is-vertical > .steps .step-items .step-item.is-success::before, .b-steps.is-vertical > .steps .step-items .step-item.is-success::after {
|
|
13699
|
-
background: linear-gradient(to top, #dbdbdb 50%, #
|
|
13825
|
+
background: linear-gradient(to top, #dbdbdb 50%, #48c78e 50%);
|
|
13700
13826
|
background-size: 100% 200%;
|
|
13701
13827
|
background-position: left bottom;
|
|
13702
13828
|
}
|
|
13703
13829
|
.b-steps.is-vertical > .steps .step-items .step-item.is-warning::before, .b-steps.is-vertical > .steps .step-items .step-item.is-warning::after {
|
|
13704
|
-
background: linear-gradient(to top, #dbdbdb 50%, #
|
|
13830
|
+
background: linear-gradient(to top, #dbdbdb 50%, #ffe08a 50%);
|
|
13705
13831
|
background-size: 100% 200%;
|
|
13706
13832
|
background-position: left bottom;
|
|
13707
13833
|
}
|
|
@@ -13841,13 +13967,13 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
13841
13967
|
background: "pink";
|
|
13842
13968
|
}
|
|
13843
13969
|
.switch input[type=checkbox] + .check.is-success-passive, .switch input[type=checkbox] + .check:hover {
|
|
13844
|
-
background: #
|
|
13970
|
+
background: #48c78e;
|
|
13845
13971
|
}
|
|
13846
13972
|
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
|
|
13847
13973
|
background: "pink";
|
|
13848
13974
|
}
|
|
13849
13975
|
.switch input[type=checkbox] + .check.is-warning-passive, .switch input[type=checkbox] + .check:hover {
|
|
13850
|
-
background: #
|
|
13976
|
+
background: #ffe08a;
|
|
13851
13977
|
}
|
|
13852
13978
|
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
|
|
13853
13979
|
background: "pink";
|
|
@@ -13899,10 +14025,10 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
13899
14025
|
background: #167df0;
|
|
13900
14026
|
}
|
|
13901
14027
|
.switch input[type=checkbox]:checked + .check.is-success {
|
|
13902
|
-
background: #
|
|
14028
|
+
background: #48c78e;
|
|
13903
14029
|
}
|
|
13904
14030
|
.switch input[type=checkbox]:checked + .check.is-warning {
|
|
13905
|
-
background: #
|
|
14031
|
+
background: #ffe08a;
|
|
13906
14032
|
}
|
|
13907
14033
|
.switch input[type=checkbox]:checked + .check.is-danger {
|
|
13908
14034
|
background: #f14668;
|
|
@@ -13941,10 +14067,10 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
13941
14067
|
box-shadow: 0 0 0.5em rgba(22, 125, 240, 0.8);
|
|
13942
14068
|
}
|
|
13943
14069
|
.switch input[type=checkbox]:focus + .check.is-success-passive, .switch input[type=checkbox]:active + .check.is-success-passive {
|
|
13944
|
-
box-shadow: 0 0 0.5em rgba(72, 199,
|
|
14070
|
+
box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.8);
|
|
13945
14071
|
}
|
|
13946
14072
|
.switch input[type=checkbox]:focus + .check.is-warning-passive, .switch input[type=checkbox]:active + .check.is-warning-passive {
|
|
13947
|
-
box-shadow: 0 0 0.5em rgba(255,
|
|
14073
|
+
box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.8);
|
|
13948
14074
|
}
|
|
13949
14075
|
.switch input[type=checkbox]:focus + .check.is-danger-passive, .switch input[type=checkbox]:active + .check.is-danger-passive {
|
|
13950
14076
|
box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.8);
|
|
@@ -13974,10 +14100,10 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
13974
14100
|
box-shadow: 0 0 0.5em rgba(22, 125, 240, 0.8);
|
|
13975
14101
|
}
|
|
13976
14102
|
.switch input[type=checkbox]:focus:checked + .check.is-success, .switch input[type=checkbox]:active:checked + .check.is-success {
|
|
13977
|
-
box-shadow: 0 0 0.5em rgba(72, 199,
|
|
14103
|
+
box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.8);
|
|
13978
14104
|
}
|
|
13979
14105
|
.switch input[type=checkbox]:focus:checked + .check.is-warning, .switch input[type=checkbox]:active:checked + .check.is-warning {
|
|
13980
|
-
box-shadow: 0 0 0.5em rgba(255,
|
|
14106
|
+
box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.8);
|
|
13981
14107
|
}
|
|
13982
14108
|
.switch input[type=checkbox]:focus:checked + .check.is-danger, .switch input[type=checkbox]:active:checked + .check.is-danger {
|
|
13983
14109
|
box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.8);
|
|
@@ -14016,10 +14142,10 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
14016
14142
|
background: rgba(22, 125, 240, 0.9);
|
|
14017
14143
|
}
|
|
14018
14144
|
.switch:hover input[type=checkbox] + .check.is-success-passive {
|
|
14019
|
-
background: rgba(72, 199,
|
|
14145
|
+
background: rgba(72, 199, 142, 0.9);
|
|
14020
14146
|
}
|
|
14021
14147
|
.switch:hover input[type=checkbox] + .check.is-warning-passive {
|
|
14022
|
-
background: rgba(255,
|
|
14148
|
+
background: rgba(255, 224, 138, 0.9);
|
|
14023
14149
|
}
|
|
14024
14150
|
.switch:hover input[type=checkbox] + .check.is-danger-passive {
|
|
14025
14151
|
background: rgba(241, 70, 104, 0.9);
|
|
@@ -14049,23 +14175,23 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
14049
14175
|
background: rgba(22, 125, 240, 0.9);
|
|
14050
14176
|
}
|
|
14051
14177
|
.switch:hover input[type=checkbox]:checked + .check.is-success {
|
|
14052
|
-
background: rgba(72, 199,
|
|
14178
|
+
background: rgba(72, 199, 142, 0.9);
|
|
14053
14179
|
}
|
|
14054
14180
|
.switch:hover input[type=checkbox]:checked + .check.is-warning {
|
|
14055
|
-
background: rgba(255,
|
|
14181
|
+
background: rgba(255, 224, 138, 0.9);
|
|
14056
14182
|
}
|
|
14057
14183
|
.switch:hover input[type=checkbox]:checked + .check.is-danger {
|
|
14058
14184
|
background: rgba(241, 70, 104, 0.9);
|
|
14059
14185
|
}
|
|
14060
14186
|
.switch.is-rounded input[type=checkbox] + .check {
|
|
14061
|
-
border-radius:
|
|
14187
|
+
border-radius: 9999px;
|
|
14062
14188
|
}
|
|
14063
14189
|
.switch.is-rounded input[type=checkbox] + .check:before {
|
|
14064
|
-
border-radius:
|
|
14190
|
+
border-radius: 9999px;
|
|
14065
14191
|
}
|
|
14066
14192
|
.switch.is-rounded input[type=checkbox].is-elastic:before {
|
|
14067
14193
|
transform: scaleX(1.5);
|
|
14068
|
-
border-radius:
|
|
14194
|
+
border-radius: 9999px;
|
|
14069
14195
|
}
|
|
14070
14196
|
.switch.is-outlined input[type=checkbox] + .check {
|
|
14071
14197
|
background: transparent;
|
|
@@ -14135,22 +14261,22 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
14135
14261
|
border-color: rgba(22, 125, 240, 0.9);
|
|
14136
14262
|
}
|
|
14137
14263
|
.switch.is-outlined input[type=checkbox] + .check.is-success-passive {
|
|
14138
|
-
border: 0.1rem solid rgba(72, 199,
|
|
14264
|
+
border: 0.1rem solid rgba(72, 199, 142, 0.9);
|
|
14139
14265
|
}
|
|
14140
14266
|
.switch.is-outlined input[type=checkbox] + .check.is-success-passive:before {
|
|
14141
|
-
background: #
|
|
14267
|
+
background: #48c78e;
|
|
14142
14268
|
}
|
|
14143
14269
|
.switch.is-outlined input[type=checkbox] + .check.is-success-passive:hover {
|
|
14144
|
-
border-color: rgba(72, 199,
|
|
14270
|
+
border-color: rgba(72, 199, 142, 0.9);
|
|
14145
14271
|
}
|
|
14146
14272
|
.switch.is-outlined input[type=checkbox] + .check.is-warning-passive {
|
|
14147
|
-
border: 0.1rem solid rgba(255,
|
|
14273
|
+
border: 0.1rem solid rgba(255, 224, 138, 0.9);
|
|
14148
14274
|
}
|
|
14149
14275
|
.switch.is-outlined input[type=checkbox] + .check.is-warning-passive:before {
|
|
14150
|
-
background: #
|
|
14276
|
+
background: #ffe08a;
|
|
14151
14277
|
}
|
|
14152
14278
|
.switch.is-outlined input[type=checkbox] + .check.is-warning-passive:hover {
|
|
14153
|
-
border-color: rgba(255,
|
|
14279
|
+
border-color: rgba(255, 224, 138, 0.9);
|
|
14154
14280
|
}
|
|
14155
14281
|
.switch.is-outlined input[type=checkbox] + .check.is-danger-passive {
|
|
14156
14282
|
border: 0.1rem solid rgba(241, 70, 104, 0.9);
|
|
@@ -14218,17 +14344,17 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
14218
14344
|
}
|
|
14219
14345
|
.switch.is-outlined input[type=checkbox]:checked + .check.is-success {
|
|
14220
14346
|
background: transparent;
|
|
14221
|
-
border-color: #
|
|
14347
|
+
border-color: #48c78e;
|
|
14222
14348
|
}
|
|
14223
14349
|
.switch.is-outlined input[type=checkbox]:checked + .check.is-success:before {
|
|
14224
|
-
background: #
|
|
14350
|
+
background: #48c78e;
|
|
14225
14351
|
}
|
|
14226
14352
|
.switch.is-outlined input[type=checkbox]:checked + .check.is-warning {
|
|
14227
14353
|
background: transparent;
|
|
14228
|
-
border-color: #
|
|
14354
|
+
border-color: #ffe08a;
|
|
14229
14355
|
}
|
|
14230
14356
|
.switch.is-outlined input[type=checkbox]:checked + .check.is-warning:before {
|
|
14231
|
-
background: #
|
|
14357
|
+
background: #ffe08a;
|
|
14232
14358
|
}
|
|
14233
14359
|
.switch.is-outlined input[type=checkbox]:checked + .check.is-danger {
|
|
14234
14360
|
background: transparent;
|
|
@@ -14270,10 +14396,10 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
14270
14396
|
border-color: rgba(22, 125, 240, 0.9);
|
|
14271
14397
|
}
|
|
14272
14398
|
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-success {
|
|
14273
|
-
border-color: rgba(72, 199,
|
|
14399
|
+
border-color: rgba(72, 199, 142, 0.9);
|
|
14274
14400
|
}
|
|
14275
14401
|
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-warning {
|
|
14276
|
-
border-color: rgba(255,
|
|
14402
|
+
border-color: rgba(255, 224, 138, 0.9);
|
|
14277
14403
|
}
|
|
14278
14404
|
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-danger {
|
|
14279
14405
|
border-color: rgba(241, 70, 104, 0.9);
|
|
@@ -14755,17 +14881,17 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
14755
14881
|
text-decoration: none;
|
|
14756
14882
|
}
|
|
14757
14883
|
.tag .delete.is-success, .tag.is-delete.is-success, .tag.has-delete-icon.is-success {
|
|
14758
|
-
background: #
|
|
14884
|
+
background: #48c78e;
|
|
14759
14885
|
}
|
|
14760
14886
|
.tag .delete.is-success:hover, .tag.is-delete.is-success:hover, .tag.has-delete-icon.is-success:hover {
|
|
14761
|
-
background-color: #
|
|
14887
|
+
background-color: #34a873;
|
|
14762
14888
|
text-decoration: none;
|
|
14763
14889
|
}
|
|
14764
14890
|
.tag .delete.is-warning, .tag.is-delete.is-warning, .tag.has-delete-icon.is-warning {
|
|
14765
|
-
background: #
|
|
14891
|
+
background: #ffe08a;
|
|
14766
14892
|
}
|
|
14767
14893
|
.tag .delete.is-warning:hover, .tag.is-delete.is-warning:hover, .tag.has-delete-icon.is-warning:hover {
|
|
14768
|
-
background-color: #
|
|
14894
|
+
background-color: #ffd257;
|
|
14769
14895
|
text-decoration: none;
|
|
14770
14896
|
}
|
|
14771
14897
|
.tag .delete.is-danger, .tag.is-delete.is-danger, .tag.has-delete-icon.is-danger {
|
|
@@ -14970,16 +15096,16 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
14970
15096
|
border-top-color: #ecf4fe;
|
|
14971
15097
|
}
|
|
14972
15098
|
.b-tooltip.is-top.is-success .tooltip-content::before {
|
|
14973
|
-
border-top-color: #
|
|
15099
|
+
border-top-color: #48c78e;
|
|
14974
15100
|
}
|
|
14975
15101
|
.b-tooltip.is-top.is-success.is-light .tooltip-content::before {
|
|
14976
|
-
border-top-color: #
|
|
15102
|
+
border-top-color: #effaf5;
|
|
14977
15103
|
}
|
|
14978
15104
|
.b-tooltip.is-top.is-warning .tooltip-content::before {
|
|
14979
|
-
border-top-color: #
|
|
15105
|
+
border-top-color: #ffe08a;
|
|
14980
15106
|
}
|
|
14981
15107
|
.b-tooltip.is-top.is-warning.is-light .tooltip-content::before {
|
|
14982
|
-
border-top-color: #
|
|
15108
|
+
border-top-color: #fffaeb;
|
|
14983
15109
|
}
|
|
14984
15110
|
.b-tooltip.is-top.is-danger .tooltip-content::before {
|
|
14985
15111
|
border-top-color: #f14668;
|
|
@@ -15035,16 +15161,16 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
15035
15161
|
border-right-color: #ecf4fe;
|
|
15036
15162
|
}
|
|
15037
15163
|
.b-tooltip.is-right.is-success .tooltip-content::before {
|
|
15038
|
-
border-right-color: #
|
|
15164
|
+
border-right-color: #48c78e;
|
|
15039
15165
|
}
|
|
15040
15166
|
.b-tooltip.is-right.is-success.is-light .tooltip-content::before {
|
|
15041
|
-
border-right-color: #
|
|
15167
|
+
border-right-color: #effaf5;
|
|
15042
15168
|
}
|
|
15043
15169
|
.b-tooltip.is-right.is-warning .tooltip-content::before {
|
|
15044
|
-
border-right-color: #
|
|
15170
|
+
border-right-color: #ffe08a;
|
|
15045
15171
|
}
|
|
15046
15172
|
.b-tooltip.is-right.is-warning.is-light .tooltip-content::before {
|
|
15047
|
-
border-right-color: #
|
|
15173
|
+
border-right-color: #fffaeb;
|
|
15048
15174
|
}
|
|
15049
15175
|
.b-tooltip.is-right.is-danger .tooltip-content::before {
|
|
15050
15176
|
border-right-color: #f14668;
|
|
@@ -15100,16 +15226,16 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
15100
15226
|
border-bottom-color: #ecf4fe;
|
|
15101
15227
|
}
|
|
15102
15228
|
.b-tooltip.is-bottom.is-success .tooltip-content::before {
|
|
15103
|
-
border-bottom-color: #
|
|
15229
|
+
border-bottom-color: #48c78e;
|
|
15104
15230
|
}
|
|
15105
15231
|
.b-tooltip.is-bottom.is-success.is-light .tooltip-content::before {
|
|
15106
|
-
border-bottom-color: #
|
|
15232
|
+
border-bottom-color: #effaf5;
|
|
15107
15233
|
}
|
|
15108
15234
|
.b-tooltip.is-bottom.is-warning .tooltip-content::before {
|
|
15109
|
-
border-bottom-color: #
|
|
15235
|
+
border-bottom-color: #ffe08a;
|
|
15110
15236
|
}
|
|
15111
15237
|
.b-tooltip.is-bottom.is-warning.is-light .tooltip-content::before {
|
|
15112
|
-
border-bottom-color: #
|
|
15238
|
+
border-bottom-color: #fffaeb;
|
|
15113
15239
|
}
|
|
15114
15240
|
.b-tooltip.is-bottom.is-danger .tooltip-content::before {
|
|
15115
15241
|
border-bottom-color: #f14668;
|
|
@@ -15165,16 +15291,16 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
15165
15291
|
border-left-color: #ecf4fe;
|
|
15166
15292
|
}
|
|
15167
15293
|
.b-tooltip.is-left.is-success .tooltip-content::before {
|
|
15168
|
-
border-left-color: #
|
|
15294
|
+
border-left-color: #48c78e;
|
|
15169
15295
|
}
|
|
15170
15296
|
.b-tooltip.is-left.is-success.is-light .tooltip-content::before {
|
|
15171
|
-
border-left-color: #
|
|
15297
|
+
border-left-color: #effaf5;
|
|
15172
15298
|
}
|
|
15173
15299
|
.b-tooltip.is-left.is-warning .tooltip-content::before {
|
|
15174
|
-
border-left-color: #
|
|
15300
|
+
border-left-color: #ffe08a;
|
|
15175
15301
|
}
|
|
15176
15302
|
.b-tooltip.is-left.is-warning.is-light .tooltip-content::before {
|
|
15177
|
-
border-left-color: #
|
|
15303
|
+
border-left-color: #fffaeb;
|
|
15178
15304
|
}
|
|
15179
15305
|
.b-tooltip.is-left.is-danger .tooltip-content::before {
|
|
15180
15306
|
border-left-color: #f14668;
|
|
@@ -15243,20 +15369,20 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
15243
15369
|
color: #0d68ce;
|
|
15244
15370
|
}
|
|
15245
15371
|
.b-tooltip.is-success .tooltip-content {
|
|
15246
|
-
background: #
|
|
15372
|
+
background: #48c78e;
|
|
15247
15373
|
color: #fff;
|
|
15248
15374
|
}
|
|
15249
15375
|
.b-tooltip.is-success.is-light .tooltip-content {
|
|
15250
|
-
background: #
|
|
15251
|
-
color: #
|
|
15376
|
+
background: #effaf5;
|
|
15377
|
+
color: #257953;
|
|
15252
15378
|
}
|
|
15253
15379
|
.b-tooltip.is-warning .tooltip-content {
|
|
15254
|
-
background: #
|
|
15380
|
+
background: #ffe08a;
|
|
15255
15381
|
color: rgba(0, 0, 0, 0.7);
|
|
15256
15382
|
}
|
|
15257
15383
|
.b-tooltip.is-warning.is-light .tooltip-content {
|
|
15258
|
-
background: #
|
|
15259
|
-
color: #
|
|
15384
|
+
background: #fffaeb;
|
|
15385
|
+
color: #946c00;
|
|
15260
15386
|
}
|
|
15261
15387
|
.b-tooltip.is-danger .tooltip-content {
|
|
15262
15388
|
background: #f14668;
|
|
@@ -15326,7 +15452,7 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
15326
15452
|
.upload .upload-draggable.is-loading:after {
|
|
15327
15453
|
animation: spinAround 500ms infinite linear;
|
|
15328
15454
|
border: 2px solid #dbdbdb;
|
|
15329
|
-
border-radius:
|
|
15455
|
+
border-radius: 9999px;
|
|
15330
15456
|
border-right-color: transparent;
|
|
15331
15457
|
border-top-color: transparent;
|
|
15332
15458
|
content: "";
|
|
@@ -15369,12 +15495,12 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
15369
15495
|
background: rgba(22, 125, 240, 0.05);
|
|
15370
15496
|
}
|
|
15371
15497
|
.upload .upload-draggable:hover.is-success, .upload .upload-draggable.is-hovered.is-success {
|
|
15372
|
-
border-color: #
|
|
15373
|
-
background: rgba(72, 199,
|
|
15498
|
+
border-color: #48c78e;
|
|
15499
|
+
background: rgba(72, 199, 142, 0.05);
|
|
15374
15500
|
}
|
|
15375
15501
|
.upload .upload-draggable:hover.is-warning, .upload .upload-draggable.is-hovered.is-warning {
|
|
15376
|
-
border-color: #
|
|
15377
|
-
background: rgba(255,
|
|
15502
|
+
border-color: #ffe08a;
|
|
15503
|
+
background: rgba(255, 224, 138, 0.05);
|
|
15378
15504
|
}
|
|
15379
15505
|
.upload .upload-draggable:hover.is-danger, .upload .upload-draggable.is-hovered.is-danger {
|
|
15380
15506
|
border-color: #f14668;
|
|
@@ -15387,11 +15513,11 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
|
|
|
15387
15513
|
width: 100%;
|
|
15388
15514
|
}
|
|
15389
15515
|
.upload.is-rounded {
|
|
15390
|
-
border-radius:
|
|
15516
|
+
border-radius: 9999px;
|
|
15391
15517
|
}
|
|
15392
15518
|
.upload.is-rounded .file-name {
|
|
15393
|
-
border-top-right-radius:
|
|
15394
|
-
border-bottom-right-radius:
|
|
15519
|
+
border-top-right-radius: 9999px;
|
|
15520
|
+
border-bottom-right-radius: 9999px;
|
|
15395
15521
|
}
|
|
15396
15522
|
|
|
15397
15523
|
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|