|
|
|
@ -391,7 +391,7 @@ table th {
|
|
|
|
|
|
|
|
|
|
|
|
/* Bulma Elements */
|
|
|
|
/* Bulma Elements */
|
|
|
|
.box {
|
|
|
|
.box {
|
|
|
|
background-color: #E4E4E4;
|
|
|
|
background-color: white;
|
|
|
|
border-radius: 6px;
|
|
|
|
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);
|
|
|
|
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: #181818;
|
|
|
|
color: #181818;
|
|
|
|
@ -739,84 +739,84 @@ a.box:active {
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #fff; }
|
|
|
|
color: #fff; }
|
|
|
|
.button.is-primary {
|
|
|
|
.button.is-primary {
|
|
|
|
background-color: #181818;
|
|
|
|
background-color: #f8fafb;
|
|
|
|
border-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.button.is-primary:hover, .button.is-primary.is-hovered {
|
|
|
|
.button.is-primary:hover, .button.is-primary.is-hovered {
|
|
|
|
background-color: #121212;
|
|
|
|
background-color: #f0f4f6;
|
|
|
|
border-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.button.is-primary:focus, .button.is-primary.is-focused {
|
|
|
|
.button.is-primary:focus, .button.is-primary.is-focused {
|
|
|
|
border-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
|
|
|
|
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(24, 24, 24, 0.25); }
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(248, 250, 251, 0.25); }
|
|
|
|
.button.is-primary:active, .button.is-primary.is-active {
|
|
|
|
.button.is-primary:active, .button.is-primary.is-active {
|
|
|
|
background-color: #0b0b0b;
|
|
|
|
background-color: #e8eef2;
|
|
|
|
border-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.button.is-primary[disabled],
|
|
|
|
.button.is-primary[disabled],
|
|
|
|
fieldset[disabled] .button.is-primary {
|
|
|
|
fieldset[disabled] .button.is-primary {
|
|
|
|
background-color: #181818;
|
|
|
|
background-color: #f8fafb;
|
|
|
|
border-color: #181818;
|
|
|
|
border-color: #f8fafb;
|
|
|
|
box-shadow: none; }
|
|
|
|
box-shadow: none; }
|
|
|
|
.button.is-primary.is-inverted {
|
|
|
|
.button.is-primary.is-inverted {
|
|
|
|
background-color: #fff;
|
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
|
color: #181818; }
|
|
|
|
color: #f8fafb; }
|
|
|
|
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
|
|
|
|
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
|
|
|
|
background-color: #f2f2f2; }
|
|
|
|
background-color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.button.is-primary.is-inverted[disabled],
|
|
|
|
.button.is-primary.is-inverted[disabled],
|
|
|
|
fieldset[disabled] .button.is-primary.is-inverted {
|
|
|
|
fieldset[disabled] .button.is-primary.is-inverted {
|
|
|
|
background-color: #fff;
|
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
|
border-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #181818; }
|
|
|
|
color: #f8fafb; }
|
|
|
|
.button.is-primary.is-loading::after {
|
|
|
|
.button.is-primary.is-loading::after {
|
|
|
|
border-color: transparent transparent #fff #fff !important; }
|
|
|
|
border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
|
|
|
|
.button.is-primary.is-outlined {
|
|
|
|
.button.is-primary.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #181818;
|
|
|
|
border-color: #f8fafb;
|
|
|
|
color: #181818; }
|
|
|
|
color: #f8fafb; }
|
|
|
|
.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 {
|
|
|
|
.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: #181818;
|
|
|
|
background-color: #f8fafb;
|
|
|
|
border-color: #181818;
|
|
|
|
border-color: #f8fafb;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.button.is-primary.is-outlined.is-loading::after {
|
|
|
|
.button.is-primary.is-outlined.is-loading::after {
|
|
|
|
border-color: transparent transparent #181818 #181818 !important; }
|
|
|
|
border-color: transparent transparent #f8fafb #f8fafb !important; }
|
|
|
|
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
|
|
|
|
.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; }
|
|
|
|
border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
|
|
|
|
.button.is-primary.is-outlined[disabled],
|
|
|
|
.button.is-primary.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-primary.is-outlined {
|
|
|
|
fieldset[disabled] .button.is-primary.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #181818;
|
|
|
|
border-color: #f8fafb;
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #181818; }
|
|
|
|
color: #f8fafb; }
|
|
|
|
.button.is-primary.is-inverted.is-outlined {
|
|
|
|
.button.is-primary.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #fff;
|
|
|
|
border-color: rgba(0, 0, 0, 0.7);
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.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 {
|
|
|
|
.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;
|
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
|
color: #181818; }
|
|
|
|
color: #f8fafb; }
|
|
|
|
.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 {
|
|
|
|
.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 #181818 #181818 !important; }
|
|
|
|
border-color: transparent transparent #f8fafb #f8fafb !important; }
|
|
|
|
.button.is-primary.is-inverted.is-outlined[disabled],
|
|
|
|
.button.is-primary.is-inverted.is-outlined[disabled],
|
|
|
|
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
|
|
|
|
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #fff;
|
|
|
|
border-color: rgba(0, 0, 0, 0.7);
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.button.is-primary.is-light {
|
|
|
|
.button.is-primary.is-light {
|
|
|
|
background-color: whitesmoke;
|
|
|
|
background-color: #f8fafb;
|
|
|
|
color: #8f8f8f; }
|
|
|
|
color: #36515e; }
|
|
|
|
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
|
|
|
|
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
|
|
|
|
background-color: #eeeeee;
|
|
|
|
background-color: #f0f4f6;
|
|
|
|
border-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #8f8f8f; }
|
|
|
|
color: #36515e; }
|
|
|
|
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
|
|
|
|
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
|
|
|
|
background-color: #e8e8e8;
|
|
|
|
background-color: #e8eef2;
|
|
|
|
border-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #8f8f8f; }
|
|
|
|
color: #36515e; }
|
|
|
|
.button.is-link {
|
|
|
|
.button.is-link {
|
|
|
|
background-color: #EB312E;
|
|
|
|
background-color: #EB312E;
|
|
|
|
border-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
@ -2754,11 +2754,11 @@ div.icon-text {
|
|
|
|
background-color: #363636;
|
|
|
|
background-color: #363636;
|
|
|
|
color: #fff; }
|
|
|
|
color: #fff; }
|
|
|
|
.notification.is-primary {
|
|
|
|
.notification.is-primary {
|
|
|
|
background-color: #181818;
|
|
|
|
background-color: #f8fafb;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.notification.is-primary.is-light {
|
|
|
|
.notification.is-primary.is-light {
|
|
|
|
background-color: whitesmoke;
|
|
|
|
background-color: #f8fafb;
|
|
|
|
color: #8f8f8f; }
|
|
|
|
color: #36515e; }
|
|
|
|
.notification.is-link {
|
|
|
|
.notification.is-link {
|
|
|
|
background-color: #EB312E;
|
|
|
|
background-color: #EB312E;
|
|
|
|
color: #fff; }
|
|
|
|
color: #fff; }
|
|
|
|
@ -2926,13 +2926,13 @@ div.icon-text {
|
|
|
|
.progress.is-dark:indeterminate {
|
|
|
|
.progress.is-dark:indeterminate {
|
|
|
|
background-image: linear-gradient(to right, #363636 30%, #9d7c7b 30%); }
|
|
|
|
background-image: linear-gradient(to right, #363636 30%, #9d7c7b 30%); }
|
|
|
|
.progress.is-primary::-webkit-progress-value {
|
|
|
|
.progress.is-primary::-webkit-progress-value {
|
|
|
|
background-color: #181818; }
|
|
|
|
background-color: #f8fafb; }
|
|
|
|
.progress.is-primary::-moz-progress-bar {
|
|
|
|
.progress.is-primary::-moz-progress-bar {
|
|
|
|
background-color: #181818; }
|
|
|
|
background-color: #f8fafb; }
|
|
|
|
.progress.is-primary::-ms-fill {
|
|
|
|
.progress.is-primary::-ms-fill {
|
|
|
|
background-color: #181818; }
|
|
|
|
background-color: #f8fafb; }
|
|
|
|
.progress.is-primary:indeterminate {
|
|
|
|
.progress.is-primary:indeterminate {
|
|
|
|
background-image: linear-gradient(to right, #181818 30%, #9d7c7b 30%); }
|
|
|
|
background-image: linear-gradient(to right, #f8fafb 30%, #9d7c7b 30%); }
|
|
|
|
.progress.is-link::-webkit-progress-value {
|
|
|
|
.progress.is-link::-webkit-progress-value {
|
|
|
|
background-color: #EB312E; }
|
|
|
|
background-color: #EB312E; }
|
|
|
|
.progress.is-link::-moz-progress-bar {
|
|
|
|
.progress.is-link::-moz-progress-bar {
|
|
|
|
@ -3115,8 +3115,8 @@ div.icon-text {
|
|
|
|
background-position: -200% 0; } }
|
|
|
|
background-position: -200% 0; } }
|
|
|
|
|
|
|
|
|
|
|
|
.table {
|
|
|
|
.table {
|
|
|
|
background-color: #181818;
|
|
|
|
background-color: white;
|
|
|
|
color: #f8fafb; }
|
|
|
|
color: #363636; }
|
|
|
|
.table td,
|
|
|
|
.table td,
|
|
|
|
.table th {
|
|
|
|
.table th {
|
|
|
|
border: 1px solid #D2D2D2;
|
|
|
|
border: 1px solid #D2D2D2;
|
|
|
|
@ -3145,9 +3145,9 @@ div.icon-text {
|
|
|
|
color: #fff; }
|
|
|
|
color: #fff; }
|
|
|
|
.table td.is-primary,
|
|
|
|
.table td.is-primary,
|
|
|
|
.table th.is-primary {
|
|
|
|
.table th.is-primary {
|
|
|
|
background-color: #181818;
|
|
|
|
background-color: #f8fafb;
|
|
|
|
border-color: #181818;
|
|
|
|
border-color: #f8fafb;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.table td.is-link,
|
|
|
|
.table td.is-link,
|
|
|
|
.table th.is-link {
|
|
|
|
.table th.is-link {
|
|
|
|
background-color: #EB312E;
|
|
|
|
background-color: #EB312E;
|
|
|
|
@ -3249,8 +3249,8 @@ div.icon-text {
|
|
|
|
width: 1%; }
|
|
|
|
width: 1%; }
|
|
|
|
.table td.is-selected,
|
|
|
|
.table td.is-selected,
|
|
|
|
.table th.is-selected {
|
|
|
|
.table th.is-selected {
|
|
|
|
background-color: #181818;
|
|
|
|
background-color: #f8fafb;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.table td.is-selected a,
|
|
|
|
.table td.is-selected a,
|
|
|
|
.table td.is-selected strong,
|
|
|
|
.table td.is-selected strong,
|
|
|
|
.table th.is-selected a,
|
|
|
|
.table th.is-selected a,
|
|
|
|
@ -3264,14 +3264,14 @@ div.icon-text {
|
|
|
|
.table th:not([align]) {
|
|
|
|
.table th:not([align]) {
|
|
|
|
text-align: left; }
|
|
|
|
text-align: left; }
|
|
|
|
.table tr.is-selected {
|
|
|
|
.table tr.is-selected {
|
|
|
|
background-color: #181818;
|
|
|
|
background-color: #f8fafb;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.table tr.is-selected a,
|
|
|
|
.table tr.is-selected a,
|
|
|
|
.table tr.is-selected strong {
|
|
|
|
.table tr.is-selected strong {
|
|
|
|
color: currentColor; }
|
|
|
|
color: currentColor; }
|
|
|
|
.table tr.is-selected td,
|
|
|
|
.table tr.is-selected td,
|
|
|
|
.table tr.is-selected th {
|
|
|
|
.table tr.is-selected th {
|
|
|
|
border-color: #fff;
|
|
|
|
border-color: rgba(0, 0, 0, 0.7);
|
|
|
|
color: currentColor; }
|
|
|
|
color: currentColor; }
|
|
|
|
.table thead {
|
|
|
|
.table thead {
|
|
|
|
background-color: transparent; }
|
|
|
|
background-color: transparent; }
|
|
|
|
@ -3308,7 +3308,7 @@ div.icon-text {
|
|
|
|
.table.is-narrow th {
|
|
|
|
.table.is-narrow th {
|
|
|
|
padding: 0.25em 0.5em; }
|
|
|
|
padding: 0.25em 0.5em; }
|
|
|
|
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
|
|
|
|
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
|
|
|
|
background-color: #353535; }
|
|
|
|
background-color: #fafafa; }
|
|
|
|
|
|
|
|
|
|
|
|
.table-container {
|
|
|
|
.table-container {
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
@ -3383,11 +3383,11 @@ div.icon-text {
|
|
|
|
background-color: #363636;
|
|
|
|
background-color: #363636;
|
|
|
|
color: #fff; }
|
|
|
|
color: #fff; }
|
|
|
|
.tag:not(body).is-primary {
|
|
|
|
.tag:not(body).is-primary {
|
|
|
|
background-color: #181818;
|
|
|
|
background-color: #f8fafb;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.tag:not(body).is-primary.is-light {
|
|
|
|
.tag:not(body).is-primary.is-light {
|
|
|
|
background-color: whitesmoke;
|
|
|
|
background-color: #f8fafb;
|
|
|
|
color: #8f8f8f; }
|
|
|
|
color: #36515e; }
|
|
|
|
.tag:not(body).is-link {
|
|
|
|
.tag:not(body).is-link {
|
|
|
|
background-color: #EB312E;
|
|
|
|
background-color: #EB312E;
|
|
|
|
color: #fff; }
|
|
|
|
color: #fff; }
|
|
|
|
@ -3638,18 +3638,18 @@ a.tag:hover {
|
|
|
|
|
|
|
|
|
|
|
|
/* Bulma Form */
|
|
|
|
/* Bulma Form */
|
|
|
|
.input, .textarea, .select select {
|
|
|
|
.input, .textarea, .select select {
|
|
|
|
background-color: #D2D2D2;
|
|
|
|
background-color: white;
|
|
|
|
border-color: #D2D2D2;
|
|
|
|
border-color: #D2D2D2;
|
|
|
|
border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
color: #181818; }
|
|
|
|
color: #363636; }
|
|
|
|
.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
|
|
|
|
.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
|
|
|
|
color: rgba(24, 24, 24, 0.3); }
|
|
|
|
color: rgba(54, 54, 54, 0.3); }
|
|
|
|
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
|
|
|
|
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
|
|
|
|
color: rgba(24, 24, 24, 0.3); }
|
|
|
|
color: rgba(54, 54, 54, 0.3); }
|
|
|
|
.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
|
|
|
|
.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
|
|
|
|
color: rgba(24, 24, 24, 0.3); }
|
|
|
|
color: rgba(54, 54, 54, 0.3); }
|
|
|
|
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
|
|
|
|
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
|
|
|
|
color: rgba(24, 24, 24, 0.3); }
|
|
|
|
color: rgba(54, 54, 54, 0.3); }
|
|
|
|
.input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
|
|
|
|
.input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
|
|
|
|
border-color: #EB302D; }
|
|
|
|
border-color: #EB302D; }
|
|
|
|
.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 {
|
|
|
|
.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 {
|
|
|
|
@ -3712,9 +3712,9 @@ a.tag:hover {
|
|
|
|
.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 {
|
|
|
|
.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); }
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
|
|
|
|
.is-primary.input, .is-primary.textarea {
|
|
|
|
.is-primary.input, .is-primary.textarea {
|
|
|
|
border-color: #181818; }
|
|
|
|
border-color: #f8fafb; }
|
|
|
|
.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 {
|
|
|
|
.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(24, 24, 24, 0.25); }
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(248, 250, 251, 0.25); }
|
|
|
|
.is-link.input, .is-link.textarea {
|
|
|
|
.is-link.input, .is-link.textarea {
|
|
|
|
border-color: #EB312E; }
|
|
|
|
border-color: #EB312E; }
|
|
|
|
.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 {
|
|
|
|
.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 {
|
|
|
|
@ -3918,13 +3918,13 @@ a.tag:hover {
|
|
|
|
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
|
|
|
|
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
|
|
|
|
.select.is-primary:not(:hover)::after {
|
|
|
|
.select.is-primary:not(:hover)::after {
|
|
|
|
border-color: #181818; }
|
|
|
|
border-color: #f8fafb; }
|
|
|
|
.select.is-primary select {
|
|
|
|
.select.is-primary select {
|
|
|
|
border-color: #181818; }
|
|
|
|
border-color: #f8fafb; }
|
|
|
|
.select.is-primary select:hover, .select.is-primary select.is-hovered {
|
|
|
|
.select.is-primary select:hover, .select.is-primary select.is-hovered {
|
|
|
|
border-color: #0b0b0b; }
|
|
|
|
border-color: #e8eef2; }
|
|
|
|
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
|
|
|
|
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(24, 24, 24, 0.25); }
|
|
|
|
box-shadow: 0 0 0 0.125em rgba(248, 250, 251, 0.25); }
|
|
|
|
.select.is-link:not(:hover)::after {
|
|
|
|
.select.is-link:not(:hover)::after {
|
|
|
|
border-color: #EB312E; }
|
|
|
|
border-color: #EB312E; }
|
|
|
|
.select.is-link select {
|
|
|
|
.select.is-link select {
|
|
|
|
@ -4174,21 +4174,21 @@ a.tag:hover {
|
|
|
|
border-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff; }
|
|
|
|
color: #fff; }
|
|
|
|
.file.is-primary .file-cta {
|
|
|
|
.file.is-primary .file-cta {
|
|
|
|
background-color: #181818;
|
|
|
|
background-color: #f8fafb;
|
|
|
|
border-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
|
|
|
|
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
|
|
|
|
background-color: #121212;
|
|
|
|
background-color: #f0f4f6;
|
|
|
|
border-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
|
|
|
|
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
|
|
|
|
border-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: 0 0 0.5em rgba(24, 24, 24, 0.25);
|
|
|
|
box-shadow: 0 0 0.5em rgba(248, 250, 251, 0.25);
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
|
|
|
|
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
|
|
|
|
background-color: #0b0b0b;
|
|
|
|
background-color: #e8eef2;
|
|
|
|
border-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.file.is-link .file-cta {
|
|
|
|
.file.is-link .file-cta {
|
|
|
|
background-color: #EB312E;
|
|
|
|
background-color: #EB312E;
|
|
|
|
border-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
@ -4642,7 +4642,7 @@ a.tag:hover {
|
|
|
|
.help.is-dark {
|
|
|
|
.help.is-dark {
|
|
|
|
color: #363636; }
|
|
|
|
color: #363636; }
|
|
|
|
.help.is-primary {
|
|
|
|
.help.is-primary {
|
|
|
|
color: #181818; }
|
|
|
|
color: #f8fafb; }
|
|
|
|
.help.is-link {
|
|
|
|
.help.is-link {
|
|
|
|
color: #EB312E; }
|
|
|
|
color: #EB312E; }
|
|
|
|
.help.is-info {
|
|
|
|
.help.is-info {
|
|
|
|
@ -5262,13 +5262,13 @@ button.dropdown-item {
|
|
|
|
.message.is-dark .message-body {
|
|
|
|
.message.is-dark .message-body {
|
|
|
|
border-color: #363636; }
|
|
|
|
border-color: #363636; }
|
|
|
|
.message.is-primary {
|
|
|
|
.message.is-primary {
|
|
|
|
background-color: whitesmoke; }
|
|
|
|
background-color: #f8fafb; }
|
|
|
|
.message.is-primary .message-header {
|
|
|
|
.message.is-primary .message-header {
|
|
|
|
background-color: #181818;
|
|
|
|
background-color: #f8fafb;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.message.is-primary .message-body {
|
|
|
|
.message.is-primary .message-body {
|
|
|
|
border-color: #181818;
|
|
|
|
border-color: #f8fafb;
|
|
|
|
color: #8f8f8f; }
|
|
|
|
color: #36515e; }
|
|
|
|
.message.is-link {
|
|
|
|
.message.is-link {
|
|
|
|
background-color: #fdedec; }
|
|
|
|
background-color: #fdedec; }
|
|
|
|
.message.is-link .message-header {
|
|
|
|
.message.is-link .message-header {
|
|
|
|
@ -5721,27 +5721,27 @@ button.dropdown-item {
|
|
|
|
background-color: #363636;
|
|
|
|
background-color: #363636;
|
|
|
|
color: #fff; } }
|
|
|
|
color: #fff; } }
|
|
|
|
.navbar.is-primary {
|
|
|
|
.navbar.is-primary {
|
|
|
|
background-color: #181818;
|
|
|
|
background-color: #f8fafb;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.navbar.is-primary .navbar-brand > .navbar-item,
|
|
|
|
.navbar.is-primary .navbar-brand > .navbar-item,
|
|
|
|
.navbar.is-primary .navbar-brand .navbar-link {
|
|
|
|
.navbar.is-primary .navbar-brand .navbar-link {
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.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 > 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:focus,
|
|
|
|
.navbar.is-primary .navbar-brand .navbar-link:hover,
|
|
|
|
.navbar.is-primary .navbar-brand .navbar-link:hover,
|
|
|
|
.navbar.is-primary .navbar-brand .navbar-link.is-active {
|
|
|
|
.navbar.is-primary .navbar-brand .navbar-link.is-active {
|
|
|
|
background-color: #0b0b0b;
|
|
|
|
background-color: #e8eef2;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.navbar.is-primary .navbar-brand .navbar-link::after {
|
|
|
|
.navbar.is-primary .navbar-brand .navbar-link::after {
|
|
|
|
border-color: #fff; }
|
|
|
|
border-color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.navbar.is-primary .navbar-burger {
|
|
|
|
.navbar.is-primary .navbar-burger {
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
@media screen and (min-width: 1024px) {
|
|
|
|
@media screen and (min-width: 1024px) {
|
|
|
|
.navbar.is-primary .navbar-start > .navbar-item,
|
|
|
|
.navbar.is-primary .navbar-start > .navbar-item,
|
|
|
|
.navbar.is-primary .navbar-start .navbar-link,
|
|
|
|
.navbar.is-primary .navbar-start .navbar-link,
|
|
|
|
.navbar.is-primary .navbar-end > .navbar-item,
|
|
|
|
.navbar.is-primary .navbar-end > .navbar-item,
|
|
|
|
.navbar.is-primary .navbar-end .navbar-link {
|
|
|
|
.navbar.is-primary .navbar-end .navbar-link {
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.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 > 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:focus,
|
|
|
|
.navbar.is-primary .navbar-start .navbar-link:hover,
|
|
|
|
.navbar.is-primary .navbar-start .navbar-link:hover,
|
|
|
|
@ -5752,19 +5752,19 @@ button.dropdown-item {
|
|
|
|
.navbar.is-primary .navbar-end .navbar-link:focus,
|
|
|
|
.navbar.is-primary .navbar-end .navbar-link:focus,
|
|
|
|
.navbar.is-primary .navbar-end .navbar-link:hover,
|
|
|
|
.navbar.is-primary .navbar-end .navbar-link:hover,
|
|
|
|
.navbar.is-primary .navbar-end .navbar-link.is-active {
|
|
|
|
.navbar.is-primary .navbar-end .navbar-link.is-active {
|
|
|
|
background-color: #0b0b0b;
|
|
|
|
background-color: #e8eef2;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.navbar.is-primary .navbar-start .navbar-link::after,
|
|
|
|
.navbar.is-primary .navbar-start .navbar-link::after,
|
|
|
|
.navbar.is-primary .navbar-end .navbar-link::after {
|
|
|
|
.navbar.is-primary .navbar-end .navbar-link::after {
|
|
|
|
border-color: #fff; }
|
|
|
|
border-color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
|
|
|
|
.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:hover .navbar-link,
|
|
|
|
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
|
|
|
|
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
|
|
|
|
background-color: #0b0b0b;
|
|
|
|
background-color: #e8eef2;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
|
|
|
|
.navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
|
|
|
|
background-color: #181818;
|
|
|
|
background-color: #f8fafb;
|
|
|
|
color: #fff; } }
|
|
|
|
color: rgba(0, 0, 0, 0.7); } }
|
|
|
|
.navbar.is-link {
|
|
|
|
.navbar.is-link {
|
|
|
|
background-color: #EB312E;
|
|
|
|
background-color: #EB312E;
|
|
|
|
color: #fff; }
|
|
|
|
color: #fff; }
|
|
|
|
@ -7125,12 +7125,12 @@ a.navbar-item,
|
|
|
|
.panel.is-dark .panel-block.is-active .panel-icon {
|
|
|
|
.panel.is-dark .panel-block.is-active .panel-icon {
|
|
|
|
color: #363636; }
|
|
|
|
color: #363636; }
|
|
|
|
.panel.is-primary .panel-heading {
|
|
|
|
.panel.is-primary .panel-heading {
|
|
|
|
background-color: #181818;
|
|
|
|
background-color: #f8fafb;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.panel.is-primary .panel-tabs a.is-active {
|
|
|
|
.panel.is-primary .panel-tabs a.is-active {
|
|
|
|
border-bottom-color: #181818; }
|
|
|
|
border-bottom-color: #f8fafb; }
|
|
|
|
.panel.is-primary .panel-block.is-active .panel-icon {
|
|
|
|
.panel.is-primary .panel-block.is-active .panel-icon {
|
|
|
|
color: #181818; }
|
|
|
|
color: #f8fafb; }
|
|
|
|
.panel.is-link .panel-heading {
|
|
|
|
.panel.is-link .panel-heading {
|
|
|
|
background-color: #EB312E;
|
|
|
|
background-color: #EB312E;
|
|
|
|
color: #fff; }
|
|
|
|
color: #fff; }
|
|
|
|
@ -8678,31 +8678,31 @@ a.has-text-dark:hover, a.has-text-dark:focus {
|
|
|
|
background-color: #363636 !important; }
|
|
|
|
background-color: #363636 !important; }
|
|
|
|
|
|
|
|
|
|
|
|
.has-text-primary {
|
|
|
|
.has-text-primary {
|
|
|
|
color: #181818 !important; }
|
|
|
|
color: #f8fafb !important; }
|
|
|
|
|
|
|
|
|
|
|
|
a.has-text-primary:hover, a.has-text-primary:focus {
|
|
|
|
a.has-text-primary:hover, a.has-text-primary:focus {
|
|
|
|
color: black !important; }
|
|
|
|
color: #d8e3e8 !important; }
|
|
|
|
|
|
|
|
|
|
|
|
.has-background-primary {
|
|
|
|
.has-background-primary {
|
|
|
|
background-color: #181818 !important; }
|
|
|
|
background-color: #f8fafb !important; }
|
|
|
|
|
|
|
|
|
|
|
|
.has-text-primary-light {
|
|
|
|
.has-text-primary-light {
|
|
|
|
color: whitesmoke !important; }
|
|
|
|
color: #f8fafb !important; }
|
|
|
|
|
|
|
|
|
|
|
|
a.has-text-primary-light:hover, a.has-text-primary-light:focus {
|
|
|
|
a.has-text-primary-light:hover, a.has-text-primary-light:focus {
|
|
|
|
color: #dbdbdb !important; }
|
|
|
|
color: #d8e3e8 !important; }
|
|
|
|
|
|
|
|
|
|
|
|
.has-background-primary-light {
|
|
|
|
.has-background-primary-light {
|
|
|
|
background-color: whitesmoke !important; }
|
|
|
|
background-color: #f8fafb !important; }
|
|
|
|
|
|
|
|
|
|
|
|
.has-text-primary-dark {
|
|
|
|
.has-text-primary-dark {
|
|
|
|
color: #8f8f8f !important; }
|
|
|
|
color: #36515e !important; }
|
|
|
|
|
|
|
|
|
|
|
|
a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
|
|
|
|
a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
|
|
|
|
color: #a8a8a8 !important; }
|
|
|
|
color: #486c7f !important; }
|
|
|
|
|
|
|
|
|
|
|
|
.has-background-primary-dark {
|
|
|
|
.has-background-primary-dark {
|
|
|
|
background-color: #8f8f8f !important; }
|
|
|
|
background-color: #36515e !important; }
|
|
|
|
|
|
|
|
|
|
|
|
.has-text-link {
|
|
|
|
.has-text-link {
|
|
|
|
color: #EB312E !important; }
|
|
|
|
color: #EB312E !important; }
|
|
|
|
@ -10626,50 +10626,50 @@ a.has-text-nexi-yellow-dark:hover, a.has-text-nexi-yellow-dark:focus {
|
|
|
|
.hero.is-dark.is-bold .navbar-menu {
|
|
|
|
.hero.is-dark.is-bold .navbar-menu {
|
|
|
|
background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); } }
|
|
|
|
background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); } }
|
|
|
|
.hero.is-primary {
|
|
|
|
.hero.is-primary {
|
|
|
|
background-color: #181818;
|
|
|
|
background-color: #f8fafb;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
|
|
|
|
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
|
|
|
|
.hero.is-primary strong {
|
|
|
|
.hero.is-primary strong {
|
|
|
|
color: inherit; }
|
|
|
|
color: inherit; }
|
|
|
|
.hero.is-primary .title {
|
|
|
|
.hero.is-primary .title {
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.hero.is-primary .subtitle {
|
|
|
|
.hero.is-primary .subtitle {
|
|
|
|
color: rgba(255, 255, 255, 0.9); }
|
|
|
|
color: rgba(0, 0, 0, 0.9); }
|
|
|
|
.hero.is-primary .subtitle a:not(.button),
|
|
|
|
.hero.is-primary .subtitle a:not(.button),
|
|
|
|
.hero.is-primary .subtitle strong {
|
|
|
|
.hero.is-primary .subtitle strong {
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
@media screen and (max-width: 1023px) {
|
|
|
|
@media screen and (max-width: 1023px) {
|
|
|
|
.hero.is-primary .navbar-menu {
|
|
|
|
.hero.is-primary .navbar-menu {
|
|
|
|
background-color: #181818; } }
|
|
|
|
background-color: #f8fafb; } }
|
|
|
|
.hero.is-primary .navbar-item,
|
|
|
|
.hero.is-primary .navbar-item,
|
|
|
|
.hero.is-primary .navbar-link {
|
|
|
|
.hero.is-primary .navbar-link {
|
|
|
|
color: rgba(255, 255, 255, 0.7); }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
|
|
|
|
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
|
|
|
|
.hero.is-primary .navbar-link:hover,
|
|
|
|
.hero.is-primary .navbar-link:hover,
|
|
|
|
.hero.is-primary .navbar-link.is-active {
|
|
|
|
.hero.is-primary .navbar-link.is-active {
|
|
|
|
background-color: #0b0b0b;
|
|
|
|
background-color: #e8eef2;
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.hero.is-primary .tabs a {
|
|
|
|
.hero.is-primary .tabs a {
|
|
|
|
color: #fff;
|
|
|
|
color: rgba(0, 0, 0, 0.7);
|
|
|
|
opacity: 0.9; }
|
|
|
|
opacity: 0.9; }
|
|
|
|
.hero.is-primary .tabs a:hover {
|
|
|
|
.hero.is-primary .tabs a:hover {
|
|
|
|
opacity: 1; }
|
|
|
|
opacity: 1; }
|
|
|
|
.hero.is-primary .tabs li.is-active a {
|
|
|
|
.hero.is-primary .tabs li.is-active a {
|
|
|
|
color: #181818 !important;
|
|
|
|
color: #f8fafb !important;
|
|
|
|
opacity: 1; }
|
|
|
|
opacity: 1; }
|
|
|
|
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
|
|
|
|
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
|
|
|
|
color: #fff; }
|
|
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
|
|
|
|
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
|
|
|
|
background-color: rgba(10, 10, 10, 0.1); }
|
|
|
|
background-color: rgba(10, 10, 10, 0.1); }
|
|
|
|
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
|
|
|
|
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
|
|
|
|
background-color: #fff;
|
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
|
border-color: #fff;
|
|
|
|
border-color: rgba(0, 0, 0, 0.7);
|
|
|
|
color: #181818; }
|
|
|
|
color: #f8fafb; }
|
|
|
|
.hero.is-primary.is-bold {
|
|
|
|
.hero.is-primary.is-bold {
|
|
|
|
background-image: linear-gradient(141deg, black 0%, #181818 71%, #272423 100%); }
|
|
|
|
background-image: linear-gradient(141deg, #d4e8ec 0%, #f8fafb 71%, white 100%); }
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
.hero.is-primary.is-bold .navbar-menu {
|
|
|
|
.hero.is-primary.is-bold .navbar-menu {
|
|
|
|
background-image: linear-gradient(141deg, black 0%, #181818 71%, #272423 100%); } }
|
|
|
|
background-image: linear-gradient(141deg, #d4e8ec 0%, #f8fafb 71%, white 100%); } }
|
|
|
|
.hero.is-link {
|
|
|
|
.hero.is-link {
|
|
|
|
background-color: #EB312E;
|
|
|
|
background-color: #EB312E;
|
|
|
|
color: #fff; }
|
|
|
|
color: #fff; }
|
|
|
|
|