barker/bookie/src/app/guest-book/guest-book-list/guest-book-list.component.css

18 lines
215 B
CSS

.full-width-table {
width: 100%;
}
.running {
background-color: #f53d24;
color: #000000;
}
.printed {
background-color: #00f518;
color: #000000;
}
.center {
display: flex;
justify-content: center;
}