fix cashier page height & breadcrumb helper
This commit is contained in:
14
app/assets/stylesheets/custom.scss
Normal file
14
app/assets/stylesheets/custom.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
.home.card {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#order-detail-slimscroll {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.pending-order.card-footer, .home.card-footer, .credit_sale.card-footer .inventory.card-footer{
|
||||
width: 100%;
|
||||
vertical-align: bottom;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
@@ -11,6 +11,7 @@
|
||||
@import "BSBMaterial/themes/all-themes";
|
||||
@import "reset";
|
||||
@import "fileinput.min";
|
||||
@import "custom";
|
||||
|
||||
|
||||
/* Reset */
|
||||
|
||||
Reference in New Issue
Block a user