mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
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;
|
||||||
}
|
}
|
||||||
@@ -257,6 +252,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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user