]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+search/search-filters.component.scss
Improve notification settings UI
[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
25.form-group {
26 margin-bottom: 25px;
27}
28
29input[type=text] {
30 @include peertube-input-text(100%);
31 display: block;
32}
33
34input[type=submit] {
35 @include peertube-button-link;
36 @include orange-button;
37}
38
39.submit-button {
27bc9586 40 text-align: end;
25266908
RK
41}
42
43.reset-button {
44 @include peertube-button;
27bc9586 45 @include margin-right(1rem);
25266908
RK
46
47 font-weight: $font-semibold;
48 display: inline-block;
931d3430 49 padding: 0 10px;
25266908
RK
50 white-space: nowrap;
51 background: transparent;
25266908
RK
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}