@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 { color: #fff !important; background-color: blue; } .order-item { width: 49%; font-size: 18px; margin: 0px 0px 5px 0px; }