Fix alignment of edit letter links

Not sure how these got out of line (maybe when we brought the date into
the left-hand text area). But this commit updates the percentages to
match the comments.

This is so it’s clear from the position of the link which part of the
letter you’re editing.
This commit is contained in:
Chris Hill-Scott
2017-04-10 09:28:23 +01:00
parent 7904256bce
commit 0ba7d11097

View File

@@ -30,12 +30,12 @@
.edit-template-link-letter-address {
@extend %edit-template-link;
top: 16.5%; // align bottom edge to bottom of address
top: 14.65%; // align bottom edge to bottom of address
left: -5px;
}
.edit-template-link-letter-body {
@extend %edit-template-link;
top: 33.3%; // aligns to top of subject
top: 38.5%; // aligns to top of subject
left: -5px;
}