PR suggestions

This commit is contained in:
zandercymatics 2024-05-03 10:21:43 -06:00
parent 55306f6d2d
commit 59f9d6bfec
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 8 additions and 1 deletions

View file

@ -685,7 +685,6 @@ div.dja__model-description{
p, li { p, li {
font-size: medium; font-size: medium;
line-height: 1.2em;
} }
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
@ -702,6 +701,7 @@ div.dja__model-description{
li { li {
list-style-type: disc; list-style-type: disc;
font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
} }
&.dja__model-description--no-overflow { &.dja__model-description--no-overflow {
@ -710,3 +710,7 @@ div.dja__model-description{
} }
} }
.text-underline {
text-decoration: underline !important;
}

View file

@ -3,5 +3,8 @@ Contacts include anyone who has access to the registrar (known as “users”) a
including other employees and authorizing officials. including other employees and authorizing officials.
Only contacts who have access to the registrar will have Only contacts who have access to the registrar will have
a corresponding record within the <a class="usa-button usa-button--unstyled text-underline" href="{% url 'admin:registrar_user_changelist' %}">Users</a> table. a corresponding record within the <a class="usa-button usa-button--unstyled text-underline" href="{% url 'admin:registrar_user_changelist' %}">Users</a> table.
</p>
<p>
Updating someones contact information here will not affect that persons Login.gov information. Updating someones contact information here will not affect that persons Login.gov information.
</p> </p>