Merge pull request #2822 from Safelite/feature/CASH-1477
Feature/CASH-1477
This commit is contained in:
commit
64942df3d0
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