Wallet/src/sass/views/confirm.scss

17 lines
268 B
SCSS
Raw Normal View History

2016-09-14 10:04:16 -03:00
#view-confirm {
2016-09-20 15:59:32 -03:00
ion-content{
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;
background-color: #f5f5f5;
}
2016-09-14 10:04:16 -03:00
}