Wallet/src/sass/views/confirm.scss

14 lines
227 B
SCSS
Raw Normal View History

2016-09-14 10:04:16 -03:00
#view-confirm {
.send-gravatar {
left: 11px;
position: absolute;
top: 10px;
}
2016-09-20 15:28:31 -03:00
.accept-slide {
position: fixed;
bottom: 0;
width: 100%;
height: 100px;
background-color: #f5f5f5;
}
2016-09-14 10:04:16 -03:00
}