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

.modal-subtitle {
  line-height: 1rem;
  margin-bottom: 0;
}

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

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

  display: block;
}

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