show booking details and cancel option

This commit is contained in:
Thomas Ruoff
2020-08-25 23:57:21 +02:00
parent ec294eaabe
commit 00e35e6d96
2 changed files with 91 additions and 30 deletions

View File

@@ -68,6 +68,14 @@
@apply bg-blue-700;
}
.btn-red {
@apply bg-red-500 text-white;
}
.btn-red:hover {
@apply bg-red-700;
}
.btn-gray {
@apply bg-gray-500 text-white;
}