]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-forms/dynamic-form-field.component.scss
Add client build instructions to plugins
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / dynamic-form-field.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 input:not([type=submit]) {
5 @include peertube-input-text(340px);
6
7 display: block;
8 }
9
10 textarea {
11 @include peertube-textarea(340px, 200px);
12
13 display: block;
14 }
15
16 .peertube-select-container {
17 @include peertube-select-container(340px);
18 }