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

.modal-subtitle {
  font-size: 16px;
  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);
}