scss cleanup

This commit is contained in:
CocoByte 2024-11-29 11:53:07 -07:00
parent 291bf74650
commit ac125f22f2
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 11 additions and 10 deletions

View file

@ -30,15 +30,15 @@ body {
padding-bottom: units(6) * 2 ; //Workaround because USWDS units jump from 10 to 15
}
#wrapper.wrapper--padding-top-6 {
padding-top: units(6);
}
#wrapper.dashboard {
background-color: color('primary-lightest');
padding-top: units(5)!important;
}
#wrapper.dashboard--portfolio {
padding-top: units(4)!important;
}
#wrapper.dashboard--grey-1 {
background-color: color('gray-1');
}
@ -254,3 +254,10 @@ abbr[title] {
.break-word {
word-break: break-word;
}
//Icon size adjustment used by buttons and form errors
.usa-icon.usa-icon--large {
margin: 0;
height: 1.5em;
width: 1.5em;
}

View file

@ -243,12 +243,6 @@ a .usa-icon,
width: 1.3em;
}
.usa-icon.usa-icon--big {
margin: 0;
height: 1.5em;
width: 1.5em;
}
// Red, for delete buttons
// Used on: All delete buttons
// Note: Can be simplified by adding text-secondary to delete anchors in tables