Merge pull request #418 from Safelite/defect/CSR-540

Fix button for defect
This commit is contained in:
Frank Rua 2022-05-11 10:08:56 -04:00 committed by GitHub
commit 0b116e22cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -44,7 +44,6 @@ a {
&.navigation-link {
color: $black;
line-height: 26px;
text-transform: capitalize;
white-space: nowrap;
}
&.footer-link {