Skip to content
Snippets Groups Projects
Commit 304ecda3 authored by xaralis's avatar xaralis
Browse files

feat: add table--light table--unxpadded

parent 3f52a351
No related branches found
No related tags found
No related merge requests found
Pipeline #5894 passed
...@@ -12,6 +12,13 @@ ...@@ -12,6 +12,13 @@
} }
} }
.table--light {
th,
thead td {
@apply bg-transparent text-black;
}
}
.table--striped, .table--striped,
.content-block table { .content-block table {
tr:nth-child(even) td { tr:nth-child(even) td {
...@@ -38,3 +45,12 @@ ...@@ -38,3 +45,12 @@
@apply p-2; @apply p-2;
} }
} }
.table--unxpadded {
th,
thead td,
td {
@apply px-0;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment