Removed table
This commit is contained in:
parent
73fa7abb83
commit
cb05cf165e
1 changed files with 18 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue