Commit before editing platform admin area

This commit is contained in:
Jonathan Bobel
2023-08-16 11:15:23 -04:00
parent bad2fd5fe4
commit 01a319e0be
3 changed files with 26 additions and 6 deletions

View File

@@ -217,7 +217,15 @@ td.table-empty-message {
h1, h2, h3, h4, h5 {
font-family: family("sans");
}
}
}
.usa-section {
&__home {
h2 {
font-family: family("serif");
}
}
}
.navigation-service.usa-breadcrumb {
-bottom: 0;
@@ -293,6 +301,18 @@ td.table-empty-message {
}
}
.usage-table {
ul {
list-style: none;
padding: 0;
margin: 0;
}
.big-number-smallest {
display: flex;
flex-direction: column;
}
}
#template-list {
max-height: 500px;
overflow-y: auto;