change ui not same for table, room and order

This commit is contained in:
Aung Kyaw Phyoe
2019-01-14 09:15:30 +06:30
parent 121e584009
commit 0d60e97014
9 changed files with 126 additions and 75 deletions

View File

@@ -286,14 +286,15 @@ section.content {
/* shop name margin */
.shop-name-margin {
margin-left : 10%;
text-align: center;
width: 50%;
margin: auto;
}
/* shop name margin */
/* online order margin */
.online-order-margin {
margin-left : 10%;
margin-bottom : 9.9999px;
margin: auto;
}
/* online order margin */
/* default-header-color */
@@ -303,18 +304,18 @@ div.online-order-margin > div > span {
/* default-header-color */
/* order-no color */
.order-badge {
position: absolute;
position: relative;
background: #ff6600;
height: 1.8rem;
bottom: -0.1rem;
right: -1.3rem;
bottom: 0.9rem;
right: 1.7rem;
width: 1.8rem;
text-align: center;
line-height: 1.7rem;
font-size: 0.9rem;
border-radius: 50%;
color: white;
border: 1px solid #ff6600;
border: 5px solid #ff6600;
font-family: sans-serif;
font-weight: bold;
}