Commit 0492c8e3 by Calen Pennington

Enable wip flag

parent 0758d21d
......@@ -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