Skip to content
Snippets Groups Projects
Verified Commit 20bab549 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add class to element

parent dbbefa7e
No related branches found
No related tags found
No related merge requests found
......@@ -176,5 +176,5 @@ time.icon span {
}
.product-button {
color: var(--teckids-orange-dark);
background: var(--teckids-orange-dark);
}
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment