mirror of https://github.com/Chocobozzz/PeerTube
Textarea font size consistency
parent
6fca80f08c
commit
6a02798e83
|
@ -42,7 +42,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin peertube-textarea ($width, $height) {
|
@mixin peertube-textarea ($width, $height) {
|
||||||
@include peertube-input-text($width, 14px);
|
@include peertube-input-text($width);
|
||||||
|
|
||||||
& {
|
& {
|
||||||
color: pvar(--textarea-fg) !important;
|
color: pvar(--textarea-fg) !important;
|
||||||
|
|
Loading…
Reference in New Issue