Fix button for defect

This commit is contained in:
FrankRua 2022-05-11 10:04:33 -04:00
parent c598dbf2dd
commit 13e2d20078
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 {