Get the module foundations and the Artist app created
This commit is contained in:
parent
8744b6c562
commit
ffa2162fbd
20 changed files with 590 additions and 0 deletions
7
styles/elements/lists.css
Normal file
7
styles/elements/lists.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.token-browser > .window-content {
|
||||
ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
}
|
||||
9
styles/elements/utils.css
Normal file
9
styles/elements/utils.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.token-browser > .window-content {
|
||||
.row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.grow { flex-grow: 1 }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue