WIP
This commit is contained in:
@@ -23,10 +23,21 @@ a {
|
||||
width: 360px;
|
||||
max-width: 100%;
|
||||
border-radius: 42px;
|
||||
transition: all $transition-time ease;
|
||||
|
||||
&:hover {
|
||||
background-color: $c-tan;
|
||||
color: $c-navy;
|
||||
}
|
||||
}
|
||||
|
||||
&.gold {
|
||||
a {
|
||||
background-color: $c-tan;
|
||||
|
||||
&:hover {
|
||||
background-color: $c-navy;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user