allow limiting video-comments rss feeds to an account or video channel
[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 label {
5   font-weight: $font-regular;
6   font-size: 100%;
7 }
8
9 .video-playlist-title {
10   @include settings-big-title;
11 }
12
13 input[type=text] {
14   @include peertube-input-text(340px);
15
16   display: block;
17 }
18
19 textarea {
20   @include peertube-textarea(500px, 150px);
21
22   display: block;
23 }
24
25 .peertube-select-container {
26   @include peertube-select-container(340px);
27 }
28
29 input[type=submit] {
30   @include peertube-button;
31   @include orange-button;
32 }
33
34 .breadcrumb {
35   @include breadcrumb;
36 }