Fix problems found by SASS Lint

This commit is contained in:
Chris Hill-Scott
2016-02-08 11:11:55 +00:00
parent 0201825c45
commit 3f365058ef
12 changed files with 111 additions and 108 deletions

View File

@@ -4,13 +4,13 @@
border: 1px solid $border-colour;
&-subject {
border-bottom: 1px solid $border-colour;;
padding: 10px;
@include bold-19;
border-bottom: 1px solid $border-colour;
padding: 10px;
}
&-body {
border-bottom: 1px solid white;
border-bottom: 1px solid $white;
padding: 10px;
overflow: hidden;
max-height: 103px;