aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-peertube/about-peertube.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+about/about-peertube/about-peertube.component.scss')
-rw-r--r--client/src/app/+about/about-peertube/about-peertube.component.scss57
1 files changed, 4 insertions, 53 deletions
diff --git a/client/src/app/+about/about-peertube/about-peertube.component.scss b/client/src/app/+about/about-peertube/about-peertube.component.scss
index a0d227a28..efb8b49f5 100644
--- a/client/src/app/+about/about-peertube/about-peertube.component.scss
+++ b/client/src/app/+about/about-peertube/about-peertube.component.scss
@@ -6,63 +6,14 @@
6 margin: auto; 6 margin: auto;
7} 7}
8 8
9.about-peertube-title { 9.card {
10 font-size: 25px; 10 @include rfs(2rem, margin);
11 text-align: center;
12 font-weight: $font-semibold;
13 margin-bottom: 15px;
14}
15 11
16.mascot { 12 flex-basis: 300px;
17 display: block;
18 margin: 20px auto;
19}
20
21::ng-deep .section-title {
22 font-weight: $font-semibold;
23 font-size: 20px;
24 margin-bottom: 5px;
25}
26
27.description {
28 text-align: center;
29}
30
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 }
41}
42
43.privacy-contributors {
44 display: flex;
45 flex-direction: column;
46
47 .p2p-privacy {
48 .section-title {
49 margin: 50px 0 20px;
50 text-align: center;
51 }
52
53 h6 {
54 font-size: 20px;
55 margin-top: 15px;
56 }
57 }
58} 13}
59 14
60.card-title { 15.card-title {
61 font-size: 1.1rem; 16 font-size: 1.1rem;
62 text-align: center; 17 text-align: center;
63 margin-bottom: 1rem; 18 margin-bottom: 1rem;
64} 19} \ No newline at end of file
65
66.p2p-privacy-title {
67 font-size: 20px;
68}