aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/plugins/plugin-search/plugin-search.component.scss
blob: ed06825c8dec3097041d746f30051427e721329e (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
@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 {
    margin-right: 5px;
  }
}

.badge {
  font-size: 13px;
  font-weight: $font-semibold;
  margin-left: 5px;
}