mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
31 lines
531 B
SCSS
31 lines
531 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 {
|
|
color: #646b82;
|
|
|
|
&.normal .bp3-icon {
|
|
color: #9eaab6;
|
|
}
|
|
}
|
|
.quantity_on_hand {
|
|
color: #ff0000;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|