27 lines
469 B
SCSS
27 lines
469 B
SCSS
#view-confirm {
|
|
.slide-to-pay{
|
|
bottom: 149px;
|
|
}
|
|
.send-gravatar {
|
|
left: 11px;
|
|
position: absolute;
|
|
top: 10px;
|
|
}
|
|
.accept-slide {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 100px;
|
|
background-color: #647CE8;
|
|
color: #ffffff;
|
|
font-size: 25px;
|
|
text-align: center;
|
|
padding-top: 34px;
|
|
line-height: 32px;
|
|
}
|
|
.accept-slide i {
|
|
float: right;
|
|
font-size: 32px;
|
|
margin-right: 20px;
|
|
}
|
|
}
|