]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +manage / video-channel-edit / video-channel-edit.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
08c1efbe 3
a37e9e74 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
4c8749cb
C
27input[type=text] {
28 @include peertube-input-text(340px);
4682468d 29
4c8749cb 30 display: block;
4682468d 31
4c8749cb
C
32 &#name {
33 width: auto;
34 flex-grow: 1;
8227643b 35 }
4c8749cb 36}
8a19bee1 37
4c8749cb
C
38input[type=submit] {
39 @include peertube-button;
40 @include orange-button;
41 @include margin-left(auto);
08c1efbe
C
42}
43
44textarea {
45 @include peertube-textarea(500px, 150px);
46
47 display: block;
48}
49
8227643b
RK
50.peertube-select-container {
51 @include peertube-select-container(340px);
2a53942d 52}
03a3ad91
RK
53
54.breadcrumb {
55 @include breadcrumb;
56}
4682468d
K
57
58@media screen and (max-width: $small-view) {
59 input[type=text]#name {
60 width: auto !important;
61 }
62
931d3430
C
63 label[for=name] + div,
64 textarea {
4682468d
K
65 width: 100%;
66 }
67}