]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss
Add more attributes to about page
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / config / edit-custom-config / edit-custom-config.component.scss
CommitLineData
fd206f0b
C
1@import '_variables';
2@import '_mixins';
3
ccc00cb2
C
4.form-group {
5 margin-bottom: 25px;
6}
7
fd206f0b
C
8input[type=text] {
9 @include peertube-input-text(340px);
10 display: block;
11}
12
13input[type=checkbox] {
14 @include peertube-checkbox(1px);
15}
16
17.peertube-select-container {
18 @include peertube-select-container(340px);
19}
20
21input[type=submit] {
22 @include peertube-button;
23 @include orange-button;
24
25 margin-top: 20px;
5b7c47a7
C
26
27 & + .form-error {
28 display: inline;
29 margin-left: 5px;
30 }
fd206f0b
C
31}
32
33.inner-form-title {
34 text-transform: uppercase;
9a0fc840 35 color: var(--mainColor);
fd206f0b
C
36 font-weight: $font-bold;
37 font-size: 13px;
38 margin-top: 30px;
39 margin-bottom: 10px;
40}
00b5556c
C
41
42textarea {
43 @include peertube-textarea(500px, 150px);
44
45 display: block;
2e3a0215
C
46
47 &#instanceShortDescription {
48 height: 100px;
49 }
00b5556c 50}
ccc00cb2
C
51
52.label-small-info {
53 font-style: italic;
54 margin-bottom: 10px;
55}