This commit is contained in:
parent
4c367c2416
commit
7a1f1bae9d
@ -84,6 +84,18 @@ input[type="submit"].button-primary{
|
||||
li{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
button{
|
||||
background: $primary-color;
|
||||
border: 1px solid white;
|
||||
color: white;
|
||||
transition: all 200ms ease-in-out;
|
||||
|
||||
&:hover{
|
||||
background: $primary-color-highlight;
|
||||
color: #eee;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user