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