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