]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+about/about-instance/contact-admin-modal.component.scss
cd3cf85ddd3384303e08921e1ea8b11b8b9d7f49
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-instance / contact-admin-modal.component.scss
1 @import 'variables';
2 @import 'mixins';
3
4 input[type=text] {
5 @include peertube-input-text(340px);
6 display: block;
7
8 @media screen and (max-width: #{map-get($container-max-widths, sm)}) {
9 width: 100%;
10 }
11 }
12
13 textarea {
14 @include peertube-textarea(100%, 200px);
15 }
16
17 @media screen and (max-width: breakpoint(md)) {
18 .modal-body {
19 text-align: left;
20 }
21 }