2016-09-08 11:20:43 -04:00
|
|
|
#view-amount {
|
2016-11-17 17:50:15 -05:00
|
|
|
@extend .deflash-blue;
|
2016-10-21 03:48:41 -04:00
|
|
|
.recipient-label {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
padding-bottom: 0;
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-mid-gray;
|
2016-10-21 03:48:41 -04:00
|
|
|
}
|
2016-10-03 19:38:57 -04:00
|
|
|
.item-no-bottom-border + .item {
|
|
|
|
|
border-top: 0;
|
|
|
|
|
}
|
2016-09-28 17:51:45 -03:00
|
|
|
.icon-bitpay-card {
|
|
|
|
|
background-image: url("../img/icon-bitpay.svg");
|
|
|
|
|
}
|
2016-11-28 17:01:07 -03:00
|
|
|
.icon-amazon {
|
|
|
|
|
background-image: url("../img/icon-amazon.svg");
|
|
|
|
|
}
|
2016-09-08 11:20:43 -04:00
|
|
|
@media(max-width: 480px) {
|
|
|
|
|
.bitcoin-address {
|
|
|
|
|
.icon {
|
|
|
|
|
left: 8px;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
}
|
2016-10-14 12:59:31 -03:00
|
|
|
.big-icon-svg {
|
|
|
|
|
left:5px;
|
|
|
|
|
& > .bg{
|
|
|
|
|
width:30px;
|
|
|
|
|
height:30px;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-10-21 03:48:41 -04:00
|
|
|
font-size: 13px;
|
2016-09-08 11:20:43 -04:00
|
|
|
padding-left: 48px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-09-14 10:04:16 -03:00
|
|
|
.send-gravatar {
|
|
|
|
|
left: 11px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 10px;
|
|
|
|
|
}
|
2016-12-02 09:48:56 -03:00
|
|
|
.amount-pane-recipient {
|
2016-09-08 11:20:43 -04:00
|
|
|
position: absolute;
|
2016-10-21 03:48:41 -04:00
|
|
|
top: 95px;
|
2016-09-08 11:20:43 -04:00
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
padding: 0 16px;
|
|
|
|
|
|
|
|
|
|
.amount-bar {
|
|
|
|
|
padding: 24px 0;
|
|
|
|
|
font-size: 18px;
|
2017-01-18 12:36:26 -03:00
|
|
|
@media(max-height: 480px) {
|
|
|
|
|
padding: 0px;
|
|
|
|
|
}
|
2016-09-08 11:20:43 -04:00
|
|
|
.title {
|
|
|
|
|
float: left;
|
|
|
|
|
padding-top: 10px;
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-dark-gray;
|
2016-10-21 03:48:41 -04:00
|
|
|
font-weight: bold;
|
2017-01-18 12:36:26 -03:00
|
|
|
@media(max-height: 480px) {
|
|
|
|
|
padding: 0px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media(max-height: 480px) {
|
|
|
|
|
padding-top: 3px;
|
2016-09-08 11:20:43 -04:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.amount {
|
2016-11-24 11:42:25 -03:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 254px;
|
|
|
|
|
top: 66px;
|
|
|
|
|
.light {
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-light-gray;
|
2016-11-24 11:42:25 -03:00
|
|
|
}
|
2017-01-18 12:36:26 -03:00
|
|
|
@media(max-height: 480px) {
|
|
|
|
|
top: 45px;
|
|
|
|
|
}
|
2016-11-24 11:42:25 -03:00
|
|
|
}
|
|
|
|
|
}
|
2016-12-02 09:48:56 -03:00
|
|
|
.amount-pane-no-recipient {
|
2016-11-24 11:42:25 -03:00
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
padding: 0 16px;
|
|
|
|
|
|
|
|
|
|
.amount-bar {
|
|
|
|
|
padding: 24px 0;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
.title {
|
|
|
|
|
padding-top: 10px;
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-dark-gray;
|
2016-11-24 11:42:25 -03:00
|
|
|
font-weight: bold;
|
2016-12-02 09:48:56 -03:00
|
|
|
.limits {
|
2016-12-02 17:18:48 -03:00
|
|
|
margin-top: 10px;
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-light-gray;
|
2016-12-02 17:18:48 -03:00
|
|
|
font-size: 12px;
|
2016-12-02 09:48:56 -03:00
|
|
|
}
|
2016-12-12 09:16:58 -03:00
|
|
|
.select {
|
|
|
|
|
margin: 10px 1px;
|
|
|
|
|
}
|
2016-11-24 11:42:25 -03:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.amount {
|
2016-09-08 11:20:43 -04:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 254px;
|
|
|
|
|
top: 66px;
|
2016-10-19 11:41:30 -03:00
|
|
|
.light {
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-light-gray;
|
2016-10-19 11:41:30 -03:00
|
|
|
}
|
2016-09-08 11:20:43 -04:00
|
|
|
}
|
|
|
|
|
}
|
2016-10-21 03:48:41 -04:00
|
|
|
.amount {
|
|
|
|
|
&__editable {
|
|
|
|
|
&--minimize {
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
}
|
|
|
|
|
&--standard {
|
|
|
|
|
font-size: 42px;
|
2017-01-18 12:36:26 -03:00
|
|
|
@media(max-height: 480px) {
|
|
|
|
|
font-size: 26px;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
}
|
2016-10-21 03:48:41 -04:00
|
|
|
}
|
|
|
|
|
&--placeholder {
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-light-gray;
|
2016-10-21 03:48:41 -04:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
&__number {
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-dark-gray;
|
2016-10-21 03:48:41 -04:00
|
|
|
}
|
|
|
|
|
&__currency-toggle {
|
2017-02-23 16:46:41 -05:00
|
|
|
border: 1px solid $v-subtle-gray;
|
|
|
|
|
color: $v-dark-gray;
|
2016-10-21 03:48:41 -04:00
|
|
|
border-radius: 3px;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-size: .6em;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -3px;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
}
|
|
|
|
|
&__results {
|
|
|
|
|
&--minimize {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
&--standard {
|
|
|
|
|
font-size: 18px;
|
2017-01-18 12:36:26 -03:00
|
|
|
padding: 10px 0;
|
2016-10-21 03:48:41 -04:00
|
|
|
}
|
|
|
|
|
&--placeholder {
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-light-gray;
|
2016-10-21 03:48:41 -04:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
&__result {
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-light-gray;
|
2016-10-21 03:48:41 -04:00
|
|
|
font-size: .9em;
|
|
|
|
|
margin-bottom: -.9em;
|
|
|
|
|
line-height: 1;
|
2017-01-18 12:36:26 -03:00
|
|
|
@media(max-height: 480px) {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
2016-10-21 03:48:41 -04:00
|
|
|
}
|
|
|
|
|
&__result-equiv {
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-mid-gray;
|
2016-10-21 03:48:41 -04:00
|
|
|
font-size: 1.2em;
|
|
|
|
|
margin-top: 2rem;
|
2017-01-18 12:36:26 -03:00
|
|
|
@media(max-height: 480px) {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
2016-10-21 03:48:41 -04:00
|
|
|
}
|
|
|
|
|
}
|
2016-09-08 11:20:43 -04:00
|
|
|
.keypad {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-weight: lighter;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-mid-gray;
|
2016-09-08 11:20:43 -04:00
|
|
|
|
|
|
|
|
.row {
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.col {
|
2016-10-21 03:48:41 -04:00
|
|
|
line-height: 45px;
|
2016-09-08 11:20:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.operator {
|
2017-02-23 16:46:41 -05:00
|
|
|
background-color: $v-subtle-gray;
|
2016-09-08 11:20:43 -04:00
|
|
|
font-weight: normal;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
&:active {
|
2017-02-23 16:46:41 -05:00
|
|
|
background-color: $v-light-gray;
|
2016-09-08 11:20:43 -04:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.operator-send {
|
|
|
|
|
font-weight: bolder;
|
2016-10-21 03:48:41 -04:00
|
|
|
color: #fff;
|
|
|
|
|
background-color: $positive;
|
2016-09-08 11:20:43 -04:00
|
|
|
font-size: 36px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
|
background-color: #eaeaea;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.digit{
|
|
|
|
|
cursor: pointer;
|
2017-02-23 16:46:41 -05:00
|
|
|
border-top: 1px solid $v-subtle-gray;
|
|
|
|
|
border-left: 1px solid $v-subtle-gray;
|
2016-09-08 11:20:43 -04:00
|
|
|
&:active {
|
2017-02-23 16:46:41 -05:00
|
|
|
background-color: $v-subtle-gray;
|
2016-09-08 11:20:43 -04:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-01-18 12:36:26 -03:00
|
|
|
@media(max-height: 480px) {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
|
|
}
|
2016-09-08 11:20:43 -04:00
|
|
|
}
|
|
|
|
|
}
|