mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-10 11:05:47 +00:00
2e472e5c5a
* Add messages for no js and bad browser. Share styles with alpha agreement. * Bad browser checks and shower. * No flash of bad browser * Typsecriptify * Use babel minifier instead of uglify * Move all checks directly to HTML to avoid issues. * remove duplicate badBrowser declaration
7 lines
104 B
SCSS
7 lines
104 B
SCSS
@import "common/sass/variables";
|
|
@import "common/sass/mixins";
|
|
|
|
.NoScript {
|
|
@include cover-message;
|
|
}
|