Skip to content

Commit

Permalink
Fix: Question mark and color Login.gov sizing alignment (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Jul 22, 2023
2 parents 01b2b6d + c07472e commit 17d2ecd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions benefits/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,6 @@ footer .footer-links li a:visited {
display: block;
margin: 8px auto 0 auto;
position: relative;
width: 132px;
height: 18px;
padding-top: 1px;
color: transparent;
font-size: var(--font-size-16px);
Expand All @@ -399,10 +397,14 @@ footer .footer-links li a:visited {

#login .fallback-text.white-logo {
background-image: url("/static/img/login-gov-logo-rev.svg");
width: 132px;
height: 18px;
}

#login .fallback-text.color-logo {
background-image: url("/static/img/login-gov-logo.svg");
width: 120px;
height: 16px;
}

@media (min-width: 992px) {
Expand Down Expand Up @@ -714,9 +716,8 @@ a.card:focus-visible {
background-image: url("/static/img/modal-trigger.svg");
background-size: contain;
display: inline-block;
width: 24px;
height: 24px;
margin-left: 2px;
width: 22px;
height: 22px;
vertical-align: text-bottom;
}

Expand Down

0 comments on commit 17d2ecd

Please sign in to comment.