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

@@ -2,7 +2,8 @@
padding: 20px 0 0 0;
ul, h2 {
ul,
h2 {
@include core-19;
border-bottom: 1px solid $border-colour;
margin: 10px 20px 15px 0;
@@ -18,14 +19,18 @@
margin: 10px 0 0 0;
}
a:link,
a:visited {
text-decoration: none;
}
a {
&:link,
&:visited {
text-decoration: none;
}
&:hover {
color: $link-hover-colour;
text-decoration: underline;
}
a:hover {
color: $link-hover-colour;
text-decoration: underline;
}
}