Add the Aspect sheet and update some translation keys for the actor sheet
This commit is contained in:
parent
c0d677cd77
commit
763a0982d5
22 changed files with 1277 additions and 84 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
18
styles/sheets/items/aspect.scss
Normal file
18
styles/sheets/items/aspect.scss
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
@use "../../vars" as *;
|
||||
|
||||
.dotdungeon .item--aspect {
|
||||
padding: 4px;
|
||||
|
||||
input[type=text] {
|
||||
font-family: $body-font;
|
||||
font-size: 1.5em;
|
||||
height: 1.5em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: $body-font;
|
||||
width: 100%;
|
||||
resize: vertical;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue