From e38a2e87a019a5ab026b6d71ced53c6d14458bca Mon Sep 17 00:00:00 2001
From: Hugo Nouts <hnouts@grandlyon.com>
Date: Fri, 29 May 2020 17:02:13 +0200
Subject: [PATCH] fix css file

---
 src/styles/base/_layout.scss      | 28 ----------------------------
 src/styles/components/_fluid.scss | 29 +++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 28 deletions(-)

diff --git a/src/styles/base/_layout.scss b/src/styles/base/_layout.scss
index 96c979793..c7cc19fdf 100644
--- a/src/styles/base/_layout.scss
+++ b/src/styles/base/_layout.scss
@@ -122,34 +122,6 @@ body {
   }
 }
 
-.cta-box {
-  background-color:rgba(18, 18, 18, 0.7);
-  position: absolute;
-
-  padding: 0rem 1rem 0rem 0rem;
-  z-index: 1;
-  display: flex;
-  justify-content: center;
-  flex-direction: column;
-  @media #{$large-phone} {
-    height: 26.5rem;
-  }
-  height: 34.5rem;
-
-  .cta-box-header {
-    text-align: center;
-    font-weight: bold;
-    letter-spacing: 0.2px;
-    margin-bottom: 1.5em;
-    color: $text-bright;
-  }
-  .cta-box-button {
-    margin-left: auto;
-    margin-right: auto;
-    width: 80%;
-  }
-}
-
 [role='main'] {
   /* width */
   &::-webkit-scrollbar {
diff --git a/src/styles/components/_fluid.scss b/src/styles/components/_fluid.scss
index 33cc49178..e918cf6a5 100644
--- a/src/styles/components/_fluid.scss
+++ b/src/styles/components/_fluid.scss
@@ -126,3 +126,32 @@
     }
   }
 }
+
+// Enedis Half Hour Load Activation
+.cta-box {
+  background-color:rgba(18, 18, 18, 0.7);
+  position: absolute;
+
+  padding: 0rem 1rem 0rem 0rem;
+  z-index: 1;
+  display: flex;
+  justify-content: center;
+  flex-direction: column;
+  @media #{$large-phone} {
+    height: 26.5rem;
+  }
+  height: 34.5rem;
+
+  .cta-box-header {
+    text-align: center;
+    font-weight: bold;
+    letter-spacing: 0.2px;
+    margin-bottom: 1.5em;
+    color: $text-bright;
+  }
+  .cta-box-button {
+    margin-left: auto;
+    margin-right: auto;
+    width: 80%;
+  }
+}
-- 
GitLab