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:
Chris Hill-Scott
2019-02-05 15:31:26 +00:00
parent 2e6ebbd744
commit ab8244ec5d

View File

@@ -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 {