Added the wip calss back in

This commit is contained in:
Kyle Fiedler
2012-07-03 16:26:56 -04:00
parent ffea8e3e7d
commit 841fb8da0b

View File

@@ -103,16 +103,17 @@ textarea {
padding: 4px 10px;
}
}
// .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);
}
}