refactor txp details
This commit is contained in:
parent
53423791f7
commit
43dfcba55c
6 changed files with 236 additions and 95 deletions
66
src/sass/views/includes/txp-details.scss
Normal file
66
src/sass/views/includes/txp-details.scss
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
#txp-details{
|
||||
.bottom {
|
||||
bottom: 100px;
|
||||
}
|
||||
.head {
|
||||
padding-bottom: 55px;
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue