mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
26 lines
339 B
SCSS
26 lines
339 B
SCSS
|
|
.dashboard__insider--sale_estimate{
|
|
|
|
.bigcapital-datatable{
|
|
|
|
.tbody{
|
|
.tr{
|
|
min-height: 46px;
|
|
}
|
|
|
|
.tr .td{
|
|
padding-top: 0.88rem;
|
|
padding-bottom: 0.88rem;
|
|
}
|
|
|
|
.td.amount {
|
|
|
|
.cell-inner{
|
|
> span{
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |