set send max

This commit is contained in:
Javier 2016-11-23 11:23:19 -03:00
commit 1687669149
11 changed files with 249 additions and 171 deletions

View file

@ -0,0 +1,21 @@
send-max-selector {
.bp-action-sheet__sheet {
padding-left: 2rem;
padding-right: .75rem;
}
.max-selector {
a.item {
border: none;
padding-top: 20px;
padding-bottom: 20px;
span {
&.item-note {
color: #3A3A3A;
font-family: "Roboto-Light";
}
}
}
}
}

View file

@ -38,6 +38,7 @@
@import "includes/tx-details";
@import "includes/txp-details";
@import "includes/tx-status";
@import "includes/sendMaxSelector";
@import "includes/walletSelector";
@import "integrations/coinbase";
@import "integrations/glidera";