aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/network-display/index.scss
diff options
context:
space:
mode:
authorHsuan Lee <boczeratul@gmail.com>2018-10-23 19:51:08 +0800
committerHsuan Lee <hsuan@cobinhood.com>2018-12-10 18:20:24 +0800
commit1bd092cd21bf01cc4fe1148272c7ce0d1ab86dab (patch)
tree1995b8c0eaee30a1b8a49ddbaf4bbd7cf708dfe8 /ui/app/components/network-display/index.scss
parentd1409b4f746baafdc6c5efc82c783a9fd1724de6 (diff)
downloaddexon-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.scss15
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 {