21 lines
303 B
SCSS
21 lines
303 B
SCSS
@import "bootstrap";
|
|
@import "font-awesome";
|
|
@import "theme";
|
|
|
|
/* Show it is fixed to the top */
|
|
// body {
|
|
// min-height: 75rem;
|
|
// padding-top: 4.5rem;
|
|
// }
|
|
.order-completed {
|
|
background-color: #CCFFDD;
|
|
}
|
|
|
|
.order-void {
|
|
background-color: #FFCCDD;
|
|
}
|
|
|
|
.selected-item {
|
|
background-color: blue;
|
|
}
|