]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+about/about-instance/about-instance.component.scss
Merge branch 'release/1.4.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-instance / about-instance.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .about-instance-title {
5 display: flex;
6 justify-content: space-between;
7
8 .title {
9 font-size: 20px;
10 font-weight: $font-semibold;
11 }
12
13 .contact-admin {
14 @include peertube-button;
15 @include orange-button;
16
17 height: fit-content;
18 }
19 }
20
21 .instance-badges {
22 font-size: 16px;
23
24 .badge {
25 font-size: 12px;
26 font-weight: $font-semibold;
27 margin-right: 5px;
28
29 &.category {
30 background-color: var(--mainColor);
31 }
32 }
33 }
34
35 .section-title {
36 font-weight: $font-semibold;
37 font-size: 16px;
38 margin-bottom: 5px;
39 display: flex;
40 align-items: center;
41 }
42
43 .middle-title {
44 @include in-content-small-title;
45
46 margin-top: 45px;
47 margin-bottom: 25px;
48 }
49
50 .block {
51 margin-bottom: 30px;
52 font-size: 15px;
53 }
54
55 .short-description .dedicated-to-nsfw {
56 margin-top: 20px;
57 font-weight: $font-semibold;
58 }