mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
14 lines
281 B
SCSS
14 lines
281 B
SCSS
%headed-textarea{
|
|
.headed-textarea{
|
|
display:grid;
|
|
grid-template-rows: auto 1fr;
|
|
grid-template-columns: auto;
|
|
grid-column:1 / -1;
|
|
:not(textarea):not(.adaptive){
|
|
justify-self: start;
|
|
}
|
|
.headed-textarea__header{
|
|
grid-area:initial;
|
|
}
|
|
}
|
|
} |