Implement Mob Sheet
This commit is contained in:
parent
c257e4e5ee
commit
028b8629fe
10 changed files with 202 additions and 1 deletions
14
.styles/sheets/actor/mob.css
Normal file
14
.styles/sheets/actor/mob.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.dotdungeon .actor--mob {
|
||||
padding: 4px;
|
||||
}
|
||||
.dotdungeon .actor--mob input[type=text] {
|
||||
font-size: 1.5em;
|
||||
height: 1.5em;
|
||||
width: 100%;
|
||||
}
|
||||
.dotdungeon .actor--mob textarea {
|
||||
width: 100%;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../../styles/sheets/actor/mob.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEA;EACC;;AAEA;EACC;EACA;EACA;;AAGD;EACC;EACA%22,%22file%22:%22mob.css%22%7D */
|
||||
Loading…
Add table
Add a link
Reference in a new issue