mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-10 19:16:10 +00:00
5d41a7f774
* Checking in removal process. * Final removal of all SCSS * Remove unnecessary test * tscheck
11 lines
110 B
SCSS
11 lines
110 B
SCSS
@import 'common/sass/mixins';
|
|
|
|
.mono {
|
|
@include mono;
|
|
}
|
|
|
|
.no-scroll {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|