Skip to content

Commit

Permalink
API-000 mobile overrides (#501)
Browse files Browse the repository at this point in the history
* mobile overrides

* remove center text
  • Loading branch information
johnmweisz authored Aug 5, 2024
1 parent 0778d62 commit b7bcd30
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion styles/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,23 @@ $dslogon-blue: #003e73;
padding-right: 0;
}

h1 {
@media screen and (max-width: $small-screen - 1) {
font-size: 30px;
}
}

h2 {
@media screen and (max-width: $small-screen - 1) {
font-size: 24px;
}
}

.row {
max-width: 650px;

@media screen and (max-width: $small-screen - 1) {
max-width: 300px;
max-width: 350px;
}
}

Expand Down
4 changes: 2 additions & 2 deletions views/login_selection.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<a class="usa-button mhv-signin vads-u-margin-y--1p5 vads-u-padding-y--2" href="<%- mhv_login_link -%>">My HealtheVet</a>
</div>
<div class="row" id="loginNote">
<p class="vads-u-font-size--base vads-u-margin-top--3 vads-u-padding-x--2 center-text"><strong>Note:</strong> We're moving to a simpler and more modern sign-in experience. We'll remove the My HealtheVet option after <strong>January 31, 2025,</strong> and the DS Logon option after <strong>September 30, 2025.</strong><br>
<p class="vads-u-font-size--base vads-u-margin-top--3 vads-u-padding-x--2"><strong>Note:</strong> We're moving to a simpler and more modern sign-in experience. We'll remove the My HealtheVet option after <strong>January 31, 2025,</strong> and the DS Logon option after <strong>September 30, 2025.</strong><br>
<a href="https://www.va.gov/resources/creating-an-account-for-vagov">Learn more about creating a Login.gov or ID.me account</a>
</p>
</div>
Expand Down Expand Up @@ -113,7 +113,7 @@
</div>
</div>
<div class="row">
<footer class="fed-warning usa-grid center-text no-padding">
<footer class="fed-warning usa-grid no-padding">
<hr>
<p>When you sign in to VA.gov, you're using a United States federal government information system.</p>
<p>By signing in, you agree to only use information you have legal authority to view and use. You also agree to let us monitor and record your activity on the system and share this information with auditors or law enforcement officials.</p>
Expand Down

0 comments on commit b7bcd30

Please sign in to comment.