diff options
author | Dan Miller <danjm.com@gmail.com> | 2018-08-23 10:27:35 +0800 |
---|---|---|
committer | Dan Miller <danjm.com@gmail.com> | 2018-08-29 08:38:15 +0800 |
commit | 40e0d92f572d4fff14bfac9a2b0a64ffae8ec7c5 (patch) | |
tree | 47d6b83438cdc7e0cd3e7f0b5825de90d50a1136 /ui/app/css | |
parent | 4560df6e739b97caf95ef5bc5bc93f91e8c890bb (diff) | |
download | tangerine-wallet-browser-40e0d92f572d4fff14bfac9a2b0a64ffae8ec7c5.tar.gz tangerine-wallet-browser-40e0d92f572d4fff14bfac9a2b0a64ffae8ec7c5.tar.zst tangerine-wallet-browser-40e0d92f572d4fff14bfac9a2b0a64ffae8ec7c5.zip |
Adds sidebar component and refactors slide in wallet view sidebar to use it.
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/itcss/components/newui-sections.scss | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/ui/app/css/itcss/components/newui-sections.scss b/ui/app/css/itcss/components/newui-sections.scss index 29dd18ae3..7eb193d6f 100644 --- a/ui/app/css/itcss/components/newui-sections.scss +++ b/ui/app/css/itcss/components/newui-sections.scss @@ -148,7 +148,7 @@ $wallet-view-bg: $alabaster; } } -.wallet-view.sidebar { +.wallet-view.sidebar-right { flex: 1 0 230px; background: rgb(250, 250, 250); z-index: $sidebar-z-index; @@ -166,20 +166,6 @@ $wallet-view-bg: $alabaster; height: calc(100% - 56px); } -.sidebar-overlay { - z-index: $sidebar-overlay-z-index; - position: fixed; - // top: 41px; - height: 100%; - width: 100%; - left: 0; - right: 0; - bottom: 0; - opacity: 1; - visibility: visible; - background-color: rgba(0, 0, 0, .3); -} - // main-container media queries @media screen and (min-width: 576px) { |