Create the initial version of the TableManager class for configuring settings
This commit is contained in:
parent
4bfce858ef
commit
8a2d946b63
21 changed files with 718 additions and 115 deletions
5
public/styles/elements/span.css
Normal file
5
public/styles/elements/span.css
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.stat-tracker span {
|
||||
&.large {
|
||||
font-size: var(--font-size-24);
|
||||
}
|
||||
}
|
||||
13
public/styles/elements/string-tags.css
Normal file
13
public/styles/elements/string-tags.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.stat-tracker string-tags {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
gap: 4px;
|
||||
|
||||
> .tags {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
> button {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue