feat: make external site nicer
This commit is contained in:
parent
ca8996fff6
commit
e2f516d409
@ -197,6 +197,7 @@ select, .button {
|
||||
border-radius: 8px;
|
||||
border: none;
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.btn2 {
|
||||
@ -208,6 +209,9 @@ select, .button {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*********************/
|
||||
/* UNIQUE COMPONENTS */
|
||||
/*********************/
|
||||
|
@ -5,6 +5,6 @@
|
||||
{% blocktranslate %}
|
||||
<p>Achtung du verlässt notfellchen.org</p>
|
||||
{% endblocktranslate %}
|
||||
<a href="{{ url }}" class="btn" >{% translate "Weiter" %}</a>
|
||||
<a href="{{ url }}" class="btn button" >{% translate "Weiter" %}</a>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
Loading…
Reference in New Issue
Block a user