studio - revising course-based navigation - initial scss setup
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user