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