]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+about/about-instance/about-instance.component.scss
Improve features table
[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;
d3e56c0c 10 margin-bottom: 15px;
ccc00cb2 11 font-weight: $font-semibold;
d3e56c0c
C
12 }
13
ccc00cb2 14 .contact-admin {
d3e56c0c
C
15 @include peertube-button;
16 @include orange-button;
ad571826
C
17
18 height: fit-content;
d3e56c0c 19 }
78f912ed
C
20}
21
36f9424f
C
22.section-title {
23 font-weight: $font-semibold;
ccc00cb2 24 font-size: 16px;
36f9424f 25 margin-bottom: 5px;
ccc00cb2
C
26 display: flex;
27 align-items: center;
28}
29
30.middle-title {
31 @include in-content-small-title;
32
33 margin-top: 45px;
34 margin-bottom: 25px;
36f9424f
C
35}
36
ccc00cb2 37.block {
36f9424f
C
38 margin-bottom: 30px;
39}
c8000975
C
40
41.short-description .dedicated-to-nsfw {
42 margin-top: 20px;
43 font-weight: $font-semibold;
44}