Removed table

This commit is contained in:
Patrick Alvin Alcala 2025-10-02 14:43:03 +08:00
parent 73fa7abb83
commit cb05cf165e

View file

@ -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