From 62fd9a8f6cb499a8a731b8430cb96801e014d0ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org>
Date: Sun, 16 Jul 2023 09:05:40 +0900
Subject: [PATCH] add new donation icons (styleguide 2.14)

---
 district/templates/district/base.html              | 10 +++++-----
 .../templates/regulace_konopi/base.html            |  6 +++---
 uniweb/templates/uniweb/base.html                  | 14 +++++++-------
 uniweb/templates/uniweb/logo_snippet.html          |  2 +-
 4 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/district/templates/district/base.html b/district/templates/district/base.html
index 46f86627..bd63dc84 100644
--- a/district/templates/district/base.html
+++ b/district/templates/district/base.html
@@ -19,7 +19,7 @@
   <!-- Bootstrap CSS -->
 
   <!-- Styles -->
-  <link rel="stylesheet" href="https://styleguide.pirati.cz/2.13.x/css/styles.css">
+  <link rel="stylesheet" href="https://styleguide.pirati.cz/2.14.x/css/styles.css">
   <link href="{% static "shared/vendor/fancybox/jquery.fancybox.min.css" %}" rel="stylesheet">
   <link rel="stylesheet" href="{% static "shared/vendor/vue-formulate-2.5.3/css/snow.min.css" %}">
   <link rel="stylesheet" href="{% static "shared/css/helpers.css" %}">
@@ -132,9 +132,9 @@
                             <a href="{{ page.root_page.donation_page }}" rel="noopener noreferrer" target="_blank"
                                class="btn btn--icon btn--cyan-200 btn--hoveractive btn--condensed btn--fullwidth md:btn--autowidth lg:text-sm xl:text-base">
                                 <div class="btn__body-wrap">
-                                    <div class="btn__body ">Darovat</div>
-                                    <div class="btn__icon ">
-                                        <i class="ico--pig"></i>
+                                    <div class="btn__body">Darovat</div>
+                                    <div class="btn__icon">
+                                        <i class="ico--donation-full"></i>
                                     </div>
                                 </div>
                             </a>
@@ -348,7 +348,7 @@
   </footer>
 
   <script src="{% static "styleguide291/assets/js/vue.2.6.11.js" %}"></script>
-  <script src="https://styleguide.pirati.cz/2.13.x/js/main.bundle.js"></script>
+  <script src="https://styleguide.pirati.cz/2.14.x/js/main.bundle.js"></script>
   <script src="{% static "shared/vendor/jquery/jquery-3.4.1.min.js" %}"></script>
   <script src="{% static "shared/vendor/lazysizes/lazysizes.min.js" %}"></script>
   <script src="{% static "shared/vendor/fancybox/jquery.fancybox.min.js" %}"></script>
diff --git a/regulace_konopi/templates/regulace_konopi/base.html b/regulace_konopi/templates/regulace_konopi/base.html
index 3af0dde9..5f6ecee8 100644
--- a/regulace_konopi/templates/regulace_konopi/base.html
+++ b/regulace_konopi/templates/regulace_konopi/base.html
@@ -98,9 +98,9 @@
             <a href="https://dary.pirati.cz"
                class="btn btn--icon btn--cyan-200 btn--hoveractive text-lg btn--fullwidth sm:btn--autowidth">
               <div class="btn__body-wrap">
-                <div class="btn__body ">Darovat</div>
-                <div class="btn__icon ">
-                  <i class="ico--pig"></i>
+                <div class="btn__body">Darovat</div>
+                <div class="btn__icon">
+                  <i class="ico--donation-full"></i>
                 </div>
               </div>
             </a>
diff --git a/uniweb/templates/uniweb/base.html b/uniweb/templates/uniweb/base.html
index 78c699fc..6d29b0fe 100644
--- a/uniweb/templates/uniweb/base.html
+++ b/uniweb/templates/uniweb/base.html
@@ -17,8 +17,8 @@
   {% include "shared/favicon_snippet.html" %}
 
   <!-- Styles -->
-  <link href="https://styleguide.pirati.cz/2.11.x/css/styles.css" rel="stylesheet" media="all" />
-  <link href="https://styleguide.pirati.cz/2.11.x/css/pattern-scaffolding.css" rel="stylesheet" media="all" />
+  <link href="https://styleguide.pirati.cz/2.14.x/css/styles.css" rel="stylesheet" media="all" />
+  <link href="https://styleguide.pirati.cz/2.14.x/css/pattern-scaffolding.css" rel="stylesheet" media="all" />
   <link href="{% static "shared/vendor/fancybox/jquery.fancybox.min.css" %}" rel="stylesheet">
   <link rel="stylesheet" href="{% static "shared/vendor/vue-formulate-2.5.3/css/snow.min.css" %}">
   <link rel="stylesheet" href="{% static "shared/css/helpers.css" %}">
@@ -95,7 +95,7 @@
             <section class="footer__brand">
               {% if page.root_page.show_logo %}
               <a href="https://www.pirati.cz">
-                <img src="https://styleguide.pirati.cz/2.3.x/images/logo-full-white.svg" alt="logo pirátské strany" class="w-32 md:w-40 pb-6" />
+                <img src="https://styleguide.pirati.cz/2.14.x/images/logo-full-white.svg" alt="logo pirátské strany" class="w-32 md:w-40 pb-6" />
               </a>
               {% endif %}
               <p class="para hidden md:block md:mb-4 lg:mb-0 text-grey-200">
@@ -119,9 +119,9 @@
                 {% if page.root_page.show_pirate_buttons %}
                 <a href="https://dary.pirati.cz" class="btn btn--icon btn--cyan-200 btn--hoveractive text-lg btn--fullwidth sm:btn--autowidth">
                   <div class="btn__body-wrap">
-                    <div class="btn__body ">Darovat</div>
-                    <div class="btn__icon ">
-                      <i class="ico--pig"></i>
+                    <div class="btn__body">Darovat</div>
+                    <div class="btn__icon">
+                      <i class="ico--donation-full"></i>
                     </div>
                   </div>
                 </a>
@@ -155,7 +155,7 @@
   {% endif %}
 
   <script src="{% static "shared/vendor/vue/vue.2.6.11.js" %}"></script>
-  <script src="https://styleguide.pirati.cz/2.3.x/js/main.bundle.js"></script>
+  <script src="https://styleguide.pirati.cz/2.14.x/js/main.bundle.js"></script>
   <script src="{% static "shared/vendor/jquery/jquery-3.4.1.min.js" %}"></script>
   <script src="{% static "shared/vendor/lazysizes/lazysizes.min.js" %}"></script>
   <script src="{% static "shared/vendor/fancybox/jquery.fancybox.min.js" %}"></script>
diff --git a/uniweb/templates/uniweb/logo_snippet.html b/uniweb/templates/uniweb/logo_snippet.html
index 49eebc74..322713ad 100644
--- a/uniweb/templates/uniweb/logo_snippet.html
+++ b/uniweb/templates/uniweb/logo_snippet.html
@@ -4,5 +4,5 @@
     {% image page.root_page.logo original as logo %}
     <img src="{{ logo.full_url }}" class="w-8" />
 {% else %}
-    <img src="https://styleguide.pirati.cz/2.3.x/images/logo-round-white.svg" class="w-8" />
+    <img src="https://styleguide.pirati.cz/2.14.x/images/logo-round-white.svg" class="w-8" />
 {% endif %}
-- 
GitLab