fix: import bugs

This commit is contained in:
Ahmed Bouhuolia
2025-12-18 21:21:54 +02:00
parent 8a2a8eed3b
commit 58f609353c
26 changed files with 297 additions and 106 deletions

View File

@@ -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);
}
}
}

View File

@@ -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);
}
}
}
}