mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-29 04:15:23 +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
11 lines
216 B
SCSS
11 lines
216 B
SCSS
$zindex-navbar: 1000;
|
|
$zindex-dropdown: 1000;
|
|
$zindex-popover: 1060;
|
|
$zindex-tooltip: 1070;
|
|
$zindex-navbar-fixed: 1030;
|
|
$zindex-modal-background: 1040;
|
|
$zindex-modal: 1050;
|
|
$zindex-alerts: 1060;
|
|
|
|
$zindex-top: 10000;
|