Continue working on v2 of the PC sheet (w/ Material design now)
This commit is contained in:
parent
6d2d02b077
commit
753d72b4e0
7 changed files with 249 additions and 23 deletions
|
|
@ -271,7 +271,7 @@
|
|||
|
||||
@include bp-m {
|
||||
.dotdungeon {
|
||||
.actor--pc {
|
||||
.actor--pc-mvp {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
grid-template-rows: repeat(15, min-content);
|
||||
grid-template-areas:
|
||||
|
|
@ -311,7 +311,7 @@
|
|||
|
||||
@include bp-s {
|
||||
.dotdungeon {
|
||||
.actor--pc {
|
||||
.actor--pc-mvp {
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: repeat(12, min-content);
|
||||
grid-template-areas:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue