mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 15:30:16 +02:00
[CHANGE] Use default alert box margin as base
This commit is contained in:
parent
df05070a55
commit
006785e592
@ -72,14 +72,15 @@
|
|||||||
border: 1px solid var(--bs-border-color);
|
border: 1px solid var(--bs-border-color);
|
||||||
border-left-width: 0.25rem;
|
border-left-width: 0.25rem;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.aa-callout-sm {
|
.aa-callout.aa-callout-sm {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.aa-callout-lg {
|
.aa-callout.aa-callout-lg {
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
{% else %}
|
{% 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>{% translate "Give this link to the line members." %}</p>
|
||||||
<p>{{ SITE_URL }}{% url 'srp:request' completed_srp_code %}</p>
|
<p>{{ SITE_URL }}{% url 'srp:request' completed_srp_code %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user