aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsuan Lee <boczeratul@gmail.com>2018-10-23 01:55:26 +0800
committerHsuan Lee <hsuan@cobinhood.com>2018-12-10 18:19:32 +0800
commit6929ea977cdf598cc10200fc846215d13da27af6 (patch)
tree8682d01462b52f69d4a63136737df6b91796d10a
parenta71556645f65c5a5bca59e74df69a2a14f48b8d3 (diff)
downloaddexon-wallet-6929ea977cdf598cc10200fc846215d13da27af6.tar.gz
dexon-wallet-6929ea977cdf598cc10200fc846215d13da27af6.tar.zst
dexon-wallet-6929ea977cdf598cc10200fc846215d13da27af6.zip
Refine fee popup style
-rw-r--r--ui/app/components/modals/customize-gas/index.scss10
-rw-r--r--ui/app/components/network-display/index.scss1
2 files changed, 6 insertions, 5 deletions
diff --git a/ui/app/components/modals/customize-gas/index.scss b/ui/app/components/modals/customize-gas/index.scss
index e1045269..896e53b3 100644
--- a/ui/app/components/modals/customize-gas/index.scss
+++ b/ui/app/components/modals/customize-gas/index.scss
@@ -1,8 +1,8 @@
.customize-gas {
- border: 1px solid #D8D8D8;
+ border: 1px solid $geyser;
border-radius: 4px;
- background-color: #FFFFFF;
- box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
+ background-color: $muddy-gray;
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
font-family: Roboto;
display: flex;
flex-flow: column;
@@ -14,7 +14,7 @@
&__header {
height: 52px;
- border-bottom: 1px solid $alto;
+ border-bottom: 1px solid $geyser;
display: flex;
align-items: center;
justify-content: space-between;
@@ -56,7 +56,7 @@
&__footer {
height: 75px;
- border-top: 1px solid $alto;
+ border-top: 1px solid $geyser;
display: flex;
align-items: center;
justify-content: space-between;
diff --git a/ui/app/components/network-display/index.scss b/ui/app/components/network-display/index.scss
index 970fde30..67cea650 100644
--- a/ui/app/components/network-display/index.scss
+++ b/ui/app/components/network-display/index.scss
@@ -3,6 +3,7 @@
display: flex;
align-items: center;
justify-content: flex-start;
+ background-color: lighten(rgb(74, 74, 74), 45%);
padding: 0 10px;
border-radius: 4px;
height: 25px;