Change bullet list style

This commit is contained in:
zandercymatics 2024-03-04 11:50:03 -07:00
parent d8bb86fe64
commit 7e4dc38b40
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 3 additions and 3 deletions

View file

@ -312,7 +312,7 @@ input.admin-confirm-button {
max-width: 68ex;
}
.django-admin-custom-bullets {
.django-admin-custom-bullets ul > li {
// Set list-style-type to inherit without modifying text size
list-style-type: inherit;
}

View file

@ -11,7 +11,7 @@
<h3 class="usa-summary-box__heading usa-summary-box__dhs-color" id="summary-box-description">
When a domain is deleted:
</h3>
<div class="usa-summary-box__text">
<div class="usa-summary-box__text django-admin-custom-bullets">
<ul class="usa-list">
<li>The domain will no longer appear in the registrar / admin.</li>
<li>It will be removed from the registry. </li>

View file

@ -12,7 +12,7 @@
<h3 class="usa-summary-box__heading usa-summary-box__dhs-color" id="summary-box-description">
When a domain is deleted:
</h3>
<div class="usa-summary-box__text">
<div class="usa-summary-box__text django-admin-custom-bullets">
<ul class="usa-list">
<li>The domain will no longer appear in the registrar / admin.</li>
<li>It will be removed from the registry. </li>