]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+search/search-filters.component.scss
Translated using Weblate (Gaelic)
[github/Chocobozzz/PeerTube.git] / client / src / app / +search / search-filters.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
0b18f4aa
C
3
4form {
5 margin-top: 40px;
6}
7
8.radio-label {
0b18f4aa
C
9 font-weight: $font-bold;
10}
11
12.peertube-radio-container {
27bc9586 13 @include margin-right(30px);
0b18f4aa
C
14
15 display: inline-block;
0b18f4aa
C
16}
17
18.peertube-select-container {
19 @include peertube-select-container(auto);
25266908
RK
20
21 margin-bottom: 1rem;
0b18f4aa
C
22}
23
0b18f4aa
C
24input[type=text] {
25 @include peertube-input-text(100%);
26 display: block;
27}
28
29input[type=submit] {
30 @include peertube-button-link;
31 @include orange-button;
32}
33
34.submit-button {
27bc9586 35 text-align: end;
25266908
RK
36}
37
38.reset-button {
39 @include peertube-button;
27bc9586 40 @include margin-right(1rem);
25266908
RK
41
42 font-weight: $font-semibold;
43 display: inline-block;
931d3430 44 padding: 0 10px;
25266908
RK
45 white-space: nowrap;
46 background: transparent;
25266908
RK
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}