Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/vendor/bulma/css/bulma.css')
-rw-r--r--assets/vendor/bulma/css/bulma.css7164
1 files changed, 4412 insertions, 2752 deletions
diff --git a/assets/vendor/bulma/css/bulma.css b/assets/vendor/bulma/css/bulma.css
index 4dad818..9559ea4 100644
--- a/assets/vendor/bulma/css/bulma.css
+++ b/assets/vendor/bulma/css/bulma.css
@@ -1,29 +1,25 @@
-/*! bulma.io v0.7.1 | MIT License | github.com/jgthms/bulma */
+/*! bulma.io v0.9.0 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
from {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
+ transform: rotate(0deg);
}
to {
- -webkit-transform: rotate(359deg);
- transform: rotate(359deg);
+ transform: rotate(359deg);
}
}
@keyframes spinAround {
from {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
+ transform: rotate(0deg);
}
to {
- -webkit-transform: rotate(359deg);
- transform: rotate(359deg);
+ transform: rotate(359deg);
}
}
-.delete, .modal-close, .is-unselectable, .button, .file, .breadcrumb, .pagination-previous,
+.delete, .modal-close, .button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
-.pagination-ellipsis, .tabs {
+.pagination-ellipsis, .tabs, .is-unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
@@ -31,7 +27,7 @@
user-select: none;
}
-.select:not(.is-multiple):not(.is-loading)::after, .navbar-link::after {
+.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
border: 3px solid transparent;
border-radius: 2px;
border-right: 0;
@@ -43,15 +39,13 @@
pointer-events: none;
position: absolute;
top: 50%;
- -webkit-transform: rotate(-45deg);
- transform: rotate(-45deg);
- -webkit-transform-origin: center;
- transform-origin: center;
+ 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),
-.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) {
+.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
margin-bottom: 1.5rem;
}
@@ -62,6 +56,7 @@
border: none;
border-radius: 290486px;
cursor: pointer;
+ pointer-events: auto;
display: inline-block;
flex-grow: 0;
flex-shrink: 0;
@@ -84,10 +79,8 @@
left: 50%;
position: absolute;
top: 50%;
- -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
- transform: translateX(-50%) translateY(-50%) rotate(45deg);
- -webkit-transform-origin: center center;
- transform-origin: center center;
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
+ transform-origin: center center;
}
.delete::before, .modal-close::before {
@@ -135,7 +128,7 @@
width: 32px;
}
-.button.is-loading::after, .select.is-loading::after, .control.is-loading::after, .loader {
+.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;
@@ -149,7 +142,23 @@
width: 1em;
}
-.is-overlay, .image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img, .modal, .modal-background, .hero-video {
+.image.is-square img,
+.image.is-square .has-ratio, .image.is-1by1 img,
+.image.is-1by1 .has-ratio, .image.is-5by4 img,
+.image.is-5by4 .has-ratio, .image.is-4by3 img,
+.image.is-4by3 .has-ratio, .image.is-3by2 img,
+.image.is-3by2 .has-ratio, .image.is-5by3 img,
+.image.is-5by3 .has-ratio, .image.is-16by9 img,
+.image.is-16by9 .has-ratio, .image.is-2by1 img,
+.image.is-2by1 .has-ratio, .image.is-3by1 img,
+.image.is-3by1 .has-ratio, .image.is-4by5 img,
+.image.is-4by5 .has-ratio, .image.is-3by4 img,
+.image.is-3by4 .has-ratio, .image.is-2by3 img,
+.image.is-2by3 .has-ratio, .image.is-3by5 img,
+.image.is-3by5 .has-ratio, .image.is-9by16 img,
+.image.is-9by16 .has-ratio, .image.is-1by2 img,
+.image.is-1by2 .has-ratio, .image.is-1by3 img,
+.image.is-1by3 .has-ratio, .modal, .modal-background, .is-overlay, .hero-video {
bottom: 0;
left: 0;
position: absolute;
@@ -157,8 +166,7 @@
top: 0;
}
-.button, .input,
-.textarea, .select select, .file-cta,
+.button, .input, .textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
@@ -171,34 +179,30 @@
box-shadow: none;
display: inline-flex;
font-size: 1rem;
- height: 2.25em;
+ height: 2.5em;
justify-content: flex-start;
line-height: 1.5;
- padding-bottom: calc(0.375em - 1px);
- padding-left: calc(0.625em - 1px);
- padding-right: calc(0.625em - 1px);
- padding-top: calc(0.375em - 1px);
+ 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,
+.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,
+.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,
+.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,
+.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,
@@ -206,16 +210,26 @@
outline: none;
}
-.button[disabled], .input[disabled],
-.textarea[disabled], .select select[disabled], .file-cta[disabled],
+.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] {
+.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;
}
-/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
+/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
@@ -273,7 +287,6 @@ html {
}
img,
-audio,
video {
height: auto;
max-width: 100%;
@@ -291,7 +304,11 @@ table {
td,
th {
padding: 0;
- text-align: left;
+}
+
+td:not([align]),
+th:not([align]) {
+ text-align: inherit;
}
html {
@@ -336,7 +353,7 @@ pre {
body {
color: #4a4a4a;
- font-size: 1rem;
+ font-size: 1em;
font-weight: 400;
line-height: 1.5;
}
@@ -357,7 +374,7 @@ a:hover {
code {
background-color: whitesmoke;
- color: #ff3860;
+ color: #f14668;
font-size: 0.875em;
font-weight: normal;
padding: 0.25em 0.5em 0.25em;
@@ -395,6 +412,10 @@ strong {
font-weight: 700;
}
+fieldset {
+ border: none;
+}
+
pre {
-webkit-overflow-scrolling: touch;
background-color: whitesmoke;
@@ -415,1093 +436,29 @@ pre code {
table td,
table th {
- text-align: left;
vertical-align: top;
}
-table th {
- color: #363636;
-}
-
-.is-clearfix::after {
- clear: both;
- content: " ";
- display: table;
-}
-
-.is-pulled-left {
- float: left !important;
-}
-
-.is-pulled-right {
- float: right !important;
-}
-
-.is-clipped {
- overflow: hidden !important;
-}
-
-.is-size-1 {
- font-size: 3rem !important;
-}
-
-.is-size-2 {
- font-size: 2.5rem !important;
-}
-
-.is-size-3 {
- font-size: 2rem !important;
-}
-
-.is-size-4 {
- font-size: 1.5rem !important;
-}
-
-.is-size-5 {
- font-size: 1.25rem !important;
-}
-
-.is-size-6 {
- font-size: 1rem !important;
-}
-
-.is-size-7 {
- font-size: 0.75rem !important;
-}
-
-@media screen and (max-width: 768px) {
- .is-size-1-mobile {
- font-size: 3rem !important;
- }
- .is-size-2-mobile {
- font-size: 2.5rem !important;
- }
- .is-size-3-mobile {
- font-size: 2rem !important;
- }
- .is-size-4-mobile {
- font-size: 1.5rem !important;
- }
- .is-size-5-mobile {
- font-size: 1.25rem !important;
- }
- .is-size-6-mobile {
- font-size: 1rem !important;
- }
- .is-size-7-mobile {
- font-size: 0.75rem !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .is-size-1-tablet {
- font-size: 3rem !important;
- }
- .is-size-2-tablet {
- font-size: 2.5rem !important;
- }
- .is-size-3-tablet {
- font-size: 2rem !important;
- }
- .is-size-4-tablet {
- font-size: 1.5rem !important;
- }
- .is-size-5-tablet {
- font-size: 1.25rem !important;
- }
- .is-size-6-tablet {
- font-size: 1rem !important;
- }
- .is-size-7-tablet {
- font-size: 0.75rem !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .is-size-1-touch {
- font-size: 3rem !important;
- }
- .is-size-2-touch {
- font-size: 2.5rem !important;
- }
- .is-size-3-touch {
- font-size: 2rem !important;
- }
- .is-size-4-touch {
- font-size: 1.5rem !important;
- }
- .is-size-5-touch {
- font-size: 1.25rem !important;
- }
- .is-size-6-touch {
- font-size: 1rem !important;
- }
- .is-size-7-touch {
- font-size: 0.75rem !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .is-size-1-desktop {
- font-size: 3rem !important;
- }
- .is-size-2-desktop {
- font-size: 2.5rem !important;
- }
- .is-size-3-desktop {
- font-size: 2rem !important;
- }
- .is-size-4-desktop {
- font-size: 1.5rem !important;
- }
- .is-size-5-desktop {
- font-size: 1.25rem !important;
- }
- .is-size-6-desktop {
- font-size: 1rem !important;
- }
- .is-size-7-desktop {
- font-size: 0.75rem !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .is-size-1-widescreen {
- font-size: 3rem !important;
- }
- .is-size-2-widescreen {
- font-size: 2.5rem !important;
- }
- .is-size-3-widescreen {
- font-size: 2rem !important;
- }
- .is-size-4-widescreen {
- font-size: 1.5rem !important;
- }
- .is-size-5-widescreen {
- font-size: 1.25rem !important;
- }
- .is-size-6-widescreen {
- font-size: 1rem !important;
- }
- .is-size-7-widescreen {
- font-size: 0.75rem !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .is-size-1-fullhd {
- font-size: 3rem !important;
- }
- .is-size-2-fullhd {
- font-size: 2.5rem !important;
- }
- .is-size-3-fullhd {
- font-size: 2rem !important;
- }
- .is-size-4-fullhd {
- font-size: 1.5rem !important;
- }
- .is-size-5-fullhd {
- font-size: 1.25rem !important;
- }
- .is-size-6-fullhd {
- font-size: 1rem !important;
- }
- .is-size-7-fullhd {
- font-size: 0.75rem !important;
- }
-}
-
-.has-text-centered {
- text-align: center !important;
-}
-
-.has-text-justified {
- text-align: justify !important;
-}
-
-.has-text-left {
- text-align: left !important;
-}
-
-.has-text-right {
- text-align: right !important;
-}
-
-@media screen and (max-width: 768px) {
- .has-text-centered-mobile {
- text-align: center !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .has-text-centered-tablet {
- text-align: center !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .has-text-centered-tablet-only {
- text-align: center !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .has-text-centered-touch {
- text-align: center !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .has-text-centered-desktop {
- text-align: center !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .has-text-centered-desktop-only {
- text-align: center !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .has-text-centered-widescreen {
- text-align: center !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .has-text-centered-widescreen-only {
- text-align: center !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .has-text-centered-fullhd {
- text-align: center !important;
- }
-}
-
-@media screen and (max-width: 768px) {
- .has-text-justified-mobile {
- text-align: justify !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .has-text-justified-tablet {
- text-align: justify !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .has-text-justified-tablet-only {
- text-align: justify !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .has-text-justified-touch {
- text-align: justify !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .has-text-justified-desktop {
- text-align: justify !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .has-text-justified-desktop-only {
- text-align: justify !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .has-text-justified-widescreen {
- text-align: justify !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .has-text-justified-widescreen-only {
- text-align: justify !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .has-text-justified-fullhd {
- text-align: justify !important;
- }
-}
-
-@media screen and (max-width: 768px) {
- .has-text-left-mobile {
- text-align: left !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .has-text-left-tablet {
- text-align: left !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .has-text-left-tablet-only {
- text-align: left !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .has-text-left-touch {
- text-align: left !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .has-text-left-desktop {
- text-align: left !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .has-text-left-desktop-only {
- text-align: left !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .has-text-left-widescreen {
- text-align: left !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .has-text-left-widescreen-only {
- text-align: left !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .has-text-left-fullhd {
- text-align: left !important;
- }
-}
-
-@media screen and (max-width: 768px) {
- .has-text-right-mobile {
- text-align: right !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .has-text-right-tablet {
- text-align: right !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .has-text-right-tablet-only {
- text-align: right !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .has-text-right-touch {
- text-align: right !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .has-text-right-desktop {
- text-align: right !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .has-text-right-desktop-only {
- text-align: right !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .has-text-right-widescreen {
- text-align: right !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .has-text-right-widescreen-only {
- text-align: right !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .has-text-right-fullhd {
- text-align: right !important;
- }
-}
-
-.is-capitalized {
- text-transform: capitalize !important;
-}
-
-.is-lowercase {
- text-transform: lowercase !important;
-}
-
-.is-uppercase {
- text-transform: uppercase !important;
-}
-
-.is-italic {
- font-style: italic !important;
-}
-
-.has-text-white {
- color: white !important;
-}
-
-a.has-text-white:hover, a.has-text-white:focus {
- color: #e6e6e6 !important;
-}
-
-.has-background-white {
- background-color: white !important;
-}
-
-.has-text-black {
- color: #0a0a0a !important;
-}
-
-a.has-text-black:hover, a.has-text-black:focus {
- color: black !important;
-}
-
-.has-background-black {
- background-color: #0a0a0a !important;
-}
-
-.has-text-light {
- color: whitesmoke !important;
-}
-
-a.has-text-light:hover, a.has-text-light:focus {
- color: #dbdbdb !important;
-}
-
-.has-background-light {
- background-color: whitesmoke !important;
-}
-
-.has-text-dark {
- color: #363636 !important;
-}
-
-a.has-text-dark:hover, a.has-text-dark:focus {
- color: #1c1c1c !important;
-}
-
-.has-background-dark {
- background-color: #363636 !important;
-}
-
-.has-text-primary {
- color: #00d1b2 !important;
-}
-
-a.has-text-primary:hover, a.has-text-primary:focus {
- color: #009e86 !important;
-}
-
-.has-background-primary {
- background-color: #00d1b2 !important;
-}
-
-.has-text-link {
- color: #3273dc !important;
-}
-
-a.has-text-link:hover, a.has-text-link:focus {
- color: #205bbc !important;
-}
-
-.has-background-link {
- background-color: #3273dc !important;
-}
-
-.has-text-info {
- color: #209cee !important;
-}
-
-a.has-text-info:hover, a.has-text-info:focus {
- color: #0f81cc !important;
-}
-
-.has-background-info {
- background-color: #209cee !important;
-}
-
-.has-text-success {
- color: #23d160 !important;
-}
-
-a.has-text-success:hover, a.has-text-success:focus {
- color: #1ca64c !important;
-}
-
-.has-background-success {
- background-color: #23d160 !important;
-}
-
-.has-text-warning {
- color: #ffdd57 !important;
-}
-
-a.has-text-warning:hover, a.has-text-warning:focus {
- color: #ffd324 !important;
-}
-
-.has-background-warning {
- background-color: #ffdd57 !important;
-}
-
-.has-text-danger {
- color: #ff3860 !important;
-}
-
-a.has-text-danger:hover, a.has-text-danger:focus {
- color: #ff0537 !important;
-}
-
-.has-background-danger {
- background-color: #ff3860 !important;
-}
-
-.has-text-black-bis {
- color: #121212 !important;
-}
-
-.has-background-black-bis {
- background-color: #121212 !important;
-}
-
-.has-text-black-ter {
- color: #242424 !important;
-}
-
-.has-background-black-ter {
- background-color: #242424 !important;
-}
-
-.has-text-grey-darker {
- color: #363636 !important;
-}
-
-.has-background-grey-darker {
- background-color: #363636 !important;
-}
-
-.has-text-grey-dark {
- color: #4a4a4a !important;
-}
-
-.has-background-grey-dark {
- background-color: #4a4a4a !important;
-}
-
-.has-text-grey {
- color: #7a7a7a !important;
-}
-
-.has-background-grey {
- background-color: #7a7a7a !important;
-}
-
-.has-text-grey-light {
- color: #b5b5b5 !important;
-}
-
-.has-background-grey-light {
- background-color: #b5b5b5 !important;
-}
-
-.has-text-grey-lighter {
- color: #dbdbdb !important;
-}
-
-.has-background-grey-lighter {
- background-color: #dbdbdb !important;
-}
-
-.has-text-white-ter {
- color: whitesmoke !important;
-}
-
-.has-background-white-ter {
- background-color: whitesmoke !important;
-}
-
-.has-text-white-bis {
- color: #fafafa !important;
-}
-
-.has-background-white-bis {
- background-color: #fafafa !important;
-}
-
-.has-text-weight-light {
- font-weight: 300 !important;
-}
-
-.has-text-weight-normal {
- font-weight: 400 !important;
-}
-
-.has-text-weight-semibold {
- font-weight: 600 !important;
-}
-
-.has-text-weight-bold {
- font-weight: 700 !important;
-}
-
-.is-block {
- display: block !important;
-}
-
-@media screen and (max-width: 768px) {
- .is-block-mobile {
- display: block !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .is-block-tablet {
- display: block !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .is-block-tablet-only {
- display: block !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .is-block-touch {
- display: block !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .is-block-desktop {
- display: block !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .is-block-desktop-only {
- display: block !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .is-block-widescreen {
- display: block !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .is-block-widescreen-only {
- display: block !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .is-block-fullhd {
- display: block !important;
- }
-}
-
-.is-flex {
- display: flex !important;
-}
-
-@media screen and (max-width: 768px) {
- .is-flex-mobile {
- display: flex !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .is-flex-tablet {
- display: flex !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .is-flex-tablet-only {
- display: flex !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .is-flex-touch {
- display: flex !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .is-flex-desktop {
- display: flex !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .is-flex-desktop-only {
- display: flex !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .is-flex-widescreen {
- display: flex !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .is-flex-widescreen-only {
- display: flex !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .is-flex-fullhd {
- display: flex !important;
- }
-}
-
-.is-inline {
- display: inline !important;
-}
-
-@media screen and (max-width: 768px) {
- .is-inline-mobile {
- display: inline !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .is-inline-tablet {
- display: inline !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .is-inline-tablet-only {
- display: inline !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .is-inline-touch {
- display: inline !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .is-inline-desktop {
- display: inline !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .is-inline-desktop-only {
- display: inline !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .is-inline-widescreen {
- display: inline !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .is-inline-widescreen-only {
- display: inline !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .is-inline-fullhd {
- display: inline !important;
- }
-}
-
-.is-inline-block {
- display: inline-block !important;
-}
-
-@media screen and (max-width: 768px) {
- .is-inline-block-mobile {
- display: inline-block !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .is-inline-block-tablet {
- display: inline-block !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .is-inline-block-tablet-only {
- display: inline-block !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .is-inline-block-touch {
- display: inline-block !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .is-inline-block-desktop {
- display: inline-block !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .is-inline-block-desktop-only {
- display: inline-block !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .is-inline-block-widescreen {
- display: inline-block !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .is-inline-block-widescreen-only {
- display: inline-block !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .is-inline-block-fullhd {
- display: inline-block !important;
- }
-}
-
-.is-inline-flex {
- display: inline-flex !important;
-}
-
-@media screen and (max-width: 768px) {
- .is-inline-flex-mobile {
- display: inline-flex !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .is-inline-flex-tablet {
- display: inline-flex !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .is-inline-flex-tablet-only {
- display: inline-flex !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .is-inline-flex-touch {
- display: inline-flex !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .is-inline-flex-desktop {
- display: inline-flex !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .is-inline-flex-desktop-only {
- display: inline-flex !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .is-inline-flex-widescreen {
- display: inline-flex !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .is-inline-flex-widescreen-only {
- display: inline-flex !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .is-inline-flex-fullhd {
- display: inline-flex !important;
- }
-}
-
-.is-hidden {
- display: none !important;
-}
-
-@media screen and (max-width: 768px) {
- .is-hidden-mobile {
- display: none !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .is-hidden-tablet {
- display: none !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .is-hidden-tablet-only {
- display: none !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .is-hidden-touch {
- display: none !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .is-hidden-desktop {
- display: none !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .is-hidden-desktop-only {
- display: none !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .is-hidden-widescreen {
- display: none !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .is-hidden-widescreen-only {
- display: none !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .is-hidden-fullhd {
- display: none !important;
- }
-}
-
-.is-invisible {
- visibility: hidden !important;
+table td:not([align]),
+table th:not([align]) {
+ text-align: inherit;
}
-@media screen and (max-width: 768px) {
- .is-invisible-mobile {
- visibility: hidden !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .is-invisible-tablet {
- visibility: hidden !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .is-invisible-tablet-only {
- visibility: hidden !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .is-invisible-touch {
- visibility: hidden !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .is-invisible-desktop {
- visibility: hidden !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .is-invisible-desktop-only {
- visibility: hidden !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .is-invisible-widescreen {
- visibility: hidden !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .is-invisible-widescreen-only {
- visibility: hidden !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .is-invisible-fullhd {
- visibility: hidden !important;
- }
-}
-
-.is-marginless {
- margin: 0 !important;
-}
-
-.is-paddingless {
- padding: 0 !important;
-}
-
-.is-radiusless {
- border-radius: 0 !important;
-}
-
-.is-shadowless {
- box-shadow: none !important;
+table th {
+ color: #363636;
}
.box {
background-color: white;
border-radius: 6px;
- box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
+ box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
color: #4a4a4a;
display: block;
padding: 1.25rem;
}
a.box:hover, a.box:focus {
- box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
+ box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
}
a.box:active {
@@ -1515,10 +472,10 @@ a.box:active {
color: #363636;
cursor: pointer;
justify-content: center;
- padding-bottom: calc(0.375em - 1px);
- padding-left: 0.75em;
- padding-right: 0.75em;
- padding-top: calc(0.375em - 1px);
+ padding-bottom: calc(0.5em - 1px);
+ padding-left: 1em;
+ padding-right: 1em;
+ padding-top: calc(0.5em - 1px);
text-align: center;
white-space: nowrap;
}
@@ -1533,18 +490,18 @@ a.box:active {
}
.button .icon:first-child:not(:last-child) {
- margin-left: calc(-0.375em - 1px);
- margin-right: 0.1875em;
+ margin-left: calc(-0.5em - 1px);
+ margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
- margin-left: 0.1875em;
- margin-right: calc(-0.375em - 1px);
+ margin-left: 0.25em;
+ margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
- margin-left: calc(-0.375em - 1px);
- margin-right: calc(-0.375em - 1px);
+ margin-left: calc(-0.5em - 1px);
+ margin-right: calc(-0.5em - 1px);
}
.button:hover, .button.is-hovered {
@@ -1583,7 +540,8 @@ a.box:active {
color: #363636;
}
-.button.is-text[disabled] {
+.button.is-text[disabled],
+fieldset[disabled] .button.is-text {
background-color: transparent;
border-color: transparent;
box-shadow: none;
@@ -1616,7 +574,8 @@ a.box:active {
color: #0a0a0a;
}
-.button.is-white[disabled] {
+.button.is-white[disabled],
+fieldset[disabled] .button.is-white {
background-color: white;
border-color: transparent;
box-shadow: none;
@@ -1627,11 +586,12 @@ a.box:active {
color: white;
}
-.button.is-white.is-inverted:hover {
+.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
background-color: black;
}
-.button.is-white.is-inverted[disabled] {
+.button.is-white.is-inverted[disabled],
+fieldset[disabled] .button.is-white.is-inverted {
background-color: #0a0a0a;
border-color: transparent;
box-shadow: none;
@@ -1648,7 +608,7 @@ a.box:active {
color: white;
}
-.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
+.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;
@@ -1658,7 +618,12 @@ a.box:active {
border-color: transparent transparent white white !important;
}
-.button.is-white.is-outlined[disabled] {
+.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;
@@ -1671,12 +636,17 @@ a.box:active {
color: #0a0a0a;
}
-.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
+.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[disabled] {
+.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;
@@ -1710,7 +680,8 @@ a.box:active {
color: white;
}
-.button.is-black[disabled] {
+.button.is-black[disabled],
+fieldset[disabled] .button.is-black {
background-color: #0a0a0a;
border-color: transparent;
box-shadow: none;
@@ -1721,11 +692,12 @@ a.box:active {
color: #0a0a0a;
}
-.button.is-black.is-inverted:hover {
+.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
background-color: #f2f2f2;
}
-.button.is-black.is-inverted[disabled] {
+.button.is-black.is-inverted[disabled],
+fieldset[disabled] .button.is-black.is-inverted {
background-color: white;
border-color: transparent;
box-shadow: none;
@@ -1742,7 +714,7 @@ a.box:active {
color: #0a0a0a;
}
-.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
+.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;
@@ -1752,7 +724,12 @@ a.box:active {
border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
-.button.is-black.is-outlined[disabled] {
+.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;
@@ -1765,12 +742,17 @@ a.box:active {
color: white;
}
-.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
+.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[disabled] {
+.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;
@@ -1780,18 +762,18 @@ a.box:active {
.button.is-light {
background-color: whitesmoke;
border-color: transparent;
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover, .button.is-light.is-hovered {
background-color: #eeeeee;
border-color: transparent;
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus, .button.is-light.is-focused {
border-color: transparent;
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
@@ -1801,33 +783,35 @@ a.box:active {
.button.is-light:active, .button.is-light.is-active {
background-color: #e8e8e8;
border-color: transparent;
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
-.button.is-light[disabled] {
+.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: #363636;
+ background-color: rgba(0, 0, 0, 0.7);
color: whitesmoke;
}
-.button.is-light.is-inverted:hover {
- background-color: #292929;
+.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] {
- background-color: #363636;
+.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 #363636 #363636 !important;
+ border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined {
@@ -1836,17 +820,22 @@ a.box:active {
color: whitesmoke;
}
-.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
+.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: #363636;
+ 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[disabled] {
+.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;
@@ -1855,37 +844,42 @@ a.box:active {
.button.is-light.is-inverted.is-outlined {
background-color: transparent;
- border-color: #363636;
- color: #363636;
+ 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:focus {
- background-color: #363636;
+.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[disabled] {
+.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: #363636;
+ border-color: rgba(0, 0, 0, 0.7);
box-shadow: none;
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
.button.is-dark {
background-color: #363636;
border-color: transparent;
- color: whitesmoke;
+ color: #fff;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
background-color: #2f2f2f;
border-color: transparent;
- color: whitesmoke;
+ color: #fff;
}
.button.is-dark:focus, .button.is-dark.is-focused {
border-color: transparent;
- color: whitesmoke;
+ color: #fff;
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
@@ -1895,33 +889,35 @@ a.box:active {
.button.is-dark:active, .button.is-dark.is-active {
background-color: #292929;
border-color: transparent;
- color: whitesmoke;
+ color: #fff;
}
-.button.is-dark[disabled] {
+.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: whitesmoke;
+ background-color: #fff;
color: #363636;
}
-.button.is-dark.is-inverted:hover {
- background-color: #e8e8e8;
+.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
+ background-color: #f2f2f2;
}
-.button.is-dark.is-inverted[disabled] {
- background-color: whitesmoke;
+.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 whitesmoke whitesmoke !important;
+ border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined {
@@ -1930,17 +926,22 @@ a.box:active {
color: #363636;
}
-.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
+.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: whitesmoke;
+ color: #fff;
}
.button.is-dark.is-outlined.is-loading::after {
border-color: transparent transparent #363636 #363636 !important;
}
-.button.is-dark.is-outlined[disabled] {
+.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;
@@ -1949,20 +950,25 @@ a.box:active {
.button.is-dark.is-inverted.is-outlined {
background-color: transparent;
- border-color: whitesmoke;
- color: whitesmoke;
+ border-color: #fff;
+ color: #fff;
}
-.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
- background-color: whitesmoke;
+.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[disabled] {
+.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: whitesmoke;
+ border-color: #fff;
box-shadow: none;
- color: whitesmoke;
+ color: #fff;
}
.button.is-primary {
@@ -1992,7 +998,8 @@ a.box:active {
color: #fff;
}
-.button.is-primary[disabled] {
+.button.is-primary[disabled],
+fieldset[disabled] .button.is-primary {
background-color: #00d1b2;
border-color: transparent;
box-shadow: none;
@@ -2003,11 +1010,12 @@ a.box:active {
color: #00d1b2;
}
-.button.is-primary.is-inverted:hover {
+.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
background-color: #f2f2f2;
}
-.button.is-primary.is-inverted[disabled] {
+.button.is-primary.is-inverted[disabled],
+fieldset[disabled] .button.is-primary.is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
@@ -2024,7 +1032,7 @@ a.box:active {
color: #00d1b2;
}
-.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
+.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;
@@ -2034,7 +1042,12 @@ a.box:active {
border-color: transparent transparent #00d1b2 #00d1b2 !important;
}
-.button.is-primary.is-outlined[disabled] {
+.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;
@@ -2047,18 +1060,40 @@ a.box:active {
color: #fff;
}
-.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
+.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[disabled] {
+.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: #3273dc;
border-color: transparent;
@@ -2086,7 +1121,8 @@ a.box:active {
color: #fff;
}
-.button.is-link[disabled] {
+.button.is-link[disabled],
+fieldset[disabled] .button.is-link {
background-color: #3273dc;
border-color: transparent;
box-shadow: none;
@@ -2097,11 +1133,12 @@ a.box:active {
color: #3273dc;
}
-.button.is-link.is-inverted:hover {
+.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
background-color: #f2f2f2;
}
-.button.is-link.is-inverted[disabled] {
+.button.is-link.is-inverted[disabled],
+fieldset[disabled] .button.is-link.is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
@@ -2118,7 +1155,7 @@ a.box:active {
color: #3273dc;
}
-.button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus {
+.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
background-color: #3273dc;
border-color: #3273dc;
color: #fff;
@@ -2128,7 +1165,12 @@ a.box:active {
border-color: transparent transparent #3273dc #3273dc !important;
}
-.button.is-link.is-outlined[disabled] {
+.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+
+.button.is-link.is-outlined[disabled],
+fieldset[disabled] .button.is-link.is-outlined {
background-color: transparent;
border-color: #3273dc;
box-shadow: none;
@@ -2141,26 +1183,48 @@ a.box:active {
color: #fff;
}
-.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined:focus {
+.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
background-color: #fff;
color: #3273dc;
}
-.button.is-link.is-inverted.is-outlined[disabled] {
+.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #3273dc #3273dc !important;
+}
+
+.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: #eef3fc;
+ color: #2160c4;
+}
+
+.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
+ background-color: #e3ecfa;
+ border-color: transparent;
+ color: #2160c4;
+}
+
+.button.is-link.is-light:active, .button.is-link.is-light.is-active {
+ background-color: #d8e4f8;
+ border-color: transparent;
+ color: #2160c4;
+}
+
.button.is-info {
- background-color: #209cee;
+ background-color: #3298dc;
border-color: transparent;
color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
- background-color: #1496ed;
+ background-color: #2793da;
border-color: transparent;
color: #fff;
}
@@ -2171,35 +1235,37 @@ a.box:active {
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
- box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
+ box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
- background-color: #118fe4;
+ background-color: #238cd1;
border-color: transparent;
color: #fff;
}
-.button.is-info[disabled] {
- background-color: #209cee;
+.button.is-info[disabled],
+fieldset[disabled] .button.is-info {
+ background-color: #3298dc;
border-color: transparent;
box-shadow: none;
}
.button.is-info.is-inverted {
background-color: #fff;
- color: #209cee;
+ color: #3298dc;
}
-.button.is-info.is-inverted:hover {
+.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
background-color: #f2f2f2;
}
-.button.is-info.is-inverted[disabled] {
+.button.is-info.is-inverted[disabled],
+fieldset[disabled] .button.is-info.is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
- color: #209cee;
+ color: #3298dc;
}
.button.is-info.is-loading::after {
@@ -2208,25 +1274,30 @@ a.box:active {
.button.is-info.is-outlined {
background-color: transparent;
- border-color: #209cee;
- color: #209cee;
+ border-color: #3298dc;
+ color: #3298dc;
}
-.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
- background-color: #209cee;
- border-color: #209cee;
+.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
+ background-color: #3298dc;
+ border-color: #3298dc;
color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
- border-color: transparent transparent #209cee #209cee !important;
+ border-color: transparent transparent #3298dc #3298dc !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] {
+.button.is-info.is-outlined[disabled],
+fieldset[disabled] .button.is-info.is-outlined {
background-color: transparent;
- border-color: #209cee;
+ border-color: #3298dc;
box-shadow: none;
- color: #209cee;
+ color: #3298dc;
}
.button.is-info.is-inverted.is-outlined {
@@ -2235,26 +1306,48 @@ a.box:active {
color: #fff;
}
-.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
+.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: #209cee;
+ color: #3298dc;
+}
+
+.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #3298dc #3298dc !important;
}
-.button.is-info.is-inverted.is-outlined[disabled] {
+.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: #eef6fc;
+ color: #1d72aa;
+}
+
+.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
+ background-color: #e3f1fa;
+ border-color: transparent;
+ color: #1d72aa;
+}
+
+.button.is-info.is-light:active, .button.is-info.is-light.is-active {
+ background-color: #d8ebf8;
+ border-color: transparent;
+ color: #1d72aa;
+}
+
.button.is-success {
- background-color: #23d160;
+ background-color: #48c774;
border-color: transparent;
color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
- background-color: #22c65b;
+ background-color: #3ec46d;
border-color: transparent;
color: #fff;
}
@@ -2265,35 +1358,37 @@ a.box:active {
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
- box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
+ box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
- background-color: #20bc56;
+ background-color: #3abb67;
border-color: transparent;
color: #fff;
}
-.button.is-success[disabled] {
- background-color: #23d160;
+.button.is-success[disabled],
+fieldset[disabled] .button.is-success {
+ background-color: #48c774;
border-color: transparent;
box-shadow: none;
}
.button.is-success.is-inverted {
background-color: #fff;
- color: #23d160;
+ color: #48c774;
}
-.button.is-success.is-inverted:hover {
+.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
background-color: #f2f2f2;
}
-.button.is-success.is-inverted[disabled] {
+.button.is-success.is-inverted[disabled],
+fieldset[disabled] .button.is-success.is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
- color: #23d160;
+ color: #48c774;
}
.button.is-success.is-loading::after {
@@ -2302,25 +1397,30 @@ a.box:active {
.button.is-success.is-outlined {
background-color: transparent;
- border-color: #23d160;
- color: #23d160;
+ border-color: #48c774;
+ color: #48c774;
}
-.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
- background-color: #23d160;
- border-color: #23d160;
+.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
+ background-color: #48c774;
+ border-color: #48c774;
color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
- border-color: transparent transparent #23d160 #23d160 !important;
+ border-color: transparent transparent #48c774 #48c774 !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] {
+.button.is-success.is-outlined[disabled],
+fieldset[disabled] .button.is-success.is-outlined {
background-color: transparent;
- border-color: #23d160;
+ border-color: #48c774;
box-shadow: none;
- color: #23d160;
+ color: #48c774;
}
.button.is-success.is-inverted.is-outlined {
@@ -2329,18 +1429,40 @@ a.box:active {
color: #fff;
}
-.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
+.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: #23d160;
+ color: #48c774;
}
-.button.is-success.is-inverted.is-outlined[disabled] {
+.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #48c774 #48c774 !important;
+}
+
+.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: #effaf3;
+ color: #257942;
+}
+
+.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
+ background-color: #e6f7ec;
+ border-color: transparent;
+ color: #257942;
+}
+
+.button.is-success.is-light:active, .button.is-success.is-light.is-active {
+ background-color: #dcf4e4;
+ border-color: transparent;
+ color: #257942;
+}
+
.button.is-warning {
background-color: #ffdd57;
border-color: transparent;
@@ -2368,7 +1490,8 @@ a.box:active {
color: rgba(0, 0, 0, 0.7);
}
-.button.is-warning[disabled] {
+.button.is-warning[disabled],
+fieldset[disabled] .button.is-warning {
background-color: #ffdd57;
border-color: transparent;
box-shadow: none;
@@ -2379,11 +1502,12 @@ a.box:active {
color: #ffdd57;
}
-.button.is-warning.is-inverted:hover {
+.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] {
+.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;
@@ -2400,7 +1524,7 @@ a.box:active {
color: #ffdd57;
}
-.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
+.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
background-color: #ffdd57;
border-color: #ffdd57;
color: rgba(0, 0, 0, 0.7);
@@ -2410,7 +1534,12 @@ a.box:active {
border-color: transparent transparent #ffdd57 #ffdd57 !important;
}
-.button.is-warning.is-outlined[disabled] {
+.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
+}
+
+.button.is-warning.is-outlined[disabled],
+fieldset[disabled] .button.is-warning.is-outlined {
background-color: transparent;
border-color: #ffdd57;
box-shadow: none;
@@ -2423,26 +1552,48 @@ a.box:active {
color: rgba(0, 0, 0, 0.7);
}
-.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus {
+.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
background-color: rgba(0, 0, 0, 0.7);
color: #ffdd57;
}
-.button.is-warning.is-inverted.is-outlined[disabled] {
+.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #ffdd57 #ffdd57 !important;
+}
+
+.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: #fffbeb;
+ color: #947600;
+}
+
+.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
+ background-color: #fff8de;
+ border-color: transparent;
+ color: #947600;
+}
+
+.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
+ background-color: #fff6d1;
+ border-color: transparent;
+ color: #947600;
+}
+
.button.is-danger {
- background-color: #ff3860;
+ background-color: #f14668;
border-color: transparent;
color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
- background-color: #ff2b56;
+ background-color: #f03a5f;
border-color: transparent;
color: #fff;
}
@@ -2453,35 +1604,37 @@ a.box:active {
}
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
- box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
+ box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
- background-color: #ff1f4b;
+ background-color: #ef2e55;
border-color: transparent;
color: #fff;
}
-.button.is-danger[disabled] {
- background-color: #ff3860;
+.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: #ff3860;
+ color: #f14668;
}
-.button.is-danger.is-inverted:hover {
+.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
background-color: #f2f2f2;
}
-.button.is-danger.is-inverted[disabled] {
+.button.is-danger.is-inverted[disabled],
+fieldset[disabled] .button.is-danger.is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
- color: #ff3860;
+ color: #f14668;
}
.button.is-danger.is-loading::after {
@@ -2490,25 +1643,30 @@ a.box:active {
.button.is-danger.is-outlined {
background-color: transparent;
- border-color: #ff3860;
- color: #ff3860;
+ border-color: #f14668;
+ color: #f14668;
}
-.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
- background-color: #ff3860;
- border-color: #ff3860;
+.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 #ff3860 #ff3860 !important;
+ border-color: transparent transparent #f14668 #f14668 !important;
}
-.button.is-danger.is-outlined[disabled] {
+.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: #ff3860;
+ border-color: #f14668;
box-shadow: none;
- color: #ff3860;
+ color: #f14668;
}
.button.is-danger.is-inverted.is-outlined {
@@ -2517,23 +1675,49 @@ a.box:active {
color: #fff;
}
-.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
+.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: #ff3860;
+ 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] {
+.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 {
border-radius: 2px;
font-size: 0.75rem;
}
+.button.is-normal {
+ font-size: 1rem;
+}
+
.button.is-medium {
font-size: 1.25rem;
}
@@ -2542,7 +1726,8 @@ a.box:active {
font-size: 1.5rem;
}
-.button[disabled] {
+.button[disabled],
+fieldset[disabled] .button {
background-color: white;
border-color: #dbdbdb;
box-shadow: none;
@@ -2576,8 +1761,8 @@ a.box:active {
.button.is-rounded {
border-radius: 290486px;
- padding-left: 1em;
- padding-right: 1em;
+ padding-left: calc(1em + 0.25em);
+ padding-right: calc(1em + 0.25em);
}
.buttons {
@@ -2591,7 +1776,7 @@ a.box:active {
margin-bottom: 0.5rem;
}
-.buttons .button:not(:last-child) {
+.buttons .button:not(:last-child):not(.is-fullwidth) {
margin-right: 0.5rem;
}
@@ -2603,6 +1788,19 @@ a.box:active {
margin-bottom: 1rem;
}
+.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
+ border-radius: 2px;
+ font-size: 0.75rem;
+}
+
+.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
+ font-size: 1.25rem;
+}
+
+.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
+ font-size: 1.5rem;
+}
+
.buttons.has-addons .button:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
@@ -2632,59 +1830,68 @@ a.box:active {
.buttons.has-addons .button.is-expanded {
flex-grow: 1;
+ flex-shrink: 1;
}
.buttons.is-centered {
justify-content: center;
}
+.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
+ margin-left: 0.25rem;
+ margin-right: 0.25rem;
+}
+
.buttons.is-right {
justify-content: flex-end;
}
+.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
+ margin-left: 0.25rem;
+ margin-right: 0.25rem;
+}
+
.container {
+ flex-grow: 1;
margin: 0 auto;
position: relative;
+ width: auto;
}
-@media screen and (min-width: 1088px) {
+.container.is-fluid {
+ max-width: none;
+ padding-left: 32px;
+ padding-right: 32px;
+ width: 100%;
+}
+
+@media screen and (min-width: 1024px) {
.container {
max-width: 960px;
- width: 960px;
- }
- .container.is-fluid {
- margin-left: 64px;
- margin-right: 64px;
- max-width: none;
- width: auto;
}
}
-@media screen and (max-width: 1279px) {
+@media screen and (max-width: 1215px) {
.container.is-widescreen {
max-width: 1152px;
- width: auto;
}
}
-@media screen and (max-width: 1471px) {
+@media screen and (max-width: 1407px) {
.container.is-fullhd {
max-width: 1344px;
- width: auto;
}
}
-@media screen and (min-width: 1280px) {
+@media screen and (min-width: 1216px) {
.container {
max-width: 1152px;
- width: 1152px;
}
}
-@media screen and (min-width: 1472px) {
+@media screen and (min-width: 1408px) {
.container {
max-width: 1344px;
- width: 1344px;
}
}
@@ -2762,11 +1969,31 @@ a.box:active {
}
.content ol {
- list-style: decimal outside;
+ list-style-position: outside;
margin-left: 2em;
margin-top: 1em;
}
+.content ol:not([type]) {
+ list-style-type: decimal;
+}
+
+.content ol:not([type]).is-lower-alpha {
+ list-style-type: lower-alpha;
+}
+
+.content ol:not([type]).is-lower-roman {
+ list-style-type: lower-roman;
+}
+
+.content ol:not([type]).is-upper-alpha {
+ list-style-type: upper-alpha;
+}
+
+.content ol:not([type]).is-upper-roman {
+ list-style-type: upper-roman;
+}
+
.content ul {
list-style: disc outside;
margin-left: 2em;
@@ -2835,7 +2062,10 @@ a.box:active {
.content table th {
color: #363636;
- text-align: left;
+}
+
+.content table th:not([align]) {
+ text-align: inherit;
}
.content table thead td,
@@ -2855,6 +2085,10 @@ a.box:active {
border-bottom-width: 0;
}
+.content .tabs li + li {
+ margin-top: 0;
+}
+
.content.is-small {
font-size: 0.75rem;
}
@@ -2867,246 +2101,1310 @@ a.box:active {
font-size: 1.5rem;
}
-.input,
-.textarea {
+.icon {
+ align-items: center;
+ display: inline-flex;
+ justify-content: center;
+ height: 1.5rem;
+ width: 1.5rem;
+}
+
+.icon.is-small {
+ height: 1rem;
+ width: 1rem;
+}
+
+.icon.is-medium {
+ height: 2rem;
+ width: 2rem;
+}
+
+.icon.is-large {
+ height: 3rem;
+ width: 3rem;
+}
+
+.image {
+ display: block;
+ position: relative;
+}
+
+.image img {
+ display: block;
+ height: auto;
+ width: 100%;
+}
+
+.image img.is-rounded {
+ border-radius: 290486px;
+}
+
+.image.is-fullwidth {
+ width: 100%;
+}
+
+.image.is-square img,
+.image.is-square .has-ratio, .image.is-1by1 img,
+.image.is-1by1 .has-ratio, .image.is-5by4 img,
+.image.is-5by4 .has-ratio, .image.is-4by3 img,
+.image.is-4by3 .has-ratio, .image.is-3by2 img,
+.image.is-3by2 .has-ratio, .image.is-5by3 img,
+.image.is-5by3 .has-ratio, .image.is-16by9 img,
+.image.is-16by9 .has-ratio, .image.is-2by1 img,
+.image.is-2by1 .has-ratio, .image.is-3by1 img,
+.image.is-3by1 .has-ratio, .image.is-4by5 img,
+.image.is-4by5 .has-ratio, .image.is-3by4 img,
+.image.is-3by4 .has-ratio, .image.is-2by3 img,
+.image.is-2by3 .has-ratio, .image.is-3by5 img,
+.image.is-3by5 .has-ratio, .image.is-9by16 img,
+.image.is-9by16 .has-ratio, .image.is-1by2 img,
+.image.is-1by2 .has-ratio, .image.is-1by3 img,
+.image.is-1by3 .has-ratio {
+ height: 100%;
+ width: 100%;
+}
+
+.image.is-square, .image.is-1by1 {
+ padding-top: 100%;
+}
+
+.image.is-5by4 {
+ padding-top: 80%;
+}
+
+.image.is-4by3 {
+ padding-top: 75%;
+}
+
+.image.is-3by2 {
+ padding-top: 66.6666%;
+}
+
+.image.is-5by3 {
+ padding-top: 60%;
+}
+
+.image.is-16by9 {
+ padding-top: 56.25%;
+}
+
+.image.is-2by1 {
+ padding-top: 50%;
+}
+
+.image.is-3by1 {
+ padding-top: 33.3333%;
+}
+
+.image.is-4by5 {
+ padding-top: 125%;
+}
+
+.image.is-3by4 {
+ padding-top: 133.3333%;
+}
+
+.image.is-2by3 {
+ padding-top: 150%;
+}
+
+.image.is-3by5 {
+ padding-top: 166.6666%;
+}
+
+.image.is-9by16 {
+ padding-top: 177.7777%;
+}
+
+.image.is-1by2 {
+ padding-top: 200%;
+}
+
+.image.is-1by3 {
+ padding-top: 300%;
+}
+
+.image.is-16x16 {
+ height: 16px;
+ width: 16px;
+}
+
+.image.is-24x24 {
+ height: 24px;
+ width: 24px;
+}
+
+.image.is-32x32 {
+ height: 32px;
+ width: 32px;
+}
+
+.image.is-48x48 {
+ height: 48px;
+ width: 48px;
+}
+
+.image.is-64x64 {
+ height: 64px;
+ width: 64px;
+}
+
+.image.is-96x96 {
+ height: 96px;
+ width: 96px;
+}
+
+.image.is-128x128 {
+ height: 128px;
+ width: 128px;
+}
+
+.notification {
+ background-color: whitesmoke;
+ border-radius: 4px;
+ position: relative;
+ padding: 1.25rem 2.5rem 1.25rem 1.5rem;
+}
+
+.notification a:not(.button):not(.dropdown-item) {
+ color: currentColor;
+ text-decoration: underline;
+}
+
+.notification strong {
+ color: currentColor;
+}
+
+.notification code,
+.notification pre {
+ background: white;
+}
+
+.notification pre code {
+ background: transparent;
+}
+
+.notification > .delete {
+ right: 0.5rem;
+ position: absolute;
+ top: 0.5rem;
+}
+
+.notification .title,
+.notification .subtitle,
+.notification .content {
+ color: currentColor;
+}
+
+.notification.is-white {
+ background-color: white;
+ color: #0a0a0a;
+}
+
+.notification.is-black {
+ background-color: #0a0a0a;
+ color: white;
+}
+
+.notification.is-light {
+ background-color: whitesmoke;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.notification.is-dark {
+ background-color: #363636;
+ color: #fff;
+}
+
+.notification.is-primary {
+ background-color: #00d1b2;
+ color: #fff;
+}
+
+.notification.is-primary.is-light {
+ background-color: #ebfffc;
+ color: #00947e;
+}
+
+.notification.is-link {
+ background-color: #3273dc;
+ color: #fff;
+}
+
+.notification.is-link.is-light {
+ background-color: #eef3fc;
+ color: #2160c4;
+}
+
+.notification.is-info {
+ background-color: #3298dc;
+ color: #fff;
+}
+
+.notification.is-info.is-light {
+ background-color: #eef6fc;
+ color: #1d72aa;
+}
+
+.notification.is-success {
+ background-color: #48c774;
+ color: #fff;
+}
+
+.notification.is-success.is-light {
+ background-color: #effaf3;
+ color: #257942;
+}
+
+.notification.is-warning {
+ background-color: #ffdd57;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.notification.is-warning.is-light {
+ background-color: #fffbeb;
+ color: #947600;
+}
+
+.notification.is-danger {
+ background-color: #f14668;
+ color: #fff;
+}
+
+.notification.is-danger.is-light {
+ background-color: #feecf0;
+ color: #cc0f35;
+}
+
+.progress {
+ -moz-appearance: none;
+ -webkit-appearance: none;
+ border: none;
+ border-radius: 290486px;
+ display: block;
+ height: 1rem;
+ overflow: hidden;
+ padding: 0;
+ width: 100%;
+}
+
+.progress::-webkit-progress-bar {
+ background-color: #ededed;
+}
+
+.progress::-webkit-progress-value {
+ background-color: #4a4a4a;
+}
+
+.progress::-moz-progress-bar {
+ background-color: #4a4a4a;
+}
+
+.progress::-ms-fill {
+ background-color: #4a4a4a;
+ border: none;
+}
+
+.progress.is-white::-webkit-progress-value {
+ background-color: white;
+}
+
+.progress.is-white::-moz-progress-bar {
+ background-color: white;
+}
+
+.progress.is-white::-ms-fill {
+ background-color: white;
+}
+
+.progress.is-white:indeterminate {
+ background-image: linear-gradient(to right, white 30%, #ededed 30%);
+}
+
+.progress.is-black::-webkit-progress-value {
+ background-color: #0a0a0a;
+}
+
+.progress.is-black::-moz-progress-bar {
+ background-color: #0a0a0a;
+}
+
+.progress.is-black::-ms-fill {
+ background-color: #0a0a0a;
+}
+
+.progress.is-black:indeterminate {
+ background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
+}
+
+.progress.is-light::-webkit-progress-value {
+ background-color: whitesmoke;
+}
+
+.progress.is-light::-moz-progress-bar {
+ background-color: whitesmoke;
+}
+
+.progress.is-light::-ms-fill {
+ background-color: whitesmoke;
+}
+
+.progress.is-light:indeterminate {
+ background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%);
+}
+
+.progress.is-dark::-webkit-progress-value {
+ background-color: #363636;
+}
+
+.progress.is-dark::-moz-progress-bar {
+ background-color: #363636;
+}
+
+.progress.is-dark::-ms-fill {
+ background-color: #363636;
+}
+
+.progress.is-dark:indeterminate {
+ background-image: linear-gradient(to right, #363636 30%, #ededed 30%);
+}
+
+.progress.is-primary::-webkit-progress-value {
+ background-color: #00d1b2;
+}
+
+.progress.is-primary::-moz-progress-bar {
+ background-color: #00d1b2;
+}
+
+.progress.is-primary::-ms-fill {
+ background-color: #00d1b2;
+}
+
+.progress.is-primary:indeterminate {
+ background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%);
+}
+
+.progress.is-link::-webkit-progress-value {
+ background-color: #3273dc;
+}
+
+.progress.is-link::-moz-progress-bar {
+ background-color: #3273dc;
+}
+
+.progress.is-link::-ms-fill {
+ background-color: #3273dc;
+}
+
+.progress.is-link:indeterminate {
+ background-image: linear-gradient(to right, #3273dc 30%, #ededed 30%);
+}
+
+.progress.is-info::-webkit-progress-value {
+ background-color: #3298dc;
+}
+
+.progress.is-info::-moz-progress-bar {
+ background-color: #3298dc;
+}
+
+.progress.is-info::-ms-fill {
+ background-color: #3298dc;
+}
+
+.progress.is-info:indeterminate {
+ background-image: linear-gradient(to right, #3298dc 30%, #ededed 30%);
+}
+
+.progress.is-success::-webkit-progress-value {
+ background-color: #48c774;
+}
+
+.progress.is-success::-moz-progress-bar {
+ background-color: #48c774;
+}
+
+.progress.is-success::-ms-fill {
+ background-color: #48c774;
+}
+
+.progress.is-success:indeterminate {
+ background-image: linear-gradient(to right, #48c774 30%, #ededed 30%);
+}
+
+.progress.is-warning::-webkit-progress-value {
+ background-color: #ffdd57;
+}
+
+.progress.is-warning::-moz-progress-bar {
+ background-color: #ffdd57;
+}
+
+.progress.is-warning::-ms-fill {
+ background-color: #ffdd57;
+}
+
+.progress.is-warning:indeterminate {
+ background-image: linear-gradient(to right, #ffdd57 30%, #ededed 30%);
+}
+
+.progress.is-danger::-webkit-progress-value {
+ background-color: #f14668;
+}
+
+.progress.is-danger::-moz-progress-bar {
+ background-color: #f14668;
+}
+
+.progress.is-danger::-ms-fill {
+ background-color: #f14668;
+}
+
+.progress.is-danger:indeterminate {
+ background-image: linear-gradient(to right, #f14668 30%, #ededed 30%);
+}
+
+.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%;
+}
+
+.progress:indeterminate::-webkit-progress-bar {
+ background-color: transparent;
+}
+
+.progress:indeterminate::-moz-progress-bar {
+ background-color: transparent;
+}
+
+.progress.is-small {
+ height: 0.75rem;
+}
+
+.progress.is-medium {
+ height: 1.25rem;
+}
+
+.progress.is-large {
+ height: 1.5rem;
+}
+
+@-webkit-keyframes moveIndeterminate {
+ from {
+ background-position: 200% 0;
+ }
+ to {
+ background-position: -200% 0;
+ }
+}
+
+@keyframes moveIndeterminate {
+ from {
+ background-position: 200% 0;
+ }
+ to {
+ background-position: -200% 0;
+ }
+}
+
+.table {
background-color: white;
- border-color: #dbdbdb;
color: #363636;
- box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
- max-width: 100%;
+}
+
+.table td,
+.table th {
+ border: 1px solid #dbdbdb;
+ border-width: 0 0 1px;
+ padding: 0.5em 0.75em;
+ vertical-align: top;
+}
+
+.table td.is-white,
+.table th.is-white {
+ background-color: white;
+ border-color: white;
+ color: #0a0a0a;
+}
+
+.table td.is-black,
+.table th.is-black {
+ background-color: #0a0a0a;
+ border-color: #0a0a0a;
+ color: white;
+}
+
+.table td.is-light,
+.table th.is-light {
+ background-color: whitesmoke;
+ border-color: whitesmoke;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.table td.is-dark,
+.table th.is-dark {
+ background-color: #363636;
+ border-color: #363636;
+ color: #fff;
+}
+
+.table td.is-primary,
+.table th.is-primary {
+ background-color: #00d1b2;
+ border-color: #00d1b2;
+ color: #fff;
+}
+
+.table td.is-link,
+.table th.is-link {
+ background-color: #3273dc;
+ border-color: #3273dc;
+ color: #fff;
+}
+
+.table td.is-info,
+.table th.is-info {
+ background-color: #3298dc;
+ border-color: #3298dc;
+ color: #fff;
+}
+
+.table td.is-success,
+.table th.is-success {
+ background-color: #48c774;
+ border-color: #48c774;
+ color: #fff;
+}
+
+.table td.is-warning,
+.table th.is-warning {
+ background-color: #ffdd57;
+ border-color: #ffdd57;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.table td.is-danger,
+.table th.is-danger {
+ background-color: #f14668;
+ border-color: #f14668;
+ color: #fff;
+}
+
+.table td.is-narrow,
+.table th.is-narrow {
+ white-space: nowrap;
+ width: 1%;
+}
+
+.table td.is-selected,
+.table th.is-selected {
+ background-color: #00d1b2;
+ color: #fff;
+}
+
+.table td.is-selected a,
+.table td.is-selected strong,
+.table th.is-selected a,
+.table th.is-selected strong {
+ color: currentColor;
+}
+
+.table td.is-vcentered,
+.table th.is-vcentered {
+ vertical-align: middle;
+}
+
+.table th {
+ color: #363636;
+}
+
+.table th:not([align]) {
+ text-align: inherit;
+}
+
+.table tr.is-selected {
+ background-color: #00d1b2;
+ color: #fff;
+}
+
+.table tr.is-selected a,
+.table tr.is-selected strong {
+ color: currentColor;
+}
+
+.table tr.is-selected td,
+.table tr.is-selected th {
+ border-color: #fff;
+ color: currentColor;
+}
+
+.table thead {
+ background-color: transparent;
+}
+
+.table thead td,
+.table thead th {
+ border-width: 0 0 2px;
+ color: #363636;
+}
+
+.table tfoot {
+ background-color: transparent;
+}
+
+.table tfoot td,
+.table tfoot th {
+ border-width: 2px 0 0;
+ color: #363636;
+}
+
+.table tbody {
+ background-color: transparent;
+}
+
+.table tbody tr:last-child td,
+.table tbody tr:last-child th {
+ border-bottom-width: 0;
+}
+
+.table.is-bordered td,
+.table.is-bordered th {
+ border-width: 1px;
+}
+
+.table.is-bordered tr:last-child td,
+.table.is-bordered tr:last-child th {
+ border-bottom-width: 1px;
+}
+
+.table.is-fullwidth {
width: 100%;
}
-.input::-moz-placeholder,
-.textarea::-moz-placeholder {
+.table.is-hoverable tbody tr:not(.is-selected):hover {
+ background-color: #fafafa;
+}
+
+.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
+ background-color: #fafafa;
+}
+
+.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
+ background-color: whitesmoke;
+}
+
+.table.is-narrow td,
+.table.is-narrow th {
+ padding: 0.25em 0.5em;
+}
+
+.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
+ background-color: #fafafa;
+}
+
+.table-container {
+ -webkit-overflow-scrolling: touch;
+ overflow: auto;
+ overflow-y: hidden;
+ max-width: 100%;
+}
+
+.tags {
+ align-items: center;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: flex-start;
+}
+
+.tags .tag {
+ margin-bottom: 0.5rem;
+}
+
+.tags .tag:not(:last-child) {
+ margin-right: 0.5rem;
+}
+
+.tags:last-child {
+ margin-bottom: -0.5rem;
+}
+
+.tags:not(:last-child) {
+ margin-bottom: 1rem;
+}
+
+.tags.are-medium .tag:not(.is-normal):not(.is-large) {
+ font-size: 1rem;
+}
+
+.tags.are-large .tag:not(.is-normal):not(.is-medium) {
+ font-size: 1.25rem;
+}
+
+.tags.is-centered {
+ justify-content: center;
+}
+
+.tags.is-centered .tag {
+ margin-right: 0.25rem;
+ margin-left: 0.25rem;
+}
+
+.tags.is-right {
+ justify-content: flex-end;
+}
+
+.tags.is-right .tag:not(:first-child) {
+ margin-left: 0.5rem;
+}
+
+.tags.is-right .tag:not(:last-child) {
+ margin-right: 0;
+}
+
+.tags.has-addons .tag {
+ margin-right: 0;
+}
+
+.tags.has-addons .tag:not(:first-child) {
+ margin-left: 0;
+ border-top-left-radius: 0;
+ border-bottom-left-radius: 0;
+}
+
+.tags.has-addons .tag:not(:last-child) {
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+}
+
+.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;
+}
+
+.tag:not(body) .delete {
+ margin-left: 0.25rem;
+ margin-right: -0.375rem;
+}
+
+.tag:not(body).is-white {
+ background-color: white;
+ color: #0a0a0a;
+}
+
+.tag:not(body).is-black {
+ background-color: #0a0a0a;
+ color: white;
+}
+
+.tag:not(body).is-light {
+ background-color: whitesmoke;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.tag:not(body).is-dark {
+ background-color: #363636;
+ color: #fff;
+}
+
+.tag:not(body).is-primary {
+ background-color: #00d1b2;
+ color: #fff;
+}
+
+.tag:not(body).is-primary.is-light {
+ background-color: #ebfffc;
+ color: #00947e;
+}
+
+.tag:not(body).is-link {
+ background-color: #3273dc;
+ color: #fff;
+}
+
+.tag:not(body).is-link.is-light {
+ background-color: #eef3fc;
+ color: #2160c4;
+}
+
+.tag:not(body).is-info {
+ background-color: #3298dc;
+ color: #fff;
+}
+
+.tag:not(body).is-info.is-light {
+ background-color: #eef6fc;
+ color: #1d72aa;
+}
+
+.tag:not(body).is-success {
+ background-color: #48c774;
+ color: #fff;
+}
+
+.tag:not(body).is-success.is-light {
+ background-color: #effaf3;
+ color: #257942;
+}
+
+.tag:not(body).is-warning {
+ background-color: #ffdd57;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.tag:not(body).is-warning.is-light {
+ background-color: #fffbeb;
+ color: #947600;
+}
+
+.tag:not(body).is-danger {
+ background-color: #f14668;
+ color: #fff;
+}
+
+.tag:not(body).is-danger.is-light {
+ background-color: #feecf0;
+ color: #cc0f35;
+}
+
+.tag:not(body).is-normal {
+ font-size: 0.75rem;
+}
+
+.tag:not(body).is-medium {
+ font-size: 1rem;
+}
+
+.tag:not(body).is-large {
+ font-size: 1.25rem;
+}
+
+.tag:not(body) .icon:first-child:not(:last-child) {
+ margin-left: -0.375em;
+ margin-right: 0.1875em;
+}
+
+.tag:not(body) .icon:last-child:not(:first-child) {
+ margin-left: 0.1875em;
+ margin-right: -0.375em;
+}
+
+.tag:not(body) .icon:first-child:last-child {
+ margin-left: -0.375em;
+ margin-right: -0.375em;
+}
+
+.tag:not(body).is-delete {
+ margin-left: 1px;
+ padding: 0;
+ position: relative;
+ width: 2em;
+}
+
+.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;
+}
+
+.tag:not(body).is-delete::before {
+ height: 1px;
+ width: 50%;
+}
+
+.tag:not(body).is-delete::after {
+ height: 50%;
+ width: 1px;
+}
+
+.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
+ background-color: #e8e8e8;
+}
+
+.tag:not(body).is-delete:active {
+ background-color: #dbdbdb;
+}
+
+.tag:not(body).is-rounded {
+ border-radius: 290486px;
+}
+
+a.tag:hover {
+ text-decoration: underline;
+}
+
+.title,
+.subtitle {
+ word-break: break-word;
+}
+
+.title em,
+.title span,
+.subtitle em,
+.subtitle span {
+ font-weight: inherit;
+}
+
+.title sub,
+.subtitle sub {
+ font-size: 0.75em;
+}
+
+.title sup,
+.subtitle sup {
+ font-size: 0.75em;
+}
+
+.title .tag,
+.subtitle .tag {
+ vertical-align: middle;
+}
+
+.title {
+ color: #363636;
+ font-size: 2rem;
+ font-weight: 600;
+ line-height: 1.125;
+}
+
+.title strong {
+ color: inherit;
+ font-weight: inherit;
+}
+
+.title + .highlight {
+ margin-top: -0.75rem;
+}
+
+.title:not(.is-spaced) + .subtitle {
+ margin-top: -1.25rem;
+}
+
+.title.is-1 {
+ font-size: 3rem;
+}
+
+.title.is-2 {
+ font-size: 2.5rem;
+}
+
+.title.is-3 {
+ font-size: 2rem;
+}
+
+.title.is-4 {
+ font-size: 1.5rem;
+}
+
+.title.is-5 {
+ font-size: 1.25rem;
+}
+
+.title.is-6 {
+ font-size: 1rem;
+}
+
+.title.is-7 {
+ font-size: 0.75rem;
+}
+
+.subtitle {
+ color: #4a4a4a;
+ font-size: 1.25rem;
+ font-weight: 400;
+ line-height: 1.25;
+}
+
+.subtitle strong {
+ color: #363636;
+ font-weight: 600;
+}
+
+.subtitle:not(.is-spaced) + .title {
+ margin-top: -1.25rem;
+}
+
+.subtitle.is-1 {
+ font-size: 3rem;
+}
+
+.subtitle.is-2 {
+ font-size: 2.5rem;
+}
+
+.subtitle.is-3 {
+ font-size: 2rem;
+}
+
+.subtitle.is-4 {
+ font-size: 1.5rem;
+}
+
+.subtitle.is-5 {
+ font-size: 1.25rem;
+}
+
+.subtitle.is-6 {
+ font-size: 1rem;
+}
+
+.subtitle.is-7 {
+ font-size: 0.75rem;
+}
+
+.heading {
+ display: block;
+ font-size: 11px;
+ letter-spacing: 1px;
+ margin-bottom: 5px;
+ text-transform: uppercase;
+}
+
+.highlight {
+ font-weight: 400;
+ max-width: 100%;
+ overflow: hidden;
+ padding: 0;
+}
+
+.highlight pre {
+ overflow: auto;
+ max-width: 100%;
+}
+
+.number {
+ align-items: center;
+ background-color: whitesmoke;
+ border-radius: 290486px;
+ 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;
+}
+
+.input, .textarea, .select select {
+ background-color: white;
+ border-color: #dbdbdb;
+ border-radius: 4px;
+ color: #363636;
+}
+
+.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
color: rgba(54, 54, 54, 0.3);
}
-.input::-webkit-input-placeholder,
-.textarea::-webkit-input-placeholder {
+.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
color: rgba(54, 54, 54, 0.3);
}
-.input:-moz-placeholder,
-.textarea:-moz-placeholder {
+.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
color: rgba(54, 54, 54, 0.3);
}
-.input:-ms-input-placeholder,
-.textarea:-ms-input-placeholder {
+.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
color: rgba(54, 54, 54, 0.3);
}
-.input:hover, .input.is-hovered,
-.textarea:hover,
-.textarea.is-hovered {
+.input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
border-color: #b5b5b5;
}
-.input:focus, .input.is-focused, .input:active, .input.is-active,
-.textarea:focus,
-.textarea.is-focused,
-.textarea:active,
-.textarea.is-active {
+.input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active {
border-color: #3273dc;
box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
-.input[disabled],
-.textarea[disabled] {
+.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;
}
-.input[disabled]::-moz-placeholder,
-.textarea[disabled]::-moz-placeholder {
+.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);
}
-.input[disabled]::-webkit-input-placeholder,
-.textarea[disabled]::-webkit-input-placeholder {
+.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);
}
-.input[disabled]:-moz-placeholder,
-.textarea[disabled]:-moz-placeholder {
+.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);
}
-.input[disabled]:-ms-input-placeholder,
-.textarea[disabled]:-ms-input-placeholder {
+.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);
}
-.input[readonly],
-.textarea[readonly] {
+.input, .textarea {
+ box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
+ max-width: 100%;
+ width: 100%;
+}
+
+.input[readonly], .textarea[readonly] {
box-shadow: none;
}
-.input.is-white,
-.textarea.is-white {
+.is-white.input, .is-white.textarea {
border-color: white;
}
-.input.is-white:focus, .input.is-white.is-focused, .input.is-white:active, .input.is-white.is-active,
-.textarea.is-white:focus,
-.textarea.is-white.is-focused,
-.textarea.is-white:active,
-.textarea.is-white.is-active {
+.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);
}
-.input.is-black,
-.textarea.is-black {
+.is-black.input, .is-black.textarea {
border-color: #0a0a0a;
}
-.input.is-black:focus, .input.is-black.is-focused, .input.is-black:active, .input.is-black.is-active,
-.textarea.is-black:focus,
-.textarea.is-black.is-focused,
-.textarea.is-black:active,
-.textarea.is-black.is-active {
+.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);
}
-.input.is-light,
-.textarea.is-light {
+.is-light.input, .is-light.textarea {
border-color: whitesmoke;
}
-.input.is-light:focus, .input.is-light.is-focused, .input.is-light:active, .input.is-light.is-active,
-.textarea.is-light:focus,
-.textarea.is-light.is-focused,
-.textarea.is-light:active,
-.textarea.is-light.is-active {
+.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);
}
-.input.is-dark,
-.textarea.is-dark {
+.is-dark.input, .is-dark.textarea {
border-color: #363636;
}
-.input.is-dark:focus, .input.is-dark.is-focused, .input.is-dark:active, .input.is-dark.is-active,
-.textarea.is-dark:focus,
-.textarea.is-dark.is-focused,
-.textarea.is-dark:active,
-.textarea.is-dark.is-active {
+.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);
}
-.input.is-primary,
-.textarea.is-primary {
+.is-primary.input, .is-primary.textarea {
border-color: #00d1b2;
}
-.input.is-primary:focus, .input.is-primary.is-focused, .input.is-primary:active, .input.is-primary.is-active,
-.textarea.is-primary:focus,
-.textarea.is-primary.is-focused,
-.textarea.is-primary:active,
-.textarea.is-primary.is-active {
+.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);
}
-.input.is-link,
-.textarea.is-link {
+.is-link.input, .is-link.textarea {
border-color: #3273dc;
}
-.input.is-link:focus, .input.is-link.is-focused, .input.is-link:active, .input.is-link.is-active,
-.textarea.is-link:focus,
-.textarea.is-link.is-focused,
-.textarea.is-link:active,
-.textarea.is-link.is-active {
+.is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea {
box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
-.input.is-info,
-.textarea.is-info {
- border-color: #209cee;
+.is-info.input, .is-info.textarea {
+ border-color: #3298dc;
}
-.input.is-info:focus, .input.is-info.is-focused, .input.is-info:active, .input.is-info.is-active,
-.textarea.is-info:focus,
-.textarea.is-info.is-focused,
-.textarea.is-info:active,
-.textarea.is-info.is-active {
- box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
+.is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea {
+ box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}
-.input.is-success,
-.textarea.is-success {
- border-color: #23d160;
+.is-success.input, .is-success.textarea {
+ border-color: #48c774;
}
-.input.is-success:focus, .input.is-success.is-focused, .input.is-success:active, .input.is-success.is-active,
-.textarea.is-success:focus,
-.textarea.is-success.is-focused,
-.textarea.is-success:active,
-.textarea.is-success.is-active {
- box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
+.is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea {
+ box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}
-.input.is-warning,
-.textarea.is-warning {
+.is-warning.input, .is-warning.textarea {
border-color: #ffdd57;
}
-.input.is-warning:focus, .input.is-warning.is-focused, .input.is-warning:active, .input.is-warning.is-active,
-.textarea.is-warning:focus,
-.textarea.is-warning.is-focused,
-.textarea.is-warning:active,
-.textarea.is-warning.is-active {
+.is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea {
box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
-.input.is-danger,
-.textarea.is-danger {
- border-color: #ff3860;
+.is-danger.input, .is-danger.textarea {
+ border-color: #f14668;
}
-.input.is-danger:focus, .input.is-danger.is-focused, .input.is-danger:active, .input.is-danger.is-active,
-.textarea.is-danger:focus,
-.textarea.is-danger.is-focused,
-.textarea.is-danger:active,
-.textarea.is-danger.is-active {
- box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
+.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);
}
-.input.is-small,
-.textarea.is-small {
+.is-small.input, .is-small.textarea {
border-radius: 2px;
font-size: 0.75rem;
}
-.input.is-medium,
-.textarea.is-medium {
+.is-medium.input, .is-medium.textarea {
font-size: 1.25rem;
}
-.input.is-large,
-.textarea.is-large {
+.is-large.input, .is-large.textarea {
font-size: 1.5rem;
}
-.input.is-fullwidth,
-.textarea.is-fullwidth {
+.is-fullwidth.input, .is-fullwidth.textarea {
display: block;
width: 100%;
}
-.input.is-inline,
-.textarea.is-inline {
+.is-inline.input, .is-inline.textarea {
display: inline;
width: auto;
}
.input.is-rounded {
border-radius: 290486px;
- padding-left: 1em;
- padding-right: 1em;
+ padding-left: calc(calc(0.75em - 1px) + 0.375em);
+ padding-right: calc(calc(0.75em - 1px) + 0.375em);
}
.input.is-static {
@@ -3121,13 +3419,13 @@ a.box:active {
display: block;
max-width: 100%;
min-width: 100%;
- padding: 0.625em;
+ padding: calc(0.75em - 1px);
resize: vertical;
}
.textarea:not([rows]) {
- max-height: 600px;
- min-height: 120px;
+ max-height: 40em;
+ min-height: 8em;
}
.textarea[rows] {
@@ -3138,26 +3436,24 @@ a.box:active {
resize: none;
}
-.checkbox,
-.radio {
+.checkbox, .radio {
cursor: pointer;
display: inline-block;
line-height: 1.25;
position: relative;
}
-.checkbox input,
-.radio input {
+.checkbox input, .radio input {
cursor: pointer;
}
-.checkbox:hover,
-.radio:hover {
+.checkbox:hover, .radio:hover {
color: #363636;
}
-.checkbox[disabled],
-.radio[disabled] {
+.checkbox[disabled], .radio[disabled],
+fieldset[disabled] .checkbox,
+fieldset[disabled] .radio {
color: #7a7a7a;
cursor: not-allowed;
}
@@ -3174,7 +3470,7 @@ a.box:active {
}
.select:not(.is-multiple) {
- height: 2.25em;
+ height: 2.5em;
}
.select:not(.is-multiple):not(.is-loading)::after {
@@ -3189,9 +3485,6 @@ a.box:active {
}
.select select {
- background-color: white;
- border-color: #dbdbdb;
- color: #363636;
cursor: pointer;
display: block;
font-size: 1em;
@@ -3199,59 +3492,12 @@ a.box:active {
outline: none;
}
-.select select::-moz-placeholder {
- color: rgba(54, 54, 54, 0.3);
-}
-
-.select select::-webkit-input-placeholder {
- color: rgba(54, 54, 54, 0.3);
-}
-
-.select select:-moz-placeholder {
- color: rgba(54, 54, 54, 0.3);
-}
-
-.select select:-ms-input-placeholder {
- color: rgba(54, 54, 54, 0.3);
-}
-
-.select select:hover, .select select.is-hovered {
- border-color: #b5b5b5;
-}
-
-.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
- border-color: #3273dc;
- box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
-}
-
-.select select[disabled] {
- background-color: whitesmoke;
- border-color: whitesmoke;
- box-shadow: none;
- color: #7a7a7a;
-}
-
-.select select[disabled]::-moz-placeholder {
- color: rgba(122, 122, 122, 0.3);
-}
-
-.select select[disabled]::-webkit-input-placeholder {
- color: rgba(122, 122, 122, 0.3);
-}
-
-.select select[disabled]:-moz-placeholder {
- color: rgba(122, 122, 122, 0.3);
-}
-
-.select select[disabled]:-ms-input-placeholder {
- color: rgba(122, 122, 122, 0.3);
-}
-
.select select::-ms-expand {
display: none;
}
-.select select[disabled]:hover {
+.select select[disabled]:hover,
+fieldset[disabled] .select select:hover {
border-color: whitesmoke;
}
@@ -3260,7 +3506,7 @@ a.box:active {
}
.select select[multiple] {
- height: initial;
+ height: auto;
padding: 0;
}
@@ -3369,35 +3615,35 @@ a.box:active {
}
.select.is-info:not(:hover)::after {
- border-color: #209cee;
+ border-color: #3298dc;
}
.select.is-info select {
- border-color: #209cee;
+ border-color: #3298dc;
}
.select.is-info select:hover, .select.is-info select.is-hovered {
- border-color: #118fe4;
+ border-color: #238cd1;
}
.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(32, 156, 238, 0.25);
+ box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}
.select.is-success:not(:hover)::after {
- border-color: #23d160;
+ border-color: #48c774;
}
.select.is-success select {
- border-color: #23d160;
+ border-color: #48c774;
}
.select.is-success select:hover, .select.is-success select.is-hovered {
- border-color: #20bc56;
+ border-color: #3abb67;
}
.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(35, 209, 96, 0.25);
+ box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}
.select.is-warning:not(:hover)::after {
@@ -3417,19 +3663,19 @@ a.box:active {
}
.select.is-danger:not(:hover)::after {
- border-color: #ff3860;
+ border-color: #f14668;
}
.select.is-danger select {
- border-color: #ff3860;
+ border-color: #f14668;
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
- border-color: #ff1f4b;
+ 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(255, 56, 96, 0.25);
+ box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.select.is-small {
@@ -3462,8 +3708,7 @@ a.box:active {
position: absolute;
right: 0.625em;
top: 0.625em;
- -webkit-transform: none;
- transform: none;
+ transform: none;
}
.select.is-loading.is-small:after {
@@ -3536,49 +3781,49 @@ a.box:active {
.file.is-light .file-cta {
background-color: whitesmoke;
border-color: transparent;
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
background-color: #eeeeee;
border-color: transparent;
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
.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: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
background-color: #e8e8e8;
border-color: transparent;
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
.file.is-dark .file-cta {
background-color: #363636;
border-color: transparent;
- color: whitesmoke;
+ color: #fff;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
background-color: #2f2f2f;
border-color: transparent;
- color: whitesmoke;
+ color: #fff;
}
.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: whitesmoke;
+ color: #fff;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
background-color: #292929;
border-color: transparent;
- color: whitesmoke;
+ color: #fff;
}
.file.is-primary .file-cta {
@@ -3630,49 +3875,49 @@ a.box:active {
}
.file.is-info .file-cta {
- background-color: #209cee;
+ background-color: #3298dc;
border-color: transparent;
color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
- background-color: #1496ed;
+ background-color: #2793da;
border-color: transparent;
color: #fff;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
border-color: transparent;
- box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
+ box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25);
color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
- background-color: #118fe4;
+ background-color: #238cd1;
border-color: transparent;
color: #fff;
}
.file.is-success .file-cta {
- background-color: #23d160;
+ background-color: #48c774;
border-color: transparent;
color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
- background-color: #22c65b;
+ background-color: #3ec46d;
border-color: transparent;
color: #fff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
border-color: transparent;
- box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
+ box-shadow: 0 0 0.5em rgba(72, 199, 116, 0.25);
color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
- background-color: #20bc56;
+ background-color: #3abb67;
border-color: transparent;
color: #fff;
}
@@ -3702,25 +3947,25 @@ a.box:active {
}
.file.is-danger .file-cta {
- background-color: #ff3860;
+ background-color: #f14668;
border-color: transparent;
color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
- background-color: #ff2b56;
+ background-color: #f03a5f;
border-color: transparent;
color: #fff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
border-color: transparent;
- box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
+ box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
- background-color: #ff1f4b;
+ background-color: #ef2e55;
border-color: transparent;
color: #fff;
}
@@ -3862,12 +4107,13 @@ a.box:active {
}
.file-input {
- height: 0.01em;
+ height: 100%;
left: 0;
+ opacity: 0;
outline: none;
position: absolute;
top: 0;
- width: 0.01em;
+ width: 100%;
}
.file-cta,
@@ -3892,7 +4138,7 @@ a.box:active {
display: block;
max-width: 16em;
overflow: hidden;
- text-align: left;
+ text-align: inherit;
text-overflow: ellipsis;
}
@@ -3963,11 +4209,11 @@ a.box:active {
}
.help.is-info {
- color: #209cee;
+ color: #3298dc;
}
.help.is-success {
- color: #23d160;
+ color: #48c774;
}
.help.is-warning {
@@ -3975,7 +4221,7 @@ a.box:active {
}
.help.is-danger {
- color: #ff3860;
+ color: #f14668;
}
.field:not(:last-child) {
@@ -3997,54 +4243,55 @@ a.box:active {
border-radius: 0;
}
-.field.has-addons .control:first-child .button,
-.field.has-addons .control:first-child .input,
-.field.has-addons .control:first-child .select select {
+.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;
}
-.field.has-addons .control:last-child .button,
-.field.has-addons .control:last-child .input,
-.field.has-addons .control:last-child .select select {
+.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;
}
-.field.has-addons .control .button:hover, .field.has-addons .control .button.is-hovered,
-.field.has-addons .control .input:hover,
-.field.has-addons .control .input.is-hovered,
-.field.has-addons .control .select select:hover,
-.field.has-addons .control .select select.is-hovered {
+.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;
}
-.field.has-addons .control .button:focus, .field.has-addons .control .button.is-focused, .field.has-addons .control .button:active, .field.has-addons .control .button.is-active,
-.field.has-addons .control .input:focus,
-.field.has-addons .control .input.is-focused,
-.field.has-addons .control .input:active,
-.field.has-addons .control .input.is-active,
-.field.has-addons .control .select select:focus,
-.field.has-addons .control .select select.is-focused,
-.field.has-addons .control .select select:active,
-.field.has-addons .control .select select.is-active {
+.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;
}
-.field.has-addons .control .button:focus:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control .button.is-active:hover,
-.field.has-addons .control .input:focus:hover,
-.field.has-addons .control .input.is-focused:hover,
-.field.has-addons .control .input:active:hover,
-.field.has-addons .control .input.is-active:hover,
-.field.has-addons .control .select select:focus:hover,
-.field.has-addons .control .select select.is-focused:hover,
-.field.has-addons .control .select select:active:hover,
-.field.has-addons .control .select select.is-active:hover {
+.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;
}
.field.has-addons .control.is-expanded {
flex-grow: 1;
+ flex-shrink: 1;
}
.field.has-addons.has-addons-centered {
@@ -4170,57 +4417,17 @@ a.box:active {
}
.control {
+ box-sizing: border-box;
+ clear: both;
font-size: 1rem;
position: relative;
- text-align: left;
-}
-
-.control.has-icon .icon {
- color: #dbdbdb;
- height: 2.25em;
- pointer-events: none;
- position: absolute;
- top: 0;
- width: 2.25em;
- z-index: 4;
-}
-
-.control.has-icon .input:focus + .icon {
- color: #7a7a7a;
-}
-
-.control.has-icon .input.is-small + .icon {
- font-size: 0.75rem;
-}
-
-.control.has-icon .input.is-medium + .icon {
- font-size: 1.25rem;
-}
-
-.control.has-icon .input.is-large + .icon {
- font-size: 1.5rem;
-}
-
-.control.has-icon:not(.has-icon-right) .icon {
- left: 0;
-}
-
-.control.has-icon:not(.has-icon-right) .input {
- padding-left: 2.25em;
-}
-
-.control.has-icon.has-icon-right .icon {
- right: 0;
-}
-
-.control.has-icon.has-icon-right .input {
- padding-right: 2.25em;
+ text-align: inherit;
}
.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: #7a7a7a;
+ color: #4a4a4a;
}
.control.has-icons-left .input.is-small ~ .icon,
@@ -4243,17 +4450,17 @@ a.box:active {
.control.has-icons-left .icon, .control.has-icons-right .icon {
color: #dbdbdb;
- height: 2.25em;
+ height: 2.5em;
pointer-events: none;
position: absolute;
top: 0;
- width: 2.25em;
+ width: 2.5em;
z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
- padding-left: 2.25em;
+ padding-left: 2.5em;
}
.control.has-icons-left .icon.is-left {
@@ -4262,7 +4469,7 @@ a.box:active {
.control.has-icons-right .input,
.control.has-icons-right .select select {
- padding-right: 2.25em;
+ padding-right: 2.5em;
}
.control.has-icons-right .icon.is-right {
@@ -4288,921 +4495,6 @@ a.box:active {
font-size: 1.5rem;
}
-.icon {
- align-items: center;
- display: inline-flex;
- justify-content: center;
- height: 1.5rem;
- width: 1.5rem;
-}
-
-.icon.is-small {
- height: 1rem;
- width: 1rem;
-}
-
-.icon.is-medium {
- height: 2rem;
- width: 2rem;
-}
-
-.icon.is-large {
- height: 3rem;
- width: 3rem;
-}
-
-.image {
- display: block;
- position: relative;
-}
-
-.image img {
- display: block;
- height: auto;
- width: 100%;
-}
-
-.image img.is-rounded {
- border-radius: 290486px;
-}
-
-.image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img {
- height: 100%;
- width: 100%;
-}
-
-.image.is-square, .image.is-1by1 {
- padding-top: 100%;
-}
-
-.image.is-5by4 {
- padding-top: 80%;
-}
-
-.image.is-4by3 {
- padding-top: 75%;
-}
-
-.image.is-3by2 {
- padding-top: 66.6666%;
-}
-
-.image.is-5by3 {
- padding-top: 60%;
-}
-
-.image.is-16by9 {
- padding-top: 56.25%;
-}
-
-.image.is-2by1 {
- padding-top: 50%;
-}
-
-.image.is-3by1 {
- padding-top: 33.3333%;
-}
-
-.image.is-4by5 {
- padding-top: 125%;
-}
-
-.image.is-3by4 {
- padding-top: 133.3333%;
-}
-
-.image.is-2by3 {
- padding-top: 150%;
-}
-
-.image.is-3by5 {
- padding-top: 166.6666%;
-}
-
-.image.is-9by16 {
- padding-top: 177.7777%;
-}
-
-.image.is-1by2 {
- padding-top: 200%;
-}
-
-.image.is-1by3 {
- padding-top: 300%;
-}
-
-.image.is-16x16 {
- height: 16px;
- width: 16px;
-}
-
-.image.is-24x24 {
- height: 24px;
- width: 24px;
-}
-
-.image.is-32x32 {
- height: 32px;
- width: 32px;
-}
-
-.image.is-48x48 {
- height: 48px;
- width: 48px;
-}
-
-.image.is-64x64 {
- height: 64px;
- width: 64px;
-}
-
-.image.is-96x96 {
- height: 96px;
- width: 96px;
-}
-
-.image.is-128x128 {
- height: 128px;
- width: 128px;
-}
-
-.notification {
- background-color: whitesmoke;
- border-radius: 4px;
- padding: 1.25rem 2.5rem 1.25rem 1.5rem;
- position: relative;
-}
-
-.notification a:not(.button) {
- color: currentColor;
- text-decoration: underline;
-}
-
-.notification strong {
- color: currentColor;
-}
-
-.notification code,
-.notification pre {
- background: white;
-}
-
-.notification pre code {
- background: transparent;
-}
-
-.notification > .delete {
- position: absolute;
- right: 0.5rem;
- top: 0.5rem;
-}
-
-.notification .title,
-.notification .subtitle,
-.notification .content {
- color: currentColor;
-}
-
-.notification.is-white {
- background-color: white;
- color: #0a0a0a;
-}
-
-.notification.is-black {
- background-color: #0a0a0a;
- color: white;
-}
-
-.notification.is-light {
- background-color: whitesmoke;
- color: #363636;
-}
-
-.notification.is-dark {
- background-color: #363636;
- color: whitesmoke;
-}
-
-.notification.is-primary {
- background-color: #00d1b2;
- color: #fff;
-}
-
-.notification.is-link {
- background-color: #3273dc;
- color: #fff;
-}
-
-.notification.is-info {
- background-color: #209cee;
- color: #fff;
-}
-
-.notification.is-success {
- background-color: #23d160;
- color: #fff;
-}
-
-.notification.is-warning {
- background-color: #ffdd57;
- color: rgba(0, 0, 0, 0.7);
-}
-
-.notification.is-danger {
- background-color: #ff3860;
- color: #fff;
-}
-
-.progress {
- -moz-appearance: none;
- -webkit-appearance: none;
- border: none;
- border-radius: 290486px;
- display: block;
- height: 1rem;
- overflow: hidden;
- padding: 0;
- width: 100%;
-}
-
-.progress::-webkit-progress-bar {
- background-color: #dbdbdb;
-}
-
-.progress::-webkit-progress-value {
- background-color: #4a4a4a;
-}
-
-.progress::-moz-progress-bar {
- background-color: #4a4a4a;
-}
-
-.progress::-ms-fill {
- background-color: #4a4a4a;
- border: none;
-}
-
-.progress.is-white::-webkit-progress-value {
- background-color: white;
-}
-
-.progress.is-white::-moz-progress-bar {
- background-color: white;
-}
-
-.progress.is-white::-ms-fill {
- background-color: white;
-}
-
-.progress.is-black::-webkit-progress-value {
- background-color: #0a0a0a;
-}
-
-.progress.is-black::-moz-progress-bar {
- background-color: #0a0a0a;
-}
-
-.progress.is-black::-ms-fill {
- background-color: #0a0a0a;
-}
-
-.progress.is-light::-webkit-progress-value {
- background-color: whitesmoke;
-}
-
-.progress.is-light::-moz-progress-bar {
- background-color: whitesmoke;
-}
-
-.progress.is-light::-ms-fill {
- background-color: whitesmoke;
-}
-
-.progress.is-dark::-webkit-progress-value {
- background-color: #363636;
-}
-
-.progress.is-dark::-moz-progress-bar {
- background-color: #363636;
-}
-
-.progress.is-dark::-ms-fill {
- background-color: #363636;
-}
-
-.progress.is-primary::-webkit-progress-value {
- background-color: #00d1b2;
-}
-
-.progress.is-primary::-moz-progress-bar {
- background-color: #00d1b2;
-}
-
-.progress.is-primary::-ms-fill {
- background-color: #00d1b2;
-}
-
-.progress.is-link::-webkit-progress-value {
- background-color: #3273dc;
-}
-
-.progress.is-link::-moz-progress-bar {
- background-color: #3273dc;
-}
-
-.progress.is-link::-ms-fill {
- background-color: #3273dc;
-}
-
-.progress.is-info::-webkit-progress-value {
- background-color: #209cee;
-}
-
-.progress.is-info::-moz-progress-bar {
- background-color: #209cee;
-}
-
-.progress.is-info::-ms-fill {
- background-color: #209cee;
-}
-
-.progress.is-success::-webkit-progress-value {
- background-color: #23d160;
-}
-
-.progress.is-success::-moz-progress-bar {
- background-color: #23d160;
-}
-
-.progress.is-success::-ms-fill {
- background-color: #23d160;
-}
-
-.progress.is-warning::-webkit-progress-value {
- background-color: #ffdd57;
-}
-
-.progress.is-warning::-moz-progress-bar {
- background-color: #ffdd57;
-}
-
-.progress.is-warning::-ms-fill {
- background-color: #ffdd57;
-}
-
-.progress.is-danger::-webkit-progress-value {
- background-color: #ff3860;
-}
-
-.progress.is-danger::-moz-progress-bar {
- background-color: #ff3860;
-}
-
-.progress.is-danger::-ms-fill {
- background-color: #ff3860;
-}
-
-.progress.is-small {
- height: 0.75rem;
-}
-
-.progress.is-medium {
- height: 1.25rem;
-}
-
-.progress.is-large {
- height: 1.5rem;
-}
-
-.table {
- background-color: white;
- color: #363636;
-}
-
-.table td,
-.table th {
- border: 1px solid #dbdbdb;
- border-width: 0 0 1px;
- padding: 0.5em 0.75em;
- vertical-align: top;
-}
-
-.table td.is-white,
-.table th.is-white {
- background-color: white;
- border-color: white;
- color: #0a0a0a;
-}
-
-.table td.is-black,
-.table th.is-black {
- background-color: #0a0a0a;
- border-color: #0a0a0a;
- color: white;
-}
-
-.table td.is-light,
-.table th.is-light {
- background-color: whitesmoke;
- border-color: whitesmoke;
- color: #363636;
-}
-
-.table td.is-dark,
-.table th.is-dark {
- background-color: #363636;
- border-color: #363636;
- color: whitesmoke;
-}
-
-.table td.is-primary,
-.table th.is-primary {
- background-color: #00d1b2;
- border-color: #00d1b2;
- color: #fff;
-}
-
-.table td.is-link,
-.table th.is-link {
- background-color: #3273dc;
- border-color: #3273dc;
- color: #fff;
-}
-
-.table td.is-info,
-.table th.is-info {
- background-color: #209cee;
- border-color: #209cee;
- color: #fff;
-}
-
-.table td.is-success,
-.table th.is-success {
- background-color: #23d160;
- border-color: #23d160;
- color: #fff;
-}
-
-.table td.is-warning,
-.table th.is-warning {
- background-color: #ffdd57;
- border-color: #ffdd57;
- color: rgba(0, 0, 0, 0.7);
-}
-
-.table td.is-danger,
-.table th.is-danger {
- background-color: #ff3860;
- border-color: #ff3860;
- color: #fff;
-}
-
-.table td.is-narrow,
-.table th.is-narrow {
- white-space: nowrap;
- width: 1%;
-}
-
-.table td.is-selected,
-.table th.is-selected {
- background-color: #00d1b2;
- color: #fff;
-}
-
-.table td.is-selected a,
-.table td.is-selected strong,
-.table th.is-selected a,
-.table th.is-selected strong {
- color: currentColor;
-}
-
-.table th {
- color: #363636;
- text-align: left;
-}
-
-.table tr.is-selected {
- background-color: #00d1b2;
- color: #fff;
-}
-
-.table tr.is-selected a,
-.table tr.is-selected strong {
- color: currentColor;
-}
-
-.table tr.is-selected td,
-.table tr.is-selected th {
- border-color: #fff;
- color: currentColor;
-}
-
-.table thead td,
-.table thead th {
- border-width: 0 0 2px;
- color: #363636;
-}
-
-.table tfoot td,
-.table tfoot th {
- border-width: 2px 0 0;
- color: #363636;
-}
-
-.table tbody tr:last-child td,
-.table tbody tr:last-child th {
- border-bottom-width: 0;
-}
-
-.table.is-bordered td,
-.table.is-bordered th {
- border-width: 1px;
-}
-
-.table.is-bordered tr:last-child td,
-.table.is-bordered tr:last-child th {
- border-bottom-width: 1px;
-}
-
-.table.is-fullwidth {
- width: 100%;
-}
-
-.table.is-hoverable tbody tr:not(.is-selected):hover {
- background-color: #fafafa;
-}
-
-.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
- background-color: whitesmoke;
-}
-
-.table.is-narrow td,
-.table.is-narrow th {
- padding: 0.25em 0.5em;
-}
-
-.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
- background-color: #fafafa;
-}
-
-.table-container {
- -webkit-overflow-scrolling: touch;
- overflow: auto;
- overflow-y: hidden;
- max-width: 100%;
-}
-
-.tags {
- align-items: center;
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start;
-}
-
-.tags .tag {
- margin-bottom: 0.5rem;
-}
-
-.tags .tag:not(:last-child) {
- margin-right: 0.5rem;
-}
-
-.tags:last-child {
- margin-bottom: -0.5rem;
-}
-
-.tags:not(:last-child) {
- margin-bottom: 1rem;
-}
-
-.tags.has-addons .tag {
- margin-right: 0;
-}
-
-.tags.has-addons .tag:not(:first-child) {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-.tags.has-addons .tag:not(:last-child) {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-
-.tags.is-centered {
- justify-content: center;
-}
-
-.tags.is-centered .tag {
- margin-right: 0.25rem;
- margin-left: 0.25rem;
-}
-
-.tags.is-right {
- justify-content: flex-end;
-}
-
-.tags.is-right .tag:not(:first-child) {
- margin-left: 0.5rem;
-}
-
-.tags.is-right .tag:not(:last-child) {
- margin-right: 0;
-}
-
-.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;
-}
-
-.tag:not(body) .delete {
- margin-left: 0.25rem;
- margin-right: -0.375rem;
-}
-
-.tag:not(body).is-white {
- background-color: white;
- color: #0a0a0a;
-}
-
-.tag:not(body).is-black {
- background-color: #0a0a0a;
- color: white;
-}
-
-.tag:not(body).is-light {
- background-color: whitesmoke;
- color: #363636;
-}
-
-.tag:not(body).is-dark {
- background-color: #363636;
- color: whitesmoke;
-}
-
-.tag:not(body).is-primary {
- background-color: #00d1b2;
- color: #fff;
-}
-
-.tag:not(body).is-link {
- background-color: #3273dc;
- color: #fff;
-}
-
-.tag:not(body).is-info {
- background-color: #209cee;
- color: #fff;
-}
-
-.tag:not(body).is-success {
- background-color: #23d160;
- color: #fff;
-}
-
-.tag:not(body).is-warning {
- background-color: #ffdd57;
- color: rgba(0, 0, 0, 0.7);
-}
-
-.tag:not(body).is-danger {
- background-color: #ff3860;
- color: #fff;
-}
-
-.tag:not(body).is-medium {
- font-size: 1rem;
-}
-
-.tag:not(body).is-large {
- font-size: 1.25rem;
-}
-
-.tag:not(body) .icon:first-child:not(:last-child) {
- margin-left: -0.375em;
- margin-right: 0.1875em;
-}
-
-.tag:not(body) .icon:last-child:not(:first-child) {
- margin-left: 0.1875em;
- margin-right: -0.375em;
-}
-
-.tag:not(body) .icon:first-child:last-child {
- margin-left: -0.375em;
- margin-right: -0.375em;
-}
-
-.tag:not(body).is-delete {
- margin-left: 1px;
- padding: 0;
- position: relative;
- width: 2em;
-}
-
-.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
- background-color: currentColor;
- content: "";
- display: block;
- left: 50%;
- position: absolute;
- top: 50%;
- -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
- transform: translateX(-50%) translateY(-50%) rotate(45deg);
- -webkit-transform-origin: center center;
- transform-origin: center center;
-}
-
-.tag:not(body).is-delete::before {
- height: 1px;
- width: 50%;
-}
-
-.tag:not(body).is-delete::after {
- height: 50%;
- width: 1px;
-}
-
-.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
- background-color: #e8e8e8;
-}
-
-.tag:not(body).is-delete:active {
- background-color: #dbdbdb;
-}
-
-.tag:not(body).is-rounded {
- border-radius: 290486px;
-}
-
-a.tag:hover {
- text-decoration: underline;
-}
-
-.title,
-.subtitle {
- word-break: break-word;
-}
-
-.title em,
-.title span,
-.subtitle em,
-.subtitle span {
- font-weight: inherit;
-}
-
-.title sub,
-.subtitle sub {
- font-size: 0.75em;
-}
-
-.title sup,
-.subtitle sup {
- font-size: 0.75em;
-}
-
-.title .tag,
-.subtitle .tag {
- vertical-align: middle;
-}
-
-.title {
- color: #363636;
- font-size: 2rem;
- font-weight: 600;
- line-height: 1.125;
-}
-
-.title strong {
- color: inherit;
- font-weight: inherit;
-}
-
-.title + .highlight {
- margin-top: -0.75rem;
-}
-
-.title:not(.is-spaced) + .subtitle {
- margin-top: -1.25rem;
-}
-
-.title.is-1 {
- font-size: 3rem;
-}
-
-.title.is-2 {
- font-size: 2.5rem;
-}
-
-.title.is-3 {
- font-size: 2rem;
-}
-
-.title.is-4 {
- font-size: 1.5rem;
-}
-
-.title.is-5 {
- font-size: 1.25rem;
-}
-
-.title.is-6 {
- font-size: 1rem;
-}
-
-.title.is-7 {
- font-size: 0.75rem;
-}
-
-.subtitle {
- color: #4a4a4a;
- font-size: 1.25rem;
- font-weight: 400;
- line-height: 1.25;
-}
-
-.subtitle strong {
- color: #363636;
- font-weight: 600;
-}
-
-.subtitle:not(.is-spaced) + .title {
- margin-top: -1.25rem;
-}
-
-.subtitle.is-1 {
- font-size: 3rem;
-}
-
-.subtitle.is-2 {
- font-size: 2.5rem;
-}
-
-.subtitle.is-3 {
- font-size: 2rem;
-}
-
-.subtitle.is-4 {
- font-size: 1.5rem;
-}
-
-.subtitle.is-5 {
- font-size: 1.25rem;
-}
-
-.subtitle.is-6 {
- font-size: 1rem;
-}
-
-.subtitle.is-7 {
- font-size: 0.75rem;
-}
-
-.heading {
- display: block;
- font-size: 11px;
- letter-spacing: 1px;
- margin-bottom: 5px;
- text-transform: uppercase;
-}
-
-.highlight {
- font-weight: 400;
- max-width: 100%;
- overflow: hidden;
- padding: 0;
-}
-
-.highlight pre {
- overflow: auto;
- max-width: 100%;
-}
-
-.number {
- align-items: center;
- background-color: whitesmoke;
- border-radius: 290486px;
- 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;
-}
-
.breadcrumb {
font-size: 1rem;
white-space: nowrap;
@@ -5296,16 +4588,16 @@ a.tag:hover {
.card {
background-color: white;
- box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
+ box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
color: #4a4a4a;
max-width: 100%;
position: relative;
}
.card-header {
- background-color: none;
+ background-color: transparent;
align-items: stretch;
- box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
+ box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
display: flex;
}
@@ -5315,7 +4607,7 @@ a.tag:hover {
display: flex;
flex-grow: 1;
font-weight: 700;
- padding: 0.75rem;
+ padding: 0.75rem 1rem;
}
.card-header-title.is-centered {
@@ -5327,7 +4619,7 @@ a.tag:hover {
cursor: pointer;
display: flex;
justify-content: center;
- padding: 0.75rem;
+ padding: 0.75rem 1rem;
}
.card-image {
@@ -5336,13 +4628,13 @@ a.tag:hover {
}
.card-content {
- background-color: none;
+ background-color: transparent;
padding: 1.5rem;
}
.card-footer {
- background-color: none;
- border-top: 1px solid #dbdbdb;
+ background-color: transparent;
+ border-top: 1px solid #ededed;
align-items: stretch;
display: flex;
}
@@ -5358,11 +4650,11 @@ a.tag:hover {
}
.card-footer-item:not(:last-child) {
- border-right: 1px solid #dbdbdb;
+ border-right: 1px solid #ededed;
}
.card .media:not(:last-child) {
- margin-bottom: 0.75rem;
+ margin-bottom: 1.5rem;
}
.dropdown {
@@ -5400,7 +4692,7 @@ a.tag:hover {
.dropdown-content {
background-color: white;
border-radius: 4px;
- box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
+ 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;
}
@@ -5414,23 +4706,28 @@ a.tag:hover {
position: relative;
}
-a.dropdown-item {
+a.dropdown-item,
+button.dropdown-item {
padding-right: 3rem;
+ text-align: inherit;
white-space: nowrap;
+ width: 100%;
}
-a.dropdown-item:hover {
+a.dropdown-item:hover,
+button.dropdown-item:hover {
background-color: whitesmoke;
color: #0a0a0a;
}
-a.dropdown-item.is-active {
+a.dropdown-item.is-active,
+button.dropdown-item.is-active {
background-color: #3273dc;
color: #fff;
}
.dropdown-divider {
- background-color: #dbdbdb;
+ background-color: #ededed;
border: none;
display: block;
height: 1px;
@@ -5464,12 +4761,9 @@ a.dropdown-item.is-active {
margin-top: 0;
}
-.level.is-mobile .level-item {
- margin-right: 0.75rem;
-}
-
.level.is-mobile .level-item:not(:last-child) {
margin-bottom: 0;
+ margin-right: 0.75rem;
}
.level.is-mobile .level-item:not(.is-narrow) {
@@ -5555,7 +4849,7 @@ a.dropdown-item.is-active {
.media {
align-items: flex-start;
display: flex;
- text-align: left;
+ text-align: inherit;
}
.media .content:not(:last-child) {
@@ -5611,7 +4905,13 @@ a.dropdown-item.is-active {
flex-basis: auto;
flex-grow: 1;
flex-shrink: 1;
- text-align: left;
+ text-align: inherit;
+}
+
+@media screen and (max-width: 768px) {
+ .media-content {
+ overflow-x: auto;
+ }
}
.menu {
@@ -5682,7 +4982,7 @@ a.dropdown-item.is-active {
color: currentColor;
}
-.message a:not(.button):not(.tag) {
+.message a:not(.button):not(.tag):not(.dropdown-item) {
color: currentColor;
text-decoration: underline;
}
@@ -5710,7 +5010,6 @@ a.dropdown-item.is-active {
.message.is-white .message-body {
border-color: white;
- color: #4d4d4d;
}
.message.is-black {
@@ -5724,7 +5023,6 @@ a.dropdown-item.is-active {
.message.is-black .message-body {
border-color: #0a0a0a;
- color: #090909;
}
.message.is-light {
@@ -5733,12 +5031,11 @@ a.dropdown-item.is-active {
.message.is-light .message-header {
background-color: whitesmoke;
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
.message.is-light .message-body {
border-color: whitesmoke;
- color: #505050;
}
.message.is-dark {
@@ -5747,16 +5044,15 @@ a.dropdown-item.is-active {
.message.is-dark .message-header {
background-color: #363636;
- color: whitesmoke;
+ color: #fff;
}
.message.is-dark .message-body {
border-color: #363636;
- color: #2a2a2a;
}
.message.is-primary {
- background-color: #f5fffd;
+ background-color: #ebfffc;
}
.message.is-primary .message-header {
@@ -5766,11 +5062,11 @@ a.dropdown-item.is-active {
.message.is-primary .message-body {
border-color: #00d1b2;
- color: #021310;
+ color: #00947e;
}
.message.is-link {
- background-color: #f6f9fe;
+ background-color: #eef3fc;
}
.message.is-link .message-header {
@@ -5780,39 +5076,39 @@ a.dropdown-item.is-active {
.message.is-link .message-body {
border-color: #3273dc;
- color: #22509a;
+ color: #2160c4;
}
.message.is-info {
- background-color: #f6fbfe;
+ background-color: #eef6fc;
}
.message.is-info .message-header {
- background-color: #209cee;
+ background-color: #3298dc;
color: #fff;
}
.message.is-info .message-body {
- border-color: #209cee;
- color: #12537e;
+ border-color: #3298dc;
+ color: #1d72aa;
}
.message.is-success {
- background-color: #f6fef9;
+ background-color: #effaf3;
}
.message.is-success .message-header {
- background-color: #23d160;
+ background-color: #48c774;
color: #fff;
}
.message.is-success .message-body {
- border-color: #23d160;
- color: #0e301a;
+ border-color: #48c774;
+ color: #257942;
}
.message.is-warning {
- background-color: #fffdf5;
+ background-color: #fffbeb;
}
.message.is-warning .message-header {
@@ -5822,21 +5118,21 @@ a.dropdown-item.is-active {
.message.is-warning .message-body {
border-color: #ffdd57;
- color: #3b3108;
+ color: #947600;
}
.message.is-danger {
- background-color: #fff5f7;
+ background-color: #feecf0;
}
.message.is-danger .message-header {
- background-color: #ff3860;
+ background-color: #f14668;
color: #fff;
}
.message.is-danger .message-body {
- border-color: #ff3860;
- color: #cd0930;
+ border-color: #f14668;
+ color: #cc0f35;
}
.message-header {
@@ -5885,6 +5181,7 @@ a.dropdown-item.is-active {
.modal {
align-items: center;
display: none;
+ flex-direction: column;
justify-content: center;
overflow: hidden;
position: fixed;
@@ -5931,6 +5228,7 @@ a.dropdown-item.is-active {
flex-direction: column;
max-height: calc(100vh - 40px);
overflow: hidden;
+ -ms-overflow-y: visible;
}
.modal-card-head,
@@ -5965,7 +5263,7 @@ a.dropdown-item.is-active {
}
.modal-card-foot .button:not(:last-child) {
- margin-right: 10px;
+ margin-right: 0.5em;
}
.modal-card-body {
@@ -5994,7 +5292,8 @@ a.dropdown-item.is-active {
color: #0a0a0a;
}
-.navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
+.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
+.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
background-color: #f2f2f2;
@@ -6005,18 +5304,25 @@ a.dropdown-item.is-active {
border-color: #0a0a0a;
}
-@media screen and (min-width: 1088px) {
+.navbar.is-white .navbar-burger {
+ color: #0a0a0a;
+}
+
+@media screen and (min-width: 1024px) {
.navbar.is-white .navbar-start > .navbar-item,
.navbar.is-white .navbar-start .navbar-link,
.navbar.is-white .navbar-end > .navbar-item,
.navbar.is-white .navbar-end .navbar-link {
color: #0a0a0a;
}
- .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
+ .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
+ .navbar.is-white .navbar-start .navbar-link:focus,
.navbar.is-white .navbar-start .navbar-link:hover,
.navbar.is-white .navbar-start .navbar-link.is-active,
+ .navbar.is-white .navbar-end > a.navbar-item:focus,
.navbar.is-white .navbar-end > a.navbar-item:hover,
.navbar.is-white .navbar-end > a.navbar-item.is-active,
+ .navbar.is-white .navbar-end .navbar-link:focus,
.navbar.is-white .navbar-end .navbar-link:hover,
.navbar.is-white .navbar-end .navbar-link.is-active {
background-color: #f2f2f2;
@@ -6026,6 +5332,7 @@ a.dropdown-item.is-active {
.navbar.is-white .navbar-end .navbar-link::after {
border-color: #0a0a0a;
}
+ .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
background-color: #f2f2f2;
@@ -6047,7 +5354,8 @@ a.dropdown-item.is-active {
color: white;
}
-.navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
+.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
+.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
background-color: black;
@@ -6058,18 +5366,25 @@ a.dropdown-item.is-active {
border-color: white;
}
-@media screen and (min-width: 1088px) {
+.navbar.is-black .navbar-burger {
+ color: white;
+}
+
+@media screen and (min-width: 1024px) {
.navbar.is-black .navbar-start > .navbar-item,
.navbar.is-black .navbar-start .navbar-link,
.navbar.is-black .navbar-end > .navbar-item,
.navbar.is-black .navbar-end .navbar-link {
color: white;
}
- .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
+ .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
+ .navbar.is-black .navbar-start .navbar-link:focus,
.navbar.is-black .navbar-start .navbar-link:hover,
.navbar.is-black .navbar-start .navbar-link.is-active,
+ .navbar.is-black .navbar-end > a.navbar-item:focus,
.navbar.is-black .navbar-end > a.navbar-item:hover,
.navbar.is-black .navbar-end > a.navbar-item.is-active,
+ .navbar.is-black .navbar-end .navbar-link:focus,
.navbar.is-black .navbar-end .navbar-link:hover,
.navbar.is-black .navbar-end .navbar-link.is-active {
background-color: black;
@@ -6079,6 +5394,7 @@ a.dropdown-item.is-active {
.navbar.is-black .navbar-end .navbar-link::after {
border-color: white;
}
+ .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
background-color: black;
@@ -6092,107 +5408,125 @@ a.dropdown-item.is-active {
.navbar.is-light {
background-color: whitesmoke;
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
-.navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
+.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
+.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
background-color: #e8e8e8;
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
- border-color: #363636;
+ border-color: rgba(0, 0, 0, 0.7);
}
-@media screen and (min-width: 1088px) {
+.navbar.is-light .navbar-burger {
+ color: rgba(0, 0, 0, 0.7);
+}
+
+@media screen and (min-width: 1024px) {
.navbar.is-light .navbar-start > .navbar-item,
.navbar.is-light .navbar-start .navbar-link,
.navbar.is-light .navbar-end > .navbar-item,
.navbar.is-light .navbar-end .navbar-link {
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
- .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
+ .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
+ .navbar.is-light .navbar-start .navbar-link:focus,
.navbar.is-light .navbar-start .navbar-link:hover,
.navbar.is-light .navbar-start .navbar-link.is-active,
+ .navbar.is-light .navbar-end > a.navbar-item:focus,
.navbar.is-light .navbar-end > a.navbar-item:hover,
.navbar.is-light .navbar-end > a.navbar-item.is-active,
+ .navbar.is-light .navbar-end .navbar-link:focus,
.navbar.is-light .navbar-end .navbar-link:hover,
.navbar.is-light .navbar-end .navbar-link.is-active {
background-color: #e8e8e8;
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-start .navbar-link::after,
.navbar.is-light .navbar-end .navbar-link::after {
- border-color: #363636;
+ border-color: rgba(0, 0, 0, 0.7);
}
+ .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
background-color: #e8e8e8;
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-dropdown a.navbar-item.is-active {
background-color: whitesmoke;
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
}
.navbar.is-dark {
background-color: #363636;
- color: whitesmoke;
+ color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
- color: whitesmoke;
+ color: #fff;
}
-.navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
+.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
+.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
background-color: #292929;
- color: whitesmoke;
+ color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
- border-color: whitesmoke;
+ border-color: #fff;
+}
+
+.navbar.is-dark .navbar-burger {
+ color: #fff;
}
-@media screen and (min-width: 1088px) {
+@media screen and (min-width: 1024px) {
.navbar.is-dark .navbar-start > .navbar-item,
.navbar.is-dark .navbar-start .navbar-link,
.navbar.is-dark .navbar-end > .navbar-item,
.navbar.is-dark .navbar-end .navbar-link {
- color: whitesmoke;
+ color: #fff;
}
- .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
+ .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
+ .navbar.is-dark .navbar-start .navbar-link:focus,
.navbar.is-dark .navbar-start .navbar-link:hover,
.navbar.is-dark .navbar-start .navbar-link.is-active,
+ .navbar.is-dark .navbar-end > a.navbar-item:focus,
.navbar.is-dark .navbar-end > a.navbar-item:hover,
.navbar.is-dark .navbar-end > a.navbar-item.is-active,
+ .navbar.is-dark .navbar-end .navbar-link:focus,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active {
background-color: #292929;
- color: whitesmoke;
+ color: #fff;
}
.navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
- border-color: whitesmoke;
+ border-color: #fff;
}
+ .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
background-color: #292929;
- color: whitesmoke;
+ color: #fff;
}
.navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
background-color: #363636;
- color: whitesmoke;
+ color: #fff;
}
}
@@ -6206,7 +5540,8 @@ a.dropdown-item.is-active {
color: #fff;
}
-.navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
+.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
+.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
background-color: #00b89c;
@@ -6217,18 +5552,25 @@ a.dropdown-item.is-active {
border-color: #fff;
}
-@media screen and (min-width: 1088px) {
+.navbar.is-primary .navbar-burger {
+ color: #fff;
+}
+
+@media screen and (min-width: 1024px) {
.navbar.is-primary .navbar-start > .navbar-item,
.navbar.is-primary .navbar-start .navbar-link,
.navbar.is-primary .navbar-end > .navbar-item,
.navbar.is-primary .navbar-end .navbar-link {
color: #fff;
}
- .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
+ .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
+ .navbar.is-primary .navbar-start .navbar-link:focus,
.navbar.is-primary .navbar-start .navbar-link:hover,
.navbar.is-primary .navbar-start .navbar-link.is-active,
+ .navbar.is-primary .navbar-end > a.navbar-item:focus,
.navbar.is-primary .navbar-end > a.navbar-item:hover,
.navbar.is-primary .navbar-end > a.navbar-item.is-active,
+ .navbar.is-primary .navbar-end .navbar-link:focus,
.navbar.is-primary .navbar-end .navbar-link:hover,
.navbar.is-primary .navbar-end .navbar-link.is-active {
background-color: #00b89c;
@@ -6238,6 +5580,7 @@ a.dropdown-item.is-active {
.navbar.is-primary .navbar-end .navbar-link::after {
border-color: #fff;
}
+ .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
background-color: #00b89c;
@@ -6259,7 +5602,8 @@ a.dropdown-item.is-active {
color: #fff;
}
-.navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
+.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
+.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
background-color: #2366d1;
@@ -6270,18 +5614,25 @@ a.dropdown-item.is-active {
border-color: #fff;
}
-@media screen and (min-width: 1088px) {
+.navbar.is-link .navbar-burger {
+ color: #fff;
+}
+
+@media screen and (min-width: 1024px) {
.navbar.is-link .navbar-start > .navbar-item,
.navbar.is-link .navbar-start .navbar-link,
.navbar.is-link .navbar-end > .navbar-item,
.navbar.is-link .navbar-end .navbar-link {
color: #fff;
}
- .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
+ .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
+ .navbar.is-link .navbar-start .navbar-link:focus,
.navbar.is-link .navbar-start .navbar-link:hover,
.navbar.is-link .navbar-start .navbar-link.is-active,
+ .navbar.is-link .navbar-end > a.navbar-item:focus,
.navbar.is-link .navbar-end > a.navbar-item:hover,
.navbar.is-link .navbar-end > a.navbar-item.is-active,
+ .navbar.is-link .navbar-end .navbar-link:focus,
.navbar.is-link .navbar-end .navbar-link:hover,
.navbar.is-link .navbar-end .navbar-link.is-active {
background-color: #2366d1;
@@ -6291,6 +5642,7 @@ a.dropdown-item.is-active {
.navbar.is-link .navbar-end .navbar-link::after {
border-color: #fff;
}
+ .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
background-color: #2366d1;
@@ -6303,7 +5655,7 @@ a.dropdown-item.is-active {
}
.navbar.is-info {
- background-color: #209cee;
+ background-color: #3298dc;
color: #fff;
}
@@ -6312,10 +5664,11 @@ a.dropdown-item.is-active {
color: #fff;
}
-.navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
+.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
+.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
- background-color: #118fe4;
+ background-color: #238cd1;
color: #fff;
}
@@ -6323,40 +5676,48 @@ a.dropdown-item.is-active {
border-color: #fff;
}
-@media screen and (min-width: 1088px) {
+.navbar.is-info .navbar-burger {
+ color: #fff;
+}
+
+@media screen and (min-width: 1024px) {
.navbar.is-info .navbar-start > .navbar-item,
.navbar.is-info .navbar-start .navbar-link,
.navbar.is-info .navbar-end > .navbar-item,
.navbar.is-info .navbar-end .navbar-link {
color: #fff;
}
- .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
+ .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
+ .navbar.is-info .navbar-start .navbar-link:focus,
.navbar.is-info .navbar-start .navbar-link:hover,
.navbar.is-info .navbar-start .navbar-link.is-active,
+ .navbar.is-info .navbar-end > a.navbar-item:focus,
.navbar.is-info .navbar-end > a.navbar-item:hover,
.navbar.is-info .navbar-end > a.navbar-item.is-active,
+ .navbar.is-info .navbar-end .navbar-link:focus,
.navbar.is-info .navbar-end .navbar-link:hover,
.navbar.is-info .navbar-end .navbar-link.is-active {
- background-color: #118fe4;
+ background-color: #238cd1;
color: #fff;
}
.navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
border-color: #fff;
}
+ .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
- background-color: #118fe4;
+ background-color: #238cd1;
color: #fff;
}
.navbar.is-info .navbar-dropdown a.navbar-item.is-active {
- background-color: #209cee;
+ background-color: #3298dc;
color: #fff;
}
}
.navbar.is-success {
- background-color: #23d160;
+ background-color: #48c774;
color: #fff;
}
@@ -6365,10 +5726,11 @@ a.dropdown-item.is-active {
color: #fff;
}
-.navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
+.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
+.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
- background-color: #20bc56;
+ background-color: #3abb67;
color: #fff;
}
@@ -6376,34 +5738,42 @@ a.dropdown-item.is-active {
border-color: #fff;
}
-@media screen and (min-width: 1088px) {
+.navbar.is-success .navbar-burger {
+ color: #fff;
+}
+
+@media screen and (min-width: 1024px) {
.navbar.is-success .navbar-start > .navbar-item,
.navbar.is-success .navbar-start .navbar-link,
.navbar.is-success .navbar-end > .navbar-item,
.navbar.is-success .navbar-end .navbar-link {
color: #fff;
}
- .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
+ .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
+ .navbar.is-success .navbar-start .navbar-link:focus,
.navbar.is-success .navbar-start .navbar-link:hover,
.navbar.is-success .navbar-start .navbar-link.is-active,
+ .navbar.is-success .navbar-end > a.navbar-item:focus,
.navbar.is-success .navbar-end > a.navbar-item:hover,
.navbar.is-success .navbar-end > a.navbar-item.is-active,
+ .navbar.is-success .navbar-end .navbar-link:focus,
.navbar.is-success .navbar-end .navbar-link:hover,
.navbar.is-success .navbar-end .navbar-link.is-active {
- background-color: #20bc56;
+ background-color: #3abb67;
color: #fff;
}
.navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
border-color: #fff;
}
+ .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
- background-color: #20bc56;
+ background-color: #3abb67;
color: #fff;
}
.navbar.is-success .navbar-dropdown a.navbar-item.is-active {
- background-color: #23d160;
+ background-color: #48c774;
color: #fff;
}
}
@@ -6418,7 +5788,8 @@ a.dropdown-item.is-active {
color: rgba(0, 0, 0, 0.7);
}
-.navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
+.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
+.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
background-color: #ffd83d;
@@ -6429,18 +5800,25 @@ a.dropdown-item.is-active {
border-color: rgba(0, 0, 0, 0.7);
}
-@media screen and (min-width: 1088px) {
+.navbar.is-warning .navbar-burger {
+ color: rgba(0, 0, 0, 0.7);
+}
+
+@media screen and (min-width: 1024px) {
.navbar.is-warning .navbar-start > .navbar-item,
.navbar.is-warning .navbar-start .navbar-link,
.navbar.is-warning .navbar-end > .navbar-item,
.navbar.is-warning .navbar-end .navbar-link {
color: rgba(0, 0, 0, 0.7);
}
- .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
+ .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
+ .navbar.is-warning .navbar-start .navbar-link:focus,
.navbar.is-warning .navbar-start .navbar-link:hover,
.navbar.is-warning .navbar-start .navbar-link.is-active,
+ .navbar.is-warning .navbar-end > a.navbar-item:focus,
.navbar.is-warning .navbar-end > a.navbar-item:hover,
.navbar.is-warning .navbar-end > a.navbar-item.is-active,
+ .navbar.is-warning .navbar-end .navbar-link:focus,
.navbar.is-warning .navbar-end .navbar-link:hover,
.navbar.is-warning .navbar-end .navbar-link.is-active {
background-color: #ffd83d;
@@ -6450,6 +5828,7 @@ a.dropdown-item.is-active {
.navbar.is-warning .navbar-end .navbar-link::after {
border-color: rgba(0, 0, 0, 0.7);
}
+ .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
background-color: #ffd83d;
@@ -6462,7 +5841,7 @@ a.dropdown-item.is-active {
}
.navbar.is-danger {
- background-color: #ff3860;
+ background-color: #f14668;
color: #fff;
}
@@ -6471,10 +5850,11 @@ a.dropdown-item.is-active {
color: #fff;
}
-.navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
+.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
+.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
- background-color: #ff1f4b;
+ background-color: #ef2e55;
color: #fff;
}
@@ -6482,34 +5862,42 @@ a.dropdown-item.is-active {
border-color: #fff;
}
-@media screen and (min-width: 1088px) {
+.navbar.is-danger .navbar-burger {
+ color: #fff;
+}
+
+@media screen and (min-width: 1024px) {
.navbar.is-danger .navbar-start > .navbar-item,
.navbar.is-danger .navbar-start .navbar-link,
.navbar.is-danger .navbar-end > .navbar-item,
.navbar.is-danger .navbar-end .navbar-link {
color: #fff;
}
- .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
+ .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
+ .navbar.is-danger .navbar-start .navbar-link:focus,
.navbar.is-danger .navbar-start .navbar-link:hover,
.navbar.is-danger .navbar-start .navbar-link.is-active,
+ .navbar.is-danger .navbar-end > a.navbar-item:focus,
.navbar.is-danger .navbar-end > a.navbar-item:hover,
.navbar.is-danger .navbar-end > a.navbar-item.is-active,
+ .navbar.is-danger .navbar-end .navbar-link:focus,
.navbar.is-danger .navbar-end .navbar-link:hover,
.navbar.is-danger .navbar-end .navbar-link.is-active {
- background-color: #ff1f4b;
+ background-color: #ef2e55;
color: #fff;
}
.navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
border-color: #fff;
}
+ .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
- background-color: #ff1f4b;
+ background-color: #ef2e55;
color: #fff;
}
.navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
- background-color: #ff3860;
+ background-color: #f14668;
color: #fff;
}
}
@@ -6562,7 +5950,7 @@ body.has-navbar-fixed-bottom {
min-height: 3.25rem;
}
-.navbar-brand a.navbar-item:hover {
+.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
background-color: transparent;
}
@@ -6574,6 +5962,7 @@ body.has-navbar-fixed-bottom {
}
.navbar-burger {
+ color: #4a4a4a;
cursor: pointer;
display: block;
height: 3.25rem;
@@ -6588,12 +5977,9 @@ body.has-navbar-fixed-bottom {
height: 1px;
left: calc(50% - 8px);
position: absolute;
- -webkit-transform-origin: center;
- transform-origin: center;
+ transform-origin: center;
transition-duration: 86ms;
- transition-property: background-color, opacity, -webkit-transform;
transition-property: background-color, opacity, transform;
- transition-property: background-color, opacity, transform, -webkit-transform;
transition-timing-function: ease-out;
width: 16px;
}
@@ -6615,8 +6001,7 @@ body.has-navbar-fixed-bottom {
}
.navbar-burger.is-active span:nth-child(1) {
- -webkit-transform: translateY(5px) rotate(45deg);
- transform: translateY(5px) rotate(45deg);
+ transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
@@ -6624,8 +6009,7 @@ body.has-navbar-fixed-bottom {
}
.navbar-burger.is-active span:nth-child(3) {
- -webkit-transform: translateY(-5px) rotate(-45deg);
- transform: translateY(-5px) rotate(-45deg);
+ transform: translateY(-5px) rotate(-45deg);
}
.navbar-menu {
@@ -6652,7 +6036,9 @@ a.navbar-item,
cursor: pointer;
}
-a.navbar-item:hover, a.navbar-item.is-active,
+a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
+.navbar-link:focus,
+.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
background-color: #fafafa;
@@ -6660,7 +6046,6 @@ a.navbar-item:hover, a.navbar-item.is-active,
}
.navbar-item {
- display: block;
flex-grow: 0;
flex-shrink: 0;
}
@@ -6684,7 +6069,7 @@ a.navbar-item:hover, a.navbar-item.is-active,
padding-bottom: calc(0.5rem - 1px);
}
-.navbar-item.is-tab:hover {
+.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
background-color: transparent;
border-bottom-color: #3273dc;
}
@@ -6703,11 +6088,11 @@ a.navbar-item:hover, a.navbar-item.is-active,
flex-shrink: 1;
}
-.navbar-link {
+.navbar-link:not(.is-arrowless) {
padding-right: 2.5em;
}
-.navbar-link::after {
+.navbar-link:not(.is-arrowless)::after {
border-color: #3273dc;
margin-top: -0.375em;
right: 1.125em;
@@ -6732,7 +6117,7 @@ a.navbar-item:hover, a.navbar-item.is-active,
margin: 0.5rem 0;
}
-@media screen and (max-width: 1087px) {
+@media screen and (max-width: 1023px) {
.navbar > .container {
display: block;
}
@@ -6782,7 +6167,7 @@ a.navbar-item:hover, a.navbar-item.is-active,
}
}
-@media screen and (min-width: 1088px) {
+@media screen and (min-width: 1024px) {
.navbar,
.navbar-menu,
.navbar-start,
@@ -6804,15 +6189,16 @@ a.navbar-item:hover, a.navbar-item.is-active,
.navbar.is-spaced .navbar-link {
border-radius: 4px;
}
- .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
+ .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
+ .navbar.is-transparent .navbar-link:focus,
.navbar.is-transparent .navbar-link:hover,
.navbar.is-transparent .navbar-link.is-active {
background-color: transparent !important;
}
- .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
+ .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
background-color: transparent !important;
}
- .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
+ .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
background-color: whitesmoke;
color: #0a0a0a;
}
@@ -6828,15 +6214,11 @@ a.navbar-item:hover, a.navbar-item.is-active,
align-items: center;
display: flex;
}
- .navbar-item {
- display: flex;
- }
.navbar-item.has-dropdown {
align-items: stretch;
}
.navbar-item.has-dropdown-up .navbar-link::after {
- -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
- transform: rotate(135deg) translate(0.25em, -0.25em);
+ transform: rotate(135deg) translate(0.25em, -0.25em);
}
.navbar-item.has-dropdown-up .navbar-dropdown {
border-bottom: 2px solid #dbdbdb;
@@ -6846,14 +6228,13 @@ a.navbar-item:hover, a.navbar-item.is-active,
box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
top: auto;
}
- .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
+ .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
display: block;
}
- .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
+ .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
opacity: 1;
pointer-events: auto;
- -webkit-transform: translateY(0);
- transform: translateY(0);
+ transform: translateY(0);
}
.navbar-menu {
flex-grow: 1;
@@ -6888,7 +6269,7 @@ a.navbar-item:hover, a.navbar-item.is-active,
.navbar-dropdown a.navbar-item {
padding-right: 3rem;
}
- .navbar-dropdown a.navbar-item:hover {
+ .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
background-color: whitesmoke;
color: #0a0a0a;
}
@@ -6904,12 +6285,9 @@ a.navbar-item:hover, a.navbar-item.is-active,
opacity: 0;
pointer-events: none;
top: calc(100% + (-4px));
- -webkit-transform: translateY(-5px);
- transform: translateY(-5px);
+ transform: translateY(-5px);
transition-duration: 86ms;
- transition-property: opacity, -webkit-transform;
transition-property: opacity, transform;
- transition-property: opacity, transform, -webkit-transform;
}
.navbar-dropdown.is-right {
left: auto;
@@ -6920,11 +6298,11 @@ a.navbar-item:hover, a.navbar-item.is-active,
}
.navbar > .container .navbar-brand,
.container > .navbar .navbar-brand {
- margin-left: -1rem;
+ margin-left: -0.75rem;
}
.navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
- margin-right: -1rem;
+ margin-right: -0.75rem;
}
.navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
left: 0;
@@ -6961,15 +6339,19 @@ a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link.is-active {
color: #0a0a0a;
}
- a.navbar-item.is-active:not(:hover),
- .navbar-link.is-active:not(:hover) {
+ a.navbar-item.is-active:not(:focus):not(:hover),
+ .navbar-link.is-active:not(:focus):not(:hover) {
background-color: transparent;
}
- .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
+ .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
background-color: #fafafa;
}
}
+.hero.is-fullheight-with-navbar {
+ min-height: calc(100vh - 3.25rem);
+}
+
.pagination {
font-size: 1rem;
margin: -0.25rem;
@@ -7011,10 +6393,10 @@ a.navbar-item:hover, a.navbar-item.is-active,
.pagination-link,
.pagination-ellipsis {
font-size: 1em;
- padding-left: 0.5em;
- padding-right: 0.5em;
justify-content: center;
margin: 0.25rem;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
text-align: center;
}
@@ -7023,7 +6405,7 @@ a.navbar-item:hover, a.navbar-item.is-active,
.pagination-link {
border-color: #dbdbdb;
color: #363636;
- min-width: 2.25em;
+ min-width: 2.5em;
}
.pagination-previous:hover,
@@ -7131,6 +6513,8 @@ a.navbar-item:hover, a.navbar-item.is-active,
}
.panel {
+ border-radius: 6px;
+ box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
font-size: 1rem;
}
@@ -7138,28 +6522,149 @@ a.navbar-item:hover, a.navbar-item.is-active,
margin-bottom: 1.5rem;
}
-.panel-heading,
-.panel-tabs,
-.panel-block {
- border-bottom: 1px solid #dbdbdb;
- border-left: 1px solid #dbdbdb;
- border-right: 1px solid #dbdbdb;
+.panel.is-white .panel-heading {
+ background-color: white;
+ color: #0a0a0a;
}
-.panel-heading:first-child,
-.panel-tabs:first-child,
-.panel-block:first-child {
- border-top: 1px solid #dbdbdb;
+.panel.is-white .panel-tabs a.is-active {
+ border-bottom-color: white;
}
-.panel-heading {
+.panel.is-white .panel-block.is-active .panel-icon {
+ color: white;
+}
+
+.panel.is-black .panel-heading {
+ background-color: #0a0a0a;
+ color: white;
+}
+
+.panel.is-black .panel-tabs a.is-active {
+ border-bottom-color: #0a0a0a;
+}
+
+.panel.is-black .panel-block.is-active .panel-icon {
+ color: #0a0a0a;
+}
+
+.panel.is-light .panel-heading {
background-color: whitesmoke;
- border-radius: 4px 4px 0 0;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.panel.is-light .panel-tabs a.is-active {
+ border-bottom-color: whitesmoke;
+}
+
+.panel.is-light .panel-block.is-active .panel-icon {
+ color: whitesmoke;
+}
+
+.panel.is-dark .panel-heading {
+ background-color: #363636;
+ color: #fff;
+}
+
+.panel.is-dark .panel-tabs a.is-active {
+ border-bottom-color: #363636;
+}
+
+.panel.is-dark .panel-block.is-active .panel-icon {
+ color: #363636;
+}
+
+.panel.is-primary .panel-heading {
+ background-color: #00d1b2;
+ color: #fff;
+}
+
+.panel.is-primary .panel-tabs a.is-active {
+ border-bottom-color: #00d1b2;
+}
+
+.panel.is-primary .panel-block.is-active .panel-icon {
+ color: #00d1b2;
+}
+
+.panel.is-link .panel-heading {
+ background-color: #3273dc;
+ color: #fff;
+}
+
+.panel.is-link .panel-tabs a.is-active {
+ border-bottom-color: #3273dc;
+}
+
+.panel.is-link .panel-block.is-active .panel-icon {
+ color: #3273dc;
+}
+
+.panel.is-info .panel-heading {
+ background-color: #3298dc;
+ color: #fff;
+}
+
+.panel.is-info .panel-tabs a.is-active {
+ border-bottom-color: #3298dc;
+}
+
+.panel.is-info .panel-block.is-active .panel-icon {
+ color: #3298dc;
+}
+
+.panel.is-success .panel-heading {
+ background-color: #48c774;
+ color: #fff;
+}
+
+.panel.is-success .panel-tabs a.is-active {
+ border-bottom-color: #48c774;
+}
+
+.panel.is-success .panel-block.is-active .panel-icon {
+ color: #48c774;
+}
+
+.panel.is-warning .panel-heading {
+ background-color: #ffdd57;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.panel.is-warning .panel-tabs a.is-active {
+ border-bottom-color: #ffdd57;
+}
+
+.panel.is-warning .panel-block.is-active .panel-icon {
+ color: #ffdd57;
+}
+
+.panel.is-danger .panel-heading {
+ background-color: #f14668;
+ color: #fff;
+}
+
+.panel.is-danger .panel-tabs a.is-active {
+ border-bottom-color: #f14668;
+}
+
+.panel.is-danger .panel-block.is-active .panel-icon {
+ color: #f14668;
+}
+
+.panel-tabs:not(:last-child),
+.panel-block:not(:last-child) {
+ border-bottom: 1px solid #ededed;
+}
+
+.panel-heading {
+ background-color: #ededed;
+ border-radius: 6px 6px 0 0;
color: #363636;
font-size: 1.25em;
- font-weight: 300;
+ font-weight: 700;
line-height: 1.25;
- padding: 0.5em 0.75em;
+ padding: 0.75em 1em;
}
.panel-tabs {
@@ -7219,6 +6724,11 @@ a.navbar-item:hover, a.navbar-item.is-active,
color: #3273dc;
}
+.panel-block:last-child {
+ border-bottom-left-radius: 6px;
+ border-bottom-right-radius: 6px;
+}
+
a.panel-block,
label.panel-block {
cursor: pointer;
@@ -7367,11 +6877,13 @@ label.panel-block:hover {
}
.tabs.is-toggle li:first-child a {
- border-radius: 4px 0 0 4px;
+ border-top-left-radius: 4px;
+ border-bottom-left-radius: 4px;
}
.tabs.is-toggle li:last-child a {
- border-radius: 0 4px 4px 0;
+ border-top-right-radius: 4px;
+ border-bottom-right-radius: 4px;
}
.tabs.is-toggle li.is-active a {
@@ -7507,6 +7019,15 @@ label.panel-block:hover {
margin-left: 80%;
}
+.columns.is-mobile > .column.is-0 {
+ flex: none;
+ width: 0%;
+}
+
+.columns.is-mobile > .column.is-offset-0 {
+ margin-left: 0%;
+}
+
.columns.is-mobile > .column.is-1 {
flex: none;
width: 8.33333%;
@@ -7686,6 +7207,13 @@ label.panel-block:hover {
.column.is-offset-four-fifths-mobile {
margin-left: 80%;
}
+ .column.is-0-mobile {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0-mobile {
+ margin-left: 0%;
+ }
.column.is-1-mobile {
flex: none;
width: 8.33333%;
@@ -7843,6 +7371,13 @@ label.panel-block:hover {
.column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
margin-left: 80%;
}
+ .column.is-0, .column.is-0-tablet {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0, .column.is-offset-0-tablet {
+ margin-left: 0%;
+ }
.column.is-1, .column.is-1-tablet {
flex: none;
width: 8.33333%;
@@ -7929,7 +7464,7 @@ label.panel-block:hover {
}
}
-@media screen and (max-width: 1087px) {
+@media screen and (max-width: 1023px) {
.column.is-narrow-touch {
flex: none;
}
@@ -8000,6 +7535,13 @@ label.panel-block:hover {
.column.is-offset-four-fifths-touch {
margin-left: 80%;
}
+ .column.is-0-touch {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0-touch {
+ margin-left: 0%;
+ }
.column.is-1-touch {
flex: none;
width: 8.33333%;
@@ -8086,7 +7628,7 @@ label.panel-block:hover {
}
}
-@media screen and (min-width: 1088px) {
+@media screen and (min-width: 1024px) {
.column.is-narrow-desktop {
flex: none;
}
@@ -8157,6 +7699,13 @@ label.panel-block:hover {
.column.is-offset-four-fifths-desktop {
margin-left: 80%;
}
+ .column.is-0-desktop {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0-desktop {
+ margin-left: 0%;
+ }
.column.is-1-desktop {
flex: none;
width: 8.33333%;
@@ -8243,7 +7792,7 @@ label.panel-block:hover {
}
}
-@media screen and (min-width: 1280px) {
+@media screen and (min-width: 1216px) {
.column.is-narrow-widescreen {
flex: none;
}
@@ -8314,6 +7863,13 @@ label.panel-block:hover {
.column.is-offset-four-fifths-widescreen {
margin-left: 80%;
}
+ .column.is-0-widescreen {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0-widescreen {
+ margin-left: 0%;
+ }
.column.is-1-widescreen {
flex: none;
width: 8.33333%;
@@ -8400,7 +7956,7 @@ label.panel-block:hover {
}
}
-@media screen and (min-width: 1472px) {
+@media screen and (min-width: 1408px) {
.column.is-narrow-fullhd {
flex: none;
}
@@ -8471,6 +8027,13 @@ label.panel-block:hover {
.column.is-offset-four-fifths-fullhd {
margin-left: 80%;
}
+ .column.is-0-fullhd {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0-fullhd {
+ margin-left: 0%;
+ }
.column.is-1-fullhd {
flex: none;
width: 8.33333%;
@@ -8612,7 +8175,7 @@ label.panel-block:hover {
}
}
-@media screen and (min-width: 1088px) {
+@media screen and (min-width: 1024px) {
.columns.is-desktop {
display: flex;
}
@@ -8633,38 +8196,524 @@ label.panel-block:hover {
--columnGap: 0rem;
}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-0-mobile {
+ --columnGap: 0rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-0-tablet {
+ --columnGap: 0rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-0-tablet-only {
+ --columnGap: 0rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-0-touch {
+ --columnGap: 0rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-0-desktop {
+ --columnGap: 0rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-0-desktop-only {
+ --columnGap: 0rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-0-widescreen {
+ --columnGap: 0rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-0-widescreen-only {
+ --columnGap: 0rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-0-fullhd {
+ --columnGap: 0rem;
+ }
+}
+
.columns.is-variable.is-1 {
--columnGap: 0.25rem;
}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-1-mobile {
+ --columnGap: 0.25rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-1-tablet {
+ --columnGap: 0.25rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-1-tablet-only {
+ --columnGap: 0.25rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-1-touch {
+ --columnGap: 0.25rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-1-desktop {
+ --columnGap: 0.25rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-1-desktop-only {
+ --columnGap: 0.25rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-1-widescreen {
+ --columnGap: 0.25rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-1-widescreen-only {
+ --columnGap: 0.25rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-1-fullhd {
+ --columnGap: 0.25rem;
+ }
+}
+
.columns.is-variable.is-2 {
--columnGap: 0.5rem;
}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-2-mobile {
+ --columnGap: 0.5rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-2-tablet {
+ --columnGap: 0.5rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-2-tablet-only {
+ --columnGap: 0.5rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-2-touch {
+ --columnGap: 0.5rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-2-desktop {
+ --columnGap: 0.5rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-2-desktop-only {
+ --columnGap: 0.5rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-2-widescreen {
+ --columnGap: 0.5rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-2-widescreen-only {
+ --columnGap: 0.5rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-2-fullhd {
+ --columnGap: 0.5rem;
+ }
+}
+
.columns.is-variable.is-3 {
--columnGap: 0.75rem;
}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-3-mobile {
+ --columnGap: 0.75rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-3-tablet {
+ --columnGap: 0.75rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-3-tablet-only {
+ --columnGap: 0.75rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-3-touch {
+ --columnGap: 0.75rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-3-desktop {
+ --columnGap: 0.75rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-3-desktop-only {
+ --columnGap: 0.75rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-3-widescreen {
+ --columnGap: 0.75rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-3-widescreen-only {
+ --columnGap: 0.75rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-3-fullhd {
+ --columnGap: 0.75rem;
+ }
+}
+
.columns.is-variable.is-4 {
--columnGap: 1rem;
}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-4-mobile {
+ --columnGap: 1rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-4-tablet {
+ --columnGap: 1rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-4-tablet-only {
+ --columnGap: 1rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-4-touch {
+ --columnGap: 1rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-4-desktop {
+ --columnGap: 1rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-4-desktop-only {
+ --columnGap: 1rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-4-widescreen {
+ --columnGap: 1rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-4-widescreen-only {
+ --columnGap: 1rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-4-fullhd {
+ --columnGap: 1rem;
+ }
+}
+
.columns.is-variable.is-5 {
--columnGap: 1.25rem;
}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-5-mobile {
+ --columnGap: 1.25rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-5-tablet {
+ --columnGap: 1.25rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-5-tablet-only {
+ --columnGap: 1.25rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-5-touch {
+ --columnGap: 1.25rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-5-desktop {
+ --columnGap: 1.25rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-5-desktop-only {
+ --columnGap: 1.25rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-5-widescreen {
+ --columnGap: 1.25rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-5-widescreen-only {
+ --columnGap: 1.25rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-5-fullhd {
+ --columnGap: 1.25rem;
+ }
+}
+
.columns.is-variable.is-6 {
--columnGap: 1.5rem;
}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-6-mobile {
+ --columnGap: 1.5rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-6-tablet {
+ --columnGap: 1.5rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-6-tablet-only {
+ --columnGap: 1.5rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-6-touch {
+ --columnGap: 1.5rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-6-desktop {
+ --columnGap: 1.5rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-6-desktop-only {
+ --columnGap: 1.5rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-6-widescreen {
+ --columnGap: 1.5rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-6-widescreen-only {
+ --columnGap: 1.5rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-6-fullhd {
+ --columnGap: 1.5rem;
+ }
+}
+
.columns.is-variable.is-7 {
--columnGap: 1.75rem;
}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-7-mobile {
+ --columnGap: 1.75rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-7-tablet {
+ --columnGap: 1.75rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-7-tablet-only {
+ --columnGap: 1.75rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-7-touch {
+ --columnGap: 1.75rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-7-desktop {
+ --columnGap: 1.75rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-7-desktop-only {
+ --columnGap: 1.75rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-7-widescreen {
+ --columnGap: 1.75rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-7-widescreen-only {
+ --columnGap: 1.75rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-7-fullhd {
+ --columnGap: 1.75rem;
+ }
+}
+
.columns.is-variable.is-8 {
--columnGap: 2rem;
}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-8-mobile {
+ --columnGap: 2rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-8-tablet {
+ --columnGap: 2rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-8-tablet-only {
+ --columnGap: 2rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-8-touch {
+ --columnGap: 2rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-8-desktop {
+ --columnGap: 2rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-8-desktop-only {
+ --columnGap: 2rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-8-widescreen {
+ --columnGap: 2rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-8-widescreen-only {
+ --columnGap: 2rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-8-fullhd {
+ --columnGap: 2rem;
+ }
+}
+
.tile {
align-items: stretch;
display: block;
@@ -8760,6 +8809,1621 @@ label.panel-block:hover {
}
}
+.has-text-white {
+ color: white !important;
+}
+
+a.has-text-white:hover, a.has-text-white:focus {
+ color: #e6e6e6 !important;
+}
+
+.has-background-white {
+ background-color: white !important;
+}
+
+.has-text-black {
+ color: #0a0a0a !important;
+}
+
+a.has-text-black:hover, a.has-text-black:focus {
+ color: black !important;
+}
+
+.has-background-black {
+ background-color: #0a0a0a !important;
+}
+
+.has-text-light {
+ color: whitesmoke !important;
+}
+
+a.has-text-light:hover, a.has-text-light:focus {
+ color: #dbdbdb !important;
+}
+
+.has-background-light {
+ background-color: whitesmoke !important;
+}
+
+.has-text-dark {
+ color: #363636 !important;
+}
+
+a.has-text-dark:hover, a.has-text-dark:focus {
+ color: #1c1c1c !important;
+}
+
+.has-background-dark {
+ background-color: #363636 !important;
+}
+
+.has-text-primary {
+ color: #00d1b2 !important;
+}
+
+a.has-text-primary:hover, a.has-text-primary:focus {
+ color: #009e86 !important;
+}
+
+.has-background-primary {
+ background-color: #00d1b2 !important;
+}
+
+.has-text-primary-light {
+ color: #ebfffc !important;
+}
+
+a.has-text-primary-light:hover, a.has-text-primary-light:focus {
+ color: #b8fff4 !important;
+}
+
+.has-background-primary-light {
+ background-color: #ebfffc !important;
+}
+
+.has-text-primary-dark {
+ color: #00947e !important;
+}
+
+a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
+ color: #00c7a9 !important;
+}
+
+.has-background-primary-dark {
+ background-color: #00947e !important;
+}
+
+.has-text-link {
+ color: #3273dc !important;
+}
+
+a.has-text-link:hover, a.has-text-link:focus {
+ color: #205bbc !important;
+}
+
+.has-background-link {
+ background-color: #3273dc !important;
+}
+
+.has-text-link-light {
+ color: #eef3fc !important;
+}
+
+a.has-text-link-light:hover, a.has-text-link-light:focus {
+ color: #c2d5f5 !important;
+}
+
+.has-background-link-light {
+ background-color: #eef3fc !important;
+}
+
+.has-text-link-dark {
+ color: #2160c4 !important;
+}
+
+a.has-text-link-dark:hover, a.has-text-link-dark:focus {
+ color: #3b79de !important;
+}
+
+.has-background-link-dark {
+ background-color: #2160c4 !important;
+}
+
+.has-text-info {
+ color: #3298dc !important;
+}
+
+a.has-text-info:hover, a.has-text-info:focus {
+ color: #207dbc !important;
+}
+
+.has-background-info {
+ background-color: #3298dc !important;
+}
+
+.has-text-info-light {
+ color: #eef6fc !important;
+}
+
+a.has-text-info-light:hover, a.has-text-info-light:focus {
+ color: #c2e0f5 !important;
+}
+
+.has-background-info-light {
+ background-color: #eef6fc !important;
+}
+
+.has-text-info-dark {
+ color: #1d72aa !important;
+}
+
+a.has-text-info-dark:hover, a.has-text-info-dark:focus {
+ color: #248fd6 !important;
+}
+
+.has-background-info-dark {
+ background-color: #1d72aa !important;
+}
+
+.has-text-success {
+ color: #48c774 !important;
+}
+
+a.has-text-success:hover, a.has-text-success:focus {
+ color: #34a85c !important;
+}
+
+.has-background-success {
+ background-color: #48c774 !important;
+}
+
+.has-text-success-light {
+ color: #effaf3 !important;
+}
+
+a.has-text-success-light:hover, a.has-text-success-light:focus {
+ color: #c8eed6 !important;
+}
+
+.has-background-success-light {
+ background-color: #effaf3 !important;
+}
+
+.has-text-success-dark {
+ color: #257942 !important;
+}
+
+a.has-text-success-dark:hover, a.has-text-success-dark:focus {
+ color: #31a058 !important;
+}
+
+.has-background-success-dark {
+ background-color: #257942 !important;
+}
+
+.has-text-warning {
+ color: #ffdd57 !important;
+}
+
+a.has-text-warning:hover, a.has-text-warning:focus {
+ color: #ffd324 !important;
+}
+
+.has-background-warning {
+ background-color: #ffdd57 !important;
+}
+
+.has-text-warning-light {
+ color: #fffbeb !important;
+}
+
+a.has-text-warning-light:hover, a.has-text-warning-light:focus {
+ color: #fff1b8 !important;
+}
+
+.has-background-warning-light {
+ background-color: #fffbeb !important;
+}
+
+.has-text-warning-dark {
+ color: #947600 !important;
+}
+
+a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
+ color: #c79f00 !important;
+}
+
+.has-background-warning-dark {
+ background-color: #947600 !important;
+}
+
+.has-text-danger {
+ color: #f14668 !important;
+}
+
+a.has-text-danger:hover, a.has-text-danger:focus {
+ color: #ee1742 !important;
+}
+
+.has-background-danger {
+ background-color: #f14668 !important;
+}
+
+.has-text-danger-light {
+ color: #feecf0 !important;
+}
+
+a.has-text-danger-light:hover, a.has-text-danger-light:focus {
+ color: #fabdc9 !important;
+}
+
+.has-background-danger-light {
+ background-color: #feecf0 !important;
+}
+
+.has-text-danger-dark {
+ color: #cc0f35 !important;
+}
+
+a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
+ color: #ee2049 !important;
+}
+
+.has-background-danger-dark {
+ background-color: #cc0f35 !important;
+}
+
+.has-text-black-bis {
+ color: #121212 !important;
+}
+
+.has-background-black-bis {
+ background-color: #121212 !important;
+}
+
+.has-text-black-ter {
+ color: #242424 !important;
+}
+
+.has-background-black-ter {
+ background-color: #242424 !important;
+}
+
+.has-text-grey-darker {
+ color: #363636 !important;
+}
+
+.has-background-grey-darker {
+ background-color: #363636 !important;
+}
+
+.has-text-grey-dark {
+ color: #4a4a4a !important;
+}
+
+.has-background-grey-dark {
+ background-color: #4a4a4a !important;
+}
+
+.has-text-grey {
+ color: #7a7a7a !important;
+}
+
+.has-background-grey {
+ background-color: #7a7a7a !important;
+}
+
+.has-text-grey-light {
+ color: #b5b5b5 !important;
+}
+
+.has-background-grey-light {
+ background-color: #b5b5b5 !important;
+}
+
+.has-text-grey-lighter {
+ color: #dbdbdb !important;
+}
+
+.has-background-grey-lighter {
+ background-color: #dbdbdb !important;
+}
+
+.has-text-white-ter {
+ color: whitesmoke !important;
+}
+
+.has-background-white-ter {
+ background-color: whitesmoke !important;
+}
+
+.has-text-white-bis {
+ color: #fafafa !important;
+}
+
+.has-background-white-bis {
+ background-color: #fafafa !important;
+}
+
+.is-clearfix::after {
+ clear: both;
+ content: " ";
+ display: table;
+}
+
+.is-pulled-left {
+ float: left !important;
+}
+
+.is-pulled-right {
+ float: right !important;
+}
+
+.is-radiusless {
+ border-radius: 0 !important;
+}
+
+.is-shadowless {
+ box-shadow: none !important;
+}
+
+.is-clipped {
+ overflow: hidden !important;
+}
+
+.is-relative {
+ position: relative !important;
+}
+
+.is-marginless {
+ margin: 0 !important;
+}
+
+.is-paddingless {
+ padding: 0 !important;
+}
+
+.mt-0 {
+ margin-top: 0 !important;
+}
+
+.mr-0 {
+ margin-right: 0 !important;
+}
+
+.mb-0 {
+ margin-bottom: 0 !important;
+}
+
+.ml-0 {
+ margin-left: 0 !important;
+}
+
+.mx-0 {
+ margin-left: 0 !important;
+ margin-right: 0 !important;
+}
+
+.my-0 {
+ margin-top: 0 !important;
+ margin-bottom: 0 !important;
+}
+
+.mt-1 {
+ margin-top: 0.25rem !important;
+}
+
+.mr-1 {
+ margin-right: 0.25rem !important;
+}
+
+.mb-1 {
+ margin-bottom: 0.25rem !important;
+}
+
+.ml-1 {
+ margin-left: 0.25rem !important;
+}
+
+.mx-1 {
+ margin-left: 0.25rem !important;
+ margin-right: 0.25rem !important;
+}
+
+.my-1 {
+ margin-top: 0.25rem !important;
+ margin-bottom: 0.25rem !important;
+}
+
+.mt-2 {
+ margin-top: 0.5rem !important;
+}
+
+.mr-2 {
+ margin-right: 0.5rem !important;
+}
+
+.mb-2 {
+ margin-bottom: 0.5rem !important;
+}
+
+.ml-2 {
+ margin-left: 0.5rem !important;
+}
+
+.mx-2 {
+ margin-left: 0.5rem !important;
+ margin-right: 0.5rem !important;
+}
+
+.my-2 {
+ margin-top: 0.5rem !important;
+ margin-bottom: 0.5rem !important;
+}
+
+.mt-3 {
+ margin-top: 0.75rem !important;
+}
+
+.mr-3 {
+ margin-right: 0.75rem !important;
+}
+
+.mb-3 {
+ margin-bottom: 0.75rem !important;
+}
+
+.ml-3 {
+ margin-left: 0.75rem !important;
+}
+
+.mx-3 {
+ margin-left: 0.75rem !important;
+ margin-right: 0.75rem !important;
+}
+
+.my-3 {
+ margin-top: 0.75rem !important;
+ margin-bottom: 0.75rem !important;
+}
+
+.mt-4 {
+ margin-top: 1rem !important;
+}
+
+.mr-4 {
+ margin-right: 1rem !important;
+}
+
+.mb-4 {
+ margin-bottom: 1rem !important;
+}
+
+.ml-4 {
+ margin-left: 1rem !important;
+}
+
+.mx-4 {
+ margin-left: 1rem !important;
+ margin-right: 1rem !important;
+}
+
+.my-4 {
+ margin-top: 1rem !important;
+ margin-bottom: 1rem !important;
+}
+
+.mt-5 {
+ margin-top: 1.5rem !important;
+}
+
+.mr-5 {
+ margin-right: 1.5rem !important;
+}
+
+.mb-5 {
+ margin-bottom: 1.5rem !important;
+}
+
+.ml-5 {
+ margin-left: 1.5rem !important;
+}
+
+.mx-5 {
+ margin-left: 1.5rem !important;
+ margin-right: 1.5rem !important;
+}
+
+.my-5 {
+ margin-top: 1.5rem !important;
+ margin-bottom: 1.5rem !important;
+}
+
+.mt-6 {
+ margin-top: 3rem !important;
+}
+
+.mr-6 {
+ margin-right: 3rem !important;
+}
+
+.mb-6 {
+ margin-bottom: 3rem !important;
+}
+
+.ml-6 {
+ margin-left: 3rem !important;
+}
+
+.mx-6 {
+ margin-left: 3rem !important;
+ margin-right: 3rem !important;
+}
+
+.my-6 {
+ margin-top: 3rem !important;
+ margin-bottom: 3rem !important;
+}
+
+.pt-0 {
+ padding-top: 0 !important;
+}
+
+.pr-0 {
+ padding-right: 0 !important;
+}
+
+.pb-0 {
+ padding-bottom: 0 !important;
+}
+
+.pl-0 {
+ padding-left: 0 !important;
+}
+
+.px-0 {
+ padding-left: 0 !important;
+ padding-right: 0 !important;
+}
+
+.py-0 {
+ padding-top: 0 !important;
+ padding-bottom: 0 !important;
+}
+
+.pt-1 {
+ padding-top: 0.25rem !important;
+}
+
+.pr-1 {
+ padding-right: 0.25rem !important;
+}
+
+.pb-1 {
+ padding-bottom: 0.25rem !important;
+}
+
+.pl-1 {
+ padding-left: 0.25rem !important;
+}
+
+.px-1 {
+ padding-left: 0.25rem !important;
+ padding-right: 0.25rem !important;
+}
+
+.py-1 {
+ padding-top: 0.25rem !important;
+ padding-bottom: 0.25rem !important;
+}
+
+.pt-2 {
+ padding-top: 0.5rem !important;
+}
+
+.pr-2 {
+ padding-right: 0.5rem !important;
+}
+
+.pb-2 {
+ padding-bottom: 0.5rem !important;
+}
+
+.pl-2 {
+ padding-left: 0.5rem !important;
+}
+
+.px-2 {
+ padding-left: 0.5rem !important;
+ padding-right: 0.5rem !important;
+}
+
+.py-2 {
+ padding-top: 0.5rem !important;
+ padding-bottom: 0.5rem !important;
+}
+
+.pt-3 {
+ padding-top: 0.75rem !important;
+}
+
+.pr-3 {
+ padding-right: 0.75rem !important;
+}
+
+.pb-3 {
+ padding-bottom: 0.75rem !important;
+}
+
+.pl-3 {
+ padding-left: 0.75rem !important;
+}
+
+.px-3 {
+ padding-left: 0.75rem !important;
+ padding-right: 0.75rem !important;
+}
+
+.py-3 {
+ padding-top: 0.75rem !important;
+ padding-bottom: 0.75rem !important;
+}
+
+.pt-4 {
+ padding-top: 1rem !important;
+}
+
+.pr-4 {
+ padding-right: 1rem !important;
+}
+
+.pb-4 {
+ padding-bottom: 1rem !important;
+}
+
+.pl-4 {
+ padding-left: 1rem !important;
+}
+
+.px-4 {
+ padding-left: 1rem !important;
+ padding-right: 1rem !important;
+}
+
+.py-4 {
+ padding-top: 1rem !important;
+ padding-bottom: 1rem !important;
+}
+
+.pt-5 {
+ padding-top: 1.5rem !important;
+}
+
+.pr-5 {
+ padding-right: 1.5rem !important;
+}
+
+.pb-5 {
+ padding-bottom: 1.5rem !important;
+}
+
+.pl-5 {
+ padding-left: 1.5rem !important;
+}
+
+.px-5 {
+ padding-left: 1.5rem !important;
+ padding-right: 1.5rem !important;
+}
+
+.py-5 {
+ padding-top: 1.5rem !important;
+ padding-bottom: 1.5rem !important;
+}
+
+.pt-6 {
+ padding-top: 3rem !important;
+}
+
+.pr-6 {
+ padding-right: 3rem !important;
+}
+
+.pb-6 {
+ padding-bottom: 3rem !important;
+}
+
+.pl-6 {
+ padding-left: 3rem !important;
+}
+
+.px-6 {
+ padding-left: 3rem !important;
+ padding-right: 3rem !important;
+}
+
+.py-6 {
+ padding-top: 3rem !important;
+ padding-bottom: 3rem !important;
+}
+
+.is-size-1 {
+ font-size: 3rem !important;
+}
+
+.is-size-2 {
+ font-size: 2.5rem !important;
+}
+
+.is-size-3 {
+ font-size: 2rem !important;
+}
+
+.is-size-4 {
+ font-size: 1.5rem !important;
+}
+
+.is-size-5 {
+ font-size: 1.25rem !important;
+}
+
+.is-size-6 {
+ font-size: 1rem !important;
+}
+
+.is-size-7 {
+ font-size: 0.75rem !important;
+}
+
+@media screen and (max-width: 768px) {
+ .is-size-1-mobile {
+ font-size: 3rem !important;
+ }
+ .is-size-2-mobile {
+ font-size: 2.5rem !important;
+ }
+ .is-size-3-mobile {
+ font-size: 2rem !important;
+ }
+ .is-size-4-mobile {
+ font-size: 1.5rem !important;
+ }
+ .is-size-5-mobile {
+ font-size: 1.25rem !important;
+ }
+ .is-size-6-mobile {
+ font-size: 1rem !important;
+ }
+ .is-size-7-mobile {
+ font-size: 0.75rem !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .is-size-1-tablet {
+ font-size: 3rem !important;
+ }
+ .is-size-2-tablet {
+ font-size: 2.5rem !important;
+ }
+ .is-size-3-tablet {
+ font-size: 2rem !important;
+ }
+ .is-size-4-tablet {
+ font-size: 1.5rem !important;
+ }
+ .is-size-5-tablet {
+ font-size: 1.25rem !important;
+ }
+ .is-size-6-tablet {
+ font-size: 1rem !important;
+ }
+ .is-size-7-tablet {
+ font-size: 0.75rem !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .is-size-1-touch {
+ font-size: 3rem !important;
+ }
+ .is-size-2-touch {
+ font-size: 2.5rem !important;
+ }
+ .is-size-3-touch {
+ font-size: 2rem !important;
+ }
+ .is-size-4-touch {
+ font-size: 1.5rem !important;
+ }
+ .is-size-5-touch {
+ font-size: 1.25rem !important;
+ }
+ .is-size-6-touch {
+ font-size: 1rem !important;
+ }
+ .is-size-7-touch {
+ font-size: 0.75rem !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .is-size-1-desktop {
+ font-size: 3rem !important;
+ }
+ .is-size-2-desktop {
+ font-size: 2.5rem !important;
+ }
+ .is-size-3-desktop {
+ font-size: 2rem !important;
+ }
+ .is-size-4-desktop {
+ font-size: 1.5rem !important;
+ }
+ .is-size-5-desktop {
+ font-size: 1.25rem !important;
+ }
+ .is-size-6-desktop {
+ font-size: 1rem !important;
+ }
+ .is-size-7-desktop {
+ font-size: 0.75rem !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .is-size-1-widescreen {
+ font-size: 3rem !important;
+ }
+ .is-size-2-widescreen {
+ font-size: 2.5rem !important;
+ }
+ .is-size-3-widescreen {
+ font-size: 2rem !important;
+ }
+ .is-size-4-widescreen {
+ font-size: 1.5rem !important;
+ }
+ .is-size-5-widescreen {
+ font-size: 1.25rem !important;
+ }
+ .is-size-6-widescreen {
+ font-size: 1rem !important;
+ }
+ .is-size-7-widescreen {
+ font-size: 0.75rem !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .is-size-1-fullhd {
+ font-size: 3rem !important;
+ }
+ .is-size-2-fullhd {
+ font-size: 2.5rem !important;
+ }
+ .is-size-3-fullhd {
+ font-size: 2rem !important;
+ }
+ .is-size-4-fullhd {
+ font-size: 1.5rem !important;
+ }
+ .is-size-5-fullhd {
+ font-size: 1.25rem !important;
+ }
+ .is-size-6-fullhd {
+ font-size: 1rem !important;
+ }
+ .is-size-7-fullhd {
+ font-size: 0.75rem !important;
+ }
+}
+
+.has-text-centered {
+ text-align: center !important;
+}
+
+.has-text-justified {
+ text-align: justify !important;
+}
+
+.has-text-left {
+ text-align: left !important;
+}
+
+.has-text-right {
+ text-align: right !important;
+}
+
+@media screen and (max-width: 768px) {
+ .has-text-centered-mobile {
+ text-align: center !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .has-text-centered-tablet {
+ text-align: center !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .has-text-centered-tablet-only {
+ text-align: center !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .has-text-centered-touch {
+ text-align: center !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .has-text-centered-desktop {
+ text-align: center !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .has-text-centered-desktop-only {
+ text-align: center !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .has-text-centered-widescreen {
+ text-align: center !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .has-text-centered-widescreen-only {
+ text-align: center !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .has-text-centered-fullhd {
+ text-align: center !important;
+ }
+}
+
+@media screen and (max-width: 768px) {
+ .has-text-justified-mobile {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .has-text-justified-tablet {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .has-text-justified-tablet-only {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .has-text-justified-touch {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .has-text-justified-desktop {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .has-text-justified-desktop-only {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .has-text-justified-widescreen {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .has-text-justified-widescreen-only {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .has-text-justified-fullhd {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (max-width: 768px) {
+ .has-text-left-mobile {
+ text-align: left !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .has-text-left-tablet {
+ text-align: left !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .has-text-left-tablet-only {
+ text-align: left !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .has-text-left-touch {
+ text-align: left !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .has-text-left-desktop {
+ text-align: left !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .has-text-left-desktop-only {
+ text-align: left !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .has-text-left-widescreen {
+ text-align: left !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .has-text-left-widescreen-only {
+ text-align: left !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .has-text-left-fullhd {
+ text-align: left !important;
+ }
+}
+
+@media screen and (max-width: 768px) {
+ .has-text-right-mobile {
+ text-align: right !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .has-text-right-tablet {
+ text-align: right !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .has-text-right-tablet-only {
+ text-align: right !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .has-text-right-touch {
+ text-align: right !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .has-text-right-desktop {
+ text-align: right !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .has-text-right-desktop-only {
+ text-align: right !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .has-text-right-widescreen {
+ text-align: right !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .has-text-right-widescreen-only {
+ text-align: right !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .has-text-right-fullhd {
+ text-align: right !important;
+ }
+}
+
+.is-capitalized {
+ text-transform: capitalize !important;
+}
+
+.is-lowercase {
+ text-transform: lowercase !important;
+}
+
+.is-uppercase {
+ text-transform: uppercase !important;
+}
+
+.is-italic {
+ font-style: italic !important;
+}
+
+.has-text-weight-light {
+ font-weight: 300 !important;
+}
+
+.has-text-weight-normal {
+ font-weight: 400 !important;
+}
+
+.has-text-weight-medium {
+ font-weight: 500 !important;
+}
+
+.has-text-weight-semibold {
+ font-weight: 600 !important;
+}
+
+.has-text-weight-bold {
+ font-weight: 700 !important;
+}
+
+.is-family-primary {
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
+}
+
+.is-family-secondary {
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
+}
+
+.is-family-sans-serif {
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
+}
+
+.is-family-monospace {
+ font-family: monospace !important;
+}
+
+.is-family-code {
+ font-family: monospace !important;
+}
+
+.is-block {
+ display: block !important;
+}
+
+@media screen and (max-width: 768px) {
+ .is-block-mobile {
+ display: block !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .is-block-tablet {
+ display: block !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .is-block-tablet-only {
+ display: block !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .is-block-touch {
+ display: block !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .is-block-desktop {
+ display: block !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .is-block-desktop-only {
+ display: block !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .is-block-widescreen {
+ display: block !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .is-block-widescreen-only {
+ display: block !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .is-block-fullhd {
+ display: block !important;
+ }
+}
+
+.is-flex {
+ display: flex !important;
+}
+
+@media screen and (max-width: 768px) {
+ .is-flex-mobile {
+ display: flex !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .is-flex-tablet {
+ display: flex !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .is-flex-tablet-only {
+ display: flex !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .is-flex-touch {
+ display: flex !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .is-flex-desktop {
+ display: flex !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .is-flex-desktop-only {
+ display: flex !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .is-flex-widescreen {
+ display: flex !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .is-flex-widescreen-only {
+ display: flex !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .is-flex-fullhd {
+ display: flex !important;
+ }
+}
+
+.is-inline {
+ display: inline !important;
+}
+
+@media screen and (max-width: 768px) {
+ .is-inline-mobile {
+ display: inline !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .is-inline-tablet {
+ display: inline !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .is-inline-tablet-only {
+ display: inline !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .is-inline-touch {
+ display: inline !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .is-inline-desktop {
+ display: inline !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .is-inline-desktop-only {
+ display: inline !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .is-inline-widescreen {
+ display: inline !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .is-inline-widescreen-only {
+ display: inline !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .is-inline-fullhd {
+ display: inline !important;
+ }
+}
+
+.is-inline-block {
+ display: inline-block !important;
+}
+
+@media screen and (max-width: 768px) {
+ .is-inline-block-mobile {
+ display: inline-block !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .is-inline-block-tablet {
+ display: inline-block !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .is-inline-block-tablet-only {
+ display: inline-block !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .is-inline-block-touch {
+ display: inline-block !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .is-inline-block-desktop {
+ display: inline-block !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .is-inline-block-desktop-only {
+ display: inline-block !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .is-inline-block-widescreen {
+ display: inline-block !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .is-inline-block-widescreen-only {
+ display: inline-block !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .is-inline-block-fullhd {
+ display: inline-block !important;
+ }
+}
+
+.is-inline-flex {
+ display: inline-flex !important;
+}
+
+@media screen and (max-width: 768px) {
+ .is-inline-flex-mobile {
+ display: inline-flex !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .is-inline-flex-tablet {
+ display: inline-flex !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .is-inline-flex-tablet-only {
+ display: inline-flex !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .is-inline-flex-touch {
+ display: inline-flex !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .is-inline-flex-desktop {
+ display: inline-flex !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .is-inline-flex-desktop-only {
+ display: inline-flex !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .is-inline-flex-widescreen {
+ display: inline-flex !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .is-inline-flex-widescreen-only {
+ display: inline-flex !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .is-inline-flex-fullhd {
+ display: inline-flex !important;
+ }
+}
+
+.is-hidden {
+ display: none !important;
+}
+
+.is-sr-only {
+ border: none !important;
+ clip: rect(0, 0, 0, 0) !important;
+ height: 0.01em !important;
+ overflow: hidden !important;
+ padding: 0 !important;
+ position: absolute !important;
+ white-space: nowrap !important;
+ width: 0.01em !important;
+}
+
+@media screen and (max-width: 768px) {
+ .is-hidden-mobile {
+ display: none !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .is-hidden-tablet {
+ display: none !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .is-hidden-tablet-only {
+ display: none !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .is-hidden-touch {
+ display: none !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .is-hidden-desktop {
+ display: none !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .is-hidden-desktop-only {
+ display: none !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .is-hidden-widescreen {
+ display: none !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .is-hidden-widescreen-only {
+ display: none !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .is-hidden-fullhd {
+ display: none !important;
+ }
+}
+
+.is-invisible {
+ visibility: hidden !important;
+}
+
+@media screen and (max-width: 768px) {
+ .is-invisible-mobile {
+ visibility: hidden !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .is-invisible-tablet {
+ visibility: hidden !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .is-invisible-tablet-only {
+ visibility: hidden !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .is-invisible-touch {
+ visibility: hidden !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .is-invisible-desktop {
+ visibility: hidden !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .is-invisible-desktop-only {
+ visibility: hidden !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .is-invisible-widescreen {
+ visibility: hidden !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .is-invisible-widescreen-only {
+ visibility: hidden !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .is-invisible-fullhd {
+ visibility: hidden !important;
+ }
+}
+
.hero {
align-items: stretch;
display: flex;
@@ -8780,7 +10444,7 @@ label.panel-block:hover {
color: #0a0a0a;
}
-.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
+.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
color: inherit;
}
@@ -8798,7 +10462,7 @@ label.panel-block:hover {
color: #0a0a0a;
}
-@media screen and (max-width: 1087px) {
+@media screen and (max-width: 1023px) {
.hero.is-white .navbar-menu {
background-color: white;
}
@@ -8858,7 +10522,7 @@ label.panel-block:hover {
color: white;
}
-.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
+.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
color: inherit;
}
@@ -8876,7 +10540,7 @@ label.panel-block:hover {
color: white;
}
-@media screen and (max-width: 1087px) {
+@media screen and (max-width: 1023px) {
.hero.is-black .navbar-menu {
background-color: #0a0a0a;
}
@@ -8933,28 +10597,28 @@ label.panel-block:hover {
.hero.is-light {
background-color: whitesmoke;
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
-.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
+.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
color: inherit;
}
.hero.is-light .title {
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .subtitle {
- color: rgba(54, 54, 54, 0.9);
+ color: rgba(0, 0, 0, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
-@media screen and (max-width: 1087px) {
+@media screen and (max-width: 1023px) {
.hero.is-light .navbar-menu {
background-color: whitesmoke;
}
@@ -8962,18 +10626,18 @@ label.panel-block:hover {
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
- color: rgba(54, 54, 54, 0.7);
+ color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
background-color: #e8e8e8;
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs a {
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
opacity: 0.9;
}
@@ -8986,7 +10650,7 @@ label.panel-block:hover {
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
- color: #363636;
+ color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
@@ -8994,8 +10658,8 @@ label.panel-block:hover {
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
- background-color: #363636;
- border-color: #363636;
+ background-color: rgba(0, 0, 0, 0.7);
+ border-color: rgba(0, 0, 0, 0.7);
color: whitesmoke;
}
@@ -9011,28 +10675,28 @@ label.panel-block:hover {
.hero.is-dark {
background-color: #363636;
- color: whitesmoke;
+ color: #fff;
}
-.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
+.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
color: inherit;
}
.hero.is-dark .title {
- color: whitesmoke;
+ color: #fff;
}
.hero.is-dark .subtitle {
- color: rgba(245, 245, 245, 0.9);
+ color: rgba(255, 255, 255, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
- color: whitesmoke;
+ color: #fff;
}
-@media screen and (max-width: 1087px) {
+@media screen and (max-width: 1023px) {
.hero.is-dark .navbar-menu {
background-color: #363636;
}
@@ -9040,18 +10704,18 @@ label.panel-block:hover {
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
- color: rgba(245, 245, 245, 0.7);
+ color: rgba(255, 255, 255, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
background-color: #292929;
- color: whitesmoke;
+ color: #fff;
}
.hero.is-dark .tabs a {
- color: whitesmoke;
+ color: #fff;
opacity: 0.9;
}
@@ -9064,7 +10728,7 @@ label.panel-block:hover {
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
- color: whitesmoke;
+ color: #fff;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
@@ -9072,8 +10736,8 @@ label.panel-block:hover {
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
- background-color: whitesmoke;
- border-color: whitesmoke;
+ background-color: #fff;
+ border-color: #fff;
color: #363636;
}
@@ -9092,7 +10756,7 @@ label.panel-block:hover {
color: #fff;
}
-.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
+.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
color: inherit;
}
@@ -9110,7 +10774,7 @@ label.panel-block:hover {
color: #fff;
}
-@media screen and (max-width: 1087px) {
+@media screen and (max-width: 1023px) {
.hero.is-primary .navbar-menu {
background-color: #00d1b2;
}
@@ -9170,7 +10834,7 @@ label.panel-block:hover {
color: #fff;
}
-.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
+.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
color: inherit;
}
@@ -9188,7 +10852,7 @@ label.panel-block:hover {
color: #fff;
}
-@media screen and (max-width: 1087px) {
+@media screen and (max-width: 1023px) {
.hero.is-link .navbar-menu {
background-color: #3273dc;
}
@@ -9244,11 +10908,11 @@ label.panel-block:hover {
}
.hero.is-info {
- background-color: #209cee;
+ background-color: #3298dc;
color: #fff;
}
-.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),
+.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
color: inherit;
}
@@ -9266,9 +10930,9 @@ label.panel-block:hover {
color: #fff;
}
-@media screen and (max-width: 1087px) {
+@media screen and (max-width: 1023px) {
.hero.is-info .navbar-menu {
- background-color: #209cee;
+ background-color: #3298dc;
}
}
@@ -9280,7 +10944,7 @@ label.panel-block:hover {
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
- background-color: #118fe4;
+ background-color: #238cd1;
color: #fff;
}
@@ -9308,25 +10972,25 @@ label.panel-block:hover {
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
background-color: #fff;
border-color: #fff;
- color: #209cee;
+ color: #3298dc;
}
.hero.is-info.is-bold {
- background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
+ background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
}
@media screen and (max-width: 768px) {
.hero.is-info.is-bold .navbar-menu {
- background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
+ background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
}
}
.hero.is-success {
- background-color: #23d160;
+ background-color: #48c774;
color: #fff;
}
-.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),
+.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
color: inherit;
}
@@ -9344,9 +11008,9 @@ label.panel-block:hover {
color: #fff;
}
-@media screen and (max-width: 1087px) {
+@media screen and (max-width: 1023px) {
.hero.is-success .navbar-menu {
- background-color: #23d160;
+ background-color: #48c774;
}
}
@@ -9358,7 +11022,7 @@ label.panel-block:hover {
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
- background-color: #20bc56;
+ background-color: #3abb67;
color: #fff;
}
@@ -9386,16 +11050,16 @@ label.panel-block:hover {
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
background-color: #fff;
border-color: #fff;
- color: #23d160;
+ color: #48c774;
}
.hero.is-success.is-bold {
- background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
+ background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%);
}
@media screen and (max-width: 768px) {
.hero.is-success.is-bold .navbar-menu {
- background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
+ background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%);
}
}
@@ -9404,7 +11068,7 @@ label.panel-block:hover {
color: rgba(0, 0, 0, 0.7);
}
-.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),
+.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
color: inherit;
}
@@ -9422,7 +11086,7 @@ label.panel-block:hover {
color: rgba(0, 0, 0, 0.7);
}
-@media screen and (max-width: 1087px) {
+@media screen and (max-width: 1023px) {
.hero.is-warning .navbar-menu {
background-color: #ffdd57;
}
@@ -9478,11 +11142,11 @@ label.panel-block:hover {
}
.hero.is-danger {
- background-color: #ff3860;
+ background-color: #f14668;
color: #fff;
}
-.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),
+.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
color: inherit;
}
@@ -9500,9 +11164,9 @@ label.panel-block:hover {
color: #fff;
}
-@media screen and (max-width: 1087px) {
+@media screen and (max-width: 1023px) {
.hero.is-danger .navbar-menu {
- background-color: #ff3860;
+ background-color: #f14668;
}
}
@@ -9514,7 +11178,7 @@ label.panel-block:hover {
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
- background-color: #ff1f4b;
+ background-color: #ef2e55;
color: #fff;
}
@@ -9542,44 +11206,41 @@ label.panel-block:hover {
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
background-color: #fff;
border-color: #fff;
- color: #ff3860;
+ color: #f14668;
}
.hero.is-danger.is-bold {
- background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
+ background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
}
@media screen and (max-width: 768px) {
.hero.is-danger.is-bold .navbar-menu {
- background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
+ background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
}
}
.hero.is-small .hero-body {
- padding-bottom: 1.5rem;
- padding-top: 1.5rem;
+ padding: 1.5rem;
}
@media screen and (min-width: 769px), print {
.hero.is-medium .hero-body {
- padding-bottom: 9rem;
- padding-top: 9rem;
+ padding: 9rem 1.5rem;
}
}
@media screen and (min-width: 769px), print {
.hero.is-large .hero-body {
- padding-bottom: 18rem;
- padding-top: 18rem;
+ padding: 18rem 1.5rem;
}
}
-.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body {
+.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
align-items: center;
display: flex;
}
-.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container {
+.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
flex-grow: 1;
flex-shrink: 1;
}
@@ -9602,8 +11263,7 @@ label.panel-block:hover {
min-width: 100%;
position: absolute;
top: 50%;
- -webkit-transform: translate3d(-50%, -50%, 0);
- transform: translate3d(-50%, -50%, 0);
+ transform: translate3d(-50%, -50%, 0);
}
.hero-video.is-transparent {
@@ -9655,7 +11315,7 @@ label.panel-block:hover {
padding: 3rem 1.5rem;
}
-@media screen and (min-width: 1088px) {
+@media screen and (min-width: 1024px) {
.section.is-medium {
padding: 9rem 1.5rem;
}