Merge pull request #2434 from alphagov/send-one-off-letter

Let people send one-off letters from the admin app
This commit is contained in:
Chris Hill-Scott
2018-11-02 09:33:04 +00:00
committed by GitHub
8 changed files with 245 additions and 63 deletions

View File

@@ -1,5 +1,6 @@
.page-footer {
position: relative;
margin-bottom: 30px;
&-back-link {
@@ -50,6 +51,12 @@
margin-top: $gutter;
}
&-right-aligned-link {
position: absolute;
right: 0;
top: 10px; // align baseline with buttons
}
.button,
.button-destructive {
margin-right: 10px;