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