aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/advanced-input-filter.component.scss
blob: ed85385fdef7a4e6ae04ec0035e608fb460473c6 (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
@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;
  }
}