Merge pull request #1602 from Safelite/CSR-1860-fix-font-size

CSR-1860 fix font size and color for payment page.
This commit is contained in:
bmauger 2023-12-01 07:45:33 -05:00 committed by GitHub
commit 496afe17d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -5,7 +5,7 @@
body {
font-family: Roboto;
font-weight: 400;
color: #4D5151;
color: #000;
margin: 0;
background-color: white;
padding: 8px;
@ -33,6 +33,7 @@ body .headerlinecontainer .headerline1 {
line-height: 32px;
font-weight: 400;
margin: 24px 0;
text-align: center;
}
body input,
body select {
@ -42,6 +43,8 @@ body input {
border-radius: 8px;
border: 1px solid #8E9292;
padding: 16px;
font-size: 16px;
color: #000;
}
body input:focus, body input:focus-visible {
box-shadow: 0 0 0 2.5px #1574a1;

View file

@ -5,7 +5,7 @@
body {
font-family: Roboto;
font-weight: 400;
color: #4D5151;
color: #000;
margin: 0;
background-color: white;
padding: 8px;
@ -39,6 +39,7 @@ body {
line-height: 32px;
font-weight: 400;
margin: 24px 0;
text-align: center;
}
}
@ -51,6 +52,8 @@ body {
border-radius: 8px;
border: 1px solid #8E9292;
padding: 16px;
font-size: 16px;
color: #000;
&:focus,
&:focus-visible {
box-shadow: 0 0 0 2.5px #1574a1;