mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 09:29:49 -04:00
Merge pull request #2409 from GSA/2400-styling-on-the-template-page-is-off
fix styling issue
This commit is contained in:
@@ -139,11 +139,6 @@ td.table-empty-message {
|
|||||||
font-family: family('sans');
|
font-family: family('sans');
|
||||||
}
|
}
|
||||||
|
|
||||||
.usa-dark-background .pill-item__label {
|
|
||||||
color: white;
|
|
||||||
text-decoration: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pill-item.usa-link {
|
.pill-item.usa-link {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
@@ -198,9 +193,6 @@ td.table-empty-message {
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
// border: 1px solid color('gray-cool-10');
|
|
||||||
// padding: units(2);
|
|
||||||
|
|
||||||
.tick-cross-list-permissions {
|
.tick-cross-list-permissions {
|
||||||
margin: units(1) 0;
|
margin: units(1) 0;
|
||||||
padding-left: units(2);
|
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 {
|
.usa-checkbox__label-description {
|
||||||
margin: units(2px) 0 units(1) units(4);
|
margin: units(2px) 0 units(1) units(4);
|
||||||
}
|
}
|
||||||
@@ -605,8 +602,6 @@ td.table-empty-message {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Etc
|
|
||||||
|
|
||||||
.email-brand,
|
.email-brand,
|
||||||
.browse-list {
|
.browse-list {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user