Merge pull request #418 from Safelite/defect/CSR-540
Fix button for defect
This commit is contained in:
commit
0b116e22cd
2 changed files with 2 additions and 2 deletions
|
|
@ -119,10 +119,11 @@ html {
|
|||
|
||||
.form-test-invalid {
|
||||
&.btn.btn-primary {
|
||||
color: $gray;
|
||||
color: $gray-600;
|
||||
background: $gray-200;
|
||||
cursor: pointer;
|
||||
pointer-events: all;
|
||||
font-weight: $font-weight-normal;
|
||||
}
|
||||
&.btn.btn-primary:hover,
|
||||
&.btn.btn-primary:focus,
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ a {
|
|||
&.navigation-link {
|
||||
color: $black;
|
||||
line-height: 26px;
|
||||
text-transform: capitalize;
|
||||
white-space: nowrap;
|
||||
}
|
||||
&.footer-link {
|
||||
|
|
|
|||
Loading…
Reference in a new issue