aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/advanced-input-filter.component.scss
blob: 4efbeb85da9cbbd8e229b436cdf08c80be0de9e8 (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
@use '_variables' as *;
@use '_mixins' as *;

.dropdown-item {
  font-size: 14px;
}

input {
  @include peertube-input-text(250px);
}

.input-group-text {
  background-color: transparent;
}

my-global-icon {
  $size: 18px;
  $margin: 2px;

  @include margin-right($margin);

  opacity: 1;
  width: 18px;
  height: 18px;

  &.no-visible {
    @include margin-right($size + $margin);

    width: 0;
    height: 0;
  }
}

div[role=menu] {
  max-height: 50vh;
  min-height: 200px;
  overflow: auto;
}