issue #2 Done room service feature.

This commit is contained in:
Paul Kim
2022-08-30 00:38:43 +09:00
parent 05f5d61c84
commit 08dda21fcd
6 changed files with 61 additions and 60 deletions

View File

@@ -683,9 +683,9 @@
.popup .roomservice .description>#comment {
width: 100%;
height: 89px;
line-height: 22px;
line-height: 24px;
overflow: hidden;
font-size: 18px;
font-size: 22px;
padding: 5px 10px 5px 15px;
white-space: pre-line;
}
@@ -1178,6 +1178,7 @@
width: 100%;
height: 100%;
background-color: rgb(36, 44, 56);
border: 1px solid rgb(255, 255, 255);
}
.popup .roomservice .alert>div#order-complete>div#title {
@@ -1192,7 +1193,7 @@
}
.popup .roomservice .alert>div#order-complete>div#message {
width: 100%;
width: 95%;
float: left;
margin: 40px 20px 5px 20px;
font-size: 22px;