Enable wip flag

This commit is contained in:
Calen Pennington
2012-09-18 13:17:52 -04:00
parent 0758d21d6a
commit 0492c8e3bd

View File

@@ -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);
}
}