]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+about/about-instance/about-instance.component.scss
Merge branch 'master' 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
8 & > div {
9 font-size: 20px;
10 font-weight: bold;
11 margin-bottom: 15px;
12 }
13
14 & > .contact-admin {
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;
24 font-size: 20px;
25 margin-bottom: 5px;
26}
27
45c0fb35 28.short-description, .description, .terms, .signup {
36f9424f
C
29 margin-bottom: 30px;
30}
c8000975
C
31
32.short-description .dedicated-to-nsfw {
33 margin-top: 20px;
34 font-weight: $font-semibold;
35}