-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address Public Sans visual QA feedback (#5937)
* Match font size between password strength meter label and strength https://docs.google.com/document/d/1H2sGTfajE_vFywuS-dErrveE3HYeraOpKqBZoU7zW40/edit#bookmark=id.ij7e80fv4x9p * Fix line-height to match body content for heading override classes https://docs.google.com/document/d/1H2sGTfajE_vFywuS-dErrveE3HYeraOpKqBZoU7zW40/edit#bookmark=id.cjccn2jqw5or * Improve account history text wrapping https://docs.google.com/document/d/1H2sGTfajE_vFywuS-dErrveE3HYeraOpKqBZoU7zW40/edit#bookmark=id.s69rw07kvjb8 * Inherit h3 styles for Troubleshooting Options heading https://docs.google.com/document/d/1H2sGTfajE_vFywuS-dErrveE3HYeraOpKqBZoU7zW40/edit#bookmark=id.ar9ig16cx9yv * Reduce padding on IAL2 verify accordion content https://docs.google.com/document/d/1H2sGTfajE_vFywuS-dErrveE3HYeraOpKqBZoU7zW40/edit#bookmark=id.97mep966gkz4 * Add grid gap for IAL2 verify details https://docs.google.com/document/d/1H2sGTfajE_vFywuS-dErrveE3HYeraOpKqBZoU7zW40/edit#bookmark=id.1s7zqgip92ek * Fix footer wrap at small viewports https://docs.google.com/document/d/1H2sGTfajE_vFywuS-dErrveE3HYeraOpKqBZoU7zW40/edit#bookmark=id.ae3a6eue3vf2 * Fix account mobile header wrapping https://docs.google.com/document/d/1H2sGTfajE_vFywuS-dErrveE3HYeraOpKqBZoU7zW40/edit#bookmark=id.s0lnbwisvwow * Fix email wrapping on account page * Wrap phone number default on mobile https://docs.google.com/document/d/1H2sGTfajE_vFywuS-dErrveE3HYeraOpKqBZoU7zW40/edit#bookmark=id.st157qhckyoi * Move IAL2 sign-in PII accordion content up https://docs.google.com/document/d/1H2sGTfajE_vFywuS-dErrveE3HYeraOpKqBZoU7zW40/edit#bookmark=id.yariyhzc6hsn * Fix typo on MFA select screen https://docs.google.com/document/d/1H2sGTfajE_vFywuS-dErrveE3HYeraOpKqBZoU7zW40/edit#bookmark=id.jj68sbwse7pe * Collapse excess whitespace on webauthn setup https://docs.google.com/document/d/1H2sGTfajE_vFywuS-dErrveE3HYeraOpKqBZoU7zW40/edit#bookmark=id.hgc1uwxpfono * Adjust vertical spacing for reauthn password https://docs.google.com/document/d/1H2sGTfajE_vFywuS-dErrveE3HYeraOpKqBZoU7zW40/edit#bookmark=id.mveu2u207pjz * Replace b with span.text-bold See: #5937 (comment) * Update specs * Fix positioning of success icon in review accordion * Increase margin above IAL2 review password field * Move IAL2 sign-in description outside footer
- Loading branch information
Showing
23 changed files
with
171 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
<div class="padding-1 clearfix border-top border-left border-right border-primary-light"> | ||
<div class="clearfix margin-x-neg-1"> | ||
<div class="sm-col sm-col-6 padding-x-1"> | ||
<div class="bold truncate"> | ||
<%= device.nice_name %> | ||
</div> | ||
<%= device.last_sign_in_location_and_ip %> | ||
<div class="padding-1 border-top border-left border-right border-primary-light"> | ||
<div class="grid-row grid-gap-2"> | ||
<div class="grid-col-fill"> | ||
<strong><%= device.nice_name %></strong> | ||
</div> | ||
<div class="sm-col sm-col-6 padding-x-1 sm-right-align"> | ||
<%= local_time(device.happened_at, t('time.formats.event_timestamp')) %> | ||
<br /> | ||
<div class="grid-col-auto"> | ||
<%= link_to t('headings.account.events'), account_events_path(id: device.id) %> | ||
</div> | ||
</div> | ||
<%= local_time(device.happened_at, t('time.formats.event_timestamp')) %><br> | ||
<%= device.last_sign_in_location_and_ip %> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
<div class="padding-1 grid-row border-top border-left border-right border-primary-light"> | ||
<div class="mobile-lg:grid-col-6 padding-x-1"> | ||
<div class="bold truncate"> | ||
<%= event.event_type %> | ||
</div> | ||
<%= event.last_sign_in_location_and_ip %> | ||
</div> | ||
<div class="mobile-lg:grid-col-6 padding-x-1 sm-right-align"> | ||
<%= local_time(event.happened_at, t('time.formats.event_timestamp')) %> | ||
</div> | ||
<div class="padding-1 border-top border-left border-right border-primary-light"> | ||
<strong><%= event.event_type %></strong><br> | ||
<%= local_time(event.happened_at, t('time.formats.event_timestamp')) %><br> | ||
<%= event.last_sign_in_location_and_ip %> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
<div class="padding-1 grid-row border-top border-left border-right border-primary-light"> | ||
<div class="mobile-lg:grid-col-6 padding-x-1"> | ||
<div class="bold"> | ||
<% if event.return_to_sp_url.present? %> | ||
<%= t( | ||
'event_types.authenticated_at_html', | ||
service_provider_link: link_to(event.display_name, event.return_to_sp_url), | ||
) %> | ||
<div class="padding-1 border-top border-left border-right border-primary-light"> | ||
<strong> | ||
<% if event.return_to_sp_url.present? %> | ||
<%= t( | ||
'event_types.authenticated_at_html', | ||
service_provider_link: link_to(event.display_name, event.return_to_sp_url), | ||
) %> | ||
<% else %> | ||
<%= t('event_types.authenticated_at', service_provider: event.display_name) %> | ||
<% end %> | ||
</div> | ||
</div> | ||
<div class="mobile-lg:grid-col-6 padding-x-1 sm-right-align"> | ||
<%= local_time(event.happened_at, t('time.formats.event_timestamp')) %> | ||
</div> | ||
</strong><br> | ||
<%= local_time(event.happened_at, t('time.formats.event_timestamp')) %> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.