PeerTube/client/src/app/shared/shared-forms/input-toggle-hidden.compone...

16 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;
}