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

@@ -1,5 +1,7 @@
.textbox-highlight {
$tag-background: rgba($light-blue, 0.7);
&-wrapper {
position: relative;
}
@@ -73,8 +75,7 @@
border-radius: 3px;
overflow: hidden;
display: inline;
box-shadow: inset 0.75em 0 0 0 rgba($light-blue, .7),
inset -0.75em 0 0 0 rgba($light-blue, .7);
box-shadow: inset 0.75em 0 0 0 $tag-background, inset -0.75em 0 0 0 $tag-background;
}
}