2017-08-22 01:59:00 +02:00
|
|
|
.send-screen-wrapper {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2017-08-22 02:59:08 +02:00
|
|
|
min-width: 320px;
|
|
|
|
min-height: 500px;
|
|
|
|
z-index: $send-card-z-index;
|
2017-08-22 01:59:00 +02:00
|
|
|
position: absolute;
|
2017-08-22 02:59:08 +02:00
|
|
|
top: 5%;
|
|
|
|
|
|
|
|
@media screen and (max-width: $break-small) {
|
|
|
|
top: 33px;
|
|
|
|
}
|
|
|
|
|
2017-08-22 01:59:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.send-screen-card {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2017-08-22 18:03:42 +02:00
|
|
|
align-items: center;
|
|
|
|
justify-content: flex-start;
|
2017-08-22 01:59:00 +02:00
|
|
|
margin-left: 3.5%;
|
|
|
|
margin-right: 3.5%;
|
|
|
|
background: $white;
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Send Screen */
|
|
|
|
|
|
|
|
.send-screen section {
|
|
|
|
margin: 4px 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.send-screen input {
|
|
|
|
width: 100%;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2017-08-22 18:03:42 +02:00
|
|
|
|
|
|
|
.send-eth-icon {
|
|
|
|
border-radius: 25px;
|
|
|
|
width: 45px;
|
|
|
|
height: 45px;
|
|
|
|
border: 1px solid $alto;
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
|
2017-08-22 21:47:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.send-screen-input-wrapper {
|
|
|
|
width: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.send-screen-input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2017-08-22 22:09:27 +02:00
|
|
|
.send-screen-gas-input {
|
|
|
|
width: 100%;
|
|
|
|
background-color: $concrete;
|
|
|
|
border-width: 0px;
|
|
|
|
border-style: none;
|
|
|
|
}
|
|
|
|
|
2017-08-22 21:47:48 +02:00
|
|
|
.send-screen-amount-labels {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.send-screen-gas-labels {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
2017-08-22 22:09:27 +02:00
|
|
|
|
|
|
|
.send-screen-bolt-icon {}
|