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 '/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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue