mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Updating site to use USWDS styles (#509)
* Updated header and footer * Updated fonts * Moved files around and updated gulpfile to correct the build process when it goes to production * Adjusted grid templating * Added images to assets * Update app/templates/components/uk_components/footer/template.njk Co-authored-by: Steven Reilly <stvnrlly@users.noreply.github.com>
This commit is contained in:
@@ -21,3 +21,45 @@ i.e.
|
||||
*/
|
||||
|
||||
@use "uswds-core" as *;
|
||||
|
||||
.usa-logo {
|
||||
font-family: family("sans");
|
||||
img {
|
||||
@include at-media($theme-header-min-width) {
|
||||
width: 80px;
|
||||
height: 70px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.usa-nav__primary > .usa-nav__primary-item > a {
|
||||
font-size: size("body", 4);
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
.sub-content {
|
||||
h1,
|
||||
h2:not(.get-started-list__heading, .usa-process-list__heading) {
|
||||
margin-top: units(4);
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
h2:not(.get-started-list__heading, .usa-process-list__heading),
|
||||
h3 {
|
||||
margin-top: units(5) !important;
|
||||
margin-bottom: units(2) !important;
|
||||
}
|
||||
}
|
||||
|
||||
p,
|
||||
.list li {
|
||||
font-family: family("sans");
|
||||
font-size: size("body", 7);
|
||||
}
|
||||
|
||||
.large-number {
|
||||
font-size: size("body", 16);
|
||||
}
|
||||
|
||||
@@ -7,9 +7,7 @@ in the form $setting: value,
|
||||
----------------------------------------
|
||||
*/
|
||||
|
||||
//
|
||||
// @use "uswds-core" with (
|
||||
// $setting: value,
|
||||
// $setting: value
|
||||
// );
|
||||
//
|
||||
@use "uswds-core" with (
|
||||
$theme-font-type-sans: "public-sans",
|
||||
$theme-show-notifications: false
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user