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 '/src/styles/variables.sass' as vars
@use 'sass:color' // @use 'sass:color'
.table // .table
width: 100% // width: 10%
border-collapse: collapse // border-collapse: collapse
margin: 2rem // margin: 2rem
th, td // th, td
border: 1px solid vars.$tableBorderColor // border: 1px solid vars.$tableBorderColor
padding: 0.75rem // padding: 0.75rem
text-align: left // text-align: left
font-size: 1.1rem // font-size: 1.1rem
td:nth-child(1) // td:nth-child(1)
width: 12rem // width: 12rem
td:nth-child(3) // td:nth-child(3)
width: 9rem // width: 9rem
th // th
background-color: vars.$tableHeaderBackground // background-color: vars.$tableHeaderBackground
color: white // color: white