diff options
author | Alexander Tseung <alextsg@gmail.com> | 2018-07-19 08:47:01 +0800 |
---|---|---|
committer | Alexander Tseung <alextsg@gmail.com> | 2018-08-23 05:12:01 +0800 |
commit | 01c0c98501c02623b0cd650483d14c99566ce0af (patch) | |
tree | 914bd709197a8f4c16d053ee6db7a8ed17dd1182 /ui/app/components/page-container/index.scss | |
parent | f30b726df79f1ffe0ba088dba9f3ca730ee7d103 (diff) | |
download | tangerine-wallet-browser-01c0c98501c02623b0cd650483d14c99566ce0af.tar tangerine-wallet-browser-01c0c98501c02623b0cd650483d14c99566ce0af.tar.gz tangerine-wallet-browser-01c0c98501c02623b0cd650483d14c99566ce0af.tar.bz2 tangerine-wallet-browser-01c0c98501c02623b0cd650483d14c99566ce0af.tar.lz tangerine-wallet-browser-01c0c98501c02623b0cd650483d14c99566ce0af.tar.xz tangerine-wallet-browser-01c0c98501c02623b0cd650483d14c99566ce0af.tar.zst tangerine-wallet-browser-01c0c98501c02623b0cd650483d14c99566ce0af.zip |
Add tabs support for PageContainer
Diffstat (limited to 'ui/app/components/page-container/index.scss')
-rw-r--r-- | ui/app/components/page-container/index.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/page-container/index.scss b/ui/app/components/page-container/index.scss index 06c3ef709..14cdbacd3 100644 --- a/ui/app/components/page-container/index.scss +++ b/ui/app/components/page-container/index.scss @@ -109,7 +109,7 @@ &--selected { color: $curious-blue; - border-bottom: 3px solid $curious-blue; + border-bottom: 2px solid $curious-blue; } } |