use accept slider directive

This commit is contained in:
Gabriel Bazán 2016-09-20 15:28:31 -03:00
commit 473feddfc8
7 changed files with 118 additions and 108 deletions

View file

@ -4,4 +4,11 @@
position: absolute;
top: 10px;
}
.accept-slide {
position: fixed;
bottom: 0;
width: 100%;
height: 100px;
background-color: #f5f5f5;
}
}