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 {
|
.form-test-invalid {
|
||||||
&.btn.btn-primary {
|
&.btn.btn-primary {
|
||||||
color: $gray;
|
color: $gray-600;
|
||||||
background: $gray-200;
|
background: $gray-200;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
|
font-weight: $font-weight-normal;
|
||||||
}
|
}
|
||||||
&.btn.btn-primary:hover,
|
&.btn.btn-primary:hover,
|
||||||
&.btn.btn-primary:focus,
|
&.btn.btn-primary:focus,
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,6 @@ a {
|
||||||
&.navigation-link {
|
&.navigation-link {
|
||||||
color: $black;
|
color: $black;
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
text-transform: capitalize;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
&.footer-link {
|
&.footer-link {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue