Skip to content
Snippets Groups Projects
Commit 62fd9a8f authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

add new donation icons (styleguide 2.14)

parent 9d1e926f
No related branches found
No related tags found
2 merge requests!804Release,!798Add new donation icons (Styleguide 2.14)
Pipeline #13819 passed
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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 %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment