Commit 841fb8da by Kyle Fiedler

Added the wip calss back in

parent ffea8e3e
...@@ -103,16 +103,17 @@ textarea { ...@@ -103,16 +103,17 @@ textarea {
padding: 4px 10px; padding: 4px 10px;
} }
} }
// .wip {
// outline: 1px solid #f00 !important; .wip {
// position: relative; outline: 1px solid #f00 !important;
position: relative;
// &:after {
// content: "WIP"; &:after {
// font-size: 8px; content: "WIP";
// padding: 2px; font-size: 8px;
// background: #f00; padding: 2px;
// color: #fff; background: #f00;
// @include position(absolute, 0px 0px 0 0); 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