aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/index.scss
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@gmail.com>2018-12-21 04:26:11 +0800
committerAlexander Tseung <alextsg@gmail.com>2019-01-04 03:22:38 +0800
commit0b4469b8423b09ce1d67dd426f5753596dbc8c56 (patch)
tree25d52c7b5d582718a07ee32280a25b777760f803 /ui/app/components/index.scss
parent990bfc643d25bd3ff12793d901aa8dfda858fc5c (diff)
downloadtangerine-wallet-browser-0b4469b8423b09ce1d67dd426f5753596dbc8c56.tar.gz
tangerine-wallet-browser-0b4469b8423b09ce1d67dd426f5753596dbc8c56.tar.zst
tangerine-wallet-browser-0b4469b8423b09ce1d67dd426f5753596dbc8c56.zip
Add scrolling button to account list
Diffstat (limited to 'ui/app/components/index.scss')
-rw-r--r--ui/app/components/index.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/app/components/index.scss b/ui/app/components/index.scss
index 78c1216f7..f1ecbbc3d 100644
--- a/ui/app/components/index.scss
+++ b/ui/app/components/index.scss
@@ -1,7 +1,9 @@
-@import './app-header/index';
+@import './account-menu/index';
@import './add-token-button/index';
+@import './app-header/index';
+
@import './button-group/index';
@import './card/index';