]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
Align layout for create video-channel (my-account) on create user (admin)
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-video-channels / my-account-video-channel-edit.component.scss
CommitLineData
08c1efbe
C
1@import '_variables';
2@import '_mixins';
3
8227643b
RK
4.video-channel-title {
5 @include settings-big-title;
6}
7
52d9f792
C
8my-actor-avatar-info {
9 display: block;
10 margin-bottom: 20px;
11}
12
8a19bee1 13.input-group {
2a53942d 14 @include peertube-input-group(fit-content);
8a19bee1
C
15}
16
f5d9558f
RK
17.input-group-append {
18 height: 30px;
19}
20
8227643b
RK
21input {
22 &[type=text] {
23 @include peertube-input-text(340px);
24
25 display: block;
26
27 &#name {
28 width: auto;
29 flex-grow: 1;
30 }
31 }
8a19bee1 32
8227643b
RK
33 &[type=submit] {
34 @include peertube-button;
35 @include orange-button;
36 margin-left: auto;
8a19bee1 37 }
08c1efbe
C
38}
39
8227643b
RK
40label {
41 font-weight: $font-regular;
42 font-size: 100%;
43}
44
08c1efbe
C
45textarea {
46 @include peertube-textarea(500px, 150px);
47
48 display: block;
49}
50
8227643b
RK
51my-markdown-textarea ::ng-deep {
52 .root {
53 @media screen and (max-width: 1400px) {
54 flex-direction: column !important;
55 }
56 }
08c1efbe
C
57}
58
8227643b
RK
59.peertube-select-container {
60 @include peertube-select-container(340px);
2a53942d 61}
03a3ad91
RK
62
63.breadcrumb {
64 @include breadcrumb;
65}