CASH-1477: Increase font weight
This commit is contained in:
parent
2b8320e6d6
commit
bc6a31455b
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ export default {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 1px solid $blue;
|
border: 1px solid $blue;
|
||||||
color: $blue;
|
color: $blue;
|
||||||
font-weight: 500;
|
font-weight: 600;
|
||||||
transition: all 150ms linear;
|
transition: all 150ms linear;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
&:hover,
|
&:hover,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue