]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss
Fix grammar in translation documentation
[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
482fa503
RK
4$form-base-input-width: 340px;
5
6label {
7 font-weight: $font-regular;
8 font-size: 100%;
9}
10
11form {
12 padding-bottom: 1.5rem;
ccc00cb2
C
13}
14
fd206f0b 15input[type=text] {
482fa503 16 @include peertube-input-text($form-base-input-width);
fd206f0b
C
17 display: block;
18}
19
e40afb5b
RK
20input[type=number] {
21 @include peertube-input-text(315px);
22 display: block;
23}
24
fd206f0b
C
25input[type=checkbox] {
26 @include peertube-checkbox(1px);
27}
28
29.peertube-select-container {
482fa503 30 @include peertube-select-container($form-base-input-width);
fd206f0b
C
31}
32
33input[type=submit] {
34 @include peertube-button;
35 @include orange-button;
36
482fa503
RK
37 display: flex;
38 margin-left: auto;
5b7c47a7
C
39
40 & + .form-error {
41 display: inline;
42 margin-left: 5px;
43 }
fd206f0b
C
44}
45
46.inner-form-title {
482fa503 47 @include settings-big-title;
fd206f0b 48}
00b5556c
C
49
50textarea {
51 @include peertube-textarea(500px, 150px);
52
53 display: block;
2e3a0215 54
8ae03c37
C
55 &.small {
56 height: 75px;
2e3a0215 57 }
00b5556c 58}
ccc00cb2
C
59
60.label-small-info {
61 font-style: italic;
62 margin-bottom: 10px;
63}
96a4a7c3
RK
64
65.disabled-checkbox-extra {
66 opacity: .5;
67 pointer-events: none;
68}
482fa503
RK
69
70my-markdown-textarea ::ng-deep {
71 .root {
72 @media screen and (max-width: 1400px) {
73 flex-direction: column !important;
74 }
75 }
76}
77
78.form-group-right {
79 padding-top: 2px;
80}
81
82ngb-tabset:not(.previews) ::ng-deep {
83 .nav-link {
84 font-size: 105%;
85 }
86}