Merge from upstream
[oweals/peertube.git] / client / src / app / search / search-filters.component.scss
1 @import '_variables';
2 @import '_mixins';
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
16   display: inline-block;
17   margin-right: 30px;
18 }
19
20 .peertube-select-container {
21   @include peertube-select-container(auto);
22 }
23
24 .form-group {
25   margin-bottom: 25px;
26 }
27
28 input[type=text] {
29   @include peertube-input-text(100%);
30   display: block;
31 }
32
33 input[type=submit] {
34   @include peertube-button-link;
35   @include orange-button;
36 }
37
38 .submit-button {
39   text-align: right;
40 }