aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-follows/about-follows.component.scss
blob: f014847023aa275571509ec5963df99861862b61 (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
@import '_variables';
@import '_mixins';

.subtitle {
  font-size: 18px;
  font-weight: $font-semibold;
  margin-bottom: 20px;
}

a {
  display: block;
  width: fit-content;
  margin-top: 3px;
}

.no-results {
  justify-content: flex-start;
}

.showMore {
  @include peertube-button-link;
  padding: 0;
  text-align: left;
}