.dungeon/styles/sheets/actor/mob.scss
2024-01-28 16:00:14 -07:00

16 lines
No EOL
194 B
SCSS

@use "../../vars" as *;
.dotdungeon .actor--mob {
padding: 4px;
input[type=text] {
font-size: 1.5em;
height: 1.5em;
width: 100%;
}
textarea {
width: 100%;
resize: vertical;
}
}