Added collapsible skill group & volatile storage.

This commit is contained in:
Vlyan
2022-03-12 15:19:30 +01:00
parent ccc81d439f
commit 3b3cb67787
14 changed files with 75 additions and 25 deletions

View File

@@ -263,14 +263,16 @@ i.i_shugenja:before {
i.i_ring {
content: "";
background: transparent url("../assets/dices/default/ring_blank.svg") no-repeat 0 center;
background-size: 1rem;
display: inline-block;
height: 1rem;
width: 0.75rem;
width: 1rem;
}
// Skill
i.i_skill {
content: "";
background: transparent url("../assets/dices/default/skill_blank.svg") no-repeat 0 0;
background-size: 1rem;
display: inline-block;
height: 1rem;
width: 1rem;