mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat: remove more actions button in datatables.
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
padding: 10px 10px;
|
||||
background-color: #f0f2f8;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
color: #415060;
|
||||
border-bottom: 1px solid #d2dce2;
|
||||
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
.dashboard__insider--bills {
|
||||
.bigcapital-datatable {
|
||||
.tbody {
|
||||
.tr {
|
||||
min-height: 50px;
|
||||
}
|
||||
.td.amount {
|
||||
.cell-inner {
|
||||
> span {
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
|
||||
.bigcapital-datatable{
|
||||
|
||||
.tr .td{
|
||||
padding-top: 0.6rem;
|
||||
padding-bottom: 0.6rem;
|
||||
}
|
||||
|
||||
.avatar.td{
|
||||
|
||||
.avatar{
|
||||
|
||||
@@ -5,6 +5,10 @@
|
||||
.bigcapital-datatable {
|
||||
.table {
|
||||
.tbody {
|
||||
|
||||
.tr{
|
||||
min-height: 50px;
|
||||
}
|
||||
.td.amount {
|
||||
span {
|
||||
font-weight: 600;
|
||||
|
||||
15
client/src/style/pages/InventoryAdjustments/List.scss
Normal file
15
client/src/style/pages/InventoryAdjustments/List.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
// Blueprint framework.
|
||||
// @import '@blueprintjs/core/src/blueprint.scss';
|
||||
|
||||
.dashboard__insider--inventory_adjustments {
|
||||
.bigcapital-datatable {
|
||||
.table {
|
||||
.tbody {
|
||||
.tr{
|
||||
min-height: 50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,9 @@
|
||||
.bigcapital-datatable {
|
||||
.table {
|
||||
.tbody {
|
||||
.tr{
|
||||
min-height: 50px;
|
||||
}
|
||||
.item_type.td {
|
||||
.bp3-tag {
|
||||
font-size: 13px;
|
||||
|
||||
14
client/src/style/pages/ItemsCategories/List.scss
Normal file
14
client/src/style/pages/ItemsCategories/List.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
.dashboard__insider--items-categories-list{
|
||||
|
||||
.bigcapital-datatable {
|
||||
.table {
|
||||
.tbody {
|
||||
.tr{
|
||||
min-height: 50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,9 @@
|
||||
}
|
||||
|
||||
.tbody {
|
||||
.tr .td{
|
||||
padding: 0.8rem 0.5rem;
|
||||
}
|
||||
.td.amount {
|
||||
.bp3-popover-target {
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
.bigcapital-datatable{
|
||||
|
||||
.tbody{
|
||||
.tr{
|
||||
min-height: 50px;
|
||||
}
|
||||
|
||||
.td.amount {
|
||||
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
.bigcapital-datatable{
|
||||
|
||||
.tbody{
|
||||
.tr .td{
|
||||
min-height: 50px;
|
||||
}
|
||||
|
||||
.td.amount {
|
||||
|
||||
|
||||
@@ -5,6 +5,11 @@
|
||||
|
||||
.tbody{
|
||||
|
||||
.tr .td{
|
||||
padding-top: 0.88rem;
|
||||
padding-bottom: 0.88rem;
|
||||
}
|
||||
|
||||
.td.amount {
|
||||
|
||||
.cell-inner{
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
|
||||
|
||||
.tbody{
|
||||
.tr{
|
||||
min-height: 50px;
|
||||
}
|
||||
.balance.td{
|
||||
|
||||
.cell-inner{
|
||||
|
||||
@@ -5,6 +5,10 @@
|
||||
|
||||
.tbody{
|
||||
|
||||
.tr .td{
|
||||
min-height: 50px;
|
||||
}
|
||||
|
||||
.td.amount {
|
||||
|
||||
.cell-inner{
|
||||
|
||||
@@ -2,6 +2,13 @@
|
||||
|
||||
.bigcapital-datatable {
|
||||
|
||||
tbody {
|
||||
.tr .td {
|
||||
padding-top: 0.6rem;
|
||||
padding-bottom: 0.6rem;
|
||||
}
|
||||
}
|
||||
|
||||
.avatar.td {
|
||||
|
||||
.avatar {
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
|
||||
// Blueprint framework.
|
||||
// @import '@blueprintjs/core/src/blueprint.scss';
|
||||
|
||||
.dashboard__insider--inventory-adjustments-list {
|
||||
.bigcapital-datatable {
|
||||
.table {
|
||||
.tbody {
|
||||
.tr .td{
|
||||
padding: 0.88rem 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user