28 lines
397 B
SCSS
28 lines
397 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%
|
|
}
|