Add the Aspect sheet and update some translation keys for the actor sheet

This commit is contained in:
Oliver-Akins 2023-12-15 23:55:47 -07:00
parent c0d677cd77
commit 763a0982d5
22 changed files with 1277 additions and 84 deletions

View file

@ -105,7 +105,7 @@
}
@include bp-s {
@include bp-m {
.dotdungeon {
.actor--pc {
grid-template-columns: repeat(2, minmax(0, 1fr));
@ -140,16 +140,34 @@
}
}
@include bp-xs {
@include bp-s {
.dotdungeon {
.actor--pc {
grid-template-columns: 1fr;
grid-template-rows: repeat(12, min-content);
grid-template-areas:
"avatar"
"stats"
"skills";
"sync"
"skills"
"aspect"
"roles"
"backpack"
"weapons"
"spells"
"mounts"
"summons"
"storage";
}
.panel {
background: blueviolet;
&__header {
.icon {
display: none;
visibility: hidden;
}
}
}
}
}