diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-02 05:33:43 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-02 05:33:43 +0800 |
commit | f341626e290a5c8241400b8dd0d9cce2dcfeb405 (patch) | |
tree | 08fc761936e7c8d620087ac6b4c83ac6aa1f3864 /packages/instant/src/style | |
parent | 7858dafce4c9441c8205fa6ed607ca50851cc4ba (diff) | |
parent | 0955feb0234bc90b7dcf5ad3a308570c9fa5d490 (diff) | |
download | dexon-0x-contracts-f341626e290a5c8241400b8dd0d9cce2dcfeb405.tar.gz dexon-0x-contracts-f341626e290a5c8241400b8dd0d9cce2dcfeb405.tar.zst dexon-0x-contracts-f341626e290a5c8241400b8dd0d9cce2dcfeb405.zip |
Merge branch 'development' into feature/instant/simulated-progress-bar
Diffstat (limited to 'packages/instant/src/style')
-rw-r--r-- | packages/instant/src/style/z_index.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/instant/src/style/z_index.ts b/packages/instant/src/style/z_index.ts new file mode 100644 index 000000000..727a5189d --- /dev/null +++ b/packages/instant/src/style/z_index.ts @@ -0,0 +1,5 @@ +export const zIndex = { + errorPopup: 1, + mainContainer: 2, + panel: 3, +}; |