mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
16 lines
263 B
SCSS
16 lines
263 B
SCSS
|
|
// Blueprint framework.
|
|
// @import '@blueprintjs/core/src/blueprint.scss';
|
|
|
|
.dashboard__insider--inventory-adjustments-list {
|
|
.bigcapital-datatable {
|
|
.table {
|
|
.tbody {
|
|
.tr .td{
|
|
padding: 0.88rem 0.5rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|