40 lines
512 B
SCSS
40 lines
512 B
SCSS
@import "bootstrap";
|
|
@import "font-awesome";
|
|
@import "theme";
|
|
|
|
/* Show it is fixed to the top */
|
|
// body {
|
|
// min-height: 75rem;
|
|
// padding-top: 4.5rem;
|
|
// }
|
|
|
|
.cashier_number{
|
|
height:76px;
|
|
line-height:80px;
|
|
text-align:center;
|
|
background:#54A5AF;
|
|
float:left;
|
|
margin:2px;
|
|
font-size:20px;
|
|
color:white;
|
|
cursor:pointer;
|
|
}
|
|
.cashier_number:hover{
|
|
background:#A9F5F2;
|
|
}
|
|
.long{
|
|
width:100%
|
|
}
|
|
|
|
.purple {
|
|
background-color:#7a62d3;
|
|
}
|
|
|
|
.red {
|
|
background-color:#ff0000;
|
|
}
|
|
|
|
.green{
|
|
background-color: #009900
|
|
}
|