diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2018-10-23 19:51:08 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:20:24 +0800 |
commit | 1bd092cd21bf01cc4fe1148272c7ce0d1ab86dab (patch) | |
tree | 1995b8c0eaee30a1b8a49ddbaf4bbd7cf708dfe8 /ui/app/components/network-display/index.scss | |
parent | d1409b4f746baafdc6c5efc82c783a9fd1724de6 (diff) | |
download | dexon-wallet-1bd092cd21bf01cc4fe1148272c7ce0d1ab86dab.tar.gz dexon-wallet-1bd092cd21bf01cc4fe1148272c7ce0d1ab86dab.tar.zst dexon-wallet-1bd092cd21bf01cc4fe1148272c7ce0d1ab86dab.zip |
Update style
Diffstat (limited to 'ui/app/components/network-display/index.scss')
-rw-r--r-- | ui/app/components/network-display/index.scss | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/ui/app/components/network-display/index.scss b/ui/app/components/network-display/index.scss index 67cea650..cb233e3f 100644 --- a/ui/app/components/network-display/index.scss +++ b/ui/app/components/network-display/index.scss @@ -3,27 +3,16 @@ display: flex; align-items: center; justify-content: flex-start; - background-color: lighten(rgb(74, 74, 74), 45%); + background-color: $muddy-gray; padding: 0 10px; border-radius: 4px; height: 25px; - - &--colored { - background-color: lighten(rgb(125, 128, 130), 45%); - } - - &--mainnet { - background-color: lighten($dexon-purple, 68%); - } - - &--testnet { - background-color: lighten($silver-chalice, 68%); - } } &__name { font-size: .75rem; padding-left: 5px; + color: $dim-gray; } &__icon { |