mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
chrone: sperate client and server to different repos.
This commit is contained in:
26
src/style/pages/SaleEstimate/List.scss
Normal file
26
src/style/pages/SaleEstimate/List.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user