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