mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Working through the Platform Admin section
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user