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

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

  @media screen and (max-width: #{map-get($container-max-widths, sm)}) {
    width: 100%;
  }
}

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

@media screen and (max-width: breakpoint(md)) {
  .modal-body {
    text-align: left;
  }
}