add delete confirmation modal

This commit is contained in:
Joshua Arts
2018-07-04 15:20:12 -04:00
parent 91b9bb4054
commit 21e0a3558d
6 changed files with 37 additions and 6 deletions

View File

@ -7,7 +7,7 @@
}
.thumbnail {
height: 40% !important;
height: 60px !important;
width: auto;
}
@ -22,3 +22,7 @@
.home-indicator {
font-size: 22px !important;
}
.btn-del-room {
width: 70% !important;
}