Refactor my-subscribe-button to support full account subscription
[oweals/peertube.git] / client / src / app / +my-account / my-account-video-playlists / my-account-video-playlist-edit.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .form-sub-title {
5   margin-bottom: 20px;
6 }
7
8 input[type=text] {
9   @include peertube-input-text(340px);
10
11   display: block;
12 }
13
14 textarea {
15   @include peertube-textarea(500px, 150px);
16
17   display: block;
18 }
19
20 .peertube-select-container {
21   @include peertube-select-container(340px);
22 }
23
24 input[type=submit] {
25   @include peertube-button;
26   @include orange-button;
27 }