]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+about/about-instance/about-instance.component.scss
Merge remote-tracking branch 'weblate/develop' 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;
fd7ca7a7 23 margin-bottom: 20px;
9fe1bc68
C
24
25 .badge {
26 font-size: 12px;
27 font-weight: $font-semibold;
28 margin-right: 5px;
29
30 &.category {
e66883b3 31 background-color: pvar(--mainColor);
9fe1bc68
C
32 }
33 }
34}
35
36f9424f
C
36.section-title {
37 font-weight: $font-semibold;
ccc00cb2 38 font-size: 16px;
36f9424f 39 margin-bottom: 5px;
ccc00cb2
C
40 display: flex;
41 align-items: center;
42}
43
44.middle-title {
45 @include in-content-small-title;
46
f3081d64 47 margin-top: 0;
ccc00cb2 48 margin-bottom: 25px;
36f9424f
C
49}
50
ccc00cb2 51.block {
f3081d64 52 margin-bottom: 75px;
4402b54d 53 font-size: 15px;
36f9424f 54}
c8000975
C
55
56.short-description .dedicated-to-nsfw {
57 margin-top: 20px;
58 font-weight: $font-semibold;
59}
c2165d60 60
61.anchor-link {
62 @include disable-outline;
63
64 position: relative;
65
931d3430
C
66 &:hover,
67 &:active {
c2165d60 68 &::after {
69 content: '#';
70 display: inline-block;
71 margin-left: 0.2em;
72 }
73 }
74
931d3430
C
75 .middle-title,
76 .section-title {
c2165d60 77 display: inline-block;
78 }
79
80 .section-title {
8a9e6ee4 81 color: var(--mainForegroundColor);
c2165d60 82 }
83}