CASH-1477: Darker font for secondary modal cta button
This commit is contained in:
parent
6f5a8e380c
commit
e5ca66cc35
2 changed files with 4 additions and 1 deletions
|
|
@ -268,6 +268,9 @@ export default {
|
|||
button {
|
||||
margin: 0;
|
||||
border-radius: 50rem;
|
||||
&.btn-secondary {
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ export default {
|
|||
background: transparent;
|
||||
border: 1px solid $blue;
|
||||
color: $blue;
|
||||
font-weight: 600;
|
||||
font-weight: 500;
|
||||
transition: all 150ms linear;
|
||||
height: 3rem;
|
||||
&:hover,
|
||||
|
|
|
|||
Loading…
Reference in a new issue