Style, clean up, a11y updates

This commit is contained in:
Jonathan Bobel
2024-12-04 11:46:21 -05:00
parent 30c249718d
commit d684168a90
4 changed files with 17 additions and 6 deletions

View File

@@ -231,6 +231,13 @@ td.table-empty-message {
background-position: 0;
}
.folder-heading-template {
background: url(../img/material-icons/wysiwyg.svg) no-repeat;
padding-left: units(4);
display: inline-block;
background-position: 0;
}
.usa-checkbox .usa-checkbox__label {
+ a.template-list-folder {
margin-left: units(4);
@@ -918,3 +925,10 @@ li.linked-card:hover svg,
margin-left: calc(24px + 4px);
margin-top: 4px;
}
// Send message flow
#breadcrumb-template-folders, #nav-service-nav span {
font-size: units(3);
font-weight: bold;
}