barker/bookie/src/app/sales/running-tables/running-tables.component.css

32 lines
412 B
CSS

.running {
background-color: #f8cbad;
color: #000000;
}
.printed {
background-color: #c6e0b4;
color: #000000;
}
.open-bill {
background-color: #8e44ad;
color: #000000;
}
.square-button {
min-width: 150px;
max-width: 150px;
min-height: 150px;
max-height: 150px;
cursor: pointer;
margin: 20px;
}
.item-name {
text-align: center;
padding: 0.5rem;
}
.center {
text-align: center;
}