31 lines
609 B
SCSS
Executable File
31 lines
609 B
SCSS
Executable File
@import "tether";
|
|
@import "bootstrap/css/bootstrap-material-design.min";
|
|
@import "node-waves/waves";
|
|
@import "animate-css/animate";
|
|
@import "sweetalert/sweetalert.css";
|
|
@import "bootstrap-material-datetimepicker/css/bootstrap-material-datetimepicker";
|
|
@import "morrisjs/morris";
|
|
@import "BSBMaterial/style";
|
|
@import "BSBMaterial/themes/all-themes";
|
|
@import "reset";
|
|
.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;
|
|
}
|
|
|
|
|