small fixes
This commit is contained in:
@@ -316,7 +316,7 @@ a {
|
|||||||
|
|
||||||
code {
|
code {
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
color: #ff3860;
|
color: #B7321B;
|
||||||
font-size: 0.875em;
|
font-size: 0.875em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 0.25em 0.5em 0.25em; }
|
padding: 0.25em 0.5em 0.25em; }
|
||||||
@@ -756,13 +756,13 @@ a.has-text-warning:hover, a.has-text-warning:focus {
|
|||||||
background-color: #ffdd57 !important; }
|
background-color: #ffdd57 !important; }
|
||||||
|
|
||||||
.has-text-danger {
|
.has-text-danger {
|
||||||
color: #ff3860 !important; }
|
color: #B7321B !important; }
|
||||||
|
|
||||||
a.has-text-danger:hover, a.has-text-danger:focus {
|
a.has-text-danger:hover, a.has-text-danger:focus {
|
||||||
color: #ff0537 !important; }
|
color: #8b2614 !important; }
|
||||||
|
|
||||||
.has-background-danger {
|
.has-background-danger {
|
||||||
background-color: #ff3860 !important; }
|
background-color: #B7321B !important; }
|
||||||
|
|
||||||
.has-text-black-bis {
|
.has-text-black-bis {
|
||||||
color: #121212 !important; }
|
color: #121212 !important; }
|
||||||
@@ -1827,30 +1827,30 @@ a.box:active {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
color: rgba(0, 0, 0, 0.7); }
|
color: rgba(0, 0, 0, 0.7); }
|
||||||
.button.is-danger {
|
.button.is-danger {
|
||||||
background-color: #ff3860;
|
background-color: #B7321B;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.button.is-danger:hover, .button.is-danger.is-hovered {
|
.button.is-danger:hover, .button.is-danger.is-hovered {
|
||||||
background-color: #ff2b56;
|
background-color: #ac2f19;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.button.is-danger:focus, .button.is-danger.is-focused {
|
.button.is-danger:focus, .button.is-danger.is-focused {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(: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(183, 50, 27, 0.25); }
|
||||||
.button.is-danger:active, .button.is-danger.is-active {
|
.button.is-danger:active, .button.is-danger.is-active {
|
||||||
background-color: #ff1f4b;
|
background-color: #a12c18;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.button.is-danger[disabled],
|
.button.is-danger[disabled],
|
||||||
fieldset[disabled] .button.is-danger {
|
fieldset[disabled] .button.is-danger {
|
||||||
background-color: #ff3860;
|
background-color: #B7321B;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
.button.is-danger.is-inverted {
|
.button.is-danger.is-inverted {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #ff3860; }
|
color: #B7321B; }
|
||||||
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
|
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
|
||||||
background-color: #f2f2f2; }
|
background-color: #f2f2f2; }
|
||||||
.button.is-danger.is-inverted[disabled],
|
.button.is-danger.is-inverted[disabled],
|
||||||
@@ -1858,36 +1858,36 @@ a.box:active {
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
color: #ff3860; }
|
color: #B7321B; }
|
||||||
.button.is-danger.is-loading::after {
|
.button.is-danger.is-loading::after {
|
||||||
border-color: transparent transparent #fff #fff !important; }
|
border-color: transparent transparent #fff #fff !important; }
|
||||||
.button.is-danger.is-outlined {
|
.button.is-danger.is-outlined {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: #ff3860;
|
border-color: #B7321B;
|
||||||
color: #ff3860; }
|
color: #B7321B; }
|
||||||
.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 {
|
.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: #ff3860;
|
background-color: #B7321B;
|
||||||
border-color: #ff3860;
|
border-color: #B7321B;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.button.is-danger.is-outlined.is-loading::after {
|
.button.is-danger.is-outlined.is-loading::after {
|
||||||
border-color: transparent transparent #ff3860 #ff3860 !important; }
|
border-color: transparent transparent #B7321B #B7321B !important; }
|
||||||
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
|
.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; }
|
border-color: transparent transparent #fff #fff !important; }
|
||||||
.button.is-danger.is-outlined[disabled],
|
.button.is-danger.is-outlined[disabled],
|
||||||
fieldset[disabled] .button.is-danger.is-outlined {
|
fieldset[disabled] .button.is-danger.is-outlined {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: #ff3860;
|
border-color: #B7321B;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
color: #ff3860; }
|
color: #B7321B; }
|
||||||
.button.is-danger.is-inverted.is-outlined {
|
.button.is-danger.is-inverted.is-outlined {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: #fff;
|
border-color: #fff;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
|
.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;
|
background-color: #fff;
|
||||||
color: #ff3860; }
|
color: #B7321B; }
|
||||||
.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 {
|
.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 #ff3860 #ff3860 !important; }
|
border-color: transparent transparent #B7321B #B7321B !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 {
|
fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@@ -2297,7 +2297,7 @@ a.box:active {
|
|||||||
background-color: #ffdd57;
|
background-color: #ffdd57;
|
||||||
color: rgba(0, 0, 0, 0.7); }
|
color: rgba(0, 0, 0, 0.7); }
|
||||||
.notification.is-danger {
|
.notification.is-danger {
|
||||||
background-color: #ff3860;
|
background-color: #B7321B;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
@@ -2392,13 +2392,13 @@ a.box:active {
|
|||||||
.progress.is-warning:indeterminate {
|
.progress.is-warning:indeterminate {
|
||||||
background-image: linear-gradient(to right, #ffdd57 30%, #dbdbdb 30%); }
|
background-image: linear-gradient(to right, #ffdd57 30%, #dbdbdb 30%); }
|
||||||
.progress.is-danger::-webkit-progress-value {
|
.progress.is-danger::-webkit-progress-value {
|
||||||
background-color: #ff3860; }
|
background-color: #B7321B; }
|
||||||
.progress.is-danger::-moz-progress-bar {
|
.progress.is-danger::-moz-progress-bar {
|
||||||
background-color: #ff3860; }
|
background-color: #B7321B; }
|
||||||
.progress.is-danger::-ms-fill {
|
.progress.is-danger::-ms-fill {
|
||||||
background-color: #ff3860; }
|
background-color: #B7321B; }
|
||||||
.progress.is-danger:indeterminate {
|
.progress.is-danger:indeterminate {
|
||||||
background-image: linear-gradient(to right, #ff3860 30%, #dbdbdb 30%); }
|
background-image: linear-gradient(to right, #B7321B 30%, #dbdbdb 30%); }
|
||||||
.progress:indeterminate {
|
.progress:indeterminate {
|
||||||
animation-duration: 1.5s;
|
animation-duration: 1.5s;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
@@ -2482,8 +2482,8 @@ a.box:active {
|
|||||||
color: rgba(0, 0, 0, 0.7); }
|
color: rgba(0, 0, 0, 0.7); }
|
||||||
.table td.is-danger,
|
.table td.is-danger,
|
||||||
.table th.is-danger {
|
.table th.is-danger {
|
||||||
background-color: #ff3860;
|
background-color: #B7321B;
|
||||||
border-color: #ff3860;
|
border-color: #B7321B;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.table td.is-narrow,
|
.table td.is-narrow,
|
||||||
.table th.is-narrow {
|
.table th.is-narrow {
|
||||||
@@ -2637,7 +2637,7 @@ a.box:active {
|
|||||||
background-color: #ffdd57;
|
background-color: #ffdd57;
|
||||||
color: rgba(0, 0, 0, 0.7); }
|
color: rgba(0, 0, 0, 0.7); }
|
||||||
.tag:not(body).is-danger {
|
.tag:not(body).is-danger {
|
||||||
background-color: #ff3860;
|
background-color: #B7321B;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.tag:not(body).is-normal {
|
.tag:not(body).is-normal {
|
||||||
font-size: 0.75rem; }
|
font-size: 0.75rem; }
|
||||||
@@ -2879,9 +2879,9 @@ a.tag:hover {
|
|||||||
.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 {
|
.is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea {
|
||||||
box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
|
box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
|
||||||
.is-danger.input, .is-danger.textarea {
|
.is-danger.input, .is-danger.textarea {
|
||||||
border-color: #ff3860; }
|
border-color: #B7321B; }
|
||||||
.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 {
|
.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(255, 56, 96, 0.25); }
|
box-shadow: 0 0 0 0.125em rgba(183, 50, 27, 0.25); }
|
||||||
.is-small.input, .is-small.textarea {
|
.is-small.input, .is-small.textarea {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
font-size: 0.75rem; }
|
font-size: 0.75rem; }
|
||||||
@@ -3047,13 +3047,13 @@ a.tag:hover {
|
|||||||
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
|
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
|
||||||
box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
|
box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
|
||||||
.select.is-danger:not(:hover)::after {
|
.select.is-danger:not(:hover)::after {
|
||||||
border-color: #ff3860; }
|
border-color: #B7321B; }
|
||||||
.select.is-danger select {
|
.select.is-danger select {
|
||||||
border-color: #ff3860; }
|
border-color: #B7321B; }
|
||||||
.select.is-danger select:hover, .select.is-danger select.is-hovered {
|
.select.is-danger select:hover, .select.is-danger select.is-hovered {
|
||||||
border-color: #ff1f4b; }
|
border-color: #a12c18; }
|
||||||
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
|
.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(183, 50, 27, 0.25); }
|
||||||
.select.is-small {
|
.select.is-small {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
font-size: 0.75rem; }
|
font-size: 0.75rem; }
|
||||||
@@ -3230,19 +3230,19 @@ a.tag:hover {
|
|||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(0, 0, 0, 0.7); }
|
color: rgba(0, 0, 0, 0.7); }
|
||||||
.file.is-danger .file-cta {
|
.file.is-danger .file-cta {
|
||||||
background-color: #ff3860;
|
background-color: #B7321B;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
|
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
|
||||||
background-color: #ff2b56;
|
background-color: #ac2f19;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
|
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
|
box-shadow: 0 0 0.5em rgba(183, 50, 27, 0.25);
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
|
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
|
||||||
background-color: #ff1f4b;
|
background-color: #a12c18;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.file.is-small {
|
.file.is-small {
|
||||||
@@ -3402,7 +3402,7 @@ a.tag:hover {
|
|||||||
.help.is-warning {
|
.help.is-warning {
|
||||||
color: #ffdd57; }
|
color: #ffdd57; }
|
||||||
.help.is-danger {
|
.help.is-danger {
|
||||||
color: #ff3860; }
|
color: #B7321B; }
|
||||||
|
|
||||||
.field:not(:last-child) {
|
.field:not(:last-child) {
|
||||||
margin-bottom: 0.75rem; }
|
margin-bottom: 0.75rem; }
|
||||||
@@ -4028,13 +4028,13 @@ a.list-item {
|
|||||||
border-color: #ffdd57;
|
border-color: #ffdd57;
|
||||||
color: #3b3108; }
|
color: #3b3108; }
|
||||||
.message.is-danger {
|
.message.is-danger {
|
||||||
background-color: #fff5f7; }
|
background-color: #fef7f6; }
|
||||||
.message.is-danger .message-header {
|
.message.is-danger .message-header {
|
||||||
background-color: #ff3860;
|
background-color: #B7321B;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.message.is-danger .message-body {
|
.message.is-danger .message-body {
|
||||||
border-color: #ff3860;
|
border-color: #B7321B;
|
||||||
color: #cd0930; }
|
color: #832717; }
|
||||||
|
|
||||||
.message-header {
|
.message-header {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -4560,7 +4560,7 @@ a.list-item {
|
|||||||
background-color: #ffdd57;
|
background-color: #ffdd57;
|
||||||
color: rgba(0, 0, 0, 0.7); } }
|
color: rgba(0, 0, 0, 0.7); } }
|
||||||
.navbar.is-danger {
|
.navbar.is-danger {
|
||||||
background-color: #ff3860;
|
background-color: #B7321B;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.navbar.is-danger .navbar-brand > .navbar-item,
|
.navbar.is-danger .navbar-brand > .navbar-item,
|
||||||
.navbar.is-danger .navbar-brand .navbar-link {
|
.navbar.is-danger .navbar-brand .navbar-link {
|
||||||
@@ -4569,7 +4569,7 @@ a.list-item {
|
|||||||
.navbar.is-danger .navbar-brand .navbar-link:focus,
|
.navbar.is-danger .navbar-brand .navbar-link:focus,
|
||||||
.navbar.is-danger .navbar-brand .navbar-link:hover,
|
.navbar.is-danger .navbar-brand .navbar-link:hover,
|
||||||
.navbar.is-danger .navbar-brand .navbar-link.is-active {
|
.navbar.is-danger .navbar-brand .navbar-link.is-active {
|
||||||
background-color: #ff1f4b;
|
background-color: #a12c18;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.navbar.is-danger .navbar-brand .navbar-link::after {
|
.navbar.is-danger .navbar-brand .navbar-link::after {
|
||||||
border-color: #fff; }
|
border-color: #fff; }
|
||||||
@@ -4591,7 +4591,7 @@ a.list-item {
|
|||||||
.navbar.is-danger .navbar-end .navbar-link:focus,
|
.navbar.is-danger .navbar-end .navbar-link:focus,
|
||||||
.navbar.is-danger .navbar-end .navbar-link:hover,
|
.navbar.is-danger .navbar-end .navbar-link:hover,
|
||||||
.navbar.is-danger .navbar-end .navbar-link.is-active {
|
.navbar.is-danger .navbar-end .navbar-link.is-active {
|
||||||
background-color: #ff1f4b;
|
background-color: #a12c18;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.navbar.is-danger .navbar-start .navbar-link::after,
|
.navbar.is-danger .navbar-start .navbar-link::after,
|
||||||
.navbar.is-danger .navbar-end .navbar-link::after {
|
.navbar.is-danger .navbar-end .navbar-link::after {
|
||||||
@@ -4599,10 +4599,10 @@ a.list-item {
|
|||||||
.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
|
.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:hover .navbar-link,
|
||||||
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
|
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
|
||||||
background-color: #ff1f4b;
|
background-color: #a12c18;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
|
.navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
|
||||||
background-color: #ff3860;
|
background-color: #B7321B;
|
||||||
color: #fff; } }
|
color: #fff; } }
|
||||||
.navbar > .container {
|
.navbar > .container {
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
@@ -6840,7 +6840,7 @@ label.panel-block {
|
|||||||
.hero.is-warning.is-bold .navbar-menu {
|
.hero.is-warning.is-bold .navbar-menu {
|
||||||
background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); } }
|
background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); } }
|
||||||
.hero.is-danger {
|
.hero.is-danger {
|
||||||
background-color: #ff3860;
|
background-color: #B7321B;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
|
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
|
||||||
.hero.is-danger strong {
|
.hero.is-danger strong {
|
||||||
@@ -6854,14 +6854,14 @@ label.panel-block {
|
|||||||
color: #fff; }
|
color: #fff; }
|
||||||
@media screen and (max-width: 1023px) {
|
@media screen and (max-width: 1023px) {
|
||||||
.hero.is-danger .navbar-menu {
|
.hero.is-danger .navbar-menu {
|
||||||
background-color: #ff3860; } }
|
background-color: #B7321B; } }
|
||||||
.hero.is-danger .navbar-item,
|
.hero.is-danger .navbar-item,
|
||||||
.hero.is-danger .navbar-link {
|
.hero.is-danger .navbar-link {
|
||||||
color: rgba(255, 255, 255, 0.7); }
|
color: rgba(255, 255, 255, 0.7); }
|
||||||
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
|
.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:hover,
|
||||||
.hero.is-danger .navbar-link.is-active {
|
.hero.is-danger .navbar-link.is-active {
|
||||||
background-color: #ff1f4b;
|
background-color: #a12c18;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
.hero.is-danger .tabs a {
|
.hero.is-danger .tabs a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@@ -6877,12 +6877,12 @@ label.panel-block {
|
|||||||
.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 {
|
.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;
|
background-color: #fff;
|
||||||
border-color: #fff;
|
border-color: #fff;
|
||||||
color: #ff3860; }
|
color: #B7321B; }
|
||||||
.hero.is-danger.is-bold {
|
.hero.is-danger.is-bold {
|
||||||
background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%); }
|
background-image: linear-gradient(141deg, #930c0f 0%, #B7321B 71%, #d35318 100%); }
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
.hero.is-danger.is-bold .navbar-menu {
|
.hero.is-danger.is-bold .navbar-menu {
|
||||||
background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%); } }
|
background-image: linear-gradient(141deg, #930c0f 0%, #B7321B 71%, #d35318 100%); } }
|
||||||
.hero.is-small .hero-body {
|
.hero.is-small .hero-body {
|
||||||
padding-bottom: 1.5rem;
|
padding-bottom: 1.5rem;
|
||||||
padding-top: 1.5rem; }
|
padding-top: 1.5rem; }
|
||||||
|
|||||||
@@ -4,12 +4,14 @@ $brown: #757763;
|
|||||||
$beige: #C9AD6A;
|
$beige: #C9AD6A;
|
||||||
$beige-light: #E0E5C1;
|
$beige-light: #E0E5C1;
|
||||||
$beige-lighter: #EEE5CE;
|
$beige-lighter: #EEE5CE;
|
||||||
|
$red: #B7321B;
|
||||||
$dark-red: #58180D;
|
$dark-red: #58180D;
|
||||||
$yellow-light: #FCF2C5;
|
$yellow-light: #FCF2C5;
|
||||||
|
|
||||||
$link: $brown;
|
$link: $brown;
|
||||||
$primary: $brown;
|
$primary: $brown;
|
||||||
$info: $beige;
|
$info: $beige;
|
||||||
|
$danger: $red;
|
||||||
|
|
||||||
$table-cell-border: 1px solid $dark-red;
|
$table-cell-border: 1px solid $dark-red;
|
||||||
$table-striped-row-even-background-color: $yellow-light;
|
$table-striped-row-even-background-color: $yellow-light;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="card">
|
<div class="card is-shadowless">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<p class="card-header-title">
|
<p class="card-header-title">
|
||||||
Nouveau loot - {{ looted.length }} objet(s)</p>
|
Nouveau loot - {{ looted.length }} objet(s)</p>
|
||||||
@@ -12,8 +12,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-footer">
|
<div class="card-footer">
|
||||||
<a class="card-footer-item">Confirmer</a>
|
<div class="card-footer-item buttons is-center">
|
||||||
<a @click="onClose" class="card-footer-item">Annuler</a>
|
<a class="button is-primary">Confirmer</a>
|
||||||
|
<a @click="onClose" class="button is-danger">Annuler</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user