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%;
|
2017-08-26 01:25:03 +02:00
|
|
|
font-family: 'DIN OT';
|
2017-08-22 02:59:08 +02:00
|
|
|
|
|
|
|
@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;
|
2017-08-29 17:39:47 +02:00
|
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
|
2017-08-22 01:59:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 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;
|
2017-08-29 17:39:47 +02:00
|
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
|
2017-08-22 21:47:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.send-screen-input-wrapper {
|
|
|
|
width: 95%;
|
2017-08-24 18:24:48 +02:00
|
|
|
position: relative;
|
2017-08-22 21:47:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.send-screen-input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2017-08-22 22:09:27 +02:00
|
|
|
.send-screen-gas-input {
|
|
|
|
width: 100%;
|
2017-08-26 01:25:03 +02:00
|
|
|
height: 41px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: #f3f3f3;
|
2017-08-29 17:39:47 +02:00
|
|
|
border-width: 0;
|
2017-08-22 22:09:27 +02:00
|
|
|
border-style: none;
|
2017-08-26 01:25:03 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 12px;
|
2017-08-28 19:14:01 +02:00
|
|
|
font-size: 16px;
|
|
|
|
color: $scorpion;
|
2017-08-22 22:09:27 +02:00
|
|
|
}
|
|
|
|
|
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
|
|
|
|
2017-08-25 22:01:56 +02:00
|
|
|
.selected-currency {
|
|
|
|
color: $curious-blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.unselected-currency {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2017-08-24 18:24:48 +02:00
|
|
|
.send-screen-gas-input-customize {
|
2017-08-26 01:25:03 +02:00
|
|
|
color: $curious-blue;
|
2017-08-24 18:24:48 +02:00
|
|
|
font-size: 12px;
|
|
|
|
cursor: pointer;
|
2017-08-24 21:55:03 +02:00
|
|
|
}
|
|
|
|
|
2017-08-28 19:39:05 +02:00
|
|
|
.gas-tooltip-close-area {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1000;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2017-08-25 18:18:52 +02:00
|
|
|
.customize-gas-tooltip-container {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 50px;
|
2017-08-24 21:55:03 +02:00
|
|
|
width: 237px;
|
|
|
|
height: 307px;
|
2017-08-29 17:39:47 +02:00
|
|
|
background-color: $white;
|
2017-08-24 21:55:03 +02:00
|
|
|
opacity: 1;
|
2017-08-29 17:39:47 +02:00
|
|
|
box-shadow: $alto 0 0 5px;
|
2017-08-24 21:55:03 +02:00
|
|
|
z-index: 1050;
|
2017-08-25 18:18:52 +02:00
|
|
|
padding: 13px 19px;
|
|
|
|
font-size: 16px;
|
|
|
|
border-radius: 4px;
|
2017-08-29 18:41:11 +02:00
|
|
|
font-family: 'Lato';
|
2017-08-29 17:39:47 +02:00
|
|
|
font-weight: 500;
|
2017-08-25 18:18:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.gas-tooltip-arrow {
|
|
|
|
height: 25px;
|
|
|
|
width: 25px;
|
|
|
|
z-index: 1200;
|
2017-08-29 17:39:47 +02:00
|
|
|
background: $white;
|
2017-08-25 18:18:52 +02:00
|
|
|
position: absolute;
|
|
|
|
transform: rotate(45deg);
|
|
|
|
left: 107px;
|
|
|
|
top: 294px;
|
|
|
|
box-shadow: 2px 2px 2px $alto;
|
|
|
|
}
|
|
|
|
|
2017-08-29 17:39:47 +02:00
|
|
|
.customize-gas-tooltip-container input[type="number"]::-webkit-inner-spin-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
display: none;
|
2017-08-25 18:18:52 +02:00
|
|
|
}
|
|
|
|
|
2017-08-29 17:39:47 +02:00
|
|
|
.customize-gas-tooltip-container input[type="number"]:hover::-webkit-inner-spin-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
display: none;
|
|
|
|
}
|
2017-08-25 18:18:52 +02:00
|
|
|
|
|
|
|
.customize-gas-tooltip {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2017-08-29 20:39:56 +02:00
|
|
|
.gas-tooltip {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
2017-08-25 18:18:52 +02:00
|
|
|
.gas-tooltip-label {
|
|
|
|
font-size: 16px;
|
|
|
|
color: $tundora;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gas-tooltip-header {
|
|
|
|
padding-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gas-tooltip-input-label {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gas-tooltip-input-label i {
|
|
|
|
color: $silver-chalice;
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-gas-input {
|
|
|
|
width: 178px;
|
|
|
|
height: 28px;
|
|
|
|
border: 1px solid $alto;
|
|
|
|
font-size: 16px;
|
|
|
|
color: $nile-blue;
|
|
|
|
padding-left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-gas-input-wrapper {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gas-tooltip-input-detail {
|
|
|
|
position: absolute;
|
|
|
|
top: 4px;
|
|
|
|
right: 26px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: $silver-chalice;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gas-tooltip-input-arrows {
|
|
|
|
position: absolute;
|
2017-08-29 17:39:47 +02:00
|
|
|
top: 0;
|
2017-08-25 18:18:52 +02:00
|
|
|
left: 178px;
|
|
|
|
width: 17px;
|
|
|
|
height: 28px;
|
|
|
|
border: 1px solid #dadada;
|
2017-08-29 17:39:47 +02:00
|
|
|
border-left: 0;
|
2017-08-25 18:18:52 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
color: #9b9b9b;
|
2017-08-29 17:39:47 +02:00
|
|
|
font-size: .8em;
|
2017-08-25 18:18:52 +02:00
|
|
|
padding: 1px 4px;
|
2017-08-29 17:39:47 +02:00
|
|
|
}
|
2017-09-07 13:24:03 +02:00
|
|
|
|
|
|
|
.send-token {
|
|
|
|
width: 498px;
|
|
|
|
height: 605px;
|
|
|
|
background-color: #fff;
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
|
|
|
|
padding: 46px 40.5px 26px;
|
|
|
|
position: relative;
|
|
|
|
top: -26px;
|
|
|
|
z-index: 25;
|
|
|
|
align-items: center;
|
|
|
|
font-family: "Montserrat Light";
|
|
|
|
|
|
|
|
.identicon {
|
|
|
|
position: absolute;
|
|
|
|
top: -35px;
|
|
|
|
z-index: 25;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__title {
|
|
|
|
color: $scorpion;
|
2017-09-07 13:26:29 +02:00
|
|
|
font-size: 18px;
|
2017-09-07 13:24:03 +02:00
|
|
|
line-height: 29px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__description,
|
|
|
|
&__balance-text,
|
|
|
|
&__token-symbol {
|
|
|
|
margin-top: 10px;
|
2017-09-07 13:26:29 +02:00
|
|
|
font-size: 14px;
|
2017-09-07 13:24:03 +02:00
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__token-balance {
|
2017-09-07 13:26:29 +02:00
|
|
|
font-size: 40px;
|
2017-09-07 13:24:03 +02:00
|
|
|
line-height: 40px;
|
|
|
|
margin-top: 13px;
|
|
|
|
}
|
|
|
|
}
|