2022-02-14 01:51:37 +01:00
|
|
|
.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-radius: 4px;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button, .file, .breadcrumb, .pagination-previous,
|
|
|
|
.pagination-next,
|
|
|
|
.pagination-link,
|
|
|
|
.pagination-ellipsis, .tabs, .is-unselectable {
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
|
|
|
|
border: 3px solid transparent;
|
|
|
|
border-radius: 2px;
|
|
|
|
border-right: 0;
|
|
|
|
border-top: 0;
|
|
|
|
content: " ";
|
|
|
|
display: block;
|
|
|
|
height: 0.625em;
|
|
|
|
margin-top: -0.4375em;
|
|
|
|
pointer-events: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
transform: rotate(-45deg);
|
|
|
|
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),
|
2022-02-14 01:51:52 +01:00
|
|
|
.subtitle:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
|
2022-02-14 01:51:37 +01:00
|
|
|
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: 9999px;
|
|
|
|
cursor: pointer;
|
|
|
|
pointer-events: auto;
|
|
|
|
display: inline-block;
|
|
|
|
flex-grow: 0;
|
|
|
|
flex-shrink: 0;
|
|
|
|
font-size: 0;
|
|
|
|
height: 20px;
|
|
|
|
max-height: 20px;
|
|
|
|
max-width: 20px;
|
|
|
|
min-height: 20px;
|
|
|
|
min-width: 20px;
|
|
|
|
outline: none;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: top;
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete::before, .modal-close::before, .delete::after, .modal-close::after {
|
|
|
|
background-color: white;
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
left: 50%;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
|
|
|
transform-origin: center center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete::before, .modal-close::before {
|
|
|
|
height: 2px;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete::after, .modal-close::after {
|
|
|
|
height: 50%;
|
|
|
|
width: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
|
|
|
|
background-color: rgba(10, 10, 10, 0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete:active, .modal-close:active {
|
|
|
|
background-color: rgba(10, 10, 10, 0.4);
|
|
|
|
}
|
|
|
|
|
|
|
|
.is-small.delete, .is-small.modal-close {
|
|
|
|
height: 16px;
|
|
|
|
max-height: 16px;
|
|
|
|
max-width: 16px;
|
|
|
|
min-height: 16px;
|
|
|
|
min-width: 16px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.is-medium.delete, .is-medium.modal-close {
|
|
|
|
height: 24px;
|
|
|
|
max-height: 24px;
|
|
|
|
max-width: 24px;
|
|
|
|
min-height: 24px;
|
|
|
|
min-width: 24px;
|
|
|
|
width: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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: 9999px;
|
|
|
|
border-right-color: transparent;
|
|
|
|
border-top-color: transparent;
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
height: 1em;
|
|
|
|
position: relative;
|
|
|
|
width: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
@-webkit-keyframes spinAround {
|
|
|
|
from {
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
transform: rotate(359deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes spinAround {
|
|
|
|
from {
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
transform: rotate(359deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
2022-02-14 01:51:52 +01:00
|
|
|
color: var(--text-color);
|
2022-02-14 01:51:37 +01:00
|
|
|
cursor: pointer;
|
|
|
|
justify-content: center;
|
|
|
|
padding-bottom: calc(0.5em - 1px);
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
|
|
|
padding-top: calc(0.5em - 1px);
|
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button strong {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
|
|
|
|
height: 1.5em;
|
|
|
|
width: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button .icon:first-child:not(:last-child) {
|
|
|
|
margin-left: calc(-0.5em - 1px);
|
|
|
|
margin-right: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button .icon:last-child:not(:first-child) {
|
|
|
|
margin-left: 0.25em;
|
|
|
|
margin-right: calc(-0.5em - 1px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button .icon:first-child:last-child {
|
|
|
|
margin-left: calc(-0.5em - 1px);
|
|
|
|
margin-right: calc(-0.5em - 1px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-text {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #4a4a4a;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
|
|
|
|
background-color: whitesmoke;
|
|
|
|
color: #363636;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-text:active, .button.is-text.is-active {
|
|
|
|
background-color: #e8e8e8;
|
|
|
|
color: #363636;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-text[disabled],
|
|
|
|
fieldset[disabled] .button.is-text {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white:hover, .button.is-white.is-hovered {
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #0a0a0a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white:focus, .button.is-white.is-focused {
|
|
|
|
border-color: transparent;
|
|
|
|
color: #0a0a0a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white:active, .button.is-white.is-active {
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #0a0a0a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white[disabled],
|
|
|
|
fieldset[disabled] .button.is-white {
|
|
|
|
background-color: white;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white.is-inverted {
|
|
|
|
background-color: #0a0a0a;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white.is-inverted[disabled],
|
|
|
|
fieldset[disabled] .button.is-white.is-inverted {
|
|
|
|
background-color: #0a0a0a;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white.is-loading::after {
|
|
|
|
border-color: transparent transparent #0a0a0a #0a0a0a !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: white;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
|
|
|
|
background-color: white;
|
|
|
|
border-color: white;
|
|
|
|
color: #0a0a0a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white.is-outlined.is-loading::after {
|
|
|
|
border-color: transparent transparent white white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
|
|
|
|
border-color: transparent transparent #0a0a0a #0a0a0a !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-white.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: white;
|
|
|
|
box-shadow: none;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #0a0a0a;
|
|
|
|
color: #0a0a0a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
|
|
|
|
background-color: #0a0a0a;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
|
|
|
|
border-color: transparent transparent white white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-white.is-inverted.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-white.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #0a0a0a;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #0a0a0a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black {
|
|
|
|
background-color: #0a0a0a;
|
|
|
|
border-color: transparent;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black:hover, .button.is-black.is-hovered {
|
|
|
|
background-color: #040404;
|
|
|
|
border-color: transparent;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black:focus, .button.is-black.is-focused {
|
|
|
|
border-color: transparent;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black:active, .button.is-black.is-active {
|
|
|
|
background-color: black;
|
|
|
|
border-color: transparent;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black[disabled],
|
|
|
|
fieldset[disabled] .button.is-black {
|
|
|
|
background-color: #0a0a0a;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black.is-inverted {
|
|
|
|
background-color: white;
|
|
|
|
color: #0a0a0a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black.is-inverted[disabled],
|
|
|
|
fieldset[disabled] .button.is-black.is-inverted {
|
|
|
|
background-color: white;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #0a0a0a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black.is-loading::after {
|
|
|
|
border-color: transparent transparent white white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #0a0a0a;
|
|
|
|
color: #0a0a0a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
|
|
|
|
background-color: #0a0a0a;
|
|
|
|
border-color: #0a0a0a;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black.is-outlined.is-loading::after {
|
|
|
|
border-color: transparent transparent #0a0a0a #0a0a0a !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
|
|
|
|
border-color: transparent transparent white white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-black.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #0a0a0a;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #0a0a0a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: white;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
|
|
|
|
background-color: white;
|
|
|
|
color: #0a0a0a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
|
|
|
|
border-color: transparent transparent #0a0a0a #0a0a0a !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-black.is-inverted.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-black.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: white;
|
|
|
|
box-shadow: none;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light {
|
|
|
|
background-color: whitesmoke;
|
|
|
|
border-color: transparent;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light:hover, .button.is-light.is-hovered {
|
|
|
|
background-color: #eeeeee;
|
|
|
|
border-color: transparent;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light:focus, .button.is-light.is-focused {
|
|
|
|
border-color: transparent;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light:active, .button.is-light.is-active {
|
|
|
|
background-color: #e8e8e8;
|
|
|
|
border-color: transparent;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light[disabled],
|
|
|
|
fieldset[disabled] .button.is-light {
|
|
|
|
background-color: whitesmoke;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light.is-inverted {
|
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
|
color: whitesmoke;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
|
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light.is-inverted[disabled],
|
|
|
|
fieldset[disabled] .button.is-light.is-inverted {
|
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
color: whitesmoke;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light.is-loading::after {
|
|
|
|
border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: whitesmoke;
|
|
|
|
color: whitesmoke;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
|
|
|
|
background-color: whitesmoke;
|
|
|
|
border-color: whitesmoke;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light.is-outlined.is-loading::after {
|
|
|
|
border-color: transparent transparent whitesmoke whitesmoke !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.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-light.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-light.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: whitesmoke;
|
|
|
|
box-shadow: none;
|
|
|
|
color: whitesmoke;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: rgba(0, 0, 0, 0.7);
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
|
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
|
color: whitesmoke;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
|
|
|
|
border-color: transparent transparent whitesmoke whitesmoke !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-light.is-inverted.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-light.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: rgba(0, 0, 0, 0.7);
|
|
|
|
box-shadow: none;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark {
|
|
|
|
background-color: #363636;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark:hover, .button.is-dark.is-hovered {
|
|
|
|
background-color: #2f2f2f;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark:focus, .button.is-dark.is-focused {
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark:active, .button.is-dark.is-active {
|
|
|
|
background-color: #292929;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark[disabled],
|
|
|
|
fieldset[disabled] .button.is-dark {
|
|
|
|
background-color: #363636;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark.is-inverted {
|
|
|
|
background-color: #fff;
|
|
|
|
color: #363636;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark.is-inverted[disabled],
|
|
|
|
fieldset[disabled] .button.is-dark.is-inverted {
|
|
|
|
background-color: #fff;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #363636;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark.is-loading::after {
|
|
|
|
border-color: transparent transparent #fff #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #363636;
|
|
|
|
color: #363636;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
|
|
|
|
background-color: #363636;
|
|
|
|
border-color: #363636;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark.is-outlined.is-loading::after {
|
|
|
|
border-color: transparent transparent #363636 #363636 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
|
|
|
|
border-color: transparent transparent #fff #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-dark.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #363636;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #363636;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
|
|
|
|
background-color: #fff;
|
|
|
|
color: #363636;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
|
|
|
|
border-color: transparent transparent #363636 #363636 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-dark.is-inverted.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #fff;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary {
|
|
|
|
background-color: #00d1b2;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary:hover, .button.is-primary.is-hovered {
|
|
|
|
background-color: #00c4a7;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary:focus, .button.is-primary.is-focused {
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary:active, .button.is-primary.is-active {
|
|
|
|
background-color: #00b89c;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary[disabled],
|
|
|
|
fieldset[disabled] .button.is-primary {
|
|
|
|
background-color: #00d1b2;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary.is-inverted {
|
|
|
|
background-color: #fff;
|
|
|
|
color: #00d1b2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary.is-inverted[disabled],
|
|
|
|
fieldset[disabled] .button.is-primary.is-inverted {
|
|
|
|
background-color: #fff;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #00d1b2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary.is-loading::after {
|
|
|
|
border-color: transparent transparent #fff #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #00d1b2;
|
|
|
|
color: #00d1b2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
|
|
|
|
background-color: #00d1b2;
|
|
|
|
border-color: #00d1b2;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary.is-outlined.is-loading::after {
|
|
|
|
border-color: transparent transparent #00d1b2 #00d1b2 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
|
|
|
|
border-color: transparent transparent #fff #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-primary.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #00d1b2;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #00d1b2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
|
|
|
|
background-color: #fff;
|
|
|
|
color: #00d1b2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
|
|
|
|
border-color: transparent transparent #00d1b2 #00d1b2 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary.is-inverted.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #fff;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary.is-light {
|
|
|
|
background-color: #ebfffc;
|
|
|
|
color: #00947e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
|
|
|
|
background-color: #defffa;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #00947e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
|
|
|
|
background-color: #d1fff8;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #00947e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-link {
|
|
|
|
background-color: #485fc7;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-link:hover, .button.is-link.is-hovered {
|
|
|
|
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(72, 95, 199, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-link:active, .button.is-link.is-active {
|
|
|
|
background-color: #3a51bb;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-link[disabled],
|
|
|
|
fieldset[disabled] .button.is-link {
|
|
|
|
background-color: #485fc7;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-link.is-inverted {
|
|
|
|
background-color: #fff;
|
|
|
|
color: #485fc7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-link.is-inverted[disabled],
|
|
|
|
fieldset[disabled] .button.is-link.is-inverted {
|
|
|
|
background-color: #fff;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
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: #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: #485fc7;
|
|
|
|
border-color: #485fc7;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-link.is-outlined.is-loading::after {
|
|
|
|
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: #485fc7;
|
|
|
|
box-shadow: none;
|
|
|
|
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: #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 #485fc7 #485fc7 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-link.is-inverted.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-link.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #fff;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-link.is-light {
|
|
|
|
background-color: #eff1fa;
|
|
|
|
color: #3850b7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
|
|
|
|
background-color: #e6e9f7;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #3850b7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
|
|
|
|
background-color: #dce0f4;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #3850b7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-info {
|
|
|
|
background-color: #3e8ed0;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-info:hover, .button.is-info.is-hovered {
|
|
|
|
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(62, 142, 208, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-info:active, .button.is-info.is-active {
|
|
|
|
background-color: #3082c5;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-info[disabled],
|
|
|
|
fieldset[disabled] .button.is-info {
|
|
|
|
background-color: #3e8ed0;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-info.is-inverted {
|
|
|
|
background-color: #fff;
|
|
|
|
color: #3e8ed0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-info.is-inverted[disabled],
|
|
|
|
fieldset[disabled] .button.is-info.is-inverted {
|
|
|
|
background-color: #fff;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
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: #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: #3e8ed0;
|
|
|
|
border-color: #3e8ed0;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-info.is-outlined.is-loading::after {
|
|
|
|
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: #3e8ed0;
|
|
|
|
box-shadow: none;
|
|
|
|
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: #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 #3e8ed0 #3e8ed0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-info.is-inverted.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-info.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #fff;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-info.is-light {
|
|
|
|
background-color: #eff5fb;
|
|
|
|
color: #296fa8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
|
|
|
|
background-color: #e4eff9;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #296fa8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
|
|
|
|
background-color: #dae9f6;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #296fa8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-success {
|
|
|
|
background-color: #48c78e;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-success:hover, .button.is-success.is-hovered {
|
|
|
|
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, 142, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-success:active, .button.is-success.is-active {
|
|
|
|
background-color: #3abb81;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-success[disabled],
|
|
|
|
fieldset[disabled] .button.is-success {
|
|
|
|
background-color: #48c78e;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-success.is-inverted {
|
|
|
|
background-color: #fff;
|
|
|
|
color: #48c78e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-success.is-inverted[disabled],
|
|
|
|
fieldset[disabled] .button.is-success.is-inverted {
|
|
|
|
background-color: #fff;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
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: #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: #48c78e;
|
|
|
|
border-color: #48c78e;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-success.is-outlined.is-loading::after {
|
|
|
|
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: #48c78e;
|
|
|
|
box-shadow: none;
|
|
|
|
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: #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 #48c78e #48c78e !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-success.is-inverted.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-success.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #fff;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-success.is-light {
|
|
|
|
background-color: #effaf5;
|
|
|
|
color: #257953;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
|
|
|
|
background-color: #e6f7ef;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #257953;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
|
|
|
|
background-color: #dcf4e9;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #257953;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-warning {
|
|
|
|
background-color: #ffe08a;
|
|
|
|
border-color: transparent;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-warning:hover, .button.is-warning.is-hovered {
|
|
|
|
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, 224, 138, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-warning:active, .button.is-warning.is-active {
|
|
|
|
background-color: #ffd970;
|
|
|
|
border-color: transparent;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-warning[disabled],
|
|
|
|
fieldset[disabled] .button.is-warning {
|
|
|
|
background-color: #ffe08a;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-warning.is-inverted {
|
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
|
color: #ffe08a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
|
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.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: #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: #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: #ffe08a;
|
|
|
|
border-color: #ffe08a;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-warning.is-outlined.is-loading::after {
|
|
|
|
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: #ffe08a;
|
|
|
|
box-shadow: none;
|
|
|
|
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: #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 #ffe08a #ffe08a !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-warning.is-inverted.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: rgba(0, 0, 0, 0.7);
|
|
|
|
box-shadow: none;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-warning.is-light {
|
|
|
|
background-color: #fffaeb;
|
|
|
|
color: #946c00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
|
|
|
|
background-color: #fff6de;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #946c00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
|
|
|
|
background-color: #fff3d1;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #946c00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger {
|
|
|
|
background-color: #f14668;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger:hover, .button.is-danger.is-hovered {
|
|
|
|
background-color: #f03a5f;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger:focus, .button.is-danger.is-focused {
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger:active, .button.is-danger.is-active {
|
|
|
|
background-color: #ef2e55;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger[disabled],
|
|
|
|
fieldset[disabled] .button.is-danger {
|
|
|
|
background-color: #f14668;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger.is-inverted {
|
|
|
|
background-color: #fff;
|
|
|
|
color: #f14668;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger.is-inverted[disabled],
|
|
|
|
fieldset[disabled] .button.is-danger.is-inverted {
|
|
|
|
background-color: #fff;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #f14668;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger.is-loading::after {
|
|
|
|
border-color: transparent transparent #fff #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #f14668;
|
|
|
|
color: #f14668;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
|
|
|
|
background-color: #f14668;
|
|
|
|
border-color: #f14668;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger.is-outlined.is-loading::after {
|
|
|
|
border-color: transparent transparent #f14668 #f14668 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
|
|
|
|
border-color: transparent transparent #fff #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-danger.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #f14668;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #f14668;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
|
|
|
|
background-color: #fff;
|
|
|
|
color: #f14668;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
|
|
|
|
border-color: transparent transparent #f14668 #f14668 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger.is-inverted.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #fff;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger.is-light {
|
|
|
|
background-color: #feecf0;
|
|
|
|
color: #cc0f35;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
|
|
|
|
background-color: #fde0e6;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #cc0f35;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
|
|
|
|
background-color: #fcd4dc;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #cc0f35;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-small {
|
|
|
|
font-size: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-small:not(.is-rounded) {
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-normal {
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-medium {
|
|
|
|
font-size: 1.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-large {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button[disabled],
|
|
|
|
fieldset[disabled] .button {
|
|
|
|
background-color: white;
|
|
|
|
border-color: #dbdbdb;
|
|
|
|
box-shadow: none;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-fullwidth {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-loading {
|
|
|
|
color: transparent !important;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-loading::after {
|
|
|
|
position: absolute;
|
|
|
|
left: calc(50% - (1em * 0.5));
|
|
|
|
top: calc(50% - (1em * 0.5));
|
|
|
|
position: absolute !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-static {
|
|
|
|
background-color: whitesmoke;
|
|
|
|
border-color: #dbdbdb;
|
|
|
|
color: #7a7a7a;
|
|
|
|
box-shadow: none;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-rounded {
|
|
|
|
border-radius: 9999px;
|
|
|
|
padding-left: calc(1em + 0.25em);
|
|
|
|
padding-right: calc(1em + 0.25em);
|
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.icon {
|
2022-02-14 01:51:37 +01:00
|
|
|
align-items: center;
|
2022-02-14 01:51:52 +01:00
|
|
|
display: inline-flex;
|
|
|
|
justify-content: center;
|
|
|
|
height: 1.5rem;
|
|
|
|
width: 1.5rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.icon.is-small {
|
|
|
|
height: 1rem;
|
|
|
|
width: 1rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.icon.is-medium {
|
|
|
|
height: 2rem;
|
|
|
|
width: 2rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.icon.is-large {
|
|
|
|
height: 3rem;
|
|
|
|
width: 3rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.icon-text {
|
|
|
|
align-items: flex-start;
|
|
|
|
color: inherit;
|
|
|
|
display: inline-flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
vertical-align: top;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.icon-text .icon {
|
|
|
|
flex-grow: 0;
|
|
|
|
flex-shrink: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.icon-text .icon:not(:last-child) {
|
|
|
|
margin-right: 0.25em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.icon-text .icon:not(:first-child) {
|
|
|
|
margin-left: 0.25em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
div.icon-text {
|
|
|
|
display: flex;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress {
|
|
|
|
-moz-appearance: none;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
border: none;
|
|
|
|
border-radius: 9999px;
|
|
|
|
display: block;
|
|
|
|
height: 1rem;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
width: 100%;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress::-webkit-progress-bar {
|
|
|
|
background-color: #ededed;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress::-webkit-progress-value {
|
|
|
|
background-color: #4a4a4a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress::-moz-progress-bar {
|
|
|
|
background-color: #4a4a4a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress::-ms-fill {
|
|
|
|
background-color: #4a4a4a;
|
|
|
|
border: none;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-white::-webkit-progress-value {
|
|
|
|
background-color: white;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-white::-moz-progress-bar {
|
|
|
|
background-color: white;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-white::-ms-fill {
|
|
|
|
background-color: white;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-white:indeterminate {
|
|
|
|
background-image: linear-gradient(to right, white 30%, #ededed 30%);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-black::-webkit-progress-value {
|
|
|
|
background-color: #0a0a0a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-black::-moz-progress-bar {
|
|
|
|
background-color: #0a0a0a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-black::-ms-fill {
|
|
|
|
background-color: #0a0a0a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-black:indeterminate {
|
|
|
|
background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-light::-webkit-progress-value {
|
|
|
|
background-color: whitesmoke;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-light::-moz-progress-bar {
|
|
|
|
background-color: whitesmoke;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-light::-ms-fill {
|
|
|
|
background-color: whitesmoke;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-light:indeterminate {
|
|
|
|
background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-dark::-webkit-progress-value {
|
|
|
|
background-color: #363636;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-dark::-moz-progress-bar {
|
|
|
|
background-color: #363636;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-dark::-ms-fill {
|
|
|
|
background-color: #363636;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-dark:indeterminate {
|
|
|
|
background-image: linear-gradient(to right, #363636 30%, #ededed 30%);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-primary::-webkit-progress-value {
|
|
|
|
background-color: #00d1b2;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-primary::-moz-progress-bar {
|
|
|
|
background-color: #00d1b2;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-primary::-ms-fill {
|
|
|
|
background-color: #00d1b2;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-primary:indeterminate {
|
|
|
|
background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-link::-webkit-progress-value {
|
|
|
|
background-color: #485fc7;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-link::-moz-progress-bar {
|
|
|
|
background-color: #485fc7;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-link::-ms-fill {
|
|
|
|
background-color: #485fc7;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-link:indeterminate {
|
|
|
|
background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-info::-webkit-progress-value {
|
|
|
|
background-color: #3e8ed0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-info::-moz-progress-bar {
|
|
|
|
background-color: #3e8ed0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-info::-ms-fill {
|
|
|
|
background-color: #3e8ed0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-info:indeterminate {
|
|
|
|
background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-success::-webkit-progress-value {
|
|
|
|
background-color: #48c78e;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-success::-moz-progress-bar {
|
|
|
|
background-color: #48c78e;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-success::-ms-fill {
|
|
|
|
background-color: #48c78e;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-success:indeterminate {
|
|
|
|
background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-warning::-webkit-progress-value {
|
|
|
|
background-color: #ffe08a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-warning::-moz-progress-bar {
|
|
|
|
background-color: #ffe08a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-warning::-ms-fill {
|
|
|
|
background-color: #ffe08a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-warning:indeterminate {
|
|
|
|
background-image: linear-gradient(to right, #ffe08a 30%, #ededed 30%);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-danger::-webkit-progress-value {
|
|
|
|
background-color: #f14668;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-danger::-moz-progress-bar {
|
|
|
|
background-color: #f14668;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-danger::-ms-fill {
|
|
|
|
background-color: #f14668;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-danger:indeterminate {
|
|
|
|
background-image: linear-gradient(to right, #f14668 30%, #ededed 30%);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress:indeterminate {
|
|
|
|
-webkit-animation-duration: 1.5s;
|
|
|
|
animation-duration: 1.5s;
|
|
|
|
-webkit-animation-iteration-count: infinite;
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
-webkit-animation-name: moveIndeterminate;
|
|
|
|
animation-name: moveIndeterminate;
|
|
|
|
-webkit-animation-timing-function: linear;
|
|
|
|
animation-timing-function: linear;
|
|
|
|
background-color: #ededed;
|
|
|
|
background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%);
|
|
|
|
background-position: top left;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 150% 150%;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress:indeterminate::-webkit-progress-bar {
|
|
|
|
background-color: transparent;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress:indeterminate::-moz-progress-bar {
|
|
|
|
background-color: transparent;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress:indeterminate::-ms-fill {
|
|
|
|
animation-name: none;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-small {
|
|
|
|
height: 0.75rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-medium {
|
|
|
|
height: 1.25rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.progress.is-large {
|
|
|
|
height: 1.5rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
@-webkit-keyframes moveIndeterminate {
|
|
|
|
from {
|
|
|
|
background-position: 200% 0;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
background-position: -200% 0;
|
|
|
|
}
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
@keyframes moveIndeterminate {
|
|
|
|
from {
|
|
|
|
background-position: 200% 0;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
background-position: -200% 0;
|
|
|
|
}
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tags {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: flex-start;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tags .tag {
|
|
|
|
margin-bottom: 0.5rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tags .tag:not(:last-child) {
|
|
|
|
margin-right: 0.5rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tags:last-child {
|
|
|
|
margin-bottom: -0.5rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tags:not(:last-child) {
|
|
|
|
margin-bottom: 1rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
|
|
|
|
font-size: 1rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
|
|
|
|
font-size: 1.25rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tags.is-centered {
|
|
|
|
justify-content: center;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tags.is-centered .tag {
|
|
|
|
margin-right: 0.25rem;
|
|
|
|
margin-left: 0.25rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tags.is-right {
|
|
|
|
justify-content: flex-end;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tags.is-right .tag:not(:first-child) {
|
|
|
|
margin-left: 0.5rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tags.is-right .tag:not(:last-child) {
|
|
|
|
margin-right: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tags.has-addons .tag {
|
|
|
|
margin-right: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tags.has-addons .tag:not(:first-child) {
|
|
|
|
margin-left: 0;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tags.has-addons .tag:not(:last-child) {
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body) {
|
|
|
|
align-items: center;
|
|
|
|
background-color: whitesmoke;
|
|
|
|
border-radius: 4px;
|
|
|
|
color: #4a4a4a;
|
|
|
|
display: inline-flex;
|
|
|
|
font-size: 0.75rem;
|
|
|
|
height: 2em;
|
|
|
|
justify-content: center;
|
|
|
|
line-height: 1.5;
|
|
|
|
padding-left: 0.75em;
|
|
|
|
padding-right: 0.75em;
|
|
|
|
white-space: nowrap;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body) .delete {
|
|
|
|
margin-left: 0.25rem;
|
|
|
|
margin-right: -0.375rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-white {
|
|
|
|
background-color: white;
|
|
|
|
color: #0a0a0a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-black {
|
|
|
|
background-color: #0a0a0a;
|
|
|
|
color: white;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-light {
|
|
|
|
background-color: whitesmoke;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-dark {
|
|
|
|
background-color: #363636;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-primary {
|
|
|
|
background-color: #00d1b2;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-primary.is-light {
|
|
|
|
background-color: #ebfffc;
|
|
|
|
color: #00947e;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-link {
|
|
|
|
background-color: #485fc7;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-link.is-light {
|
|
|
|
background-color: #eff1fa;
|
|
|
|
color: #3850b7;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-info {
|
|
|
|
background-color: #3e8ed0;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-info.is-light {
|
|
|
|
background-color: #eff5fb;
|
|
|
|
color: #296fa8;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-success {
|
|
|
|
background-color: #48c78e;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-success.is-light {
|
|
|
|
background-color: #effaf5;
|
|
|
|
color: #257953;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-warning {
|
|
|
|
background-color: #ffe08a;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-warning.is-light {
|
|
|
|
background-color: #fffaeb;
|
|
|
|
color: #946c00;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-danger {
|
|
|
|
background-color: #f14668;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-danger.is-light {
|
|
|
|
background-color: #feecf0;
|
|
|
|
color: #cc0f35;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-normal {
|
|
|
|
font-size: 0.75rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-medium {
|
|
|
|
font-size: 1rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-large {
|
|
|
|
font-size: 1.25rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body) .icon:first-child:not(:last-child) {
|
|
|
|
margin-left: -0.375em;
|
|
|
|
margin-right: 0.1875em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body) .icon:last-child:not(:first-child) {
|
|
|
|
margin-left: 0.1875em;
|
|
|
|
margin-right: -0.375em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body) .icon:first-child:last-child {
|
|
|
|
margin-left: -0.375em;
|
|
|
|
margin-right: -0.375em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-delete {
|
|
|
|
margin-left: 1px;
|
|
|
|
padding: 0;
|
|
|
|
position: relative;
|
|
|
|
width: 2em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
|
|
|
|
background-color: currentColor;
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
left: 50%;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
|
|
|
transform-origin: center center;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-delete::before {
|
|
|
|
height: 1px;
|
|
|
|
width: 50%;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-delete::after {
|
|
|
|
height: 50%;
|
|
|
|
width: 1px;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
|
|
|
|
background-color: #e8e8e8;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-delete:active {
|
|
|
|
background-color: #dbdbdb;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.tag:not(body).is-rounded {
|
|
|
|
border-radius: 9999px;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.tag:hover {
|
|
|
|
text-decoration: underline;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.number {
|
|
|
|
align-items: center;
|
|
|
|
background-color: whitesmoke;
|
|
|
|
border-radius: 9999px;
|
|
|
|
display: inline-flex;
|
|
|
|
font-size: 1.25rem;
|
|
|
|
height: 2em;
|
|
|
|
justify-content: center;
|
|
|
|
margin-right: 1.5rem;
|
|
|
|
min-width: 2.5em;
|
|
|
|
padding: 0.25rem 0.5rem;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: top;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
|
|
|
|
color: var(--placeholder-text-color);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
|
|
|
|
color: var(--placeholder-text-color);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
|
|
|
|
color: var(--placeholder-text-color);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
|
|
|
|
color: var(--placeholder-text-color);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.input[disabled], .textarea[disabled], .select select[disabled],
|
|
|
|
fieldset[disabled] .input,
|
|
|
|
fieldset[disabled] .textarea,
|
|
|
|
fieldset[disabled] .select select,
|
|
|
|
.select fieldset[disabled] select {
|
|
|
|
background-color: whitesmoke;
|
|
|
|
border-color: whitesmoke;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #7a7a7a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.input[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .select select[disabled]::-moz-placeholder,
|
|
|
|
fieldset[disabled] .input::-moz-placeholder,
|
|
|
|
fieldset[disabled] .textarea::-moz-placeholder,
|
|
|
|
fieldset[disabled] .select select::-moz-placeholder,
|
|
|
|
.select fieldset[disabled] select::-moz-placeholder {
|
|
|
|
color: rgba(122, 122, 122, 0.3);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.input[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder,
|
|
|
|
fieldset[disabled] .input::-webkit-input-placeholder,
|
|
|
|
fieldset[disabled] .textarea::-webkit-input-placeholder,
|
|
|
|
fieldset[disabled] .select select::-webkit-input-placeholder,
|
|
|
|
.select fieldset[disabled] select::-webkit-input-placeholder {
|
|
|
|
color: rgba(122, 122, 122, 0.3);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.input[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .select select[disabled]:-moz-placeholder,
|
|
|
|
fieldset[disabled] .input:-moz-placeholder,
|
|
|
|
fieldset[disabled] .textarea:-moz-placeholder,
|
|
|
|
fieldset[disabled] .select select:-moz-placeholder,
|
|
|
|
.select fieldset[disabled] select:-moz-placeholder {
|
|
|
|
color: rgba(122, 122, 122, 0.3);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.input[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder,
|
|
|
|
fieldset[disabled] .input:-ms-input-placeholder,
|
|
|
|
fieldset[disabled] .textarea:-ms-input-placeholder,
|
|
|
|
fieldset[disabled] .select select:-ms-input-placeholder,
|
|
|
|
.select fieldset[disabled] select:-ms-input-placeholder {
|
|
|
|
color: rgba(122, 122, 122, 0.3);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.input, .textarea {
|
|
|
|
box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
|
|
|
|
max-width: 100%;
|
|
|
|
width: 100%;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.input[readonly], .textarea[readonly] {
|
|
|
|
box-shadow: none;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-white.input, .is-white.textarea {
|
|
|
|
border-color: white;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-white.input:focus, .is-white.textarea:focus, .is-white.is-focused.input, .is-white.is-focused.textarea, .is-white.input:active, .is-white.textarea:active, .is-white.is-active.input, .is-white.is-active.textarea {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-black.input, .is-black.textarea {
|
|
|
|
border-color: #0a0a0a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-black.input:focus, .is-black.textarea:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .is-black.input:active, .is-black.textarea:active, .is-black.is-active.input, .is-black.is-active.textarea {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-light.input, .is-light.textarea {
|
|
|
|
border-color: whitesmoke;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-light.input:focus, .is-light.textarea:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .is-light.input:active, .is-light.textarea:active, .is-light.is-active.input, .is-light.is-active.textarea {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-dark.input, .is-dark.textarea {
|
|
|
|
border-color: #363636;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-dark.input:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-dark.is-active.input, .is-dark.is-active.textarea {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-primary.input, .is-primary.textarea {
|
|
|
|
border-color: #00d1b2;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.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);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-link.input, .is-link.textarea {
|
|
|
|
border-color: #485fc7;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.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(72, 95, 199, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-info.input, .is-info.textarea {
|
|
|
|
border-color: #3e8ed0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.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(62, 142, 208, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-success.input, .is-success.textarea {
|
|
|
|
border-color: #48c78e;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.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, 142, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-warning.input, .is-warning.textarea {
|
|
|
|
border-color: #ffe08a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.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, 224, 138, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-danger.input, .is-danger.textarea {
|
|
|
|
border-color: #f14668;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-danger.input:focus, .is-danger.textarea:focus, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .is-danger.input:active, .is-danger.textarea:active, .is-danger.is-active.input, .is-danger.is-active.textarea {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-small.input, .is-small.textarea {
|
|
|
|
border-radius: 2px;
|
|
|
|
font-size: 0.75rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-medium.input, .is-medium.textarea {
|
|
|
|
font-size: 1.25rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-large.input, .is-large.textarea {
|
|
|
|
font-size: 1.5rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-fullwidth.input, .is-fullwidth.textarea {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.is-inline.input, .is-inline.textarea {
|
|
|
|
display: inline;
|
|
|
|
width: auto;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.input.is-rounded {
|
|
|
|
border-radius: 9999px;
|
|
|
|
padding-left: calc(calc(0.75em - 1px) + 0.375em);
|
|
|
|
padding-right: calc(calc(0.75em - 1px) + 0.375em);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.input.is-static {
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.textarea {
|
|
|
|
display: block;
|
|
|
|
max-width: 100%;
|
|
|
|
min-width: 100%;
|
|
|
|
padding: calc(0.75em - 1px);
|
|
|
|
resize: vertical;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.textarea:not([rows]) {
|
|
|
|
max-height: 40em;
|
|
|
|
min-height: 8em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.textarea[rows] {
|
|
|
|
height: initial;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.textarea.has-fixed-size {
|
|
|
|
resize: none;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.checkbox, .radio {
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 1.25;
|
|
|
|
position: relative;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.checkbox input, .radio input {
|
|
|
|
cursor: pointer;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.checkbox:hover, .radio:hover {
|
|
|
|
color: #363636;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.checkbox[disabled], .radio[disabled],
|
|
|
|
fieldset[disabled] .checkbox,
|
|
|
|
fieldset[disabled] .radio,
|
|
|
|
.checkbox input[disabled],
|
|
|
|
.radio input[disabled] {
|
|
|
|
color: #7a7a7a;
|
|
|
|
cursor: not-allowed;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.radio + .radio {
|
|
|
|
margin-left: 0.5em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select {
|
|
|
|
display: inline-block;
|
|
|
|
max-width: 100%;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: top;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select:not(.is-multiple) {
|
|
|
|
height: 2.5em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select:not(.is-multiple):not(.is-loading)::after {
|
|
|
|
border-color: var(--text-color);
|
|
|
|
right: 1.125em;
|
|
|
|
z-index: 4;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-rounded select {
|
|
|
|
border-radius: 9999px;
|
|
|
|
padding-left: 1em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select select {
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
font-size: 1em;
|
|
|
|
max-width: 100%;
|
|
|
|
outline: none;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select select::-ms-expand {
|
|
|
|
display: none;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select select[disabled]:hover,
|
|
|
|
fieldset[disabled] .select select:hover {
|
|
|
|
border-color: whitesmoke;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select select:not([multiple]) {
|
|
|
|
padding-right: 2.5em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select select[multiple] {
|
|
|
|
height: auto;
|
|
|
|
padding: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select select[multiple] option {
|
|
|
|
padding: 0.5em 1em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select:not(.is-multiple):not(.is-loading):hover::after {
|
|
|
|
border-color: var(--placeholder-text-color);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-white:not(:hover)::after {
|
|
|
|
border-color: white;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-white select {
|
|
|
|
border-color: white;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-white select:hover, .select.is-white select.is-hovered {
|
|
|
|
border-color: #f2f2f2;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-black:not(:hover)::after {
|
|
|
|
border-color: #0a0a0a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-black select {
|
|
|
|
border-color: #0a0a0a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-black select:hover, .select.is-black select.is-hovered {
|
|
|
|
border-color: black;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-light:not(:hover)::after {
|
|
|
|
border-color: whitesmoke;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-light select {
|
|
|
|
border-color: whitesmoke;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-light select:hover, .select.is-light select.is-hovered {
|
|
|
|
border-color: #e8e8e8;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-dark:not(:hover)::after {
|
|
|
|
border-color: #363636;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-dark select {
|
|
|
|
border-color: #363636;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-dark select:hover, .select.is-dark select.is-hovered {
|
|
|
|
border-color: #292929;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-primary:not(:hover)::after {
|
|
|
|
border-color: #00d1b2;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-primary select {
|
|
|
|
border-color: #00d1b2;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-primary select:hover, .select.is-primary select.is-hovered {
|
|
|
|
border-color: #00b89c;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.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);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-link:not(:hover)::after {
|
2022-02-14 01:51:37 +01:00
|
|
|
border-color: #485fc7;
|
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-link select {
|
|
|
|
border-color: #485fc7;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-link select:hover, .select.is-link select.is-hovered {
|
|
|
|
border-color: #3a51bb;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.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(72, 95, 199, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-info:not(:hover)::after {
|
|
|
|
border-color: #3e8ed0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-info select {
|
|
|
|
border-color: #3e8ed0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-info select:hover, .select.is-info select.is-hovered {
|
|
|
|
border-color: #3082c5;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.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(62, 142, 208, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-success:not(:hover)::after {
|
|
|
|
border-color: #48c78e;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-success select {
|
|
|
|
border-color: #48c78e;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-success select:hover, .select.is-success select.is-hovered {
|
|
|
|
border-color: #3abb81;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.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, 142, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-warning:not(:hover)::after {
|
|
|
|
border-color: #ffe08a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-warning select {
|
|
|
|
border-color: #ffe08a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-warning select:hover, .select.is-warning select.is-hovered {
|
|
|
|
border-color: #ffd970;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.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, 224, 138, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-danger:not(:hover)::after {
|
|
|
|
border-color: #f14668;
|
|
|
|
}
|
2022-02-14 01:51:37 +01:00
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-danger select {
|
|
|
|
border-color: #f14668;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-danger select:hover, .select.is-danger select.is-hovered {
|
|
|
|
border-color: #ef2e55;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-small {
|
|
|
|
border-radius: 2px;
|
|
|
|
font-size: 0.75rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-medium {
|
|
|
|
font-size: 1.25rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-large {
|
|
|
|
font-size: 1.5rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-disabled::after {
|
|
|
|
border-color: #7a7a7a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-fullwidth {
|
|
|
|
width: 100%;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-fullwidth select {
|
|
|
|
width: 100%;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-loading::after {
|
|
|
|
margin-top: 0;
|
|
|
|
position: absolute;
|
|
|
|
right: 0.625em;
|
|
|
|
top: 0.625em;
|
|
|
|
transform: none;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-loading.is-small:after {
|
|
|
|
font-size: 0.75rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-loading.is-medium:after {
|
|
|
|
font-size: 1.25rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.select.is-loading.is-large:after {
|
|
|
|
font-size: 1.5rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file {
|
|
|
|
align-items: stretch;
|
2022-02-14 01:51:37 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
2022-02-14 01:51:52 +01:00
|
|
|
position: relative;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-white .file-cta {
|
|
|
|
background-color: white;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #0a0a0a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #0a0a0a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
|
|
|
|
color: #0a0a0a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #0a0a0a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-black .file-cta {
|
|
|
|
background-color: #0a0a0a;
|
|
|
|
border-color: transparent;
|
|
|
|
color: white;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
|
|
|
|
background-color: #040404;
|
|
|
|
border-color: transparent;
|
|
|
|
color: white;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
|
|
|
|
color: white;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
|
|
|
|
background-color: black;
|
|
|
|
border-color: transparent;
|
|
|
|
color: white;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-light .file-cta {
|
|
|
|
background-color: whitesmoke;
|
|
|
|
border-color: transparent;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
|
|
|
|
background-color: #eeeeee;
|
|
|
|
border-color: transparent;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
|
|
|
|
background-color: #e8e8e8;
|
|
|
|
border-color: transparent;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-dark .file-cta {
|
|
|
|
background-color: #363636;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
|
|
|
|
background-color: #2f2f2f;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
|
|
|
|
background-color: #292929;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-primary .file-cta {
|
|
|
|
background-color: #00d1b2;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
|
|
|
|
background-color: #00c4a7;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
|
|
|
|
background-color: #00b89c;
|
|
|
|
border-color: transparent;
|
2022-02-14 01:51:37 +01:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-link .file-cta {
|
|
|
|
background-color: #485fc7;
|
|
|
|
border-color: transparent;
|
2022-02-14 01:51:37 +01:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
|
|
|
|
background-color: #3e56c4;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
|
|
|
|
background-color: #3a51bb;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-info .file-cta {
|
2022-02-14 01:51:37 +01:00
|
|
|
background-color: #3e8ed0;
|
2022-02-14 01:51:52 +01:00
|
|
|
border-color: transparent;
|
2022-02-14 01:51:37 +01:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
|
|
|
|
background-color: #3488ce;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
|
|
|
|
background-color: #3082c5;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-success .file-cta {
|
|
|
|
background-color: #48c78e;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
|
|
|
|
background-color: #3ec487;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.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, 142, 0.25);
|
2022-02-14 01:51:37 +01:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
|
|
|
|
background-color: #3abb81;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
2022-02-14 01:51:37 +01:00
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-warning .file-cta {
|
|
|
|
background-color: #ffe08a;
|
|
|
|
border-color: transparent;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
|
|
|
|
background-color: #ffdc7d;
|
|
|
|
border-color: transparent;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
|
|
|
|
background-color: #ffd970;
|
|
|
|
border-color: transparent;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-danger .file-cta {
|
|
|
|
background-color: #f14668;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
|
|
|
|
background-color: #f03a5f;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
|
|
|
|
background-color: #ef2e55;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-small {
|
|
|
|
font-size: 0.75rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-normal {
|
|
|
|
font-size: 1rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-medium {
|
|
|
|
font-size: 1.25rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-medium .file-icon .fa {
|
|
|
|
font-size: 21px;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-large {
|
|
|
|
font-size: 1.5rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-large .file-icon .fa {
|
|
|
|
font-size: 28px;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.has-name .file-cta {
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.has-name .file-name {
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-top-left-radius: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.has-name.is-empty .file-cta {
|
|
|
|
border-radius: 4px;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.has-name.is-empty .file-name {
|
|
|
|
display: none;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-boxed .file-label {
|
|
|
|
flex-direction: column;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-boxed .file-cta {
|
|
|
|
flex-direction: column;
|
|
|
|
height: auto;
|
|
|
|
padding: 1em 3em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-boxed .file-name {
|
|
|
|
border-width: 0 1px 1px;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-boxed .file-icon {
|
|
|
|
height: 1.5em;
|
|
|
|
width: 1.5em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-boxed .file-icon .fa {
|
|
|
|
font-size: 21px;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-boxed.is-small .file-icon .fa {
|
|
|
|
font-size: 14px;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-boxed.is-medium .file-icon .fa {
|
|
|
|
font-size: 28px;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-boxed.is-large .file-icon .fa {
|
|
|
|
font-size: 35px;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-boxed.has-name .file-cta {
|
|
|
|
border-radius: 4px 4px 0 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-boxed.has-name .file-name {
|
|
|
|
border-radius: 0 0 4px 4px;
|
|
|
|
border-width: 0 1px 1px;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-centered {
|
|
|
|
justify-content: center;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-fullwidth .file-label {
|
|
|
|
width: 100%;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-fullwidth .file-name {
|
|
|
|
flex-grow: 1;
|
|
|
|
max-width: none;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-right {
|
|
|
|
justify-content: flex-end;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-right .file-cta {
|
|
|
|
border-radius: 0 4px 4px 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file.is-right .file-name {
|
|
|
|
border-radius: 4px 0 0 4px;
|
|
|
|
border-width: 1px 0 1px 1px;
|
|
|
|
order: -1;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file-label {
|
|
|
|
align-items: stretch;
|
|
|
|
display: flex;
|
|
|
|
cursor: pointer;
|
|
|
|
justify-content: flex-start;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file-label:hover .file-name {
|
|
|
|
border-color: #d5d5d5;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file-label:active .file-name {
|
|
|
|
border-color: #cfcfcf;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file-input {
|
|
|
|
height: 100%;
|
|
|
|
left: 0;
|
|
|
|
opacity: 0;
|
|
|
|
outline: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file-cta,
|
|
|
|
.file-name {
|
|
|
|
border-color: #dbdbdb;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-size: 1em;
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
|
|
|
white-space: nowrap;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file-name {
|
|
|
|
border-color: #dbdbdb;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px 1px 1px 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
display: block;
|
2022-02-14 01:51:52 +01:00
|
|
|
max-width: 16em;
|
|
|
|
overflow: hidden;
|
|
|
|
text-align: inherit;
|
|
|
|
text-overflow: ellipsis;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file-icon {
|
2022-02-14 01:51:37 +01:00
|
|
|
align-items: center;
|
2022-02-14 01:51:52 +01:00
|
|
|
display: flex;
|
|
|
|
height: 1em;
|
2022-02-14 01:51:37 +01:00
|
|
|
justify-content: center;
|
2022-02-14 01:51:52 +01:00
|
|
|
margin-right: 0.5em;
|
|
|
|
width: 1em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.file-icon .fa {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label {
|
2022-02-14 01:51:37 +01:00
|
|
|
color: #363636;
|
2022-02-14 01:51:52 +01:00
|
|
|
display: block;
|
|
|
|
font-size: 1rem;
|
|
|
|
font-weight: 700;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.label:not(:last-child) {
|
|
|
|
margin-bottom: 0.5em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.label.is-small {
|
|
|
|
font-size: 0.75rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.label.is-medium {
|
|
|
|
font-size: 1.25rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.label.is-large {
|
|
|
|
font-size: 1.5rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.help {
|
|
|
|
display: block;
|
|
|
|
font-size: 0.75rem;
|
|
|
|
margin-top: 0.25rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.help.is-white {
|
|
|
|
color: white;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.help.is-black {
|
|
|
|
color: #0a0a0a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.help.is-light {
|
|
|
|
color: whitesmoke;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.help.is-dark {
|
|
|
|
color: #363636;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.help.is-primary {
|
|
|
|
color: #00d1b2;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.help.is-link {
|
|
|
|
color: #485fc7;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.help.is-info {
|
|
|
|
color: #3e8ed0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.help.is-success {
|
|
|
|
color: #48c78e;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.help.is-warning {
|
|
|
|
color: #ffe08a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.help.is-danger {
|
|
|
|
color: #f14668;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field:not(:last-child) {
|
|
|
|
margin-bottom: 0.75rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.has-addons {
|
2022-02-14 01:51:37 +01:00
|
|
|
display: flex;
|
2022-02-14 01:51:52 +01:00
|
|
|
justify-content: flex-start;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.has-addons .control:not(:last-child) {
|
|
|
|
margin-right: -1px;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.has-addons .control:not(:first-child):not(:last-child) .button,
|
|
|
|
.field.has-addons .control:not(:first-child):not(:last-child) .input,
|
|
|
|
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
|
|
|
|
border-radius: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.has-addons .control:first-child:not(:only-child) .button,
|
|
|
|
.field.has-addons .control:first-child:not(:only-child) .input,
|
|
|
|
.field.has-addons .control:first-child:not(:only-child) .select select {
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.has-addons .control:last-child:not(:only-child) .button,
|
|
|
|
.field.has-addons .control:last-child:not(:only-child) .input,
|
|
|
|
.field.has-addons .control:last-child:not(:only-child) .select select {
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-top-left-radius: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
|
|
|
|
.field.has-addons .control .input:not([disabled]):hover,
|
|
|
|
.field.has-addons .control .input:not([disabled]).is-hovered,
|
|
|
|
.field.has-addons .control .select select:not([disabled]):hover,
|
|
|
|
.field.has-addons .control .select select:not([disabled]).is-hovered {
|
|
|
|
z-index: 2;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
|
|
|
|
.field.has-addons .control .input:not([disabled]):focus,
|
|
|
|
.field.has-addons .control .input:not([disabled]).is-focused,
|
|
|
|
.field.has-addons .control .input:not([disabled]):active,
|
|
|
|
.field.has-addons .control .input:not([disabled]).is-active,
|
|
|
|
.field.has-addons .control .select select:not([disabled]):focus,
|
|
|
|
.field.has-addons .control .select select:not([disabled]).is-focused,
|
|
|
|
.field.has-addons .control .select select:not([disabled]):active,
|
|
|
|
.field.has-addons .control .select select:not([disabled]).is-active {
|
|
|
|
z-index: 3;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
|
|
|
|
.field.has-addons .control .input:not([disabled]):focus:hover,
|
|
|
|
.field.has-addons .control .input:not([disabled]).is-focused:hover,
|
|
|
|
.field.has-addons .control .input:not([disabled]):active:hover,
|
|
|
|
.field.has-addons .control .input:not([disabled]).is-active:hover,
|
|
|
|
.field.has-addons .control .select select:not([disabled]):focus:hover,
|
|
|
|
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
|
|
|
|
.field.has-addons .control .select select:not([disabled]):active:hover,
|
|
|
|
.field.has-addons .control .select select:not([disabled]).is-active:hover {
|
|
|
|
z-index: 4;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.has-addons .control.is-expanded {
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 1;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.has-addons.has-addons-centered {
|
|
|
|
justify-content: center;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.has-addons.has-addons-right {
|
|
|
|
justify-content: flex-end;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.has-addons.has-addons-fullwidth .control {
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.is-grouped {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.is-grouped > .control {
|
|
|
|
flex-shrink: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.is-grouped > .control:not(:last-child) {
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-right: 0.75rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.is-grouped > .control.is-expanded {
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 1;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.is-grouped.is-grouped-centered {
|
|
|
|
justify-content: center;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.is-grouped.is-grouped-right {
|
|
|
|
justify-content: flex-end;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.is-grouped.is-grouped-multiline {
|
|
|
|
flex-wrap: wrap;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
|
|
|
|
margin-bottom: 0.75rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.is-grouped.is-grouped-multiline:last-child {
|
|
|
|
margin-bottom: -0.75rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field.is-grouped.is-grouped-multiline:not(:last-child) {
|
|
|
|
margin-bottom: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
@media screen and (min-width: 769px), print {
|
|
|
|
.field.is-horizontal {
|
|
|
|
display: flex;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field-label .label {
|
|
|
|
font-size: inherit;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
2022-02-14 01:51:52 +01:00
|
|
|
.field-label {
|
|
|
|
margin-bottom: 0.5rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
@media screen and (min-width: 769px), print {
|
|
|
|
.field-label {
|
|
|
|
flex-basis: 0;
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 0;
|
|
|
|
margin-right: 1.5rem;
|
|
|
|
text-align: right;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
2022-02-14 01:51:52 +01:00
|
|
|
.field-label.is-small {
|
|
|
|
font-size: 0.75rem;
|
|
|
|
padding-top: 0.375em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
2022-02-14 01:51:52 +01:00
|
|
|
.field-label.is-normal {
|
|
|
|
padding-top: 0.375em;
|
|
|
|
}
|
|
|
|
.field-label.is-medium {
|
|
|
|
font-size: 1.25rem;
|
|
|
|
padding-top: 0.375em;
|
|
|
|
}
|
|
|
|
.field-label.is-large {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
padding-top: 0.375em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.field-body .field .field {
|
|
|
|
margin-bottom: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
@media screen and (min-width: 769px), print {
|
|
|
|
.field-body {
|
|
|
|
display: flex;
|
|
|
|
flex-basis: 0;
|
|
|
|
flex-grow: 5;
|
|
|
|
flex-shrink: 1;
|
|
|
|
}
|
|
|
|
.field-body .field {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.field-body > .field {
|
|
|
|
flex-shrink: 1;
|
|
|
|
}
|
|
|
|
.field-body > .field:not(.is-narrow) {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
.field-body > .field:not(:last-child) {
|
|
|
|
margin-right: 0.75rem;
|
|
|
|
}
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.control {
|
|
|
|
box-sizing: border-box;
|
|
|
|
clear: both;
|
|
|
|
font-size: 1rem;
|
|
|
|
position: relative;
|
|
|
|
text-align: inherit;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.control.has-icons-left .input:focus ~ .icon,
|
|
|
|
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
|
|
|
|
.control.has-icons-right .select:focus ~ .icon {
|
|
|
|
color: #4a4a4a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.control.has-icons-left .input.is-small ~ .icon,
|
|
|
|
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
|
|
|
|
.control.has-icons-right .select.is-small ~ .icon {
|
|
|
|
font-size: 0.75rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.control.has-icons-left .input.is-medium ~ .icon,
|
|
|
|
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
|
|
|
|
.control.has-icons-right .select.is-medium ~ .icon {
|
|
|
|
font-size: 1.25rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.control.has-icons-left .input.is-large ~ .icon,
|
|
|
|
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
|
|
|
|
.control.has-icons-right .select.is-large ~ .icon {
|
|
|
|
font-size: 1.5rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.control.has-icons-left .icon, .control.has-icons-right .icon {
|
|
|
|
height: 2.5em;
|
|
|
|
pointer-events: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 2.5em;
|
|
|
|
z-index: 4;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.control.has-icons-left .input,
|
|
|
|
.control.has-icons-left .select select {
|
|
|
|
padding-left: 2.5em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.control.has-icons-left .icon.is-left {
|
|
|
|
left: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.control.has-icons-right .input,
|
|
|
|
.control.has-icons-right .select select {
|
|
|
|
padding-right: 2.5em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.control.has-icons-right .icon.is-right {
|
|
|
|
right: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.control.is-loading::after {
|
|
|
|
position: absolute !important;
|
|
|
|
right: 0.625em;
|
|
|
|
top: 0.625em;
|
|
|
|
z-index: 4;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.control.is-loading.is-small:after {
|
|
|
|
font-size: 0.75rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.control.is-loading.is-medium:after {
|
|
|
|
font-size: 1.25rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.control.is-loading.is-large:after {
|
|
|
|
font-size: 1.5rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.dropdown {
|
|
|
|
display: inline-flex;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: top;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
|
|
|
|
display: block;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.dropdown.is-right .dropdown-menu {
|
|
|
|
left: auto;
|
|
|
|
right: 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.dropdown.is-up .dropdown-menu {
|
|
|
|
bottom: 100%;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
padding-top: initial;
|
|
|
|
top: auto;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.dropdown-menu {
|
|
|
|
display: none;
|
|
|
|
left: 0;
|
|
|
|
min-width: 12rem;
|
|
|
|
padding-top: 4px;
|
|
|
|
position: absolute;
|
|
|
|
top: 100%;
|
|
|
|
z-index: 20;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.dropdown-content {
|
|
|
|
background-color: white;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
|
|
|
|
padding-bottom: 0.5rem;
|
|
|
|
padding-top: 0.5rem;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.dropdown-item {
|
|
|
|
color: #4a4a4a;
|
|
|
|
display: block;
|
|
|
|
font-size: 0.875rem;
|
|
|
|
line-height: 1.5;
|
|
|
|
padding: 0.375rem 1rem;
|
|
|
|
position: relative;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.dropdown-item,
|
|
|
|
button.dropdown-item {
|
|
|
|
padding-right: 3rem;
|
|
|
|
text-align: inherit;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 100%;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.dropdown-item:hover,
|
|
|
|
button.dropdown-item:hover {
|
|
|
|
background-color: whitesmoke;
|
|
|
|
color: #0a0a0a;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.dropdown-item.is-active,
|
|
|
|
button.dropdown-item.is-active {
|
2022-02-14 01:51:37 +01:00
|
|
|
background-color: #485fc7;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.dropdown-divider {
|
|
|
|
background-color: #ededed;
|
|
|
|
border: none;
|
|
|
|
display: block;
|
|
|
|
height: 1px;
|
|
|
|
margin: 0.5rem 0;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.modal {
|
|
|
|
align-items: center;
|
|
|
|
display: none;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
overflow: hidden;
|
|
|
|
position: fixed;
|
|
|
|
z-index: 40;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.modal.is-active {
|
|
|
|
display: flex;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.modal-background {
|
|
|
|
background-color: rgba(10, 10, 10, 0.86);
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.modal-content,
|
|
|
|
.modal-card {
|
|
|
|
margin: 0 20px;
|
|
|
|
max-height: calc(100vh - 160px);
|
|
|
|
overflow: auto;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
@media screen and (min-width: 769px) {
|
|
|
|
.modal-content,
|
|
|
|
.modal-card {
|
|
|
|
margin: 0 auto;
|
|
|
|
max-height: calc(100vh - 40px);
|
|
|
|
width: 640px;
|
|
|
|
}
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.modal-close {
|
|
|
|
background: none;
|
|
|
|
height: 40px;
|
|
|
|
position: fixed;
|
|
|
|
right: 20px;
|
|
|
|
top: 20px;
|
|
|
|
width: 40px;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.modal-card {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
max-height: calc(100vh - 40px);
|
|
|
|
overflow: hidden;
|
|
|
|
-ms-overflow-y: visible;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.modal-card-head,
|
|
|
|
.modal-card-foot {
|
|
|
|
align-items: center;
|
|
|
|
background-color: whitesmoke;
|
|
|
|
display: flex;
|
|
|
|
flex-shrink: 0;
|
|
|
|
justify-content: flex-start;
|
|
|
|
padding: 20px;
|
|
|
|
position: relative;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.modal-card-head {
|
|
|
|
border-bottom: 1px solid #dbdbdb;
|
|
|
|
border-top-left-radius: 6px;
|
|
|
|
border-top-right-radius: 6px;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.modal-card-title {
|
|
|
|
color: #363636;
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 0;
|
|
|
|
font-size: 1.5rem;
|
|
|
|
line-height: 1;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.modal-card-foot {
|
|
|
|
border-bottom-left-radius: 6px;
|
|
|
|
border-bottom-right-radius: 6px;
|
|
|
|
border-top: 1px solid #dbdbdb;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.modal-card-foot .button:not(:last-child) {
|
|
|
|
margin-right: 0.5em;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.modal-card-body {
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
background-color: white;
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 1;
|
|
|
|
overflow: auto;
|
|
|
|
padding: 20px;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-white {
|
|
|
|
color: white !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-white:hover, a.has-text-white:focus {
|
|
|
|
color: #e6e6e6 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-white {
|
|
|
|
background-color: white !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-black {
|
|
|
|
color: #0a0a0a !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-black:hover, a.has-text-black:focus {
|
|
|
|
color: black !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-black {
|
|
|
|
background-color: #0a0a0a !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-light {
|
|
|
|
color: whitesmoke !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-light:hover, a.has-text-light:focus {
|
|
|
|
color: #dbdbdb !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-light {
|
|
|
|
background-color: whitesmoke !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-dark {
|
|
|
|
color: #363636 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-dark:hover, a.has-text-dark:focus {
|
|
|
|
color: #1c1c1c !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-dark {
|
|
|
|
background-color: #363636 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-primary {
|
|
|
|
color: #00d1b2 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-primary:hover, a.has-text-primary:focus {
|
|
|
|
color: #009e86 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-primary {
|
|
|
|
background-color: #00d1b2 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-primary-light {
|
|
|
|
color: #ebfffc !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-primary-light:hover, a.has-text-primary-light:focus {
|
|
|
|
color: #b8fff4 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-primary-light {
|
|
|
|
background-color: #ebfffc !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-primary-dark {
|
|
|
|
color: #00947e !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
|
|
|
|
color: #00c7a9 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-primary-dark {
|
|
|
|
background-color: #00947e !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-link {
|
|
|
|
color: #485fc7 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-link:hover, a.has-text-link:focus {
|
|
|
|
color: #3449a8 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-link {
|
|
|
|
background-color: #485fc7 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-link-light {
|
|
|
|
color: #eff1fa !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-link-light:hover, a.has-text-link-light:focus {
|
|
|
|
color: #c8cfee !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-link-light {
|
|
|
|
background-color: #eff1fa !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-link-dark {
|
|
|
|
color: #3850b7 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-link-dark:hover, a.has-text-link-dark:focus {
|
|
|
|
color: #576dcb !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-link-dark {
|
|
|
|
background-color: #3850b7 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-info {
|
|
|
|
color: #3e8ed0 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-info:hover, a.has-text-info:focus {
|
|
|
|
color: #2b74b1 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-info {
|
|
|
|
background-color: #3e8ed0 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-info-light {
|
|
|
|
color: #eff5fb !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-info-light:hover, a.has-text-info-light:focus {
|
|
|
|
color: #c6ddf1 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-info-light {
|
|
|
|
background-color: #eff5fb !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-info-dark {
|
|
|
|
color: #296fa8 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-info-dark:hover, a.has-text-info-dark:focus {
|
|
|
|
color: #368ace !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-info-dark {
|
|
|
|
background-color: #296fa8 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-success {
|
|
|
|
color: #48c78e !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-success:hover, a.has-text-success:focus {
|
|
|
|
color: #34a873 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-success {
|
|
|
|
background-color: #48c78e !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-success-light {
|
|
|
|
color: #effaf5 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-success-light:hover, a.has-text-success-light:focus {
|
|
|
|
color: #c8eedd !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-success-light {
|
|
|
|
background-color: #effaf5 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-success-dark {
|
|
|
|
color: #257953 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-success-dark:hover, a.has-text-success-dark:focus {
|
|
|
|
color: #31a06e !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-success-dark {
|
|
|
|
background-color: #257953 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-warning {
|
|
|
|
color: #ffe08a !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-warning:hover, a.has-text-warning:focus {
|
|
|
|
color: #ffd257 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-warning {
|
|
|
|
background-color: #ffe08a !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-warning-light {
|
|
|
|
color: #fffaeb !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-warning-light:hover, a.has-text-warning-light:focus {
|
|
|
|
color: #ffecb8 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-warning-light {
|
|
|
|
background-color: #fffaeb !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-warning-dark {
|
|
|
|
color: #946c00 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
|
|
|
|
color: #c79200 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-warning-dark {
|
|
|
|
background-color: #946c00 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-danger {
|
|
|
|
color: #f14668 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-danger:hover, a.has-text-danger:focus {
|
|
|
|
color: #ee1742 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-danger {
|
|
|
|
background-color: #f14668 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-danger-light {
|
|
|
|
color: #feecf0 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-danger-light:hover, a.has-text-danger-light:focus {
|
|
|
|
color: #fabdc9 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-danger-light {
|
|
|
|
background-color: #feecf0 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-danger-dark {
|
|
|
|
color: #cc0f35 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
|
|
color: #ee2049 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-danger-dark {
|
|
|
|
background-color: #cc0f35 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-black-bis {
|
|
|
|
color: #121212 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-black-bis {
|
|
|
|
background-color: #121212 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-black-ter {
|
|
|
|
color: #242424 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-black-ter {
|
|
|
|
background-color: #242424 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-grey-darker {
|
|
|
|
color: #363636 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-grey-darker {
|
|
|
|
background-color: #363636 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-grey-dark {
|
|
|
|
color: #4a4a4a !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-grey-dark {
|
|
|
|
background-color: #4a4a4a !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-grey {
|
|
|
|
color: #7a7a7a !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-grey {
|
|
|
|
background-color: #7a7a7a !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-grey-light {
|
|
|
|
color: #b5b5b5 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-grey-light {
|
|
|
|
background-color: #b5b5b5 !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-grey-lighter {
|
|
|
|
color: #dbdbdb !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-grey-lighter {
|
|
|
|
background-color: #dbdbdb !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-white-ter {
|
|
|
|
color: whitesmoke !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-white-ter {
|
|
|
|
background-color: whitesmoke !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-text-white-bis {
|
|
|
|
color: #fafafa !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|
|
|
|
|
2022-02-14 01:51:52 +01:00
|
|
|
.has-background-white-bis {
|
|
|
|
background-color: #fafafa !important;
|
2022-02-14 01:51:37 +01:00
|
|
|
}
|