Move ‘change postage’ link

So it aligns with how we’re displaying postage on the template.
This commit is contained in:
Chris Hill-Scott
2019-02-05 15:33:08 +00:00
parent cd70355db8
commit bfdca62f2d

View File

@@ -42,6 +42,6 @@
.edit-template-link-letter-postage {
@extend %edit-template-link;
top: -20px; // aligns to top of subject
left: -5px;
top: 51px; // aligns bottom edge to bottom of postmark
right: 145px; // Aligns right edge to midpoint of postmark and fold
}