From 4890ec5aeece1de6e3c5bef5761cf9b46e50405d Mon Sep 17 00:00:00 2001
From: Romain CREY <ext.sopra.rcrey@grandlyon.com>
Date: Thu, 2 Jul 2020 10:21:13 +0200
Subject: [PATCH] version place

---
 src/styles/components/_legalnotice.scss |  2 +-
 src/styles/components/_version.scss     | 17 +++++++++++++----
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/src/styles/components/_legalnotice.scss b/src/styles/components/_legalnotice.scss
index f87acfd3d..3e96c2b80 100644
--- a/src/styles/components/_legalnotice.scss
+++ b/src/styles/components/_legalnotice.scss
@@ -8,7 +8,7 @@
   align-items: center;
   justify-content: center;
   color: $text-white;
-  padding: 1.5rem;
+  padding: 1.5rem 1.5rem 0;
   .legal-notice-content {
     p {
       color: $text-white;
diff --git a/src/styles/components/_version.scss b/src/styles/components/_version.scss
index 2c4f6a863..ac9dfbaf5 100644
--- a/src/styles/components/_version.scss
+++ b/src/styles/components/_version.scss
@@ -1,8 +1,17 @@
 @import '../base/color';
 @import '../base/breakpoint';
 
-.version-root{
-  margin-bottom: 0.5rem;
+.version-root {
   color: $text-bright;
-
-}
\ No newline at end of file
+  position: fixed;
+  bottom: 1.5rem;
+  right: 1.5rem;
+  @media #{$tablet} {
+  }
+  @media #{$large-phone} {
+    position: relative;
+    bottom: 0;
+    right: 0;
+    margin: 1rem 1.5rem 2rem;
+  }
+}
-- 
GitLab