Wallet/src/sass/views/confirm.scss

27 lines
472 B
SCSS
Raw Normal View History

2016-09-14 10:04:16 -03:00
#view-confirm {
2016-09-22 17:40:17 -03:00
.slide-to-pay{
2016-09-20 15:59:32 -03:00
bottom: 149px;
}
2016-09-14 10:04:16 -03:00
.send-gravatar {
left: 11px;
position: absolute;
top: 10px;
}
2016-09-20 15:28:31 -03:00
.accept-slide {
position: fixed;
2016-09-20 15:59:32 -03:00
bottom: 49px;
2016-09-20 15:28:31 -03:00
width: 100%;
height: 100px;
2016-09-23 12:07:56 -03:00
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;
}
2016-09-14 10:04:16 -03:00
}