aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-instance/about-instance.component.scss
blob: d71cfffc638741f66dde17b357b10aaacc724ea8 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
@import '_variables';
@import '_mixins';

.about-instance-title {
  display: flex;
  justify-content: space-between;

  .title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: $font-semibold;
  }

  .contact-admin {
    @include peertube-button;
    @include orange-button;

    height: fit-content;
  }
}

.section-title {
  font-weight: $font-semibold;
  font-size: 16px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.middle-title {
  @include in-content-small-title;

  margin-top: 45px;
  margin-bottom: 25px;
}

.block {
  margin-bottom: 30px;
  font-size: 15px;
}

.short-description .dedicated-to-nsfw {
  margin-top: 20px;
  font-weight: $font-semibold;
}