13 lines
192 B
CSS
13 lines
192 B
CSS
.room-image {
|
|
max-width: 50%;
|
|
}
|
|
|
|
.notie-container {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.swal2-actions {
|
|
z-index: auto;
|
|
/* This is to fix the bug that datepicker shows under the buttons */
|
|
}
|