Order queue stations

This commit is contained in:
Min Zeya Phyo
2017-05-28 13:30:30 +06:30
parent 112fe8b56b
commit 08f993d621
40 changed files with 878 additions and 18 deletions

View File

@@ -1,3 +1,4 @@
@import "tether";
@import "bootstrap";
@import "font-awesome";
@import "theme";
@@ -7,3 +8,25 @@
// min-height: 75rem;
// padding-top: 4.5rem;
// }
/*----- Order Processing Items -----*/
.opi_ul {
display:block;
padding-left:0px;
}
.opi_ul li {
display:list-item;
list-style: none;
margin-top:2px;
}
.opi_selected {
background-color:#BEA2C2 !important;
}
.opi_default {
cursor: pointer;
background-color: #E8ECF9;
line-height: inherit;
padding:5px;
}
/*----- Order Processing Items -----*/