aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+search/search-filters.component.scss
blob: c55e59310ceca6e49fbc3ae400d30bbe6fa988a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
@use '_variables' as *;
@use '_mixins' as *;

form {
  margin-top: 40px;
}

.radio-label {
  font-weight: $font-bold;
}

.peertube-radio-container {
  @include margin-right(30px);

  display: inline-block;
}

.peertube-select-container {
  @include peertube-select-container(auto);

  margin-bottom: 1rem;
}

input[type=text] {
  @include peertube-input-text(100%);
  display: block;
}

input[type=submit] {
  @include peertube-button-link;
  @include orange-button;
}

.submit-button {
  text-align: end;
}

.reset-button {
  @include peertube-button;
  @include margin-right(1rem);

  font-weight: $font-semibold;
  display: inline-block;
  padding: 0 10px;
  white-space: nowrap;
  background: transparent;
}

.reset-button-small {
  font-size: 80%;
  height: unset;
  line-height: unset;
  margin: unset;
  margin-bottom: 0.5rem;
}

.label-container {
  display: flex;
  white-space: nowrap;
}