Add some better styling for the spell blocks
This commit is contained in:
parent
4f2d40da7d
commit
413ed7c3d3
2 changed files with 32 additions and 5 deletions
|
|
@ -194,6 +194,19 @@
|
|||
}
|
||||
&--spells {
|
||||
grid-area: spells;
|
||||
|
||||
.spell {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
|
||||
&__actions {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: end;
|
||||
gap: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
&--mounts {
|
||||
grid-area: mounts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue