14 lines
493 B
CSS
14 lines
493 B
CSS
.dotdungeon .item--pet {
|
|
padding: 4px;
|
|
}
|
|
.dotdungeon .item--pet input[type=text] {
|
|
font-size: 1.5em;
|
|
height: 1.5em;
|
|
width: 100%;
|
|
}
|
|
.dotdungeon .item--pet 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/items/pet.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEA;EACC;;AAEA;EACC;EACA;EACA;;AAGD;EACC;EACA%22,%22file%22:%22pet.css%22%7D */
|