fixed scss lint

This commit is contained in:
Phil Hughes 2018-06-05 08:38:11 +01:00
parent 04ce5c4e2d
commit d644798fa7
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
1 changed files with 8 additions and 8 deletions

View File

@ -1284,13 +1284,13 @@
width: 50%;
padding-left: 0;
padding-right: 0;
}
.nav-links li a {
text-align: center;
}
.nav-links li a:not(.active) {
background-color: #fafafa;
a {
text-align: center;
&:not(.active) {
background-color: $gray-light;
}
}
}
}