]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+about/about-peertube/about-peertube.component.scss
Fix dropdown on video miniature for unlogged users
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-peertube / about-peertube.component.scss
CommitLineData
36f9424f
C
1@import '_variables';
2@import '_mixins';
3
78f912ed 4.about-peertube-title {
f0876a2c
C
5 font-size: 25px;
6 text-align: center;
1eb23e12 7 font-weight: $font-semibold;
78f912ed
C
8 margin-bottom: 15px;
9}
10
f0876a2c
C
11.mascot {
12 display: block;
13 margin: 20px auto;
14}
15
1eb23e12 16/deep/ .section-title {
36f9424f
C
17 font-weight: $font-semibold;
18 font-size: 20px;
19 margin-bottom: 5px;
20}
21
78f912ed 22.description {
f0876a2c
C
23 margin-bottom: 100px;
24 text-align: center;
36f9424f 25}
78f912ed 26
1eb23e12
C
27.description,
28.p2p-privacy,
29my-about-peertube-contributors {
30 /deep/ {
31 p, li {
32 font-size: 15px;
33 }
34 }
35}
36
78f912ed
C
37.p2p-privacy-title {
38 margin-top: 15px;
1eb23e12
C
39}
40
41.privacy-contributors {
42 display: flex;
43 flex-direction: row;
44
45 > div,
46 > my-about-peertube-contributors {
47 flex-basis: 100%;
48 display: block;
49 }
50
51 .p2p-privacy {
52 h6 {
53 font-size: 20px;
54 }
55 }
56
57 my-about-peertube-contributors {
58 margin: 0 40px 40px 0;
59 }
60
61 @media screen and (max-width: $small-view) {
62 flex-direction: column;
63 }
64}