feat: Optimize SCSS architecture.

This commit is contained in:
a.bouhuolia
2021-01-17 12:17:15 +02:00
parent a747750d88
commit 09db5df686
154 changed files with 2814 additions and 2772 deletions

View File

@@ -0,0 +1,27 @@
// Blueprint framework.
// @import '@blueprintjs/core/src/blueprint.scss';
.dashboard__insider--items-list {
.bigcapital-datatable {
.table {
.tbody {
.item_type.td {
.bp3-tag {
font-size: 13px;
}
}
.tr.inactive .td {
color: #646b82;
&.normal .bp3-icon {
color: #9eaab6;
}
}
.quantity_on_hand {
color: #ff0000;
}
}
}
}
}