]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-forms/input-toggle-hidden.component.scss
Support ICU in TS components
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / input-toggle-hidden.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
f8b530e0
RK
3
4input {
5 @include peertube-input-text(auto);
27bc9586
C
6 @include padding-left(15px !important);
7 @include padding-right(15px !important);
f8b530e0 8
7a4fd56c 9 // set again properties of peertube-input-text that are overridden by .input-group
f8b530e0 10 font-size: 15px !important;
f8b530e0 11}
ab5b6689
C
12
13.eye-button {
14 line-height: 1 !important;
15}