]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+about/about-instance/about-instance.component.scss
Update translations and support Greek language
[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 & > 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;
17
18 height: fit-content;
19 }
20 }
21
22 .section-title {
23 font-weight: $font-semibold;
24 font-size: 20px;
25 margin-bottom: 5px;
26 }
27
28 .short-description, .description, .terms, .signup {
29 margin-bottom: 30px;
30 }
31
32 .short-description .dedicated-to-nsfw {
33 margin-top: 20px;
34 font-weight: $font-semibold;
35 }