mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 10:58:58 -04:00
Move ‘edit’ contact block link button
The contact block fills from the bottom upwards. So if it only has a few lines then the ‘Edit’ link button sits quite far away from where the text appears in the letter. This commit moves the link button to bottom align with the contact block, so it’s always in close visual proximity.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
.edit-template-link-letter-contact {
|
||||
@extend %edit-template-link;
|
||||
right: -25px;
|
||||
top: 138px; // align to top of contact block
|
||||
top: 232px; // align to bottom of contact block
|
||||
}
|
||||
|
||||
.edit-template-link-letter-address {
|
||||
|
||||
Reference in New Issue
Block a user