fix: Missing color on Popup

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2022-10-10 11:19:37 +02:00
parent f213ec4f09
commit 43b6d64bfe
13 changed files with 50 additions and 43 deletions

View File

@@ -5,13 +5,13 @@
width 100%
tr:not(:last-child) td
border-bottom 1px solid $darkGrayLight
border-bottom 1px solid nativeRGB(var(--gray-600))
tr th
border-bottom 2px solid $darkGrayLight
border-bottom 2px solid nativeRGB(var(--gray-600))
tr td:not(:first-child)
tr th:not(:first-child)
border-left 1px solid $darkGrayLight
border-left 1px solid nativeRGB(var(--gray-600))
th
font-weight bold