Share a custom amount

This commit is contained in:
Gustavo Maximiliano Cortez 2017-05-24 16:24:52 -03:00
commit acbfb87f45
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 36 additions and 4 deletions

View file

@ -3,6 +3,16 @@
$item-lateral-padding: 20px;
$item-vertical-padding: 10px;
$item-label-color: #6C6C6E;
.button-share {
color: #fff;
box-shadow: none;
border-color: transparent;
background: transparent;
padding: 0 10px;
.icon:before {
font-size: 26px;
}
}
.address {
background: #fff;
overflow: auto;
@ -39,6 +49,11 @@
padding-right: $item-lateral-padding;
}
.item-note {
width: 75%;
text-align: right;
}
.label {
font-size: 14px;
color: $item-label-color;