small styling tests
This commit is contained in:
@@ -306,7 +306,7 @@ body {
|
||||
line-height: 1.5; }
|
||||
|
||||
a {
|
||||
color: #3273dc;
|
||||
color: #757763;
|
||||
cursor: pointer;
|
||||
text-decoration: none; }
|
||||
a strong {
|
||||
@@ -720,22 +720,22 @@ a.has-text-primary:hover, a.has-text-primary:focus {
|
||||
background-color: #757763 !important; }
|
||||
|
||||
.has-text-link {
|
||||
color: #3273dc !important; }
|
||||
color: #757763 !important; }
|
||||
|
||||
a.has-text-link:hover, a.has-text-link:focus {
|
||||
color: #205bbc !important; }
|
||||
color: #5a5b4c !important; }
|
||||
|
||||
.has-background-link {
|
||||
background-color: #3273dc !important; }
|
||||
background-color: #757763 !important; }
|
||||
|
||||
.has-text-info {
|
||||
color: #209cee !important; }
|
||||
color: #C9AD6A !important; }
|
||||
|
||||
a.has-text-info:hover, a.has-text-info:focus {
|
||||
color: #0f81cc !important; }
|
||||
color: #bb9845 !important; }
|
||||
|
||||
.has-background-info {
|
||||
background-color: #209cee !important; }
|
||||
background-color: #C9AD6A !important; }
|
||||
|
||||
.has-text-success {
|
||||
color: #23d160 !important; }
|
||||
@@ -1155,10 +1155,10 @@ a.has-text-danger:hover, a.has-text-danger:focus {
|
||||
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 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #757763; }
|
||||
|
||||
a.box:active {
|
||||
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; }
|
||||
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #757763; }
|
||||
|
||||
.button {
|
||||
background-color: white;
|
||||
@@ -1194,7 +1194,7 @@ a.box:active {
|
||||
border-color: #3273dc;
|
||||
color: #363636; }
|
||||
.button:focus:not(:active), .button.is-focused:not(:active) {
|
||||
box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
|
||||
box-shadow: 0 0 0 0.125em rgba(117, 119, 99, 0.25); }
|
||||
.button:active, .button.is-active {
|
||||
border-color: #4a4a4a;
|
||||
color: #363636; }
|
||||
@@ -1555,30 +1555,30 @@ a.box:active {
|
||||
box-shadow: none;
|
||||
color: #fff; }
|
||||
.button.is-link {
|
||||
background-color: #3273dc;
|
||||
background-color: #757763;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.button.is-link:hover, .button.is-link.is-hovered {
|
||||
background-color: #276cda;
|
||||
background-color: #6e705d;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.button.is-link:focus, .button.is-link.is-focused {
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
|
||||
box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
|
||||
box-shadow: 0 0 0 0.125em rgba(117, 119, 99, 0.25); }
|
||||
.button.is-link:active, .button.is-link.is-active {
|
||||
background-color: #2366d1;
|
||||
background-color: #676957;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.button.is-link[disabled],
|
||||
fieldset[disabled] .button.is-link {
|
||||
background-color: #3273dc;
|
||||
background-color: #757763;
|
||||
border-color: transparent;
|
||||
box-shadow: none; }
|
||||
.button.is-link.is-inverted {
|
||||
background-color: #fff;
|
||||
color: #3273dc; }
|
||||
color: #757763; }
|
||||
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
|
||||
background-color: #f2f2f2; }
|
||||
.button.is-link.is-inverted[disabled],
|
||||
@@ -1586,36 +1586,36 @@ a.box:active {
|
||||
background-color: #fff;
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
color: #3273dc; }
|
||||
color: #757763; }
|
||||
.button.is-link.is-loading::after {
|
||||
border-color: transparent transparent #fff #fff !important; }
|
||||
.button.is-link.is-outlined {
|
||||
background-color: transparent;
|
||||
border-color: #3273dc;
|
||||
color: #3273dc; }
|
||||
border-color: #757763;
|
||||
color: #757763; }
|
||||
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
|
||||
background-color: #3273dc;
|
||||
border-color: #3273dc;
|
||||
background-color: #757763;
|
||||
border-color: #757763;
|
||||
color: #fff; }
|
||||
.button.is-link.is-outlined.is-loading::after {
|
||||
border-color: transparent transparent #3273dc #3273dc !important; }
|
||||
border-color: transparent transparent #757763 #757763 !important; }
|
||||
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
|
||||
border-color: transparent transparent #fff #fff !important; }
|
||||
.button.is-link.is-outlined[disabled],
|
||||
fieldset[disabled] .button.is-link.is-outlined {
|
||||
background-color: transparent;
|
||||
border-color: #3273dc;
|
||||
border-color: #757763;
|
||||
box-shadow: none;
|
||||
color: #3273dc; }
|
||||
color: #757763; }
|
||||
.button.is-link.is-inverted.is-outlined {
|
||||
background-color: transparent;
|
||||
border-color: #fff;
|
||||
color: #fff; }
|
||||
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
|
||||
background-color: #fff;
|
||||
color: #3273dc; }
|
||||
color: #757763; }
|
||||
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
|
||||
border-color: transparent transparent #3273dc #3273dc !important; }
|
||||
border-color: transparent transparent #757763 #757763 !important; }
|
||||
.button.is-link.is-inverted.is-outlined[disabled],
|
||||
fieldset[disabled] .button.is-link.is-inverted.is-outlined {
|
||||
background-color: transparent;
|
||||
@@ -1623,30 +1623,30 @@ a.box:active {
|
||||
box-shadow: none;
|
||||
color: #fff; }
|
||||
.button.is-info {
|
||||
background-color: #209cee;
|
||||
background-color: #C9AD6A;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.button.is-info:hover, .button.is-info.is-hovered {
|
||||
background-color: #1496ed;
|
||||
background-color: #c6a861;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.button.is-info:focus, .button.is-info.is-focused {
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
|
||||
box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
|
||||
box-shadow: 0 0 0 0.125em rgba(201, 173, 106, 0.25); }
|
||||
.button.is-info:active, .button.is-info.is-active {
|
||||
background-color: #118fe4;
|
||||
background-color: #c2a357;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.button.is-info[disabled],
|
||||
fieldset[disabled] .button.is-info {
|
||||
background-color: #209cee;
|
||||
background-color: #C9AD6A;
|
||||
border-color: transparent;
|
||||
box-shadow: none; }
|
||||
.button.is-info.is-inverted {
|
||||
background-color: #fff;
|
||||
color: #209cee; }
|
||||
color: #C9AD6A; }
|
||||
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
|
||||
background-color: #f2f2f2; }
|
||||
.button.is-info.is-inverted[disabled],
|
||||
@@ -1654,36 +1654,36 @@ a.box:active {
|
||||
background-color: #fff;
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
color: #209cee; }
|
||||
color: #C9AD6A; }
|
||||
.button.is-info.is-loading::after {
|
||||
border-color: transparent transparent #fff #fff !important; }
|
||||
.button.is-info.is-outlined {
|
||||
background-color: transparent;
|
||||
border-color: #209cee;
|
||||
color: #209cee; }
|
||||
border-color: #C9AD6A;
|
||||
color: #C9AD6A; }
|
||||
.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: #209cee;
|
||||
border-color: #209cee;
|
||||
background-color: #C9AD6A;
|
||||
border-color: #C9AD6A;
|
||||
color: #fff; }
|
||||
.button.is-info.is-outlined.is-loading::after {
|
||||
border-color: transparent transparent #209cee #209cee !important; }
|
||||
border-color: transparent transparent #C9AD6A #C9AD6A !important; }
|
||||
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
|
||||
border-color: transparent transparent #fff #fff !important; }
|
||||
.button.is-info.is-outlined[disabled],
|
||||
fieldset[disabled] .button.is-info.is-outlined {
|
||||
background-color: transparent;
|
||||
border-color: #209cee;
|
||||
border-color: #C9AD6A;
|
||||
box-shadow: none;
|
||||
color: #209cee; }
|
||||
color: #C9AD6A; }
|
||||
.button.is-info.is-inverted.is-outlined {
|
||||
background-color: transparent;
|
||||
border-color: #fff;
|
||||
color: #fff; }
|
||||
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
|
||||
background-color: #fff;
|
||||
color: #209cee; }
|
||||
color: #C9AD6A; }
|
||||
.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 #209cee #209cee !important; }
|
||||
border-color: transparent transparent #C9AD6A #C9AD6A !important; }
|
||||
.button.is-info.is-inverted.is-outlined[disabled],
|
||||
fieldset[disabled] .button.is-info.is-inverted.is-outlined {
|
||||
background-color: transparent;
|
||||
@@ -2285,10 +2285,10 @@ a.box:active {
|
||||
background-color: #757763;
|
||||
color: #fff; }
|
||||
.notification.is-link {
|
||||
background-color: #3273dc;
|
||||
background-color: #757763;
|
||||
color: #fff; }
|
||||
.notification.is-info {
|
||||
background-color: #209cee;
|
||||
background-color: #C9AD6A;
|
||||
color: #fff; }
|
||||
.notification.is-success {
|
||||
background-color: #23d160;
|
||||
@@ -2360,21 +2360,21 @@ a.box:active {
|
||||
.progress.is-primary:indeterminate {
|
||||
background-image: linear-gradient(to right, #757763 30%, #dbdbdb 30%); }
|
||||
.progress.is-link::-webkit-progress-value {
|
||||
background-color: #3273dc; }
|
||||
background-color: #757763; }
|
||||
.progress.is-link::-moz-progress-bar {
|
||||
background-color: #3273dc; }
|
||||
background-color: #757763; }
|
||||
.progress.is-link::-ms-fill {
|
||||
background-color: #3273dc; }
|
||||
background-color: #757763; }
|
||||
.progress.is-link:indeterminate {
|
||||
background-image: linear-gradient(to right, #3273dc 30%, #dbdbdb 30%); }
|
||||
background-image: linear-gradient(to right, #757763 30%, #dbdbdb 30%); }
|
||||
.progress.is-info::-webkit-progress-value {
|
||||
background-color: #209cee; }
|
||||
background-color: #C9AD6A; }
|
||||
.progress.is-info::-moz-progress-bar {
|
||||
background-color: #209cee; }
|
||||
background-color: #C9AD6A; }
|
||||
.progress.is-info::-ms-fill {
|
||||
background-color: #209cee; }
|
||||
background-color: #C9AD6A; }
|
||||
.progress.is-info:indeterminate {
|
||||
background-image: linear-gradient(to right, #209cee 30%, #dbdbdb 30%); }
|
||||
background-image: linear-gradient(to right, #C9AD6A 30%, #dbdbdb 30%); }
|
||||
.progress.is-success::-webkit-progress-value {
|
||||
background-color: #23d160; }
|
||||
.progress.is-success::-moz-progress-bar {
|
||||
@@ -2431,7 +2431,7 @@ a.box:active {
|
||||
color: #363636; }
|
||||
.table td,
|
||||
.table th {
|
||||
border: 1px solid #dbdbdb;
|
||||
border: 1px solid #58180D;
|
||||
border-width: 0 0 1px;
|
||||
padding: 0.5em 0.75em;
|
||||
vertical-align: top; }
|
||||
@@ -2462,13 +2462,13 @@ a.box:active {
|
||||
color: #fff; }
|
||||
.table td.is-link,
|
||||
.table th.is-link {
|
||||
background-color: #3273dc;
|
||||
border-color: #3273dc;
|
||||
background-color: #757763;
|
||||
border-color: #757763;
|
||||
color: #fff; }
|
||||
.table td.is-info,
|
||||
.table th.is-info {
|
||||
background-color: #209cee;
|
||||
border-color: #209cee;
|
||||
background-color: #C9AD6A;
|
||||
border-color: #C9AD6A;
|
||||
color: #fff; }
|
||||
.table td.is-success,
|
||||
.table th.is-success {
|
||||
@@ -2547,7 +2547,7 @@ a.box:active {
|
||||
.table.is-narrow th {
|
||||
padding: 0.25em 0.5em; }
|
||||
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
|
||||
background-color: #fafafa; }
|
||||
background-color: #FCF2C5; }
|
||||
|
||||
.table-container {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
@@ -2625,10 +2625,10 @@ a.box:active {
|
||||
background-color: #757763;
|
||||
color: #fff; }
|
||||
.tag:not(body).is-link {
|
||||
background-color: #3273dc;
|
||||
background-color: #757763;
|
||||
color: #fff; }
|
||||
.tag:not(body).is-info {
|
||||
background-color: #209cee;
|
||||
background-color: #C9AD6A;
|
||||
color: #fff; }
|
||||
.tag:not(body).is-success {
|
||||
background-color: #23d160;
|
||||
@@ -2800,8 +2800,8 @@ a.tag:hover {
|
||||
.input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
|
||||
border-color: #b5b5b5; }
|
||||
.input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active {
|
||||
border-color: #3273dc;
|
||||
box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
|
||||
border-color: #757763;
|
||||
box-shadow: 0 0 0 0.125em rgba(117, 119, 99, 0.25); }
|
||||
.input[disabled], .textarea[disabled], .select select[disabled],
|
||||
fieldset[disabled] .input,
|
||||
fieldset[disabled] .textarea,
|
||||
@@ -2863,13 +2863,13 @@ a.tag:hover {
|
||||
.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(117, 119, 99, 0.25); }
|
||||
.is-link.input, .is-link.textarea {
|
||||
border-color: #3273dc; }
|
||||
border-color: #757763; }
|
||||
.is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea {
|
||||
box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
|
||||
box-shadow: 0 0 0 0.125em rgba(117, 119, 99, 0.25); }
|
||||
.is-info.input, .is-info.textarea {
|
||||
border-color: #209cee; }
|
||||
border-color: #C9AD6A; }
|
||||
.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(32, 156, 238, 0.25); }
|
||||
box-shadow: 0 0 0 0.125em rgba(201, 173, 106, 0.25); }
|
||||
.is-success.input, .is-success.textarea {
|
||||
border-color: #23d160; }
|
||||
.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 {
|
||||
@@ -2948,7 +2948,7 @@ a.tag:hover {
|
||||
.select:not(.is-multiple) {
|
||||
height: 2.25em; }
|
||||
.select:not(.is-multiple):not(.is-loading)::after {
|
||||
border-color: #3273dc;
|
||||
border-color: #757763;
|
||||
right: 1.125em;
|
||||
z-index: 4; }
|
||||
.select.is-rounded select {
|
||||
@@ -3015,21 +3015,21 @@ a.tag:hover {
|
||||
.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(117, 119, 99, 0.25); }
|
||||
.select.is-link:not(:hover)::after {
|
||||
border-color: #3273dc; }
|
||||
border-color: #757763; }
|
||||
.select.is-link select {
|
||||
border-color: #3273dc; }
|
||||
border-color: #757763; }
|
||||
.select.is-link select:hover, .select.is-link select.is-hovered {
|
||||
border-color: #2366d1; }
|
||||
border-color: #676957; }
|
||||
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
|
||||
box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
|
||||
box-shadow: 0 0 0 0.125em rgba(117, 119, 99, 0.25); }
|
||||
.select.is-info:not(:hover)::after {
|
||||
border-color: #209cee; }
|
||||
border-color: #C9AD6A; }
|
||||
.select.is-info select {
|
||||
border-color: #209cee; }
|
||||
border-color: #C9AD6A; }
|
||||
.select.is-info select:hover, .select.is-info select.is-hovered {
|
||||
border-color: #118fe4; }
|
||||
border-color: #c2a357; }
|
||||
.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(201, 173, 106, 0.25); }
|
||||
.select.is-success:not(:hover)::after {
|
||||
border-color: #23d160; }
|
||||
.select.is-success select {
|
||||
@@ -3166,35 +3166,35 @@ a.tag:hover {
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.file.is-link .file-cta {
|
||||
background-color: #3273dc;
|
||||
background-color: #757763;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
|
||||
background-color: #276cda;
|
||||
background-color: #6e705d;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
|
||||
border-color: transparent;
|
||||
box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
|
||||
box-shadow: 0 0 0.5em rgba(117, 119, 99, 0.25);
|
||||
color: #fff; }
|
||||
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
|
||||
background-color: #2366d1;
|
||||
background-color: #676957;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.file.is-info .file-cta {
|
||||
background-color: #209cee;
|
||||
background-color: #C9AD6A;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
|
||||
background-color: #1496ed;
|
||||
background-color: #c6a861;
|
||||
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(201, 173, 106, 0.25);
|
||||
color: #fff; }
|
||||
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
|
||||
background-color: #118fe4;
|
||||
background-color: #c2a357;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.file.is-success .file-cta {
|
||||
@@ -3394,9 +3394,9 @@ a.tag:hover {
|
||||
.help.is-primary {
|
||||
color: #757763; }
|
||||
.help.is-link {
|
||||
color: #3273dc; }
|
||||
color: #757763; }
|
||||
.help.is-info {
|
||||
color: #209cee; }
|
||||
color: #C9AD6A; }
|
||||
.help.is-success {
|
||||
color: #23d160; }
|
||||
.help.is-warning {
|
||||
@@ -3592,7 +3592,7 @@ a.tag:hover {
|
||||
white-space: nowrap; }
|
||||
.breadcrumb a {
|
||||
align-items: center;
|
||||
color: #3273dc;
|
||||
color: #757763;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 0 0.75em; }
|
||||
@@ -3750,7 +3750,7 @@ button.dropdown-item {
|
||||
color: #0a0a0a; }
|
||||
a.dropdown-item.is-active,
|
||||
button.dropdown-item.is-active {
|
||||
background-color: #3273dc;
|
||||
background-color: #757763;
|
||||
color: #fff; }
|
||||
|
||||
.dropdown-divider {
|
||||
@@ -3849,7 +3849,7 @@ button.dropdown-item {
|
||||
.list-item:not(:last-child) {
|
||||
border-bottom: 1px solid #dbdbdb; }
|
||||
.list-item.is-active {
|
||||
background-color: #3273dc;
|
||||
background-color: #757763;
|
||||
color: #fff; }
|
||||
|
||||
a.list-item {
|
||||
@@ -3923,7 +3923,7 @@ a.list-item {
|
||||
background-color: whitesmoke;
|
||||
color: #363636; }
|
||||
.menu-list a.is-active {
|
||||
background-color: #3273dc;
|
||||
background-color: #757763;
|
||||
color: #fff; }
|
||||
.menu-list li ul {
|
||||
border-left: 1px solid #dbdbdb;
|
||||
@@ -3996,21 +3996,21 @@ a.list-item {
|
||||
border-color: #757763;
|
||||
color: #444441; }
|
||||
.message.is-link {
|
||||
background-color: #f6f9fe; }
|
||||
background-color: #fafaf9; }
|
||||
.message.is-link .message-header {
|
||||
background-color: #3273dc;
|
||||
background-color: #757763;
|
||||
color: #fff; }
|
||||
.message.is-link .message-body {
|
||||
border-color: #3273dc;
|
||||
color: #22509a; }
|
||||
border-color: #757763;
|
||||
color: #444441; }
|
||||
.message.is-info {
|
||||
background-color: #f6fbfe; }
|
||||
background-color: #fcfbf8; }
|
||||
.message.is-info .message-header {
|
||||
background-color: #209cee;
|
||||
background-color: #C9AD6A;
|
||||
color: #fff; }
|
||||
.message.is-info .message-body {
|
||||
border-color: #209cee;
|
||||
color: #12537e; }
|
||||
border-color: #C9AD6A;
|
||||
color: #564a2c; }
|
||||
.message.is-success {
|
||||
background-color: #f6fef9; }
|
||||
.message.is-success .message-header {
|
||||
@@ -4380,7 +4380,7 @@ a.list-item {
|
||||
background-color: #757763;
|
||||
color: #fff; } }
|
||||
.navbar.is-link {
|
||||
background-color: #3273dc;
|
||||
background-color: #757763;
|
||||
color: #fff; }
|
||||
.navbar.is-link .navbar-brand > .navbar-item,
|
||||
.navbar.is-link .navbar-brand .navbar-link {
|
||||
@@ -4389,7 +4389,7 @@ a.list-item {
|
||||
.navbar.is-link .navbar-brand .navbar-link:focus,
|
||||
.navbar.is-link .navbar-brand .navbar-link:hover,
|
||||
.navbar.is-link .navbar-brand .navbar-link.is-active {
|
||||
background-color: #2366d1;
|
||||
background-color: #676957;
|
||||
color: #fff; }
|
||||
.navbar.is-link .navbar-brand .navbar-link::after {
|
||||
border-color: #fff; }
|
||||
@@ -4411,7 +4411,7 @@ a.list-item {
|
||||
.navbar.is-link .navbar-end .navbar-link:focus,
|
||||
.navbar.is-link .navbar-end .navbar-link:hover,
|
||||
.navbar.is-link .navbar-end .navbar-link.is-active {
|
||||
background-color: #2366d1;
|
||||
background-color: #676957;
|
||||
color: #fff; }
|
||||
.navbar.is-link .navbar-start .navbar-link::after,
|
||||
.navbar.is-link .navbar-end .navbar-link::after {
|
||||
@@ -4419,13 +4419,13 @@ a.list-item {
|
||||
.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
|
||||
.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
|
||||
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
|
||||
background-color: #2366d1;
|
||||
background-color: #676957;
|
||||
color: #fff; }
|
||||
.navbar.is-link .navbar-dropdown a.navbar-item.is-active {
|
||||
background-color: #3273dc;
|
||||
background-color: #757763;
|
||||
color: #fff; } }
|
||||
.navbar.is-info {
|
||||
background-color: #209cee;
|
||||
background-color: #C9AD6A;
|
||||
color: #fff; }
|
||||
.navbar.is-info .navbar-brand > .navbar-item,
|
||||
.navbar.is-info .navbar-brand .navbar-link {
|
||||
@@ -4434,7 +4434,7 @@ a.list-item {
|
||||
.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: #c2a357;
|
||||
color: #fff; }
|
||||
.navbar.is-info .navbar-brand .navbar-link::after {
|
||||
border-color: #fff; }
|
||||
@@ -4456,7 +4456,7 @@ a.list-item {
|
||||
.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: #c2a357;
|
||||
color: #fff; }
|
||||
.navbar.is-info .navbar-start .navbar-link::after,
|
||||
.navbar.is-info .navbar-end .navbar-link::after {
|
||||
@@ -4464,10 +4464,10 @@ a.list-item {
|
||||
.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: #c2a357;
|
||||
color: #fff; }
|
||||
.navbar.is-info .navbar-dropdown a.navbar-item.is-active {
|
||||
background-color: #209cee;
|
||||
background-color: #C9AD6A;
|
||||
color: #fff; } }
|
||||
.navbar.is-success {
|
||||
background-color: #23d160;
|
||||
@@ -4705,7 +4705,7 @@ a.navbar-item,
|
||||
.navbar-link:hover,
|
||||
.navbar-link.is-active {
|
||||
background-color: #fafafa;
|
||||
color: #3273dc; }
|
||||
color: #757763; }
|
||||
|
||||
.navbar-item {
|
||||
display: block;
|
||||
@@ -4724,13 +4724,13 @@ a.navbar-item,
|
||||
padding-bottom: calc(0.5rem - 1px); }
|
||||
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
|
||||
background-color: transparent;
|
||||
border-bottom-color: #3273dc; }
|
||||
border-bottom-color: #757763; }
|
||||
.navbar-item.is-tab.is-active {
|
||||
background-color: transparent;
|
||||
border-bottom-color: #3273dc;
|
||||
border-bottom-color: #757763;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 3px;
|
||||
color: #3273dc;
|
||||
color: #757763;
|
||||
padding-bottom: calc(0.5rem - 3px); }
|
||||
|
||||
.navbar-content {
|
||||
@@ -4740,7 +4740,7 @@ a.navbar-item,
|
||||
.navbar-link:not(.is-arrowless) {
|
||||
padding-right: 2.5em; }
|
||||
.navbar-link:not(.is-arrowless)::after {
|
||||
border-color: #3273dc;
|
||||
border-color: #757763;
|
||||
margin-top: -0.375em;
|
||||
right: 1.125em; }
|
||||
|
||||
@@ -4825,7 +4825,7 @@ a.navbar-item,
|
||||
color: #0a0a0a; }
|
||||
.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
|
||||
background-color: whitesmoke;
|
||||
color: #3273dc; }
|
||||
color: #757763; }
|
||||
.navbar-burger {
|
||||
display: none; }
|
||||
.navbar-item,
|
||||
@@ -4883,7 +4883,7 @@ a.navbar-item,
|
||||
color: #0a0a0a; }
|
||||
.navbar-dropdown a.navbar-item.is-active {
|
||||
background-color: whitesmoke;
|
||||
color: #3273dc; }
|
||||
color: #757763; }
|
||||
.navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
|
||||
border-radius: 6px;
|
||||
border-top: none;
|
||||
@@ -5011,8 +5011,8 @@ a.navbar-item,
|
||||
white-space: nowrap; }
|
||||
|
||||
.pagination-link.is-current {
|
||||
background-color: #3273dc;
|
||||
border-color: #3273dc;
|
||||
background-color: #757763;
|
||||
border-color: #757763;
|
||||
color: #fff; }
|
||||
|
||||
.pagination-ellipsis {
|
||||
@@ -5101,7 +5101,7 @@ a.navbar-item,
|
||||
.panel-list a {
|
||||
color: #4a4a4a; }
|
||||
.panel-list a:hover {
|
||||
color: #3273dc; }
|
||||
color: #757763; }
|
||||
|
||||
.panel-block {
|
||||
align-items: center;
|
||||
@@ -5118,10 +5118,10 @@ a.navbar-item,
|
||||
.panel-block.is-wrapped {
|
||||
flex-wrap: wrap; }
|
||||
.panel-block.is-active {
|
||||
border-left-color: #3273dc;
|
||||
border-left-color: #757763;
|
||||
color: #363636; }
|
||||
.panel-block.is-active .panel-icon {
|
||||
color: #3273dc; }
|
||||
color: #757763; }
|
||||
|
||||
a.panel-block,
|
||||
label.panel-block {
|
||||
@@ -5170,8 +5170,8 @@ label.panel-block {
|
||||
.tabs li {
|
||||
display: block; }
|
||||
.tabs li.is-active a {
|
||||
border-bottom-color: #3273dc;
|
||||
color: #3273dc; }
|
||||
border-bottom-color: #757763;
|
||||
color: #757763; }
|
||||
.tabs ul {
|
||||
align-items: center;
|
||||
border-bottom-color: #dbdbdb;
|
||||
@@ -5229,8 +5229,8 @@ label.panel-block {
|
||||
.tabs.is-toggle li:last-child a {
|
||||
border-radius: 0 4px 4px 0; }
|
||||
.tabs.is-toggle li.is-active a {
|
||||
background-color: #3273dc;
|
||||
border-color: #3273dc;
|
||||
background-color: #757763;
|
||||
border-color: #757763;
|
||||
color: #fff;
|
||||
z-index: 1; }
|
||||
.tabs.is-toggle ul {
|
||||
@@ -6664,7 +6664,7 @@ label.panel-block {
|
||||
.hero.is-primary.is-bold .navbar-menu {
|
||||
background-image: linear-gradient(141deg, #646143 0%, #757763 71%, #828b68 100%); } }
|
||||
.hero.is-link {
|
||||
background-color: #3273dc;
|
||||
background-color: #757763;
|
||||
color: #fff; }
|
||||
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
|
||||
.hero.is-link strong {
|
||||
@@ -6678,14 +6678,14 @@ label.panel-block {
|
||||
color: #fff; }
|
||||
@media screen and (max-width: 1023px) {
|
||||
.hero.is-link .navbar-menu {
|
||||
background-color: #3273dc; } }
|
||||
background-color: #757763; } }
|
||||
.hero.is-link .navbar-item,
|
||||
.hero.is-link .navbar-link {
|
||||
color: rgba(255, 255, 255, 0.7); }
|
||||
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
|
||||
.hero.is-link .navbar-link:hover,
|
||||
.hero.is-link .navbar-link.is-active {
|
||||
background-color: #2366d1;
|
||||
background-color: #676957;
|
||||
color: #fff; }
|
||||
.hero.is-link .tabs a {
|
||||
color: #fff;
|
||||
@@ -6701,14 +6701,14 @@ label.panel-block {
|
||||
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
|
||||
background-color: #fff;
|
||||
border-color: #fff;
|
||||
color: #3273dc; }
|
||||
color: #757763; }
|
||||
.hero.is-link.is-bold {
|
||||
background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); }
|
||||
background-image: linear-gradient(141deg, #646143 0%, #757763 71%, #828b68 100%); }
|
||||
@media screen and (max-width: 768px) {
|
||||
.hero.is-link.is-bold .navbar-menu {
|
||||
background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); } }
|
||||
background-image: linear-gradient(141deg, #646143 0%, #757763 71%, #828b68 100%); } }
|
||||
.hero.is-info {
|
||||
background-color: #209cee;
|
||||
background-color: #C9AD6A;
|
||||
color: #fff; }
|
||||
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
|
||||
.hero.is-info strong {
|
||||
@@ -6722,14 +6722,14 @@ label.panel-block {
|
||||
color: #fff; }
|
||||
@media screen and (max-width: 1023px) {
|
||||
.hero.is-info .navbar-menu {
|
||||
background-color: #209cee; } }
|
||||
background-color: #C9AD6A; } }
|
||||
.hero.is-info .navbar-item,
|
||||
.hero.is-info .navbar-link {
|
||||
color: rgba(255, 255, 255, 0.7); }
|
||||
.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: #c2a357;
|
||||
color: #fff; }
|
||||
.hero.is-info .tabs a {
|
||||
color: #fff;
|
||||
@@ -6745,12 +6745,12 @@ label.panel-block {
|
||||
.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: #C9AD6A; }
|
||||
.hero.is-info.is-bold {
|
||||
background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); }
|
||||
background-image: linear-gradient(141deg, #c88638 0%, #C9AD6A 71%, #d4c878 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, #c88638 0%, #C9AD6A 71%, #d4c878 100%); } }
|
||||
.hero.is-success {
|
||||
background-color: #23d160;
|
||||
color: #fff; }
|
||||
|
||||
Reference in New Issue
Block a user