mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 18:38:24 -04:00
CSS follow up fixes
This commit is contained in:
@@ -30,6 +30,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.browse-list + .js-stick-at-bottom-when-scrolling .usa-button {
|
||||
width: auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.usa-button img {
|
||||
margin-left: 0.5rem;
|
||||
height: 1rem;
|
||||
|
||||
@@ -135,7 +135,7 @@
|
||||
}
|
||||
|
||||
.template-list-item {
|
||||
padding: units(1) 0;
|
||||
padding: units(1) units(3);
|
||||
|
||||
&:empty {
|
||||
display: none;
|
||||
@@ -147,13 +147,11 @@
|
||||
|
||||
&:hover {
|
||||
background-color: color('gray-cool-5');
|
||||
padding-left: units(1);
|
||||
margin-left: units(-1);
|
||||
padding-right: units(1);
|
||||
margin-right: units(-1);
|
||||
}
|
||||
padding-left: units(3);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
li.template-list-item.margin-bottom-2 {
|
||||
margin-bottom: units(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user