Skip to content

Commit

Permalink
templates/alert: changed css clases
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasDarley3000 committed Nov 7, 2024
1 parent 115852d commit f66e113
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

{% block extra_messages %}
{{ block.super }}
{% if project.is_draft %}
{% if not project.is_draft %}
{% include 'meinberlin_contrib/components/alert.html' with alert_message='This project has not yet been published.' alert_type='info' %}
{% endif %}
{% endblock extra_messages %}
Expand Down
1 change: 0 additions & 1 deletion meinberlin/assets/scss/components_user_facing/_alert.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.alert {
margin: $padding 0;
padding: 0;
background-color: $message-light-blue;
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit f66e113

Please sign in to comment.