Skip to content

Commit

Permalink
💄 remove pretix widget border + attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Dec 4, 2024
1 parent b75aa01 commit 5eec79a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fragdenstaat_de/fds_cms/static/css/pretix-widget.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.pretix-widget {
border: none;
padding: 0;
}
.pretix-widget-attribution {
display: none;
}
1 change: 1 addition & 0 deletions fragdenstaat_de/fds_cms/templates/fds_cms/pretix.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
type="text/css"
href="{{ instance.shop_url }}widget/v1.css"
crossorigin>
<link rel="stylesheet" href="{% static "css/pretix-widget.css" %}">
{% endaddtoblock %}
{% addtoblock "js" %}
<script type="text/javascript" src="{{ instance.js_url }}" async crossorigin></script>
Expand Down

0 comments on commit 5eec79a

Please sign in to comment.