WIP
This commit is contained in:
@@ -12,14 +12,21 @@ a {
|
||||
|
||||
.cta-button {
|
||||
margin-bottom: 0;
|
||||
|
||||
a {
|
||||
background-color: $c-navy;
|
||||
color: $c-white;
|
||||
display: inline-block;
|
||||
display: inline-flex ;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 52px;
|
||||
width: 360px;
|
||||
max-width: 100%;
|
||||
border-radius: 42px;
|
||||
text-align: center;
|
||||
|
||||
&:hover {
|
||||
background-color: $c-tan;
|
||||
color: $c-navy;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user