From 9be5b49d29991f8e49522c77fa06de0ff5ab87c9 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 16 Oct 2018 13:04:54 +0200 Subject: [PATCH] Add an install PeerTube button Signed-off-by: Thomas Citharel --- app/assets/scss/main.scss | 10 ++++++++++ app/components/pages/Home.vue | 5 ++++- app/locales/en.yml | 1 + app/locales/fr.yml | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/app/assets/scss/main.scss b/app/assets/scss/main.scss index 753378d..cc0a0bd 100644 --- a/app/assets/scss/main.scss +++ b/app/assets/scss/main.scss @@ -333,6 +333,16 @@ a.button { } } +.release { + a { + color: #F1680D; + } + + a.frama_campaign { + margin-right: 7px; + } +} + @media (min-width: 1200px) { [lang="fr"] .intro .col-md-pull-6 a { margin-top: 36px; diff --git a/app/components/pages/Home.vue b/app/components/pages/Home.vue index d2a699a..93b3b74 100644 --- a/app/components/pages/Home.vue +++ b/app/components/pages/Home.vue @@ -5,7 +5,8 @@

-
+
+