Set max width on error page and include Last login on error page

- Updated error_base template so that it contained the Root Vue component, which was the reason that the last login was not previously displaying
- Deleted unused css
- Created css variable max-page-width for use on the error page, topbar, and other full width elements
This commit is contained in:
leigh-mil
2020-02-04 14:21:08 -05:00
parent a6e7dfda13
commit 68c7a70082
5 changed files with 29 additions and 31 deletions

View File

@@ -19,6 +19,7 @@ $sidenav-collapsed-width: 10rem;
$max-panel-width: 90rem;
$home-pg-icon-width: 6rem;
$large-spacing: 4rem;
$max-page-width: $max-panel-width + $sidenav-expanded-width + $large-spacing;
/*
* USWDS Variables