mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
PR suggestions
This commit is contained in:
parent
55306f6d2d
commit
59f9d6bfec
2 changed files with 8 additions and 1 deletions
|
@ -685,7 +685,6 @@ div.dja__model-description{
|
|||
|
||||
p, li {
|
||||
font-size: medium;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
|
@ -702,6 +701,7 @@ div.dja__model-description{
|
|||
|
||||
li {
|
||||
list-style-type: disc;
|
||||
font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
|
||||
}
|
||||
|
||||
&.dja__model-description--no-overflow {
|
||||
|
@ -710,3 +710,7 @@ div.dja__model-description{
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
.text-underline {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
|
|
@ -3,5 +3,8 @@ Contacts include anyone who has access to the registrar (known as “users”) a
|
|||
including other employees and authorizing officials.
|
||||
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.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Updating someone’s contact information here will not affect that person’s Login.gov information.
|
||||
</p>
|
Loading…
Add table
Add a link
Reference in a new issue