]> 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
Clean up change password validation
[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
C
13.input-group {
14 @include peertube-input-group(340px);
15}
16
08c1efbe
C
17input[type=text] {
18 @include peertube-input-text(340px);
19
20 display: block;
8a19bee1
C
21
22 &#name {
23 width: auto;
24 flex-grow: 1;
25 }
08c1efbe
C
26}
27
28textarea {
29 @include peertube-textarea(500px, 150px);
30
31 display: block;
32}
33
34.peertube-select-container {
35 @include peertube-select-container(340px);
36}
37
38input[type=submit] {
39 @include peertube-button;
40 @include orange-button;
41}