diff --git a/database/.gitignore b/database/.gitignore index 9b1dffd9..92a0de32 100644 --- a/database/.gitignore +++ b/database/.gitignore @@ -1 +1,2 @@ *.sqlite +package-lock.json \ No newline at end of file diff --git a/resources/assets/js/pages/admin/booking/completed.vue b/resources/assets/js/pages/admin/booking/completed.vue index e850c9e0..1854f3d7 100644 --- a/resources/assets/js/pages/admin/booking/completed.vue +++ b/resources/assets/js/pages/admin/booking/completed.vue @@ -20,7 +20,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -50,8 +50,10 @@ - + + + @@ -262,7 +264,9 @@ - + + + @@ -273,6 +277,17 @@ .booking-details { font-weight: bold; } + .image { + border: 1px solid #ddd; + border-radius: 4px; + margin-left: auto; + margin-right: auto; + width: 150px; + display: block; + } + .image:hover { + box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5); + }