mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: Tweeks in data table style.
This commit is contained in:
@@ -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{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
.table {
|
||||
.tbody {
|
||||
.tr{
|
||||
min-height: 50px;
|
||||
min-height: 46px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
.table {
|
||||
.tbody {
|
||||
.tr{
|
||||
min-height: 50px;
|
||||
min-height: 46px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
tbody {
|
||||
.tr .td {
|
||||
padding-top: 0.6rem;
|
||||
padding-bottom: 0.6rem;
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user