Files
bigcapital/src/style/components/Drawers/InventoryAdjustmentDrawer.module.scss
2021-09-22 15:25:30 +02:00

25 lines
335 B
SCSS

.detail_panel {
:global .card {
padding: 22px 15px;
margin: 15px;
}
&_header {
margin-bottom: 30px;
}
&_table {
:global .bigcapital-datatable {
margin-top: 30px;
.thead,
.tbody {
.quantity,
.cost,
.value {
text-align: right;
}
}
}
}
}