mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: Tweeks in data table rows style.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
.pagination{
|
||||
display: flex;
|
||||
padding: 28px 14px;
|
||||
padding: 20px 14px;
|
||||
font-size: 13px;
|
||||
|
||||
.bp3-button{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
.bigcapital-datatable {
|
||||
.tbody {
|
||||
.tr {
|
||||
min-height: 50px;
|
||||
min-height: 46px;
|
||||
}
|
||||
.td.amount {
|
||||
.cell-inner {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
.tbody {
|
||||
|
||||
.tr{
|
||||
min-height: 50px;
|
||||
min-height: 46px;
|
||||
}
|
||||
.td.amount {
|
||||
span {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
.table {
|
||||
.tbody {
|
||||
.tr{
|
||||
min-height: 50px;
|
||||
min-height: 46px;
|
||||
}
|
||||
.item_type.td {
|
||||
.bp3-tag {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
.tbody{
|
||||
.tr{
|
||||
min-height: 50px;
|
||||
min-height: 46px;
|
||||
}
|
||||
|
||||
.td.amount {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
.tbody{
|
||||
.tr .td{
|
||||
min-height: 50px;
|
||||
min-height: 46px;
|
||||
}
|
||||
|
||||
.td.amount {
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
.bigcapital-datatable{
|
||||
|
||||
.tbody{
|
||||
.tr{
|
||||
min-height: 46px;
|
||||
}
|
||||
|
||||
.tr .td{
|
||||
padding-top: 0.88rem;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
.tbody{
|
||||
.tr{
|
||||
min-height: 50px;
|
||||
min-height: 46px;
|
||||
}
|
||||
.balance.td{
|
||||
|
||||
|
||||
@@ -4,9 +4,8 @@
|
||||
.bigcapital-datatable{
|
||||
|
||||
.tbody{
|
||||
|
||||
.tr .td{
|
||||
min-height: 50px;
|
||||
.tr{
|
||||
min-height: 46px;
|
||||
}
|
||||
|
||||
.td.amount {
|
||||
|
||||
Reference in New Issue
Block a user