From 304ecda3465c33cf00b4e250bc09d851fe4d3582 Mon Sep 17 00:00:00 2001
From: xaralis <filip.varecha@fragaria.cz>
Date: Tue, 2 Nov 2021 10:09:26 +0100
Subject: [PATCH] feat: add table--light table--unxpadded

---
 source/css/atoms/table.pcss | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/source/css/atoms/table.pcss b/source/css/atoms/table.pcss
index b307692..17b8a8b 100644
--- a/source/css/atoms/table.pcss
+++ b/source/css/atoms/table.pcss
@@ -12,6 +12,13 @@
   }
 }
 
+.table--light {
+  th,
+  thead td {
+    @apply bg-transparent text-black;
+  }
+}
+
 .table--striped,
 .content-block table {
   tr:nth-child(even) td {
@@ -38,3 +45,12 @@
     @apply p-2;
   }
 }
+
+
+.table--unxpadded {
+  th,
+  thead td,
+  td {
+    @apply px-0;
+  }
+}
-- 
GitLab