add buttons for no cordova devices

This commit is contained in:
Gabriel Bazán 2016-09-21 12:16:50 -03:00
commit c824ff6fa5
4 changed files with 11 additions and 1 deletions

View file

@ -14,4 +14,8 @@
height: 100px;
background-color: #f5f5f5;
}
.accept-button {
position: fixed;
bottom: 49px;
}
}

View file

@ -63,4 +63,8 @@
height: 100px;
background-color: #f5f5f5;
}
.accept-button {
position: fixed;
bottom: 49px;
}
}