This commit is contained in:
parent
7a1f1bae9d
commit
d543426428
@ -86,9 +86,12 @@ input[type="submit"].button-primary{
|
|||||||
}
|
}
|
||||||
|
|
||||||
button{
|
button{
|
||||||
|
padding: 0 10px;
|
||||||
background: $primary-color;
|
background: $primary-color;
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
color: white;
|
color: white;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
font-weight: bold;
|
||||||
transition: all 200ms ease-in-out;
|
transition: all 200ms ease-in-out;
|
||||||
|
|
||||||
&:hover{
|
&:hover{
|
||||||
|
Loading…
Reference in New Issue
Block a user