mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
Remove prev scss changes
This commit is contained in:
parent
71c3baf13f
commit
2247585f6a
3 changed files with 4 additions and 21 deletions
|
@ -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');
|
||||
|
|
|
@ -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');
|
||||
}
|
||||
}
|
|
@ -9,7 +9,6 @@
|
|||
/*--------------------------------------------------
|
||||
--- Custom Styles ---------------------------------*/
|
||||
@forward "base";
|
||||
@forward "nav-primary";
|
||||
@forward "typography";
|
||||
@forward "buttons";
|
||||
@forward "forms";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue