node_modules/bulma/css/bulma.css in bulma-clean-theme-0.11.2 vs node_modules/bulma/css/bulma.css in bulma-clean-theme-0.12

- old
+ new

@@ -1,25 +1,71 @@ -/*! bulma.io v0.9.1 | MIT License | github.com/jgthms/bulma */ +/*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */ /* Bulma Utilities */ -@-webkit-keyframes spinAround { - from { - transform: rotate(0deg); - } - to { - transform: rotate(359deg); - } +.button, .input, .textarea, .select select, .file-cta, +.file-name, .pagination-previous, +.pagination-next, +.pagination-link, +.pagination-ellipsis { + -moz-appearance: none; + -webkit-appearance: none; + align-items: center; + border: 1px solid transparent; + border-radius: 4px; + box-shadow: none; + display: inline-flex; + font-size: 1rem; + height: 2.5em; + justify-content: flex-start; + line-height: 1.5; + padding-bottom: calc(0.5em - 1px); + padding-left: calc(0.75em - 1px); + padding-right: calc(0.75em - 1px); + padding-top: calc(0.5em - 1px); + position: relative; + vertical-align: top; } -@keyframes spinAround { - from { - transform: rotate(0deg); - } - to { - transform: rotate(359deg); - } + +.button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus, +.file-name:focus, .pagination-previous:focus, +.pagination-next:focus, +.pagination-link:focus, +.pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta, +.is-focused.file-name, .is-focused.pagination-previous, +.is-focused.pagination-next, +.is-focused.pagination-link, +.is-focused.pagination-ellipsis, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active, +.file-name:active, .pagination-previous:active, +.pagination-next:active, +.pagination-link:active, +.pagination-ellipsis:active, .is-active.button, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta, +.is-active.file-name, .is-active.pagination-previous, +.is-active.pagination-next, +.is-active.pagination-link, +.is-active.pagination-ellipsis { + outline: none; } -.delete, .modal-close, .button, .file, .breadcrumb, .pagination-previous, +.button[disabled], .input[disabled], .textarea[disabled], .select select[disabled], .file-cta[disabled], +.file-name[disabled], .pagination-previous[disabled], +.pagination-next[disabled], +.pagination-link[disabled], +.pagination-ellipsis[disabled], +fieldset[disabled] .button, +fieldset[disabled] .input, +fieldset[disabled] .textarea, +fieldset[disabled] .select select, +.select fieldset[disabled] select, +fieldset[disabled] .file-cta, +fieldset[disabled] .file-name, +fieldset[disabled] .pagination-previous, +fieldset[disabled] .pagination-next, +fieldset[disabled] .pagination-link, +fieldset[disabled] .pagination-ellipsis { + cursor: not-allowed; +} + +.button, .file, .breadcrumb, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis, .tabs, .is-unselectable { -webkit-touch-callout: none; -webkit-user-select: none; @@ -44,20 +90,25 @@ transform-origin: center; width: 0.625em; } .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) { +.subtitle:not(:last-child), .block:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) { margin-bottom: 1.5rem; } .delete, .modal-close { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; -moz-appearance: none; -webkit-appearance: none; background-color: rgba(10, 10, 10, 0.2); border: none; - border-radius: 290486px; + border-radius: 9999px; cursor: pointer; pointer-events: auto; display: inline-block; flex-grow: 0; flex-shrink: 0; @@ -131,11 +182,11 @@ .button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after { -webkit-animation: spinAround 500ms infinite linear; animation: spinAround 500ms infinite linear; border: 2px solid #dbdbdb; - border-radius: 290486px; + border-radius: 9999px; border-right-color: transparent; border-top-color: transparent; content: ""; display: block; height: 1em; @@ -165,73 +216,23 @@ position: absolute; right: 0; top: 0; } -.button, .input, .textarea, .select select, .file-cta, -.file-name, .pagination-previous, -.pagination-next, -.pagination-link, -.pagination-ellipsis { +.navbar-burger { -moz-appearance: none; -webkit-appearance: none; - align-items: center; - border: 1px solid transparent; - border-radius: 4px; - box-shadow: none; - display: inline-flex; - font-size: 1rem; - height: 2.5em; - justify-content: flex-start; - line-height: 1.5; - padding-bottom: calc(0.5em - 1px); - padding-left: calc(0.75em - 1px); - padding-right: calc(0.75em - 1px); - padding-top: calc(0.5em - 1px); - position: relative; - vertical-align: top; + appearance: none; + background: none; + border: none; + color: currentColor; + font-family: inherit; + font-size: 1em; + margin: 0; + padding: 0; } -.button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus, -.file-name:focus, .pagination-previous:focus, -.pagination-next:focus, -.pagination-link:focus, -.pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta, -.is-focused.file-name, .is-focused.pagination-previous, -.is-focused.pagination-next, -.is-focused.pagination-link, -.is-focused.pagination-ellipsis, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active, -.file-name:active, .pagination-previous:active, -.pagination-next:active, -.pagination-link:active, -.pagination-ellipsis:active, .is-active.button, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta, -.is-active.file-name, .is-active.pagination-previous, -.is-active.pagination-next, -.is-active.pagination-link, -.is-active.pagination-ellipsis { - outline: none; -} - -.button[disabled], .input[disabled], .textarea[disabled], .select select[disabled], .file-cta[disabled], -.file-name[disabled], .pagination-previous[disabled], -.pagination-next[disabled], -.pagination-link[disabled], -.pagination-ellipsis[disabled], -fieldset[disabled] .button, -fieldset[disabled] .input, -fieldset[disabled] .textarea, -fieldset[disabled] .select select, -.select fieldset[disabled] select, -fieldset[disabled] .file-cta, -fieldset[disabled] .file-name, -fieldset[disabled] .pagination-previous, -fieldset[disabled] .pagination-next, -fieldset[disabled] .pagination-link, -fieldset[disabled] .pagination-ellipsis { - cursor: not-allowed; -} - /* Bulma Base */ /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */ html, body, p, @@ -322,11 +323,10 @@ overflow-x: hidden; overflow-y: scroll; text-rendering: optimizeLegibility; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; text-size-adjust: 100%; } article, aside, @@ -360,11 +360,11 @@ font-weight: 400; line-height: 1.5; } a { - color: #3273dc; + color: #485fc7; cursor: pointer; text-decoration: none; } a strong { @@ -449,10 +449,28 @@ table th { color: #363636; } +@-webkit-keyframes spinAround { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + +@keyframes spinAround { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + /* Bulma Elements */ .box { background-color: white; border-radius: 6px; box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); @@ -460,15 +478,15 @@ display: block; padding: 1.25rem; } a.box:hover, a.box:focus { - box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc; + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #485fc7; } a.box:active { - box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #485fc7; } .button { background-color: white; border-color: #dbdbdb; @@ -512,16 +530,16 @@ border-color: #b5b5b5; color: #363636; } .button:focus, .button.is-focused { - border-color: #3273dc; + border-color: #485fc7; color: #363636; } .button:focus:not(:active), .button.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } .button:active, .button.is-active { border-color: #4a4a4a; color: #363636; @@ -549,10 +567,22 @@ background-color: transparent; border-color: transparent; box-shadow: none; } +.button.is-ghost { + background: none; + border-color: transparent; + color: #485fc7; + text-decoration: none; +} + +.button.is-ghost:hover, .button.is-ghost.is-hovered { + color: #485fc7; + text-decoration: underline; +} + .button.is-white { background-color: white; border-color: transparent; color: #0a0a0a; } @@ -1097,46 +1127,46 @@ border-color: transparent; color: #00947e; } .button.is-link { - background-color: #3273dc; + background-color: #485fc7; border-color: transparent; color: #fff; } .button.is-link:hover, .button.is-link.is-hovered { - background-color: #276cda; + background-color: #3e56c4; border-color: transparent; color: #fff; } .button.is-link:focus, .button.is-link.is-focused { border-color: transparent; color: #fff; } .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } .button.is-link:active, .button.is-link.is-active { - background-color: #2366d1; + background-color: #3a51bb; border-color: transparent; color: #fff; } .button.is-link[disabled], fieldset[disabled] .button.is-link { - background-color: #3273dc; + background-color: #485fc7; border-color: transparent; box-shadow: none; } .button.is-link.is-inverted { background-color: #fff; - color: #3273dc; + color: #485fc7; } .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered { background-color: #f2f2f2; } @@ -1144,58 +1174,58 @@ .button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; - color: #3273dc; + color: #485fc7; } .button.is-link.is-loading::after { border-color: transparent transparent #fff #fff !important; } .button.is-link.is-outlined { background-color: transparent; - border-color: #3273dc; - color: #3273dc; + border-color: #485fc7; + color: #485fc7; } .button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused { - background-color: #3273dc; - border-color: #3273dc; + background-color: #485fc7; + border-color: #485fc7; color: #fff; } .button.is-link.is-outlined.is-loading::after { - border-color: transparent transparent #3273dc #3273dc !important; + border-color: transparent transparent #485fc7 #485fc7 !important; } .button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #fff #fff !important; } .button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined { background-color: transparent; - border-color: #3273dc; + border-color: #485fc7; box-shadow: none; - color: #3273dc; + color: #485fc7; } .button.is-link.is-inverted.is-outlined { background-color: transparent; border-color: #fff; color: #fff; } .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused { background-color: #fff; - color: #3273dc; + color: #485fc7; } .button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #3273dc #3273dc !important; + border-color: transparent transparent #485fc7 #485fc7 !important; } .button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined { background-color: transparent; @@ -1203,63 +1233,63 @@ box-shadow: none; color: #fff; } .button.is-link.is-light { - background-color: #eef3fc; - color: #2160c4; + background-color: #eff1fa; + color: #3850b7; } .button.is-link.is-light:hover, .button.is-link.is-light.is-hovered { - background-color: #e3ecfa; + background-color: #e6e9f7; border-color: transparent; - color: #2160c4; + color: #3850b7; } .button.is-link.is-light:active, .button.is-link.is-light.is-active { - background-color: #d8e4f8; + background-color: #dce0f4; border-color: transparent; - color: #2160c4; + color: #3850b7; } .button.is-info { - background-color: #3298dc; + background-color: #3e8ed0; border-color: transparent; color: #fff; } .button.is-info:hover, .button.is-info.is-hovered { - background-color: #2793da; + background-color: #3488ce; border-color: transparent; color: #fff; } .button.is-info:focus, .button.is-info.is-focused { border-color: transparent; color: #fff; } .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); } .button.is-info:active, .button.is-info.is-active { - background-color: #238cd1; + background-color: #3082c5; border-color: transparent; color: #fff; } .button.is-info[disabled], fieldset[disabled] .button.is-info { - background-color: #3298dc; + background-color: #3e8ed0; border-color: transparent; box-shadow: none; } .button.is-info.is-inverted { background-color: #fff; - color: #3298dc; + color: #3e8ed0; } .button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered { background-color: #f2f2f2; } @@ -1267,58 +1297,58 @@ .button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; - color: #3298dc; + color: #3e8ed0; } .button.is-info.is-loading::after { border-color: transparent transparent #fff #fff !important; } .button.is-info.is-outlined { background-color: transparent; - border-color: #3298dc; - color: #3298dc; + border-color: #3e8ed0; + color: #3e8ed0; } .button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused { - background-color: #3298dc; - border-color: #3298dc; + background-color: #3e8ed0; + border-color: #3e8ed0; color: #fff; } .button.is-info.is-outlined.is-loading::after { - border-color: transparent transparent #3298dc #3298dc !important; + border-color: transparent transparent #3e8ed0 #3e8ed0 !important; } .button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #fff #fff !important; } .button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined { background-color: transparent; - border-color: #3298dc; + border-color: #3e8ed0; box-shadow: none; - color: #3298dc; + color: #3e8ed0; } .button.is-info.is-inverted.is-outlined { background-color: transparent; border-color: #fff; color: #fff; } .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused { background-color: #fff; - color: #3298dc; + color: #3e8ed0; } .button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #3298dc #3298dc !important; + border-color: transparent transparent #3e8ed0 #3e8ed0 !important; } .button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined { background-color: transparent; @@ -1326,63 +1356,63 @@ box-shadow: none; color: #fff; } .button.is-info.is-light { - background-color: #eef6fc; - color: #1d72aa; + background-color: #eff5fb; + color: #296fa8; } .button.is-info.is-light:hover, .button.is-info.is-light.is-hovered { - background-color: #e3f1fa; + background-color: #e4eff9; border-color: transparent; - color: #1d72aa; + color: #296fa8; } .button.is-info.is-light:active, .button.is-info.is-light.is-active { - background-color: #d8ebf8; + background-color: #dae9f6; border-color: transparent; - color: #1d72aa; + color: #296fa8; } .button.is-success { - background-color: #48c774; + background-color: #48c78e; border-color: transparent; color: #fff; } .button.is-success:hover, .button.is-success.is-hovered { - background-color: #3ec46d; + background-color: #3ec487; border-color: transparent; color: #fff; } .button.is-success:focus, .button.is-success.is-focused { border-color: transparent; color: #fff; } .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); } .button.is-success:active, .button.is-success.is-active { - background-color: #3abb67; + background-color: #3abb81; border-color: transparent; color: #fff; } .button.is-success[disabled], fieldset[disabled] .button.is-success { - background-color: #48c774; + background-color: #48c78e; border-color: transparent; box-shadow: none; } .button.is-success.is-inverted { background-color: #fff; - color: #48c774; + color: #48c78e; } .button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered { background-color: #f2f2f2; } @@ -1390,58 +1420,58 @@ .button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; - color: #48c774; + color: #48c78e; } .button.is-success.is-loading::after { border-color: transparent transparent #fff #fff !important; } .button.is-success.is-outlined { background-color: transparent; - border-color: #48c774; - color: #48c774; + border-color: #48c78e; + color: #48c78e; } .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 { - background-color: #48c774; - border-color: #48c774; + background-color: #48c78e; + border-color: #48c78e; color: #fff; } .button.is-success.is-outlined.is-loading::after { - border-color: transparent transparent #48c774 #48c774 !important; + border-color: transparent transparent #48c78e #48c78e !important; } .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 { border-color: transparent transparent #fff #fff !important; } .button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined { background-color: transparent; - border-color: #48c774; + border-color: #48c78e; box-shadow: none; - color: #48c774; + color: #48c78e; } .button.is-success.is-inverted.is-outlined { background-color: transparent; border-color: #fff; color: #fff; } .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 { background-color: #fff; - color: #48c774; + color: #48c78e; } .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 { - border-color: transparent transparent #48c774 #48c774 !important; + border-color: transparent transparent #48c78e #48c78e !important; } .button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined { background-color: transparent; @@ -1449,63 +1479,63 @@ box-shadow: none; color: #fff; } .button.is-success.is-light { - background-color: #effaf3; - color: #257942; + background-color: #effaf5; + color: #257953; } .button.is-success.is-light:hover, .button.is-success.is-light.is-hovered { - background-color: #e6f7ec; + background-color: #e6f7ef; border-color: transparent; - color: #257942; + color: #257953; } .button.is-success.is-light:active, .button.is-success.is-light.is-active { - background-color: #dcf4e4; + background-color: #dcf4e9; border-color: transparent; - color: #257942; + color: #257953; } .button.is-warning { - background-color: #ffdd57; + background-color: #ffe08a; border-color: transparent; color: rgba(0, 0, 0, 0.7); } .button.is-warning:hover, .button.is-warning.is-hovered { - background-color: #ffdb4a; + background-color: #ffdc7d; border-color: transparent; color: rgba(0, 0, 0, 0.7); } .button.is-warning:focus, .button.is-warning.is-focused { border-color: transparent; color: rgba(0, 0, 0, 0.7); } .button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); } .button.is-warning:active, .button.is-warning.is-active { - background-color: #ffd83d; + background-color: #ffd970; border-color: transparent; color: rgba(0, 0, 0, 0.7); } .button.is-warning[disabled], fieldset[disabled] .button.is-warning { - background-color: #ffdd57; + background-color: #ffe08a; border-color: transparent; box-shadow: none; } .button.is-warning.is-inverted { background-color: rgba(0, 0, 0, 0.7); - color: #ffdd57; + color: #ffe08a; } .button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered { background-color: rgba(0, 0, 0, 0.7); } @@ -1513,58 +1543,58 @@ .button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted { background-color: rgba(0, 0, 0, 0.7); border-color: transparent; box-shadow: none; - color: #ffdd57; + color: #ffe08a; } .button.is-warning.is-loading::after { border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } .button.is-warning.is-outlined { background-color: transparent; - border-color: #ffdd57; - color: #ffdd57; + border-color: #ffe08a; + color: #ffe08a; } .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 { - background-color: #ffdd57; - border-color: #ffdd57; + background-color: #ffe08a; + border-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .button.is-warning.is-outlined.is-loading::after { - border-color: transparent transparent #ffdd57 #ffdd57 !important; + border-color: transparent transparent #ffe08a #ffe08a !important; } .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 { border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } .button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined { background-color: transparent; - border-color: #ffdd57; + border-color: #ffe08a; box-shadow: none; - color: #ffdd57; + color: #ffe08a; } .button.is-warning.is-inverted.is-outlined { background-color: transparent; border-color: rgba(0, 0, 0, 0.7); color: rgba(0, 0, 0, 0.7); } .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 { background-color: rgba(0, 0, 0, 0.7); - color: #ffdd57; + color: #ffe08a; } .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 { - border-color: transparent transparent #ffdd57 #ffdd57 !important; + border-color: transparent transparent #ffe08a #ffe08a !important; } .button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined { background-color: transparent; @@ -1572,24 +1602,24 @@ box-shadow: none; color: rgba(0, 0, 0, 0.7); } .button.is-warning.is-light { - background-color: #fffbeb; - color: #947600; + background-color: #fffaeb; + color: #946c00; } .button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered { - background-color: #fff8de; + background-color: #fff6de; border-color: transparent; - color: #947600; + color: #946c00; } .button.is-warning.is-light:active, .button.is-warning.is-light.is-active { - background-color: #fff6d1; + background-color: #fff3d1; border-color: transparent; - color: #947600; + color: #946c00; } .button.is-danger { background-color: #f14668; border-color: transparent; @@ -1712,14 +1742,17 @@ border-color: transparent; color: #cc0f35; } .button.is-small { - border-radius: 2px; font-size: 0.75rem; } +.button.is-small:not(.is-rounded) { + border-radius: 2px; +} + .button.is-normal { font-size: 1rem; } .button.is-medium { @@ -1748,12 +1781,12 @@ pointer-events: none; } .button.is-loading::after { position: absolute; - left: calc(50% - (1em / 2)); - top: calc(50% - (1em / 2)); + left: calc(50% - (1em * 0.5)); + top: calc(50% - (1em * 0.5)); position: absolute !important; } .button.is-static { background-color: whitesmoke; @@ -1762,11 +1795,11 @@ box-shadow: none; pointer-events: none; } .button.is-rounded { - border-radius: 290486px; + border-radius: 9999px; padding-left: calc(1em + 0.25em); padding-right: calc(1em + 0.25em); } .buttons { @@ -1791,14 +1824,17 @@ .buttons:not(:last-child) { margin-bottom: 1rem; } .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) { - border-radius: 2px; font-size: 0.75rem; } +.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) { + border-radius: 2px; +} + .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) { font-size: 1.25rem; } .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) { @@ -2095,10 +2131,14 @@ .content.is-small { font-size: 0.75rem; } +.content.is-normal { + font-size: 1rem; +} + .content.is-medium { font-size: 1.25rem; } .content.is-large { @@ -2126,10 +2166,36 @@ .icon.is-large { height: 3rem; width: 3rem; } +.icon-text { + align-items: flex-start; + color: inherit; + display: inline-flex; + flex-wrap: wrap; + line-height: 1.5rem; + vertical-align: top; +} + +.icon-text .icon { + flex-grow: 0; + flex-shrink: 0; +} + +.icon-text .icon:not(:last-child) { + margin-right: 0.25em; +} + +.icon-text .icon:not(:first-child) { + margin-left: 0.25em; +} + +div.icon-text { + display: flex; +} + .image { display: block; position: relative; } @@ -2138,11 +2204,11 @@ height: auto; width: 100%; } .image img.is-rounded { - border-radius: 290486px; + border-radius: 9999px; } .image.is-fullwidth { width: 100%; } @@ -2329,47 +2395,47 @@ background-color: #ebfffc; color: #00947e; } .notification.is-link { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } .notification.is-link.is-light { - background-color: #eef3fc; - color: #2160c4; + background-color: #eff1fa; + color: #3850b7; } .notification.is-info { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } .notification.is-info.is-light { - background-color: #eef6fc; - color: #1d72aa; + background-color: #eff5fb; + color: #296fa8; } .notification.is-success { - background-color: #48c774; + background-color: #48c78e; color: #fff; } .notification.is-success.is-light { - background-color: #effaf3; - color: #257942; + background-color: #effaf5; + color: #257953; } .notification.is-warning { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .notification.is-warning.is-light { - background-color: #fffbeb; - color: #947600; + background-color: #fffaeb; + color: #946c00; } .notification.is-danger { background-color: #f14668; color: #fff; @@ -2382,11 +2448,11 @@ .progress { -moz-appearance: none; -webkit-appearance: none; border: none; - border-radius: 290486px; + border-radius: 9999px; display: block; height: 1rem; overflow: hidden; padding: 0; width: 100%; @@ -2488,71 +2554,71 @@ .progress.is-primary:indeterminate { background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%); } .progress.is-link::-webkit-progress-value { - background-color: #3273dc; + background-color: #485fc7; } .progress.is-link::-moz-progress-bar { - background-color: #3273dc; + background-color: #485fc7; } .progress.is-link::-ms-fill { - background-color: #3273dc; + background-color: #485fc7; } .progress.is-link:indeterminate { - background-image: linear-gradient(to right, #3273dc 30%, #ededed 30%); + background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%); } .progress.is-info::-webkit-progress-value { - background-color: #3298dc; + background-color: #3e8ed0; } .progress.is-info::-moz-progress-bar { - background-color: #3298dc; + background-color: #3e8ed0; } .progress.is-info::-ms-fill { - background-color: #3298dc; + background-color: #3e8ed0; } .progress.is-info:indeterminate { - background-image: linear-gradient(to right, #3298dc 30%, #ededed 30%); + background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%); } .progress.is-success::-webkit-progress-value { - background-color: #48c774; + background-color: #48c78e; } .progress.is-success::-moz-progress-bar { - background-color: #48c774; + background-color: #48c78e; } .progress.is-success::-ms-fill { - background-color: #48c774; + background-color: #48c78e; } .progress.is-success:indeterminate { - background-image: linear-gradient(to right, #48c774 30%, #ededed 30%); + background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%); } .progress.is-warning::-webkit-progress-value { - background-color: #ffdd57; + background-color: #ffe08a; } .progress.is-warning::-moz-progress-bar { - background-color: #ffdd57; + background-color: #ffe08a; } .progress.is-warning::-ms-fill { - background-color: #ffdd57; + background-color: #ffe08a; } .progress.is-warning:indeterminate { - background-image: linear-gradient(to right, #ffdd57 30%, #ededed 30%); + background-image: linear-gradient(to right, #ffe08a 30%, #ededed 30%); } .progress.is-danger::-webkit-progress-value { background-color: #f14668; } @@ -2675,33 +2741,33 @@ color: #fff; } .table td.is-link, .table th.is-link { - background-color: #3273dc; - border-color: #3273dc; + background-color: #485fc7; + border-color: #485fc7; color: #fff; } .table td.is-info, .table th.is-info { - background-color: #3298dc; - border-color: #3298dc; + background-color: #3e8ed0; + border-color: #3e8ed0; color: #fff; } .table td.is-success, .table th.is-success { - background-color: #48c774; - border-color: #48c774; + background-color: #48c78e; + border-color: #48c78e; color: #fff; } .table td.is-warning, .table th.is-warning { - background-color: #ffdd57; - border-color: #ffdd57; + background-color: #ffe08a; + border-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .table td.is-danger, .table th.is-danger { @@ -2945,47 +3011,47 @@ background-color: #ebfffc; color: #00947e; } .tag:not(body).is-link { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } .tag:not(body).is-link.is-light { - background-color: #eef3fc; - color: #2160c4; + background-color: #eff1fa; + color: #3850b7; } .tag:not(body).is-info { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } .tag:not(body).is-info.is-light { - background-color: #eef6fc; - color: #1d72aa; + background-color: #eff5fb; + color: #296fa8; } .tag:not(body).is-success { - background-color: #48c774; + background-color: #48c78e; color: #fff; } .tag:not(body).is-success.is-light { - background-color: #effaf3; - color: #257942; + background-color: #effaf5; + color: #257953; } .tag:not(body).is-warning { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .tag:not(body).is-warning.is-light { - background-color: #fffbeb; - color: #947600; + background-color: #fffaeb; + color: #946c00; } .tag:not(body).is-danger { background-color: #f14668; color: #fff; @@ -3058,11 +3124,11 @@ .tag:not(body).is-delete:active { background-color: #dbdbdb; } .tag:not(body).is-rounded { - border-radius: 290486px; + border-radius: 9999px; } a.tag:hover { text-decoration: underline; } @@ -3104,14 +3170,10 @@ .title strong { color: inherit; font-weight: inherit; } -.title + .highlight { - margin-top: -0.75rem; -} - .title:not(.is-spaced) + .subtitle { margin-top: -1.25rem; } .title.is-1 { @@ -3192,26 +3254,14 @@ letter-spacing: 1px; margin-bottom: 5px; text-transform: uppercase; } -.highlight { - font-weight: 400; - max-width: 100%; - overflow: hidden; - padding: 0; -} - -.highlight pre { - overflow: auto; - max-width: 100%; -} - .number { align-items: center; background-color: whitesmoke; - border-radius: 290486px; + border-radius: 9999px; display: inline-flex; font-size: 1.25rem; height: 2em; justify-content: center; margin-right: 1.5rem; @@ -3248,12 +3298,12 @@ .input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered { border-color: #b5b5b5; } .input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active { - border-color: #3273dc; - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); + border-color: #485fc7; + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } .input[disabled], .textarea[disabled], .select select[disabled], fieldset[disabled] .input, fieldset[disabled] .textarea, @@ -3346,39 +3396,39 @@ .is-primary.input:focus, .is-primary.textarea:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .is-primary.input:active, .is-primary.textarea:active, .is-primary.is-active.input, .is-primary.is-active.textarea { box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); } .is-link.input, .is-link.textarea { - border-color: #3273dc; + border-color: #485fc7; } .is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } .is-info.input, .is-info.textarea { - border-color: #3298dc; + border-color: #3e8ed0; } .is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); } .is-success.input, .is-success.textarea { - border-color: #48c774; + border-color: #48c78e; } .is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); } .is-warning.input, .is-warning.textarea { - border-color: #ffdd57; + border-color: #ffe08a; } .is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); } .is-danger.input, .is-danger.textarea { border-color: #f14668; } @@ -3409,11 +3459,11 @@ display: inline; width: auto; } .input.is-rounded { - border-radius: 290486px; + border-radius: 9999px; padding-left: calc(calc(0.75em - 1px) + 0.375em); padding-right: calc(calc(0.75em - 1px) + 0.375em); } .input.is-static { @@ -3483,17 +3533,17 @@ .select:not(.is-multiple) { height: 2.5em; } .select:not(.is-multiple):not(.is-loading)::after { - border-color: #3273dc; + border-color: #485fc7; right: 1.125em; z-index: 4; } .select.is-rounded select { - border-radius: 290486px; + border-radius: 9999px; padding-left: 1em; } .select select { cursor: pointer; @@ -3608,71 +3658,71 @@ .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active { box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); } .select.is-link:not(:hover)::after { - border-color: #3273dc; + border-color: #485fc7; } .select.is-link select { - border-color: #3273dc; + border-color: #485fc7; } .select.is-link select:hover, .select.is-link select.is-hovered { - border-color: #2366d1; + border-color: #3a51bb; } .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } .select.is-info:not(:hover)::after { - border-color: #3298dc; + border-color: #3e8ed0; } .select.is-info select { - border-color: #3298dc; + border-color: #3e8ed0; } .select.is-info select:hover, .select.is-info select.is-hovered { - border-color: #238cd1; + border-color: #3082c5; } .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active { - box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); } .select.is-success:not(:hover)::after { - border-color: #48c774; + border-color: #48c78e; } .select.is-success select { - border-color: #48c774; + border-color: #48c78e; } .select.is-success select:hover, .select.is-success select.is-hovered { - border-color: #3abb67; + border-color: #3abb81; } .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active { - box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); } .select.is-warning:not(:hover)::after { - border-color: #ffdd57; + border-color: #ffe08a; } .select.is-warning select { - border-color: #ffdd57; + border-color: #ffe08a; } .select.is-warning select:hover, .select.is-warning select.is-hovered { - border-color: #ffd83d; + border-color: #ffd970; } .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active { - box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); } .select.is-danger:not(:hover)::after { border-color: #f14668; } @@ -3860,101 +3910,101 @@ border-color: transparent; color: #fff; } .file.is-link .file-cta { - background-color: #3273dc; + background-color: #485fc7; border-color: transparent; color: #fff; } .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta { - background-color: #276cda; + background-color: #3e56c4; border-color: transparent; color: #fff; } .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta { border-color: transparent; - box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25); + box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25); color: #fff; } .file.is-link:active .file-cta, .file.is-link.is-active .file-cta { - background-color: #2366d1; + background-color: #3a51bb; border-color: transparent; color: #fff; } .file.is-info .file-cta { - background-color: #3298dc; + background-color: #3e8ed0; border-color: transparent; color: #fff; } .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta { - background-color: #2793da; + background-color: #3488ce; border-color: transparent; color: #fff; } .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta { border-color: transparent; - box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25); + box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25); color: #fff; } .file.is-info:active .file-cta, .file.is-info.is-active .file-cta { - background-color: #238cd1; + background-color: #3082c5; border-color: transparent; color: #fff; } .file.is-success .file-cta { - background-color: #48c774; + background-color: #48c78e; border-color: transparent; color: #fff; } .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta { - background-color: #3ec46d; + background-color: #3ec487; border-color: transparent; color: #fff; } .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta { border-color: transparent; - box-shadow: 0 0 0.5em rgba(72, 199, 116, 0.25); + box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25); color: #fff; } .file.is-success:active .file-cta, .file.is-success.is-active .file-cta { - background-color: #3abb67; + background-color: #3abb81; border-color: transparent; color: #fff; } .file.is-warning .file-cta { - background-color: #ffdd57; + background-color: #ffe08a; border-color: transparent; color: rgba(0, 0, 0, 0.7); } .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta { - background-color: #ffdb4a; + background-color: #ffdc7d; border-color: transparent; color: rgba(0, 0, 0, 0.7); } .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta { border-color: transparent; - box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25); + box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25); color: rgba(0, 0, 0, 0.7); } .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta { - background-color: #ffd83d; + background-color: #ffd970; border-color: transparent; color: rgba(0, 0, 0, 0.7); } .file.is-danger .file-cta { @@ -3983,10 +4033,14 @@ .file.is-small { font-size: 0.75rem; } +.file.is-normal { + font-size: 1rem; +} + .file.is-medium { font-size: 1.25rem; } .file.is-medium .file-icon .fa { @@ -4214,23 +4268,23 @@ .help.is-primary { color: #00d1b2; } .help.is-link { - color: #3273dc; + color: #485fc7; } .help.is-info { - color: #3298dc; + color: #3e8ed0; } .help.is-success { - color: #48c774; + color: #48c78e; } .help.is-warning { - color: #ffdd57; + color: #ffe08a; } .help.is-danger { color: #f14668; } @@ -4512,11 +4566,11 @@ white-space: nowrap; } .breadcrumb a { align-items: center; - color: #3273dc; + color: #485fc7; display: flex; justify-content: center; padding: 0 0.75em; } @@ -4602,14 +4656,23 @@ background-color: white; border-radius: 0.25rem; box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); color: #4a4a4a; max-width: 100%; - overflow: hidden; position: relative; } +.card-header:first-child, .card-content:first-child, .card-footer:first-child { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.card-header:last-child, .card-content:last-child, .card-footer:last-child { + border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} + .card-header { background-color: transparent; align-items: stretch; box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1); display: flex; @@ -4627,10 +4690,20 @@ .card-header-title.is-centered { justify-content: center; } .card-header-icon { + -moz-appearance: none; + -webkit-appearance: none; + appearance: none; + background: none; + border: none; + color: currentColor; + font-family: inherit; + font-size: 1em; + margin: 0; + padding: 0; align-items: center; cursor: pointer; display: flex; justify-content: center; padding: 0.75rem 1rem; @@ -4639,10 +4712,20 @@ .card-image { display: block; position: relative; } +.card-image:first-child img { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.card-image:last-child img { + border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} + .card-content { background-color: transparent; padding: 1.5rem; } @@ -4734,11 +4817,11 @@ color: #0a0a0a; } a.dropdown-item.is-active, button.dropdown-item.is-active { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } .dropdown-divider { background-color: #ededed; @@ -4959,11 +5042,11 @@ background-color: whitesmoke; color: #363636; } .menu-list a.is-active { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } .menu-list li ul { border-left: 1px solid #dbdbdb; @@ -5078,63 +5161,63 @@ border-color: #00d1b2; color: #00947e; } .message.is-link { - background-color: #eef3fc; + background-color: #eff1fa; } .message.is-link .message-header { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } .message.is-link .message-body { - border-color: #3273dc; - color: #2160c4; + border-color: #485fc7; + color: #3850b7; } .message.is-info { - background-color: #eef6fc; + background-color: #eff5fb; } .message.is-info .message-header { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } .message.is-info .message-body { - border-color: #3298dc; - color: #1d72aa; + border-color: #3e8ed0; + color: #296fa8; } .message.is-success { - background-color: #effaf3; + background-color: #effaf5; } .message.is-success .message-header { - background-color: #48c774; + background-color: #48c78e; color: #fff; } .message.is-success .message-body { - border-color: #48c774; - color: #257942; + border-color: #48c78e; + color: #257953; } .message.is-warning { - background-color: #fffbeb; + background-color: #fffaeb; } .message.is-warning .message-header { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .message.is-warning .message-body { - border-color: #ffdd57; - color: #947600; + border-color: #ffe08a; + color: #946c00; } .message.is-danger { background-color: #feecf0; } @@ -5605,11 +5688,11 @@ color: #fff; } } .navbar.is-link { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } .navbar.is-link .navbar-brand > .navbar-item, .navbar.is-link .navbar-brand .navbar-link { @@ -5618,11 +5701,11 @@ .navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active, .navbar.is-link .navbar-brand .navbar-link:focus, .navbar.is-link .navbar-brand .navbar-link:hover, .navbar.is-link .navbar-brand .navbar-link.is-active { - background-color: #2366d1; + background-color: #3a51bb; color: #fff; } .navbar.is-link .navbar-brand .navbar-link::after { border-color: #fff; @@ -5647,31 +5730,31 @@ .navbar.is-link .navbar-end > a.navbar-item:hover, .navbar.is-link .navbar-end > a.navbar-item.is-active, .navbar.is-link .navbar-end .navbar-link:focus, .navbar.is-link .navbar-end .navbar-link:hover, .navbar.is-link .navbar-end .navbar-link.is-active { - background-color: #2366d1; + background-color: #3a51bb; color: #fff; } .navbar.is-link .navbar-start .navbar-link::after, .navbar.is-link .navbar-end .navbar-link::after { border-color: #fff; } .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #2366d1; + background-color: #3a51bb; color: #fff; } .navbar.is-link .navbar-dropdown a.navbar-item.is-active { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } } .navbar.is-info { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } .navbar.is-info .navbar-brand > .navbar-item, .navbar.is-info .navbar-brand .navbar-link { @@ -5680,11 +5763,11 @@ .navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, .navbar.is-info .navbar-brand .navbar-link:focus, .navbar.is-info .navbar-brand .navbar-link:hover, .navbar.is-info .navbar-brand .navbar-link.is-active { - background-color: #238cd1; + background-color: #3082c5; color: #fff; } .navbar.is-info .navbar-brand .navbar-link::after { border-color: #fff; @@ -5709,31 +5792,31 @@ .navbar.is-info .navbar-end > a.navbar-item:hover, .navbar.is-info .navbar-end > a.navbar-item.is-active, .navbar.is-info .navbar-end .navbar-link:focus, .navbar.is-info .navbar-end .navbar-link:hover, .navbar.is-info .navbar-end .navbar-link.is-active { - background-color: #238cd1; + background-color: #3082c5; color: #fff; } .navbar.is-info .navbar-start .navbar-link::after, .navbar.is-info .navbar-end .navbar-link::after { border-color: #fff; } .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #238cd1; + background-color: #3082c5; color: #fff; } .navbar.is-info .navbar-dropdown a.navbar-item.is-active { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } } .navbar.is-success { - background-color: #48c774; + background-color: #48c78e; color: #fff; } .navbar.is-success .navbar-brand > .navbar-item, .navbar.is-success .navbar-brand .navbar-link { @@ -5742,11 +5825,11 @@ .navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, .navbar.is-success .navbar-brand .navbar-link:focus, .navbar.is-success .navbar-brand .navbar-link:hover, .navbar.is-success .navbar-brand .navbar-link.is-active { - background-color: #3abb67; + background-color: #3abb81; color: #fff; } .navbar.is-success .navbar-brand .navbar-link::after { border-color: #fff; @@ -5771,31 +5854,31 @@ .navbar.is-success .navbar-end > a.navbar-item:hover, .navbar.is-success .navbar-end > a.navbar-item.is-active, .navbar.is-success .navbar-end .navbar-link:focus, .navbar.is-success .navbar-end .navbar-link:hover, .navbar.is-success .navbar-end .navbar-link.is-active { - background-color: #3abb67; + background-color: #3abb81; color: #fff; } .navbar.is-success .navbar-start .navbar-link::after, .navbar.is-success .navbar-end .navbar-link::after { border-color: #fff; } .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #3abb67; + background-color: #3abb81; color: #fff; } .navbar.is-success .navbar-dropdown a.navbar-item.is-active { - background-color: #48c774; + background-color: #48c78e; color: #fff; } } .navbar.is-warning { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .navbar.is-warning .navbar-brand > .navbar-item, .navbar.is-warning .navbar-brand .navbar-link { @@ -5804,11 +5887,11 @@ .navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, .navbar.is-warning .navbar-brand .navbar-link:focus, .navbar.is-warning .navbar-brand .navbar-link:hover, .navbar.is-warning .navbar-brand .navbar-link.is-active { - background-color: #ffd83d; + background-color: #ffd970; color: rgba(0, 0, 0, 0.7); } .navbar.is-warning .navbar-brand .navbar-link::after { border-color: rgba(0, 0, 0, 0.7); @@ -5833,25 +5916,25 @@ .navbar.is-warning .navbar-end > a.navbar-item:hover, .navbar.is-warning .navbar-end > a.navbar-item.is-active, .navbar.is-warning .navbar-end .navbar-link:focus, .navbar.is-warning .navbar-end .navbar-link:hover, .navbar.is-warning .navbar-end .navbar-link.is-active { - background-color: #ffd83d; + background-color: #ffd970; color: rgba(0, 0, 0, 0.7); } .navbar.is-warning .navbar-start .navbar-link::after, .navbar.is-warning .navbar-end .navbar-link::after { border-color: rgba(0, 0, 0, 0.7); } .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #ffd83d; + background-color: #ffd970; color: rgba(0, 0, 0, 0.7); } .navbar.is-warning .navbar-dropdown a.navbar-item.is-active { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } } .navbar.is-danger { @@ -6054,11 +6137,11 @@ .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, .navbar-link.is-active { background-color: #fafafa; - color: #3273dc; + color: #485fc7; } .navbar-item { flex-grow: 0; flex-shrink: 0; @@ -6083,19 +6166,19 @@ padding-bottom: calc(0.5rem - 1px); } .navbar-item.is-tab:focus, .navbar-item.is-tab:hover { background-color: transparent; - border-bottom-color: #3273dc; + border-bottom-color: #485fc7; } .navbar-item.is-tab.is-active { background-color: transparent; - border-bottom-color: #3273dc; + border-bottom-color: #485fc7; border-bottom-style: solid; border-bottom-width: 3px; - color: #3273dc; + color: #485fc7; padding-bottom: calc(0.5rem - 3px); } .navbar-content { flex-grow: 1; @@ -6105,11 +6188,11 @@ .navbar-link:not(.is-arrowless) { padding-right: 2.5em; } .navbar-link:not(.is-arrowless)::after { - border-color: #3273dc; + border-color: #485fc7; margin-top: -0.375em; right: 1.125em; } .navbar-dropdown { @@ -6216,11 +6299,11 @@ background-color: whitesmoke; color: #0a0a0a; } .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { background-color: whitesmoke; - color: #3273dc; + color: #485fc7; } .navbar-burger { display: none; } .navbar-item, @@ -6287,11 +6370,11 @@ background-color: whitesmoke; color: #0a0a0a; } .navbar-dropdown a.navbar-item.is-active { background-color: whitesmoke; - color: #3273dc; + color: #485fc7; } .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed { border-radius: 6px; border-top: none; box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); @@ -6385,15 +6468,15 @@ .pagination.is-rounded .pagination-previous, .pagination.is-rounded .pagination-next { padding-left: 1em; padding-right: 1em; - border-radius: 290486px; + border-radius: 9999px; } .pagination.is-rounded .pagination-link { - border-radius: 290486px; + border-radius: 9999px; } .pagination, .pagination-list { align-items: center; @@ -6430,11 +6513,11 @@ } .pagination-previous:focus, .pagination-next:focus, .pagination-link:focus { - border-color: #3273dc; + border-color: #485fc7; } .pagination-previous:active, .pagination-next:active, .pagination-link:active { @@ -6457,12 +6540,12 @@ padding-right: 0.75em; white-space: nowrap; } .pagination-link.is-current { - background-color: #3273dc; - border-color: #3273dc; + background-color: #485fc7; + border-color: #485fc7; color: #fff; } .pagination-ellipsis { color: #b5b5b5; @@ -6471,10 +6554,14 @@ .pagination-list { flex-wrap: wrap; } +.pagination-list li { + list-style: none; +} + @media screen and (max-width: 768px) { .pagination { flex-wrap: wrap; } .pagination-previous, @@ -6493,18 +6580,27 @@ flex-grow: 1; flex-shrink: 1; justify-content: flex-start; order: 1; } + .pagination-previous, + .pagination-next, + .pagination-link, + .pagination-ellipsis { + margin-bottom: 0; + margin-top: 0; + } .pagination-previous { order: 2; } .pagination-next { order: 3; } .pagination { justify-content: space-between; + margin-bottom: 0; + margin-top: 0; } .pagination.is-centered .pagination-previous { order: 1; } .pagination.is-centered .pagination-list { @@ -6600,59 +6696,59 @@ .panel.is-primary .panel-block.is-active .panel-icon { color: #00d1b2; } .panel.is-link .panel-heading { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } .panel.is-link .panel-tabs a.is-active { - border-bottom-color: #3273dc; + border-bottom-color: #485fc7; } .panel.is-link .panel-block.is-active .panel-icon { - color: #3273dc; + color: #485fc7; } .panel.is-info .panel-heading { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } .panel.is-info .panel-tabs a.is-active { - border-bottom-color: #3298dc; + border-bottom-color: #3e8ed0; } .panel.is-info .panel-block.is-active .panel-icon { - color: #3298dc; + color: #3e8ed0; } .panel.is-success .panel-heading { - background-color: #48c774; + background-color: #48c78e; color: #fff; } .panel.is-success .panel-tabs a.is-active { - border-bottom-color: #48c774; + border-bottom-color: #48c78e; } .panel.is-success .panel-block.is-active .panel-icon { - color: #48c774; + color: #48c78e; } .panel.is-warning .panel-heading { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .panel.is-warning .panel-tabs a.is-active { - border-bottom-color: #ffdd57; + border-bottom-color: #ffe08a; } .panel.is-warning .panel-block.is-active .panel-icon { - color: #ffdd57; + color: #ffe08a; } .panel.is-danger .panel-heading { background-color: #f14668; color: #fff; @@ -6702,11 +6798,11 @@ .panel-list a { color: #4a4a4a; } .panel-list a:hover { - color: #3273dc; + color: #485fc7; } .panel-block { align-items: center; color: #363636; @@ -6728,16 +6824,16 @@ .panel-block.is-wrapped { flex-wrap: wrap; } .panel-block.is-active { - border-left-color: #3273dc; + border-left-color: #485fc7; color: #363636; } .panel-block.is-active .panel-icon { - color: #3273dc; + color: #485fc7; } .panel-block:last-child { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; @@ -6802,12 +6898,12 @@ .tabs li { display: block; } .tabs li.is-active a { - border-bottom-color: #3273dc; - color: #3273dc; + border-bottom-color: #485fc7; + color: #485fc7; } .tabs ul { align-items: center; border-bottom-color: #dbdbdb; @@ -6899,29 +6995,29 @@ border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .tabs.is-toggle li.is-active a { - background-color: #3273dc; - border-color: #3273dc; + background-color: #485fc7; + border-color: #485fc7; color: #fff; z-index: 1; } .tabs.is-toggle ul { border-bottom: none; } .tabs.is-toggle.is-toggle-rounded li:first-child a { - border-bottom-left-radius: 290486px; - border-top-left-radius: 290486px; + border-bottom-left-radius: 9999px; + border-top-left-radius: 9999px; padding-left: 1.25em; } .tabs.is-toggle.is-toggle-rounded li:last-child a { - border-bottom-right-radius: 290486px; - border-top-right-radius: 290486px; + border-bottom-right-radius: 9999px; + border-top-right-radius: 9999px; padding-right: 1.25em; } .tabs.is-small { font-size: 0.75rem; @@ -6944,10 +7040,11 @@ padding: 0.75rem; } .columns.is-mobile > .column.is-narrow { flex: none; + width: unset; } .columns.is-mobile > .column.is-full { flex: none; width: 100%; @@ -7152,10 +7249,11 @@ } @media screen and (max-width: 768px) { .column.is-narrow-mobile { flex: none; + width: unset; } .column.is-full-mobile { flex: none; width: 100%; } @@ -7316,10 +7414,11 @@ } @media screen and (min-width: 769px), print { .column.is-narrow, .column.is-narrow-tablet { flex: none; + width: unset; } .column.is-full, .column.is-full-tablet { flex: none; width: 100%; } @@ -7480,10 +7579,11 @@ } @media screen and (max-width: 1023px) { .column.is-narrow-touch { flex: none; + width: unset; } .column.is-full-touch { flex: none; width: 100%; } @@ -7644,10 +7744,11 @@ } @media screen and (min-width: 1024px) { .column.is-narrow-desktop { flex: none; + width: unset; } .column.is-full-desktop { flex: none; width: 100%; } @@ -7808,10 +7909,11 @@ } @media screen and (min-width: 1216px) { .column.is-narrow-widescreen { flex: none; + width: unset; } .column.is-full-widescreen { flex: none; width: 100%; } @@ -7972,10 +8074,11 @@ } @media screen and (min-width: 1408px) { .column.is-narrow-fullhd { flex: none; + width: unset; } .column.is-full-fullhd { flex: none; width: 100%; } @@ -8200,11 +8303,11 @@ --columnGap: 0.75rem; margin-left: calc(-1 * var(--columnGap)); margin-right: calc(-1 * var(--columnGap)); } -.columns.is-variable .column { +.columns.is-variable > .column { padding-left: var(--columnGap); padding-right: var(--columnGap); } .columns.is-variable.is-0 { @@ -8908,151 +9011,151 @@ .has-background-primary-dark { background-color: #00947e !important; } .has-text-link { - color: #3273dc !important; + color: #485fc7 !important; } a.has-text-link:hover, a.has-text-link:focus { - color: #205bbc !important; + color: #3449a8 !important; } .has-background-link { - background-color: #3273dc !important; + background-color: #485fc7 !important; } .has-text-link-light { - color: #eef3fc !important; + color: #eff1fa !important; } a.has-text-link-light:hover, a.has-text-link-light:focus { - color: #c2d5f5 !important; + color: #c8cfee !important; } .has-background-link-light { - background-color: #eef3fc !important; + background-color: #eff1fa !important; } .has-text-link-dark { - color: #2160c4 !important; + color: #3850b7 !important; } a.has-text-link-dark:hover, a.has-text-link-dark:focus { - color: #3b79de !important; + color: #576dcb !important; } .has-background-link-dark { - background-color: #2160c4 !important; + background-color: #3850b7 !important; } .has-text-info { - color: #3298dc !important; + color: #3e8ed0 !important; } a.has-text-info:hover, a.has-text-info:focus { - color: #207dbc !important; + color: #2b74b1 !important; } .has-background-info { - background-color: #3298dc !important; + background-color: #3e8ed0 !important; } .has-text-info-light { - color: #eef6fc !important; + color: #eff5fb !important; } a.has-text-info-light:hover, a.has-text-info-light:focus { - color: #c2e0f5 !important; + color: #c6ddf1 !important; } .has-background-info-light { - background-color: #eef6fc !important; + background-color: #eff5fb !important; } .has-text-info-dark { - color: #1d72aa !important; + color: #296fa8 !important; } a.has-text-info-dark:hover, a.has-text-info-dark:focus { - color: #248fd6 !important; + color: #368ace !important; } .has-background-info-dark { - background-color: #1d72aa !important; + background-color: #296fa8 !important; } .has-text-success { - color: #48c774 !important; + color: #48c78e !important; } a.has-text-success:hover, a.has-text-success:focus { - color: #34a85c !important; + color: #34a873 !important; } .has-background-success { - background-color: #48c774 !important; + background-color: #48c78e !important; } .has-text-success-light { - color: #effaf3 !important; + color: #effaf5 !important; } a.has-text-success-light:hover, a.has-text-success-light:focus { - color: #c8eed6 !important; + color: #c8eedd !important; } .has-background-success-light { - background-color: #effaf3 !important; + background-color: #effaf5 !important; } .has-text-success-dark { - color: #257942 !important; + color: #257953 !important; } a.has-text-success-dark:hover, a.has-text-success-dark:focus { - color: #31a058 !important; + color: #31a06e !important; } .has-background-success-dark { - background-color: #257942 !important; + background-color: #257953 !important; } .has-text-warning { - color: #ffdd57 !important; + color: #ffe08a !important; } a.has-text-warning:hover, a.has-text-warning:focus { - color: #ffd324 !important; + color: #ffd257 !important; } .has-background-warning { - background-color: #ffdd57 !important; + background-color: #ffe08a !important; } .has-text-warning-light { - color: #fffbeb !important; + color: #fffaeb !important; } a.has-text-warning-light:hover, a.has-text-warning-light:focus { - color: #fff1b8 !important; + color: #ffecb8 !important; } .has-background-warning-light { - background-color: #fffbeb !important; + background-color: #fffaeb !important; } .has-text-warning-dark { - color: #947600 !important; + color: #946c00 !important; } a.has-text-warning-dark:hover, a.has-text-warning-dark:focus { - color: #c79f00 !important; + color: #c79200 !important; } .has-background-warning-dark { - background-color: #947600 !important; + background-color: #946c00 !important; } .has-text-danger { color: #f14668 !important; } @@ -9399,10 +9502,11 @@ box-shadow: none !important; } .is-clickable { cursor: pointer !important; + pointer-events: all !important; } .is-clipped { overflow: hidden !important; } @@ -9627,10 +9731,40 @@ .my-6 { margin-top: 3rem !important; margin-bottom: 3rem !important; } +.m-auto { + margin: auto !important; +} + +.mt-auto { + margin-top: auto !important; +} + +.mr-auto { + margin-right: auto !important; +} + +.mb-auto { + margin-bottom: auto !important; +} + +.ml-auto { + margin-left: auto !important; +} + +.mx-auto { + margin-left: auto !important; + margin-right: auto !important; +} + +.my-auto { + margin-top: auto !important; + margin-bottom: auto !important; +} + .p-0 { padding: 0 !important; } .pt-0 { @@ -9837,10 +9971,40 @@ .py-6 { padding-top: 3rem !important; padding-bottom: 3rem !important; } +.p-auto { + padding: auto !important; +} + +.pt-auto { + padding-top: auto !important; +} + +.pr-auto { + padding-right: auto !important; +} + +.pb-auto { + padding-bottom: auto !important; +} + +.pl-auto { + padding-left: auto !important; +} + +.px-auto { + padding-left: auto !important; + padding-right: auto !important; +} + +.py-auto { + padding-top: auto !important; + padding-bottom: auto !important; +} + .is-size-1 { font-size: 3rem !important; } .is-size-2 { @@ -10257,10 +10421,14 @@ .is-italic { font-style: italic !important; } +.is-underlined { + text-decoration: underline !important; +} + .has-text-weight-light { font-weight: 300 !important; } .has-text-weight-normal { @@ -10781,10 +10949,11 @@ .hero.is-white .tabs a:hover { opacity: 1; } .hero.is-white .tabs li.is-active a { + color: white !important; opacity: 1; } .hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a { color: #0a0a0a; @@ -10859,10 +11028,11 @@ .hero.is-black .tabs a:hover { opacity: 1; } .hero.is-black .tabs li.is-active a { + color: #0a0a0a !important; opacity: 1; } .hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a { color: white; @@ -10937,10 +11107,11 @@ .hero.is-light .tabs a:hover { opacity: 1; } .hero.is-light .tabs li.is-active a { + color: whitesmoke !important; opacity: 1; } .hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a { color: rgba(0, 0, 0, 0.7); @@ -11015,10 +11186,11 @@ .hero.is-dark .tabs a:hover { opacity: 1; } .hero.is-dark .tabs li.is-active a { + color: #363636 !important; opacity: 1; } .hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a { color: #fff; @@ -11093,10 +11265,11 @@ .hero.is-primary .tabs a:hover { opacity: 1; } .hero.is-primary .tabs li.is-active a { + color: #00d1b2 !important; opacity: 1; } .hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a { color: #fff; @@ -11121,11 +11294,11 @@ background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); } } .hero.is-link { - background-color: #3273dc; + background-color: #485fc7; color: #fff; } .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-link strong { @@ -11145,11 +11318,11 @@ color: #fff; } @media screen and (max-width: 1023px) { .hero.is-link .navbar-menu { - background-color: #3273dc; + background-color: #485fc7; } } .hero.is-link .navbar-item, .hero.is-link .navbar-link { @@ -11157,11 +11330,11 @@ } .hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active, .hero.is-link .navbar-link:hover, .hero.is-link .navbar-link.is-active { - background-color: #2366d1; + background-color: #3a51bb; color: #fff; } .hero.is-link .tabs a { color: #fff; @@ -11171,10 +11344,11 @@ .hero.is-link .tabs a:hover { opacity: 1; } .hero.is-link .tabs li.is-active a { + color: #485fc7 !important; opacity: 1; } .hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a { color: #fff; @@ -11185,25 +11359,25 @@ } .hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover { background-color: #fff; border-color: #fff; - color: #3273dc; + color: #485fc7; } .hero.is-link.is-bold { - background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); + background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%); } @media screen and (max-width: 768px) { .hero.is-link.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); + background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%); } } .hero.is-info { - background-color: #3298dc; + background-color: #3e8ed0; color: #fff; } .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-info strong { @@ -11223,11 +11397,11 @@ color: #fff; } @media screen and (max-width: 1023px) { .hero.is-info .navbar-menu { - background-color: #3298dc; + background-color: #3e8ed0; } } .hero.is-info .navbar-item, .hero.is-info .navbar-link { @@ -11235,11 +11409,11 @@ } .hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active, .hero.is-info .navbar-link:hover, .hero.is-info .navbar-link.is-active { - background-color: #238cd1; + background-color: #3082c5; color: #fff; } .hero.is-info .tabs a { color: #fff; @@ -11249,10 +11423,11 @@ .hero.is-info .tabs a:hover { opacity: 1; } .hero.is-info .tabs li.is-active a { + color: #3e8ed0 !important; opacity: 1; } .hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a { color: #fff; @@ -11263,25 +11438,25 @@ } .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { background-color: #fff; border-color: #fff; - color: #3298dc; + color: #3e8ed0; } .hero.is-info.is-bold { - background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%); + background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%); } @media screen and (max-width: 768px) { .hero.is-info.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%); + background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%); } } .hero.is-success { - background-color: #48c774; + background-color: #48c78e; color: #fff; } .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-success strong { @@ -11301,11 +11476,11 @@ color: #fff; } @media screen and (max-width: 1023px) { .hero.is-success .navbar-menu { - background-color: #48c774; + background-color: #48c78e; } } .hero.is-success .navbar-item, .hero.is-success .navbar-link { @@ -11313,11 +11488,11 @@ } .hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active, .hero.is-success .navbar-link:hover, .hero.is-success .navbar-link.is-active { - background-color: #3abb67; + background-color: #3abb81; color: #fff; } .hero.is-success .tabs a { color: #fff; @@ -11327,10 +11502,11 @@ .hero.is-success .tabs a:hover { opacity: 1; } .hero.is-success .tabs li.is-active a { + color: #48c78e !important; opacity: 1; } .hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a { color: #fff; @@ -11341,25 +11517,25 @@ } .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 { background-color: #fff; border-color: #fff; - color: #48c774; + color: #48c78e; } .hero.is-success.is-bold { - background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%); + background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%); } @media screen and (max-width: 768px) { .hero.is-success.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%); + background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%); } } .hero.is-warning { - background-color: #ffdd57; + background-color: #ffe08a; color: rgba(0, 0, 0, 0.7); } .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-warning strong { @@ -11379,11 +11555,11 @@ color: rgba(0, 0, 0, 0.7); } @media screen and (max-width: 1023px) { .hero.is-warning .navbar-menu { - background-color: #ffdd57; + background-color: #ffe08a; } } .hero.is-warning .navbar-item, .hero.is-warning .navbar-link { @@ -11391,11 +11567,11 @@ } .hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active, .hero.is-warning .navbar-link:hover, .hero.is-warning .navbar-link.is-active { - background-color: #ffd83d; + background-color: #ffd970; color: rgba(0, 0, 0, 0.7); } .hero.is-warning .tabs a { color: rgba(0, 0, 0, 0.7); @@ -11405,10 +11581,11 @@ .hero.is-warning .tabs a:hover { opacity: 1; } .hero.is-warning .tabs li.is-active a { + color: #ffe08a !important; opacity: 1; } .hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a { color: rgba(0, 0, 0, 0.7); @@ -11419,20 +11596,20 @@ } .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 { background-color: rgba(0, 0, 0, 0.7); border-color: rgba(0, 0, 0, 0.7); - color: #ffdd57; + color: #ffe08a; } .hero.is-warning.is-bold { - background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); + background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%); } @media screen and (max-width: 768px) { .hero.is-warning.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); + background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%); } } .hero.is-danger { background-color: #f14668; @@ -11483,10 +11660,11 @@ .hero.is-danger .tabs a:hover { opacity: 1; } .hero.is-danger .tabs li.is-active a { + color: #f14668 !important; opacity: 1; } .hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a { color: #fff; @@ -11516,17 +11694,17 @@ padding: 1.5rem; } @media screen and (min-width: 769px), print { .hero.is-medium .hero-body { - padding: 9rem 1.5rem; + padding: 9rem 4.5rem; } } @media screen and (min-width: 769px), print { .hero.is-large .hero-body { - padding: 18rem 1.5rem; + padding: 18rem 6rem; } } .hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body { align-items: center; @@ -11602,19 +11780,28 @@ flex-grow: 1; flex-shrink: 0; padding: 3rem 1.5rem; } +@media screen and (min-width: 769px), print { + .hero-body { + padding: 3rem 3rem; + } +} + .section { padding: 3rem 1.5rem; } @media screen and (min-width: 1024px) { + .section { + padding: 3rem 3rem; + } .section.is-medium { - padding: 9rem 1.5rem; + padding: 9rem 4.5rem; } .section.is-large { - padding: 18rem 1.5rem; + padding: 18rem 6rem; } } .footer { background-color: #fafafa; \ No newline at end of file