brewman/overlord/src/app/purchase-entries/purchase-entries.component.css

13 lines
133 B
CSS
Raw Normal View History

.right {
display: flex;
justify-content: flex-end;
}
.selected {
background: #fff3cd;
}
.unposted {
background: #f8d7da;
}