Add huge class for larger table styling
This commit is contained in:
parent
27a1ae0751
commit
e21282112d
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ table {
|
||||||
&:focus { color: white; background-color: var(--color-grey); outline: none }
|
&:focus { color: white; background-color: var(--color-grey); outline: none }
|
||||||
}
|
}
|
||||||
&.bigger { font-size: 1.2em; border-radius: calc(1rem * 1.2) }
|
&.bigger { font-size: 1.2em; border-radius: calc(1rem * 1.2) }
|
||||||
|
&.huge { font-size: 1.7em; border-radius: calc(2rem * 1.2) }
|
||||||
&.centered { justify-self: center }
|
&.centered { justify-self: center }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue