]> 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
Fix notification tests
[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-group-append {
18 height: 30px;
19 }
20
21 input[type=text] {
22 @include peertube-input-text(340px);
23
24 display: block;
25
26 &#name {
27 width: auto;
28 flex-grow: 1;
29 }
30 }
31
32 textarea {
33 @include peertube-textarea(500px, 150px);
34
35 display: block;
36 }
37
38 .peertube-select-container {
39 @include peertube-select-container(340px);
40 }
41
42 input[type=submit] {
43 @include peertube-button;
44 @include orange-button;
45 }