mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-17 12:09:20 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user