Commit 19bd613f by Kyle Fiedler

Readd the wip class

parent dbcad03d
......@@ -99,8 +99,6 @@ textarea {
}
.draggable {
width: 7px;
min-height: 14px;
background: url('../img/drag-handle.png') no-repeat center;
text-indent: -9999px;
display: block;
......@@ -122,16 +120,16 @@ textarea {
}
}
// .wip {
// 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);
// }
// }
.wip {
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