forked from mandorinn/eSix-Cafe
fix buttons
This commit is contained in:
parent
69bfa34278
commit
83bb9f0de2
@ -5,76 +5,76 @@
|
||||
|
||||
.button {
|
||||
transition: 100ms;
|
||||
}
|
||||
|
||||
.score-neutral {
|
||||
.button.score-neutral {
|
||||
background-color: var(--bg-400) !important;
|
||||
color: var(--base-text) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.score-neutral:hover {
|
||||
.button.score-neutral:hover {
|
||||
background-color: var(--bg) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.score-positive {
|
||||
.button.score-positive {
|
||||
background-color: var(--favorite-button) !important;
|
||||
color: var(--base-text) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.score-positive:hover {
|
||||
.button.score-positive:hover {
|
||||
background-color: var(--favorite-button-hover) !important;
|
||||
color: var(--button-text-hover-secondary) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.score-negative {
|
||||
.button.score-negative {
|
||||
background-color: var(--remove-favorite) !important;
|
||||
color: var(--base-text) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.score-negative:hover {
|
||||
.button.score-negative:hover {
|
||||
background-color: var(--remove-favorite-hover) !important;
|
||||
color: var(--button-text-hover-secondary) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-success {
|
||||
.button.btn-success {
|
||||
background-color: var(--favorite-button) !important;
|
||||
color: var(--base-text) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-success:hover {
|
||||
.button.btn-success:hover {
|
||||
background-color: var(--favorite-button-hover) !important;
|
||||
color: var(--button-text-hover-secondary) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-danger {
|
||||
.button.btn-danger {
|
||||
background-color: var(--remove-favorite) !important;
|
||||
color: var(--base-text) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-danger:hover {
|
||||
.button.btn-danger:hover {
|
||||
background-color: var(--remove-favorite-hover) !important;
|
||||
color: var(--button-text-hover-secondary) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-warn {
|
||||
.button.btn-warn {
|
||||
background-color: var(--warn-button) !important;
|
||||
color: var(--base-text) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-warn:hover {
|
||||
.button.btn-warn:hover {
|
||||
background-color: var(--warn-button-hover) !important;
|
||||
color: var(--button-text-hover-secondary) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-neutral {
|
||||
.button.btn-neutral {
|
||||
background-color: var(--bg) !important;
|
||||
color: var(--base-text) !important;
|
||||
transition: var(--header-link-transition);
|
||||
}
|
||||
}
|
||||
|
||||
.btn-neutral:hover {
|
||||
.button.btn-neutral:hover {
|
||||
background-color: var(--bg-400) !important;
|
||||
color: var(--base-text) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.bg-foreground {
|
||||
|
Loading…
Reference in New Issue
Block a user