]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+about/about-instance/about-instance.component.scss
Add NSFW info in about page
[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 }
19
20 .section-title {
21 font-weight: $font-semibold;
22 font-size: 20px;
23 margin-bottom: 5px;
24 }
25
26 .short-description, .description, .terms, .signup {
27 margin-bottom: 30px;
28 }
29
30 .short-description .dedicated-to-nsfw {
31 margin-top: 20px;
32 font-weight: $font-semibold;
33 }