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

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

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

  display: block;
}

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