Update: Changes shadow specification for wallet icons

This commit is contained in:
Sam Cheng Hung 2018-06-08 12:20:37 +05:30
commit 078f5bd61d
2 changed files with 2 additions and 2 deletions

View file

@ -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%;

View file

@ -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%; }