add new table view

This commit is contained in:
2026-07-08 14:47:53 +02:00
parent a23f3587ab
commit 8b3f3e4608
6 changed files with 213 additions and 80 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
@import "table";
.main-container {
font-family: 'Public Sans', system-ui, sans-serif;
color: #1C1C1A;
@@ -12,7 +13,7 @@
.card {
position: relative;
width: 100%;
max-width: 660px;
max-width: 750px;
background: #FBFBF9;
border: 1px solid #E6E5E0;
border-radius: 18px;