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