aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/search/search-filters.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/search/search-filters.component.scss')
-rw-r--r--client/src/app/search/search-filters.component.scss40
1 files changed, 40 insertions, 0 deletions
diff --git a/client/src/app/search/search-filters.component.scss b/client/src/app/search/search-filters.component.scss
new file mode 100644
index 000000000..cfc48fbef
--- /dev/null
+++ b/client/src/app/search/search-filters.component.scss
@@ -0,0 +1,40 @@
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;
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
28input[type=text] {
29 @include peertube-input-text(100%);
30 display: block;
31}
32
33input[type=submit] {
34 @include peertube-button-link;
35 @include orange-button;
36}
37
38.submit-button {
39 text-align: right;
40} \ No newline at end of file