Merge pull request #2409 from GSA/2400-styling-on-the-template-page-is-off

fix styling issue
This commit is contained in:
ccostino
2025-03-20 13:37:18 -04:00
committed by GitHub

View File

@@ -139,11 +139,6 @@ td.table-empty-message {
font-family: family('sans');
}
.usa-dark-background .pill-item__label {
color: white;
text-decoration: none !important;
}
.pill-item.usa-link {
text-decoration: none !important;
}
@@ -198,9 +193,6 @@ td.table-empty-message {
word-wrap: break-word;
}
// border: 1px solid color('gray-cool-10');
// padding: units(2);
.tick-cross-list-permissions {
margin: units(1) 0;
padding-left: units(2);
@@ -257,6 +249,11 @@ td.table-empty-message {
}
}
.usa-checkbox.template-list-item.template-list-item-with-checkbox.template-list-item-without-ancestors {
display: flex;
flex-direction: column;
}
.usa-checkbox__label-description {
margin: units(2px) 0 units(1) units(4);
}
@@ -605,8 +602,6 @@ td.table-empty-message {
}
}
// Etc
.email-brand,
.browse-list {
padding: 0;