Revert "Revert "Restyle template statistics and received text messages""

This commit is contained in:
Chris Hill-Scott
2020-02-18 16:16:51 +00:00
committed by GitHub
parent a8ca8c1835
commit 3bbd5381c6
15 changed files with 186 additions and 114 deletions

View File

@@ -4,7 +4,7 @@
@include core-16;
display: block;
padding: 0 0;
margin: $gutter-half 0 $gutter 0;
margin: $gutter-half 0 $gutter-half 0;
text-align: center;
border-top: 1px solid $border-colour;
@@ -34,7 +34,8 @@
}
.show-more-empty {
.show-more-no-border {
@extend %show-more;
margin-top: -10px;
border-top: 1px solid transparent;
margin-top: -5px;
}