mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 05:08:25 -04:00
Make delete link flush left when there’s no button
The delete link was designed to be used with a button, where it needs some padding to separate it from the button. We now have a case where it’s being used without an accompanying button, so we need a variation without that padding.
This commit is contained in:
@@ -39,6 +39,10 @@
|
||||
|
||||
}
|
||||
|
||||
&-delete-link-without-button {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
&-secondary-link {
|
||||
display: block;
|
||||
margin-top: $gutter;
|
||||
|
||||
Reference in New Issue
Block a user