aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-peertube/about-peertube.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-06-27 14:21:03 +0200
committerChocobozzz <me@florianbigard.com>2018-06-27 14:59:09 +0200
commit78f912ed5733028ec2bf10c06c19f75b07943be2 (patch)
tree4bf9692230deabc4e050e5a7de126b38901969e9 /client/src/app/+about/about-peertube/about-peertube.component.scss
parent61b909b9bf849516f30dab2bf5977acfbbddc5c6 (diff)
downloadPeerTube-78f912ed5733028ec2bf10c06c19f75b07943be2.tar.gz
PeerTube-78f912ed5733028ec2bf10c06c19f75b07943be2.tar.zst
PeerTube-78f912ed5733028ec2bf10c06c19f75b07943be2.zip
Improve P2P & Privacy section
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.scss22
1 files changed, 22 insertions, 0 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
new file mode 100644
index 000000000..1d8579ec1
--- /dev/null
+++ b/client/src/app/+about/about-peertube/about-peertube.component.scss
@@ -0,0 +1,22 @@
1@import '_variables';
2@import '_mixins';
3
4.about-peertube-title {
5 font-size: 20px;
6 font-weight: bold;
7 margin-bottom: 15px;
8}
9
10.section-title {
11 font-weight: $font-semibold;
12 font-size: 20px;
13 margin-bottom: 5px;
14}
15
16.description {
17 margin-bottom: 30px;
18}
19
20.p2p-privacy-title {
21 margin-top: 15px;
22} \ No newline at end of file