Commit b0ac82db by Kyle Fiedler

Added red wip class and added tag for it

parent 689fa1de
......@@ -69,5 +69,15 @@ textarea {
}
.wip {
outline: 1px solid #ff0 !important;
outline: 1px solid #f00 !important;
position: relative;
&: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