mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +02:00
Button styling
This commit is contained in:
parent
bc8a5cc0e7
commit
b072e4f478
2 changed files with 3 additions and 2 deletions
|
@ -630,7 +630,8 @@ div.django-admin__model-description{
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding-top: 20px;
|
margin-top: 25px !important;
|
||||||
|
height: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
|
|
@ -184,5 +184,5 @@
|
||||||
<p>This table does not have a description yet.</p>
|
<p>This table does not have a description yet.</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<button class="usa-button usa-button--unstyled" type="button">Show more</button>
|
<button class="usa-button usa-button--unstyled text-no-underline" type="button">Show more</button>
|
||||||
</span>
|
</span>
|
Loading…
Add table
Add a link
Reference in a new issue