PeerTube/client/src/app/+about/about-instance/contact-admin-modal.compone...

22 lines
363 B
SCSS
Raw Normal View History

2019-01-10 04:12:41 -06:00
@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%;
}
2019-01-10 04:12:41 -06:00
}
textarea {
@include peertube-textarea(100%, 200px);
}
@media screen and (max-width: breakpoint(md)) {
.modal-body {
text-align: left;
}
}