aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/input-text.component.scss
blob: 253793196780618c41f7bde38988410e2508b741 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@use '_variables' as *;
@use '_mixins' as *;

input {
  @include peertube-input-text(auto);
  @include padding-left(15px !important);
  @include padding-right(15px !important);
}

.btn {
  font-size: 15px;

  @include button-with-icon(18px);
}

.copy-text {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: top;
}