11 lines
110 B
SCSS
11 lines
110 B
SCSS
|
@import 'common/sass/mixins';
|
||
|
|
||
|
.mono {
|
||
|
@include mono;
|
||
|
}
|
||
|
|
||
|
.no-scroll {
|
||
|
height: 100%;
|
||
|
overflow: hidden;
|
||
|
}
|