]> 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 keyboard navigation and hepler to typeahead
[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
4.form-sub-title {
5 margin-bottom: 20px;
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
08c1efbe
C
21input[type=text] {
22 @include peertube-input-text(340px);
23
24 display: block;
8a19bee1
C
25
26 &#name {
27 width: auto;
28 flex-grow: 1;
29 }
08c1efbe
C
30}
31
32textarea {
33 @include peertube-textarea(500px, 150px);
34
35 display: block;
36}
37
38.peertube-select-container {
39 @include peertube-select-container(340px);
40}
41
42input[type=submit] {
43 @include peertube-button;
44 @include orange-button;
2a53942d 45}