]>
Commit | Line | Data |
---|---|---|
fa12eacc C |
1 | @use '_variables'; |
2 | @use '_mixins'; | |
f8b530e0 RK |
3 | |
4 | input { | |
5 | @include peertube-input-text(auto); | |
27bc9586 C |
6 | @include padding-left(15px !important); |
7 | @include padding-right(15px !important); | |
f8b530e0 RK |
8 | |
9 | // set again properties of peertube-input-text that are overriden by .input-group | |
10 | font-size: 15px !important; | |
f8b530e0 | 11 | } |
ab5b6689 C |
12 | |
13 | .eye-button { | |
14 | line-height: 1 !important; | |
15 | } |