udpate access code for supervisor and manager

This commit is contained in:
Aung Myo
2018-05-04 13:16:57 +06:30
parent 5099ec6b8f
commit ef81987334
6 changed files with 49 additions and 11 deletions

View File

@@ -247,4 +247,27 @@ i.logout_icon{
}
.list-menu > a:hover{
text-decoration: none;
}
.cashier_number{
width: 33%;
height:58px;
line-height:58px;
text-align:center;
background:#54A5AF;
// float:left;
// margin:2px;
font-size:20px;
color:white;
// cursor:pointer;
}
.border-top{
border-top:1px solid #fff;
}
.border-right{
border-right:1px solid #fff;
}
.border-left{
border-left:1px solid #fff;
}