custom amount

This commit is contained in:
Gabriel Bazán 2016-11-24 11:42:25 -03:00
commit edeb9f26b5
12 changed files with 187 additions and 15 deletions

View file

@ -0,0 +1,16 @@
#custom-amount {
.share {
justify-content: center;
}
.info {
.single-line {
display: flex;
align-items: center;
padding-top: 17px;
padding-bottom: 17px;
.item-note {
margin-left: 10px;
}
}
}
}