mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 05:54:11 +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 {
|
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;
|
||||||
|
}
|
||||||
|
|
|
@ -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 someone’s contact information here will not affect that person’s Login.gov information.
|
Updating someone’s contact information here will not affect that person’s Login.gov information.
|
||||||
</p>
|
</p>
|
Loading…
Add table
Add a link
Reference in a new issue