mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
17 lines
280 B
SCSS
Executable File
17 lines
280 B
SCSS
Executable File
@import '../shared/input.scss';
|
|
|
|
@include input(ds-input);
|
|
|
|
textarea.ds-input {
|
|
height: auto;
|
|
min-height: $input-height;
|
|
resize: none;
|
|
}
|
|
|
|
textarea.ds-input-size-small {
|
|
min-height: $input-height-small;
|
|
}
|
|
|
|
textarea.ds-input-size-large {
|
|
min-height: $input-height-large;
|
|
} |