Move layout adjustment from view to CSS

This commit is contained in:
Matt-Yorkley
2020-08-15 12:18:41 +01:00
parent 2f5efc86ee
commit 5f8fc64b31
2 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
.report__table {
margin-top: 2em;
}
.report__message {
margin-top: 2em;
border: 1px solid $pale-blue;
@@ -10,3 +11,7 @@
padding: .5em;
text-align: center;
}
.customer-names-tip {
margin-top: 1em;
}

View File

@@ -1,3 +1,2 @@
%br
%p
%p.customer-names-tip
= t(".customer_names_tip")