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