fix: use new color variables
This commit is contained in:
parent
94d7295075
commit
f92043e106
2 changed files with 3 additions and 3 deletions
|
@ -35,12 +35,12 @@ export default {
|
|||
transition: all 0.1s ease-out;
|
||||
|
||||
font-weight: bold;
|
||||
background-color: $bg-color-dark;
|
||||
background-color: $sebin-hair-primary;
|
||||
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
|
||||
@include button($bg-color-dark);
|
||||
@include button($sebin-hair-primary);
|
||||
|
||||
&:hover {
|
||||
top: -0.25em;
|
||||
|
|
|
@ -51,7 +51,7 @@ export default {
|
|||
margin: 0 0.5em;
|
||||
|
||||
& input:checked + &-inner {
|
||||
background-color: $bg-color-light;
|
||||
background-color: $sebin-primary;
|
||||
|
||||
&:before {
|
||||
transform: translate3d(0.9em, 0.1em, 0) scale3d(0, 0, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue