]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+about/about-peertube/about-peertube-contributors.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-peertube / about-peertube-contributors.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
1eb23e12 3
f0876a2c 4.peertube-contributors {
d8232bac
C
5 .framasoft {
6 font-size: 18px;
7 }
8
9 > p {
10 text-align: center;
11 }
12
c4f7fe09 13 ::ng-deep h1 {
f0876a2c 14 font-size: 1rem;
d8232bac
C
15 text-align: center;
16 font-weight: $font-semibold;
17 margin-top: 20px;
f0876a2c 18 }
1eb23e12 19
c4f7fe09 20 ::ng-deep ul {
f0876a2c 21 padding: 0;
d8232bac 22 text-align: center;
1eb23e12 23
f0876a2c 24 li {
27bc9586
C
25 @include margin-right(10px);
26
f0876a2c 27 display: inline-block;
f0876a2c 28 }
1eb23e12
C
29 }
30}