]> 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
Add overview of a user's actions in user-edit (#2558)
[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
08c1efbe
C
8.form-sub-title {
9 margin-bottom: 20px;
10}
11
52d9f792
C
12my-actor-avatar-info {
13 display: block;
14 margin-bottom: 20px;
15}
16
8a19bee1 17.input-group {
2a53942d 18 @include peertube-input-group(fit-content);
8a19bee1
C
19}
20
f5d9558f
RK
21.input-group-append {
22 height: 30px;
23}
24
8227643b
RK
25input {
26 &[type=text] {
27 @include peertube-input-text(340px);
28
29 display: block;
30
31 &#name {
32 width: auto;
33 flex-grow: 1;
34 }
35 }
8a19bee1 36
8227643b
RK
37 &[type=submit] {
38 @include peertube-button;
39 @include orange-button;
40 margin-left: auto;
8a19bee1 41 }
08c1efbe
C
42}
43
8227643b
RK
44label {
45 font-weight: $font-regular;
46 font-size: 100%;
47}
48
08c1efbe
C
49textarea {
50 @include peertube-textarea(500px, 150px);
51
52 display: block;
53}
54
8227643b
RK
55my-markdown-textarea ::ng-deep {
56 .root {
57 @media screen and (max-width: 1400px) {
58 flex-direction: column !important;
59 }
60 }
08c1efbe
C
61}
62
8227643b
RK
63.peertube-select-container {
64 @include peertube-select-container(340px);
2a53942d 65}