aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-peertube/about-peertube.component.scss
blob: 8fca53e90037b5756f089792e6b223349c378b4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
@import '_variables';
@import '_mixins';

.about-peertube-title {
  font-size: 20px;
  font-weight: $font-semibold;
  margin-bottom: 15px;
}

/deep/ .section-title {
  font-weight: $font-semibold;
  font-size: 20px;
  margin-bottom: 5px;
}

.description {
  margin-bottom: 30px;
}

.description,
.p2p-privacy,
my-about-peertube-contributors {
  /deep/ {
    p, li {
      font-size: 15px;
    }
  }
}

.p2p-privacy-title {
  margin-top: 15px;
}

.privacy-contributors {
  display: flex;
  flex-direction: row;

  > div,
  > my-about-peertube-contributors {
    flex-basis: 100%;
    display: block;
  }

  .p2p-privacy {
    h6 {
      font-size: 20px;
    }
  }

  my-about-peertube-contributors {
    margin: 0 40px 40px 0;
  }

  @media screen and (max-width: $small-view) {
    flex-direction: column;
  }
}