Textarea font size consistency
This commit is contained in:
parent
6fca80f08c
commit
6a02798e83
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
|
||||
@mixin peertube-textarea ($width, $height) {
|
||||
@include peertube-input-text($width, 14px);
|
||||
@include peertube-input-text($width);
|
||||
|
||||
& {
|
||||
color: pvar(--textarea-fg) !important;
|
||||
|
|
Loading…
Reference in New Issue