[CHANGE] Use default alert box margin as base

This commit is contained in:
Peter Pfeufer 2024-01-07 15:05:41 +01:00
parent df05070a55
commit 006785e592
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27
2 changed files with 4 additions and 3 deletions

View File

@ -72,14 +72,15 @@
border: 1px solid var(--bs-border-color);
border-left-width: 0.25rem;
border-radius: 0.25rem;
margin-bottom: 1rem;
padding: 1rem;
}
.aa-callout-sm {
.aa-callout.aa-callout-sm {
padding: 0.5rem;
}
.aa-callout-lg {
.aa-callout.aa-callout-lg {
padding: 1.5rem;
}

View File

@ -42,7 +42,7 @@
</div>
</form>
{% else %}
<div class="aa-callout aa-callout-info mb-3" role="alert">
<div class="aa-callout aa-callout-info" role="alert">
<p>{% translate "Give this link to the line members." %}</p>
<p>{{ SITE_URL }}{% url 'srp:request' completed_srp_code %}</p>
</div>