]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+video-channels/video-channel-edit/video-channel-edit.component.scss
give admins access to edit all channels
[github/Chocobozzz/PeerTube.git] / client / src / app / +video-channels / video-channel-edit / video-channel-edit.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
08c1efbe 3
43df00a3 4.margin-content {
5 padding-top: 20px;
6}
7
628c1553
RK
8label {
9 font-weight: $font-regular;
10 font-size: 100%;
11}
12
8227643b
RK
13.video-channel-title {
14 @include settings-big-title;
15}
16
cdeddff1
C
17my-actor-avatar-edit,
18my-actor-banner-edit {
52d9f792
C
19 display: block;
20 margin-bottom: 20px;
21}
22
cdeddff1
C
23my-actor-banner-edit {
24 max-width: 500px;
25}
26
8a19bee1 27.input-group {
2a53942d 28 @include peertube-input-group(fit-content);
8a19bee1
C
29}
30
25a42e29
RK
31.input-group-append {
32 height: 30px;
33}
34
8227643b
RK
35input {
36 &[type=text] {
37 @include peertube-input-text(340px);
4682468d 38
8227643b 39 display: block;
4682468d 40
8227643b
RK
41 &#name {
42 width: auto;
43 flex-grow: 1;
44 }
45 }
8a19bee1 46
8227643b
RK
47 &[type=submit] {
48 @include peertube-button;
49 @include orange-button;
27bc9586 50 @include margin-left(auto);
8a19bee1 51 }
08c1efbe
C
52}
53
54textarea {
55 @include peertube-textarea(500px, 150px);
56
57 display: block;
58}
59
8227643b
RK
60.peertube-select-container {
61 @include peertube-select-container(340px);
2a53942d 62}
03a3ad91
RK
63
64.breadcrumb {
65 @include breadcrumb;
66}
4682468d
K
67
68@media screen and (max-width: $small-view) {
69 input[type=text]#name {
70 width: auto !important;
71 }
72
931d3430
C
73 label[for=name] + div,
74 textarea {
4682468d
K
75 width: 100%;
76 }
77}