Working through the Platform Admin section

This commit is contained in:
Jonathan Bobel
2023-08-17 15:13:26 -04:00
parent 031a643b26
commit a574fc7b3a
37 changed files with 83 additions and 74 deletions

View File

@@ -47,6 +47,12 @@ p,
font-size: size("body", 6);
}
ul {
padding: 0;
margin: 0;
list-style: none;
}
.large-number {
font-size: size("body", 16);
}
@@ -355,3 +361,19 @@ td.table-empty-message {
}
}
}
// Etc
.email-brand, .browse-list {
padding: 0;
margin: 0;
list-style: none;
margin-bottom: units(2);
li {
padding: 8px 0;
}
}
details form {
box-sizing:border-box;
}

View File

@@ -7,7 +7,7 @@ in the form $setting: value,
----------------------------------------
*/
@use "uswds-core" with (
@use "uswds-global" with (
$theme-font-type-sans: "public-sans",
$theme-show-notifications: false
);