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

.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;
}