Working on the spells panel, which resulted in a lot of weird structural changes that aren't *really* functional yet
This commit is contained in:
parent
227029ffcd
commit
dfc51a5899
31 changed files with 499 additions and 84 deletions
|
|
@ -21,6 +21,23 @@
|
|||
padding: 4px;
|
||||
gap: 4px;
|
||||
|
||||
details {
|
||||
border-radius: 4px;
|
||||
background-color: rgba(0,0,0, 0.2);
|
||||
padding: 4px;
|
||||
margin-bottom: 8px;
|
||||
|
||||
summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&[open] {
|
||||
.expanded-rotate {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.panel {
|
||||
&--profile {
|
||||
grid-area: profile;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue