Save as draft without draft button

This commit is contained in:
George Drummond
2019-01-28 11:34:49 -05:00
parent 6fef90373b
commit caddfb5ff0
8 changed files with 63 additions and 34 deletions

View File

@@ -107,6 +107,13 @@
padding: 1px 2px;
}
&--draft:before {
background: $color-gold;
border: none;
font-size: $h6-font-size;
mask-image: url('#{$asset-path}/icons/alert.svg');
}
&--incomplete:before {
border: 2px solid $color-gray-light;
}