tweak wallet selector styling

This commit is contained in:
Marty Alcala 2016-10-12 17:51:09 -04:00
parent 444d25b9ee
commit de8a660168
2 changed files with 13 additions and 2 deletions

View File

@ -37,8 +37,20 @@
border: 0;
padding-right: 0;
padding-top: 0;
padding-left: 65px;
padding-bottom: 0;
margin-bottom: 1px;
> i {
padding: 0;
margin-left: -5px;
> img {
height: 39px;
width: 39px;
padding: 4px;
}
}
}
.wallet-details {
position: relative;

View File

@ -4,7 +4,6 @@ action-sheet {
&__sheet {
background: #fff;
//height: 300px;
width: 100%;
position: fixed;
bottom: 0;
@ -24,7 +23,7 @@ action-sheet {
}
.back-arrow {
padding-bottom: 1rem;
padding-bottom: 1.25rem;
cursor: pointer;
}