Run scss formatter

This commit is contained in:
George Drummond
2019-05-01 12:44:46 -04:00
parent fc862b4f5b
commit 21d2b5dba3
44 changed files with 519 additions and 390 deletions

View File

@@ -53,13 +53,11 @@
cursor: default;
}
a.disabled{
a.disabled {
color: $color-gray-light;
cursor: default;
}
&:first-child:after {
display: none;
}
@@ -100,7 +98,7 @@
}
&--complete:before {
content: url('#{$asset-path}/icons/checkmark.svg');
content: url("#{$asset-path}/icons/checkmark.svg");
background-color: $color-blue;
border: 2px solid $color-blue;
font-size: $h6-font-size;
@@ -110,12 +108,11 @@
&--draft:before {
border: none;
font-size: $h6-font-size;
content: url('#{$asset-path}/icons/alert.svg');
content: url("#{$asset-path}/icons/alert.svg");
}
&--incomplete:before {
border: 2px solid $color-gray-light;
}
}
}