15 lines
253 B
SCSS
15 lines
253 B
SCSS
.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;
|
|
}
|