mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: import bugs
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
color: #738091;
|
||||
font-weight: 700;
|
||||
padding: 0 11px;
|
||||
|
||||
:global(.bp4-dark) &{
|
||||
color: var(--color-light-gray1);
|
||||
}
|
||||
}
|
||||
|
||||
.table {
|
||||
@@ -24,6 +28,11 @@
|
||||
padding-bottom: 8px;
|
||||
color: #738091;
|
||||
font-weight: 500;
|
||||
|
||||
:global(.bp4-dark) &{
|
||||
color: var(--color-light-gray1);
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
border-top: 1px solid #d9d9da;
|
||||
padding: 6px 0;
|
||||
|
||||
:global(.bp4-dark) &{
|
||||
border-top-color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
&:last-child{
|
||||
padding-bottom: 0;
|
||||
}
|
||||
@@ -31,6 +34,10 @@ table.skippedTable {
|
||||
|
||||
tr:hover td{
|
||||
background: #F6F7F9;
|
||||
|
||||
:global(.bp4-dark) &{
|
||||
background: var(--color-dark-gray2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user