Wallet/src/sass/views/includes/txp-details.scss

66 lines
1.2 KiB
SCSS
Raw Normal View History

2016-09-20 10:02:28 -03:00
#txp-details{
2016-09-22 17:40:17 -03:00
.slide-to-pay {
2016-09-20 10:02:28 -03:00
bottom: 100px;
}
.head {
2016-09-27 12:05:22 -03:00
padding-bottom: 30px;
2016-09-20 10:02:28 -03:00
.sending-label{
line-height: 70px;
font-size: 25px;
i {
margin-left: 20px;
}
span {
margin-left: 15px;
}
}
.amount-label{
margin-left: 20px;
line-height: 30px;
.amount{
font-size: 36px;
}
.alternative{
font-size: 18px;
font-weight: 200;
color: grey;
}
}
}
.info{
span {
display: block;
}
.payment-proposal-to {
width: 100%;
display: inline-block;
padding: 5px 15px;
background-color: #f5f5f5;
margin-top: 10px;
i {
color: grey;
position: inherit;
left: 25px;
vertical-align: super;
padding-right: 10px;
border-right: 1px solid;
border-color: grey;
font-size: 20px;
}
contact {
margin-left: 15px;
margin-bottom: 3px;
margin-top: 5px;
font-size: 14px;
display: inline-block;
}
}
}
.accept-slide {
position: fixed;
bottom: 0;
width: 100%;
height: 100px;
background-color: #f5f5f5;
}
}