This commit is contained in:
Aung Kyaw Phyoe
2019-01-18 10:32:19 +06:30
parent 6b5e802b54
commit 5893fd3285

View File

@@ -304,20 +304,20 @@ div.online-order-margin > div > span {
/* default-header-color */ /* default-header-color */
/* order-no color */ /* order-no color */
.order-badge { .order-badge {
position: relative; position: relative;
background: #ff6600; background: #ff6600;
height: 1.8rem; height: 1.8rem;
bottom: 0.9rem; bottom: 0.9rem;
right: 1.7rem; right: 1.2rem;
width: 1.8rem; width: 1.9rem;
text-align: center; text-align: center;
line-height: 1.7rem; line-height: 1.7rem;
font-size: 0.9rem; font-size: 0.9rem;
border-radius: 50%; border-radius: 50%;
color: white; color: white;
border: 5px solid #ff6600; border: 7px solid #ff6600;
font-family: sans-serif; font-family: sans-serif;
font-weight: bold; font-weight: bold;
} }
/*.order-badge { /*.order-badge {