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