Update: Changes shadow specification for wallet icons
This commit is contained in:
parent
12990d7f71
commit
078f5bd61d
2 changed files with 2 additions and 2 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
|
|
@ -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%; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue