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

155 lines
2.8 KiB
SCSS
Raw Normal View History

#txp-details {
$item-lateral-padding: 20px;
$item-vertical-padding: 10px;
$item-border-color: #EFEFEF;
$item-label-color: #6C6C6E;
.wallet-color-header-bar {
border: 0;
background: none;
}
2016-09-22 17:40:17 -03:00
.slide-to-pay {
2016-09-20 10:02:28 -03:00
bottom: 100px;
}
.head {
padding: 30px $item-lateral-padding 4rem;
.sending-label {
display: flex;
font-size: 18px;
align-items: center;
margin-bottom: 1.5rem;
img {
margin-right: 1rem;
2016-09-20 10:02:28 -03:00
}
}
.amount-label{
line-height: 30px;
.amount{
font-size: 38px;
margin-bottom: .5rem;
> .unit {
font-family: "Roboto-Light";
}
2016-09-20 10:02:28 -03:00
}
.alternative {
font-size: 16px;
font-family: "Roboto-Light";
color: #9B9B9B;
2016-09-20 10:02:28 -03:00
}
}
}
.info {
2016-09-20 10:02:28 -03:00
span {
display: block;
}
.item {
2016-10-11 15:22:11 -04:00
color: #4A4A4A;
border-color: $item-border-color;
padding: $item-vertical-padding $item-lateral-padding;
2016-10-11 15:36:28 -04:00
.label {
font-size: 14px;
color: $item-label-color;
2016-10-11 15:22:11 -04:00
margin-bottom: 8px;
}
2016-10-11 15:36:28 -04:00
&.single-line {
display: flex;
align-items: center;
padding: 17px $item-lateral-padding;
.label {
margin: 0;
flex-grow: 1;
}
}
}
2016-10-11 16:48:03 -04:00
.item-divider {
padding-top: 1.2rem;
color: $item-label-color;
font-size: 15px;
}
2016-09-20 10:02:28 -03:00
.payment-proposal-to {
width: 100%;
display: inline-block;
2016-10-11 15:22:11 -04:00
padding: 8px 13px;
background-color: rgba(203, 203, 203, .13);
2016-09-20 10:02:28 -03:00
margin-top: 10px;
2016-10-11 16:48:03 -04:00
margin-bottom: 5px;
2016-10-11 15:22:11 -04:00
display: flex;
align-items: center;
border-radius: 4px;
img {
padding: .2rem;
padding-left: 0;
border-right: 1px solid #e4e4e4;
padding-right: 12px;
}
2016-09-20 10:02:28 -03:00
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;
font-size: 14px;
display: inline-block;
}
}
2016-10-11 15:22:11 -04:00
.wallet {
display: flex;
align-items: center;
padding: .2rem 0;
i {
padding: 0;
}
img {
height: 24px;
width: 24px;
padding: 2px;
margin-right: .7rem;
box-shadow: none;
}
}
2016-10-11 16:48:03 -04:00
.timeline-item {
> * {
padding-right: 0;
}
}
.timeline-content {
display: flex;
align-items: center;
&__label {
flex-grow: 1;
> .action {
font-size: 16px;
}
> .name {
color: #aaa;
font-size: 14px;
}
}
}
2016-09-20 10:02:28 -03:00
}
.accept-slide {
position: fixed;
bottom: 0;
width: 100%;
height: 100px;
background-color: #f5f5f5;
}
}