mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-10 19:16:10 +00:00
11 lines
110 B
SCSS
11 lines
110 B
SCSS
|
@import 'common/sass/mixins';
|
||
|
|
||
|
.mono {
|
||
|
@include mono;
|
||
|
}
|
||
|
|
||
|
.no-scroll {
|
||
|
height: 100%;
|
||
|
overflow: hidden;
|
||
|
}
|