barker/bookie/src/app/sales/home/sales-home.component.css

21 lines
263 B
CSS
Raw Normal View History

.square-button {
min-width: 150px;
max-width: 150px;
min-height: 150px;
2019-07-13 16:02:18 +00:00
max-height: 150px;
cursor: pointer;
margin: 20px;
}
.item-name {
text-align: center;
padding: 0.5rem;
}
.center {
text-align: center;
}
.warn {
background-color: red;
}