]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
36f9424f
C
1@import '_variables';
2@import '_mixins';
3
78f912ed 4.about-instance-title {
d3e56c0c
C
5 display: flex;
6 justify-content: space-between;
7
ccc00cb2 8 .title {
d3e56c0c 9 font-size: 20px;
ccc00cb2 10 font-weight: $font-semibold;
d3e56c0c
C
11 }
12
ccc00cb2 13 .contact-admin {
d3e56c0c
C
14 @include peertube-button;
15 @include orange-button;
ad571826
C
16
17 height: fit-content;
d3e56c0c 18 }
78f912ed
C
19}
20
9fe1bc68
C
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
36f9424f
C
35.section-title {
36 font-weight: $font-semibold;
ccc00cb2 37 font-size: 16px;
36f9424f 38 margin-bottom: 5px;
ccc00cb2
C
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;
36f9424f
C
48}
49
ccc00cb2 50.block {
36f9424f 51 margin-bottom: 30px;
4402b54d 52 font-size: 15px;
36f9424f 53}
c8000975
C
54
55.short-description .dedicated-to-nsfw {
56 margin-top: 20px;
57 font-weight: $font-semibold;
58}