Fix problems found by SASS Lint

This commit is contained in:
Chris Hill-Scott
2016-02-08 12:02:22 +00:00
parent 0201825c45
commit 3f365058ef
12 changed files with 111 additions and 108 deletions
@@ -15,10 +15,11 @@
overflow: hidden;
position: absolute;
z-index: -1;
}
&-field:focus + .file-upload-button {
outline: 3px solid $yellow;
&:focus + .file-upload-button {
outline: 3px solid $yellow;
}
}
&-button {
@@ -27,9 +28,9 @@
}
&-filename {
@include bold-19;
display: inline-block;
padding-left: $gutter-half;
@include bold-19;
}
}