Commit 2150386a by Brian Talbot

studio - resolved scss that hid works in progress

parent 715cea51
...@@ -500,7 +500,6 @@ hr.divide { ...@@ -500,7 +500,6 @@ hr.divide {
} }
} }
// misc
.tooltip { .tooltip {
position: absolute; position: absolute;
top: 0; top: 0;
...@@ -529,6 +528,8 @@ hr.divide { ...@@ -529,6 +528,8 @@ hr.divide {
} }
} }
// ====================
// basic utility // basic utility
.sr { .sr {
@include text-sr(); @include text-sr();
...@@ -549,4 +550,14 @@ hr.divide { ...@@ -549,4 +550,14 @@ hr.divide {
white-space: pre-wrap; white-space: pre-wrap;
white-space: -moz-pre-wrap; white-space: -moz-pre-wrap;
word-wrap: break-word; word-wrap: break-word;
}
// ====================
// works in progress
body.hide-wip {
.wip-box {
display: none;
}
} }
\ No newline at end of file
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