]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
Add ability to set a name to a channel
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-video-channels / my-account-video-channel-edit.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .form-sub-title {
5 margin-bottom: 20px;
6 }
7
8 my-actor-avatar-info {
9 display: block;
10 margin-bottom: 20px;
11 }
12
13 .input-group {
14 @include peertube-input-group(340px);
15 }
16
17 input[type=text] {
18 @include peertube-input-text(340px);
19
20 display: block;
21
22 &#name {
23 width: auto;
24 flex-grow: 1;
25 }
26 }
27
28 textarea {
29 @include peertube-textarea(500px, 150px);
30
31 display: block;
32 }
33
34 .peertube-select-container {
35 @include peertube-select-container(340px);
36 }
37
38 input[type=submit] {
39 @include peertube-button;
40 @include orange-button;
41 }