aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-instance/contact-admin-modal.component.scss
blob: a726975c7ecfd1a72f8298d3f0b5556a6c22e781 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@use '_variables';
@use '_mixins';

.modal-body {
  text-align: left;
}

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

  display: block;
}

textarea {
  @include peertube-textarea(100%, 200px);
}