From 20bab54976507c77effe192fd6219d4297326f55 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Thu, 16 Apr 2020 15:53:39 +0200
Subject: [PATCH] Add class to element

---
 static/css/style.css                     | 2 +-
 templates/page_with_carousel_button.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/static/css/style.css b/static/css/style.css
index 435a9ee..21f4cd2 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -176,5 +176,5 @@ time.icon span {
 }
 
 .product-button {
-	color: var(--teckids-orange-dark);
+	background: var(--teckids-orange-dark);
 }
diff --git a/templates/page_with_carousel_button.html b/templates/page_with_carousel_button.html
index a420590..6b468e8 100644
--- a/templates/page_with_carousel_button.html
+++ b/templates/page_with_carousel_button.html
@@ -86,7 +86,7 @@
 {% block template_content_footer %}
 
 <div class="button-wrapper">
-    <button type="button" class="btn btn-default btn-lg">
+    <button type="button" class="btn btn-default btn-lg product-button">
         {% set button = page.button.split('|') %}
             <a href="{{ button[0] }}">{{ button[1] }}</a>
     </button>
-- 
GitLab