diff options
author | Alexander Tseung <alextsg@users.noreply.github.com> | 2018-06-05 00:33:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-05 00:33:25 +0800 |
commit | 5a2771dd470161f5678e3245f90aeb3a1ce1b89c (patch) | |
tree | 532ad66d97408da9b9c58fc3b98e81f83cd44266 /ui/app/components/index.scss | |
parent | 83c7de21693dc44e59d255607d9fcdf3870ca1f1 (diff) | |
download | tangerine-wallet-browser-5a2771dd470161f5678e3245f90aeb3a1ce1b89c.tar tangerine-wallet-browser-5a2771dd470161f5678e3245f90aeb3a1ce1b89c.tar.gz tangerine-wallet-browser-5a2771dd470161f5678e3245f90aeb3a1ce1b89c.tar.bz2 tangerine-wallet-browser-5a2771dd470161f5678e3245f90aeb3a1ce1b89c.tar.lz tangerine-wallet-browser-5a2771dd470161f5678e3245f90aeb3a1ce1b89c.tar.xz tangerine-wallet-browser-5a2771dd470161f5678e3245f90aeb3a1ce1b89c.tar.zst tangerine-wallet-browser-5a2771dd470161f5678e3245f90aeb3a1ce1b89c.zip |
Indicate the current selected account on the popup account view (#4445)
Diffstat (limited to 'ui/app/components/index.scss')
-rw-r--r-- | ui/app/components/index.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/index.scss b/ui/app/components/index.scss index e69acff63..351640f6e 100644 --- a/ui/app/components/index.scss +++ b/ui/app/components/index.scss @@ -1,5 +1,7 @@ @import './export-text-container/index'; +@import './selected-account/index'; + @import './info-box/index'; @import './pages/index'; |