]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+about/about-peertube/about-peertube.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-peertube / about-peertube.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
36f9424f 3
d8232bac
C
4.root {
5 max-width: 1200px;
6 margin: auto;
7}
8
78f912ed 9.about-peertube-title {
f0876a2c
C
10 font-size: 25px;
11 text-align: center;
1eb23e12 12 font-weight: $font-semibold;
78f912ed
C
13 margin-bottom: 15px;
14}
15
f0876a2c
C
16.mascot {
17 display: block;
18 margin: 20px auto;
19}
20
c4f7fe09 21::ng-deep .section-title {
36f9424f
C
22 font-weight: $font-semibold;
23 font-size: 20px;
24 margin-bottom: 5px;
25}
26
78f912ed 27.description {
f0876a2c 28 text-align: center;
36f9424f 29}
78f912ed 30
d8232bac
C
31.documentation {
32 display: flex;
33 flex-wrap: wrap;
34 margin: 50px 0;
35 justify-content: center;
36
37 .card {
38 margin: 30px;
39 flex-basis: 300px;
40 font-size: 15px;
41 }
42}
43
1eb23e12
C
44.description,
45.p2p-privacy,
46my-about-peertube-contributors {
c4f7fe09 47 ::ng-deep {
931d3430
C
48 p,
49 li {
1eb23e12
C
50 font-size: 15px;
51 }
52 }
53}
54
1eb23e12
C
55.privacy-contributors {
56 display: flex;
d8232bac 57 flex-direction: column;
1eb23e12
C
58
59 .p2p-privacy {
d8232bac
C
60 .section-title {
61 margin: 50px 0 20px;
62 text-align: center;
63 }
64
1eb23e12
C
65 h6 {
66 font-size: 20px;
d8232bac 67 margin-top: 15px;
1eb23e12
C
68 }
69 }
1eb23e12 70}
c9e3565d
CC
71
72.card-title {
73 font-size: 1.25rem;
74}
75
76.p2p-privacy-title {
77 font-size: 20px;
78}