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{
display: flex;
padding: 28px 14px;
padding: 20px 14px;
font-size: 13px;
.bp3-button{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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