mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00

Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
15 lines
341 B
SCSS
15 lines
341 B
SCSS
@use '_variables' as *;
|
|
@use '_mixins' as *;
|
|
|
|
input {
|
|
@include peertube-input-text(auto);
|
|
@include padding-left(15px !important);
|
|
@include padding-right(15px !important);
|
|
|
|
// set again properties of peertube-input-text that are overridden by .input-group
|
|
font-size: 15px !important;
|
|
}
|
|
|
|
.eye-button {
|
|
line-height: 1 !important;
|
|
}
|