mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-13 10:28:51 -04:00
Fix alignment of links in sticky footer
The delete link was inheriting 1px of extra top padding meant to align it when displayed alongside a button. In this case it’s not being displayed alongside a button, so doesn’t need the extra padding.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
&-delete-link-without-button {
|
||||
@include core-19;
|
||||
padding-left: 0;
|
||||
padding: 0;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user