diff options
Diffstat (limited to 'src/styles/globals.css')
| -rw-r--r-- | src/styles/globals.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index d6594069..af9f9bea 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -70,7 +70,7 @@ button { } .badge-yellow { - @apply bg-warning-200 + @apply bg-warning-500 text-warning-900; } @@ -396,11 +396,15 @@ button { } .table-specification > table { - @apply table-fixed + @apply table-auto border-collapse w-full; } +.table-specification > table > thead > tr > th:last-child{ + @apply w-3/12; +} + .table-specification > table > thead { @apply sticky top-0 border-b; } |
