From cb05cf165e37758b5de6d2983b20b67600f9ef79 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 2 Oct 2025 14:43:03 +0800 Subject: [PATCH] Removed table --- src/components/Table/Table.sass | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/components/Table/Table.sass b/src/components/Table/Table.sass index 44763cc..8a0a78d 100644 --- a/src/components/Table/Table.sass +++ b/src/components/Table/Table.sass @@ -1,23 +1,23 @@ -@use '/src/styles/variables.sass' as vars -@use 'sass:color' +// @use '/src/styles/variables.sass' as vars +// @use 'sass:color' -.table - width: 100% - border-collapse: collapse - margin: 2rem +// .table +// width: 10% +// border-collapse: collapse +// margin: 2rem - th, td - border: 1px solid vars.$tableBorderColor - padding: 0.75rem - text-align: left - font-size: 1.1rem +// th, td +// border: 1px solid vars.$tableBorderColor +// padding: 0.75rem +// text-align: left +// font-size: 1.1rem - td:nth-child(1) - width: 12rem +// td:nth-child(1) +// width: 12rem - td:nth-child(3) - width: 9rem +// td:nth-child(3) +// width: 9rem - th - background-color: vars.$tableHeaderBackground - color: white +// th +// background-color: vars.$tableHeaderBackground +// color: white