]> 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 delete our account
[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[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 }