aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/dynamic-form-field.component.scss
blob: 70b3cf6c3356410c81217fe273578583af1475a3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                            
@import '_variables';
@import '_mixins';

input:not([type=submit]) {
  @include peertube-input-text(340px);

  display: block;
}

textarea {
  @include peertube-textarea(340px, 200px);

  display: block;
}

.peertube-select-container {
  @include peertube-select-container(340px);
}