21c180a701ed6b4ccf13e95b8c058d761a542643
[oweals/peertube.git] / client / src / app / +admin / plugins / plugin-show-installed / plugin-show-installed.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 h2 {
5   margin-bottom: 20px;
6 }
7
8 textarea,
9 input:not([type=submit]) {
10   @include peertube-input-text(340px);
11   display: block;
12 }
13
14 .peertube-select-container {
15   @include peertube-select-container(340px);
16 }
17
18 input[type=submit], button {
19   @include peertube-button;
20   @include orange-button;
21
22   margin-top: 10px;
23 }