Commit 5d075e62 by Calen Pennington

Enable wip flag

parent f9bddf52
......@@ -144,8 +144,12 @@ textarea {
.wip {
outline: 1px solid #f00 !important;
position: relative;
}
.hidden {
display: none;
&:after {
content: "WIP";
font-size: 8px;
padding: 2px;
background: #f00;
color: #fff;
@include position(absolute, 0px 0px 0 0);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment