some changes for order reservation

This commit is contained in:
phyusin
2018-09-06 11:45:24 +06:30
parent 6af0c40456
commit 1f03a19d5b
12 changed files with 216 additions and 67 deletions

View File

@@ -283,4 +283,41 @@ section.content {
padding: 0.5rem 0.44rem;
}
/* End Reset Theme */
/* shop name margin */
.shop-name-margin {
margin-left : 20%;
}
/* shop name margin */
/* online order margin */
.online-order-margin {
margin-left : 22%;
margin-bottom : 9.9999px;
}
/* online order margin */
/* default-header-color */
div.online-order-margin > div > span {
color : #FAFAFA;
}
/* default-header-color */
/* order-no color */
.order-badge {
position: absolute;
background: #ff6600;
height: 1.8rem;
bottom: -0.1rem;
right: -1.3rem;
width: 1.8rem;
text-align: center;
line-height: 1.7rem;
font-size: 0.9rem;
border-radius: 50%;
color: white;
border: 1px solid #ff6600;
font-family: sans-serif;
font-weight: bold;
}
/* order-no color */
/* *************************************************** */