aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss
blob: b5a71eddd2efbfb315a74f128e0e9958efef3e3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@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;
}