mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
30 lines
505 B
SCSS
30 lines
505 B
SCSS
|
|
// Blueprint framework.
|
|
// @import '@blueprintjs/core/src/blueprint.scss';
|
|
|
|
.dashboard__insider--items-list {
|
|
.bigcapital-datatable {
|
|
.table {
|
|
.tbody {
|
|
.tr{
|
|
min-height: 46px;
|
|
}
|
|
.item_type.td {
|
|
.bp3-tag {
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
.tr.inactive .td {
|
|
|
|
&.normal .bp3-icon {
|
|
color: #9eaab6;
|
|
}
|
|
}
|
|
.quantity_on_hand {
|
|
color: #ff0000;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|