feat: Tweeks in data table rows style.

This commit is contained in:
a.bouhuolia
2021-07-27 02:01:04 +02:00
parent 9baf81f803
commit 7b071c6ef5
9 changed files with 12 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
.pagination{ .pagination{
display: flex; display: flex;
padding: 28px 14px; padding: 20px 14px;
font-size: 13px; font-size: 13px;
.bp3-button{ .bp3-button{

View File

@@ -2,7 +2,7 @@
.bigcapital-datatable { .bigcapital-datatable {
.tbody { .tbody {
.tr { .tr {
min-height: 50px; min-height: 46px;
} }
.td.amount { .td.amount {
.cell-inner { .cell-inner {

View File

@@ -7,7 +7,7 @@
.tbody { .tbody {
.tr{ .tr{
min-height: 50px; min-height: 46px;
} }
.td.amount { .td.amount {
span { span {

View File

@@ -7,7 +7,7 @@
.table { .table {
.tbody { .tbody {
.tr{ .tr{
min-height: 50px; min-height: 46px;
} }
.item_type.td { .item_type.td {
.bp3-tag { .bp3-tag {

View File

@@ -5,7 +5,7 @@
.tbody{ .tbody{
.tr{ .tr{
min-height: 50px; min-height: 46px;
} }
.td.amount { .td.amount {

View File

@@ -5,7 +5,7 @@
.tbody{ .tbody{
.tr .td{ .tr .td{
min-height: 50px; min-height: 46px;
} }
.td.amount { .td.amount {

View File

@@ -4,6 +4,9 @@
.bigcapital-datatable{ .bigcapital-datatable{
.tbody{ .tbody{
.tr{
min-height: 46px;
}
.tr .td{ .tr .td{
padding-top: 0.88rem; padding-top: 0.88rem;

View File

@@ -8,7 +8,7 @@
.tbody{ .tbody{
.tr{ .tr{
min-height: 50px; min-height: 46px;
} }
.balance.td{ .balance.td{

View File

@@ -4,9 +4,8 @@
.bigcapital-datatable{ .bigcapital-datatable{
.tbody{ .tbody{
.tr{
.tr .td{ min-height: 46px;
min-height: 50px;
} }
.td.amount { .td.amount {