aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/plugins/plugin-search/plugin-search.component.scss
blob: 7e532f9310029b06262a2534d2209c36162f388c (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
@import '_variables';
@import '_mixins';

.search-bar {
  display: flex;
  justify-content: center;
  margin: 30px 0;

  input {
    @include peertube-input-text(60%);
    height: 35px;
  }
}

.result-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;

  my-global-icon {
    @include margin-right(5px);
  }
}

.badge {
  @include margin-left(15px);

  font-size: 13px;
  font-weight: $font-semibold;
}