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

@ -34,7 +34,7 @@
position: absolute;
top: 10px;
}
.amount-pane {
.amount-pane-send {
position: absolute;
top: 95px;
bottom: 0;
@ -65,6 +65,37 @@
}
}
}
.amount-pane-receive {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
background-color: #fff;
padding: 0 16px;
.amount-bar {
padding: 24px 0;
font-size: 18px;
.title {
float: left;
padding-top: 10px;
color: $dark-gray;
font-weight: bold;
}
}
.amount {
display: flex;
flex-direction: column;
justify-content: center;
flex-grow: 1;
position: absolute;
bottom: 254px;
top: 66px;
.light {
color: $light-gray;
}
}
}
.amount {
&__editable {
margin-bottom: 1rem;

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;
}
}
}
}

View file

@ -200,7 +200,7 @@
}
}
#bit-address {
position: realtive;
position: relative;
}
}
}

View file

@ -41,3 +41,4 @@
@import "includes/walletSelector";
@import "integrations/coinbase";
@import "integrations/glidera";
@import "custom-amount";