Merge pull request #1438 from dod-ccpo/design-tweaks

Design tweaks
This commit is contained in:
leigh-mil 2020-02-25 13:41:00 -05:00 committed by GitHub
commit 64f5af4474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View File

@ -203,6 +203,8 @@
.form-container {
margin-bottom: $action-footer-height + $large-spacing;
max-width: $max-form-width;
width: 100%;
&--narrow {
max-width: $max-input-width;

View File

@ -22,6 +22,7 @@ $large-spacing: 4rem;
$max-page-width: $max-panel-width + $sidenav-expanded-width + $large-spacing;
$action-footer-height: 6rem;
$max-input-width: 46rem;
$max-form-width: 62.5rem;
/*
* USWDS Variables

View File

@ -82,7 +82,7 @@
<form method="post" action="{{ url_for('applications.revoke_invite', application_id=application.id, application_role_id=member.role_id) }}">
{{ member.form.csrf_token }}
<h1>{{ "invites.revoke" | translate }}</h1>
<hr>
<hr class="full-width">
{{ "invites.revoke_modal_text" | translate({"application": application.name}) }}
<div class="action-group">
<button class="action-group__action usa-button usa-button-primary" type="submit">{{ "invites.revoke" | translate }}</button>