]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+about/about-instance/about-instance.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-instance / about-instance.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
36f9424f 3
35fe58c2
W
4.pt-badge {
5 @include margin-right(5px);
9fe1bc68
C
6}
7
36f9424f
C
8.section-title {
9 font-weight: $font-semibold;
36f9424f 10 margin-bottom: 5px;
ccc00cb2
C
11 display: flex;
12 align-items: center;
5b0ec7cd 13 font-size: 1rem;
ccc00cb2
C
14}
15
16.middle-title {
17 @include in-content-small-title;
35fe58c2 18 @include margin-bottom(1.5rem);
ccc00cb2 19
f3081d64 20 margin-top: 0;
36f9424f
C
21}
22
ccc00cb2 23.block {
35fe58c2 24 @include margin-bottom(4.5rem);
c8000975 25}
c2165d60 26
27.anchor-link {
28 @include disable-outline;
29
30 position: relative;
31
931d3430
C
32 &:hover,
33 &:active {
c2165d60 34 &::after {
27bc9586
C
35 @include margin-left(0.2em);
36
c2165d60 37 content: '#';
38 display: inline-block;
c2165d60 39 }
40 }
41
931d3430
C
42 .middle-title,
43 .section-title {
c2165d60 44 display: inline-block;
45 }
46
47 .section-title {
8a9e6ee4 48 color: var(--mainForegroundColor);
c2165d60 49 }
6c3589fc 50}