16 lines
No EOL
194 B
SCSS
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;
|
|
}
|
|
} |