From 078f5bd61d5ba429904023f744e2cf2541eaefdf Mon Sep 17 00:00:00 2001 From: Sam Cheng Hung Date: Fri, 8 Jun 2018 12:20:37 +0530 Subject: [PATCH] Update: Changes shadow specification for wallet icons --- src/sass/icons.scss | 2 +- www/css/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sass/icons.scss b/src/sass/icons.scss index 4693025f6..7d14f8886 100644 --- a/src/sass/icons.scss +++ b/src/sass/icons.scss @@ -40,7 +40,7 @@ border-radius: $v-icon-border-radius; width: 40px; height: 40px; - box-shadow: $v-hovering-box-shadow; + box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3); background-repeat:no-repeat; background-clip: padding-box; background-size: 103%; diff --git a/www/css/main.css b/www/css/main.css index 46db3b975..b4e67edac 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -10005,7 +10005,7 @@ ion-view.deflash-blue:before, ion-view#view-amount:before, ion-view#view-confirm border-radius: 3px; width: 40px; height: 40px; - box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.3); + box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3); background-repeat: no-repeat; background-clip: padding-box; background-size: 103%; }