Remove prev scss changes

This commit is contained in:
Rebecca Hsieh 2023-12-05 15:45:30 -08:00
parent 71c3baf13f
commit 2247585f6a
No known key found for this signature in database
GPG key ID: 644527A2F375A379
3 changed files with 4 additions and 21 deletions

View file

@ -38,6 +38,10 @@ body {
color: color('primary-darker');
}
.usa-nav__primary {
margin-top:units(1);
}
.section--outlined {
background-color: color('white');
border: 1px solid color('base-lighter');

View file

@ -1,20 +0,0 @@
@use "uswds-core" as *;
.usa-nav__primary {
margin-top: units(1);
}
.usa-logo-group {
flex: 1 1 0%;
}
a.manage_domain_back {
// Slight vertical and horizontal alignment fixes
position: relative;
top: -2px;
left: -5px;
font-weight: bold;
&:visited {
color: color('primary');
}
}

View file

@ -9,7 +9,6 @@
/*--------------------------------------------------
--- Custom Styles ---------------------------------*/
@forward "base";
@forward "nav-primary";
@forward "typography";
@forward "buttons";
@forward "forms";