]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+search/search-filters.component.scss
Translated using Weblate (German)
[github/Chocobozzz/PeerTube.git] / client / src / app / +search / search-filters.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 form {
5 margin-top: 40px;
6 }
7
8 .radio-label {
9 font-weight: $font-bold;
10 }
11
12 .peertube-radio-container {
13 @include margin-right(30px);
14
15 display: inline-block;
16 }
17
18 .peertube-select-container {
19 @include peertube-select-container(auto);
20
21 margin-bottom: 1rem;
22 }
23
24 input[type=text] {
25 @include peertube-input-text(100%);
26 display: block;
27 }
28
29 input[type=submit] {
30 @include peertube-button-link;
31 @include orange-button;
32 }
33
34 .submit-button {
35 text-align: end;
36 }
37
38 .reset-button {
39 @include peertube-button;
40 @include margin-right(1rem);
41
42 font-weight: $font-semibold;
43 display: inline-block;
44 padding: 0 10px;
45 white-space: nowrap;
46 background: transparent;
47 }
48
49 .reset-button-small {
50 font-size: 80%;
51 height: unset;
52 line-height: unset;
53 margin: unset;
54 margin-bottom: 0.5rem;
55 }
56
57 .label-container {
58 display: flex;
59 white-space: nowrap;
60 }