Files
sx-fc/app/assets/stylesheets/OQS.scss
2017-05-10 01:10:21 +06:30

17 lines
258 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;
}