aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/network-display/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/network-display/index.scss')
-rw-r--r--ui/app/components/network-display/index.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/app/components/network-display/index.scss b/ui/app/components/network-display/index.scss
index 2085cff67..e9f2f2057 100644
--- a/ui/app/components/network-display/index.scss
+++ b/ui/app/components/network-display/index.scss
@@ -3,11 +3,14 @@
display: flex;
align-items: center;
justify-content: flex-start;
- background-color: lighten(rgb(125, 128, 130), 45%);
padding: 0 10px;
border-radius: 4px;
height: 25px;
+ &--colored {
+ background-color: lighten(rgb(125, 128, 130), 45%);
+ }
+
&--mainnet {
background-color: lighten($blue-lagoon, 68%);
}