]> 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
Improving select displays, focus box-shadows for paginators, instructions for index url
[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
628c1553
RK
4label {
5 font-weight: $font-regular;
6 font-size: 100%;
7}
8
8227643b
RK
9.video-channel-title {
10 @include settings-big-title;
11}
12
52d9f792
C
13my-actor-avatar-info {
14 display: block;
15 margin-bottom: 20px;
16}
17
8a19bee1 18.input-group {
2a53942d 19 @include peertube-input-group(fit-content);
8a19bee1
C
20}
21
f5d9558f
RK
22.input-group-append {
23 height: 30px;
24}
25
8227643b
RK
26input {
27 &[type=text] {
28 @include peertube-input-text(340px);
29
30 display: block;
31
32 &#name {
33 width: auto;
34 flex-grow: 1;
35 }
36 }
8a19bee1 37
8227643b
RK
38 &[type=submit] {
39 @include peertube-button;
40 @include orange-button;
41 margin-left: auto;
8a19bee1 42 }
08c1efbe
C
43}
44
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}