1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00
Peertube/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss
2021-06-28 09:36:35 +02:00

15 lines
330 B
SCSS

@use '_variables';
@use '_mixins';
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 overriden by .input-group
font-size: 15px !important;
}
.eye-button {
line-height: 1 !important;
}