ux(): added sass linter, almost no rules enabled yet

This commit is contained in:
Torkel Ödegaard
2016-02-20 18:31:09 +01:00
parent f3fe1a5320
commit 4ab041f79e
15 changed files with 106 additions and 867 deletions

View File

@@ -9,13 +9,15 @@
// Close icons
// --------------------------------------------------
.close {
@include opacity(20);
float: right;
font-size: 20px;
font-weight: bold;
line-height: $line-height-base;
color: $black;
text-shadow: 0 1px 0 rgba(255,255,255,1);
@include opacity(20);
&:hover,
&:focus {
color: $black;