feat: Tweeks in data table style.

This commit is contained in:
a.bouhuolia
2021-07-27 02:11:13 +02:00
parent 7b071c6ef5
commit 45ee031df1
4 changed files with 6 additions and 6 deletions

View File

@@ -5,8 +5,8 @@
.bigcapital-datatable{
.tr .td{
padding-top: 0.6rem;
padding-bottom: 0.6rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.avatar.td{

View File

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

View File

@@ -6,7 +6,7 @@
.table {
.tbody {
.tr{
min-height: 50px;
min-height: 46px;
}
}
}

View File

@@ -4,8 +4,8 @@
tbody {
.tr .td {
padding-top: 0.6rem;
padding-bottom: 0.6rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
}