studio - revising course-based navigation - initial scss setup

This commit is contained in:
Brian Talbot
2013-02-01 19:57:17 -05:00
parent 01fab2ec68
commit d0d0296310
5 changed files with 83 additions and 4 deletions

View File

@@ -7,10 +7,10 @@
@return $body-line-height * $amount;
}
@mixin hide-text(){
text-indent: -9999px;
@mixin hide-text() {
text-indent: -100%;
white-space: nowrap;
overflow: hidden;
display: block;
}
@mixin vertically-and-horizontally-centered ( $height, $width ) {