Add the sidebar for the module
This commit is contained in:
parent
dc3224fb6a
commit
1d58317346
6 changed files with 127 additions and 0 deletions
19
styles/apps/ArtSidebar.css
Normal file
19
styles/apps/ArtSidebar.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
.token-browser.ArtSidebar {
|
||||
flex-flow: column;
|
||||
gap: 1.5rem;
|
||||
padding: 1rem;
|
||||
|
||||
&.active {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
> section {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue