Merge branch 'staging' into 171364906-billing-account-name-config
This commit is contained in:
commit
2d501525b4
@ -96,7 +96,7 @@ commands:
|
|||||||
apk del --purge build
|
apk del --purge build
|
||||||
- run:
|
- run:
|
||||||
name: Login to Azure CLI
|
name: Login to Azure CLI
|
||||||
shell: /bin/sh -o pipefail
|
shell: /bin/sh
|
||||||
command: |
|
command: |
|
||||||
az login \
|
az login \
|
||||||
--service-principal \
|
--service-principal \
|
||||||
|
@ -203,6 +203,8 @@
|
|||||||
|
|
||||||
.form-container {
|
.form-container {
|
||||||
margin-bottom: $action-footer-height + $large-spacing;
|
margin-bottom: $action-footer-height + $large-spacing;
|
||||||
|
max-width: $max-form-width;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
&--narrow {
|
&--narrow {
|
||||||
max-width: $max-input-width;
|
max-width: $max-input-width;
|
||||||
|
@ -22,6 +22,7 @@ $large-spacing: 4rem;
|
|||||||
$max-page-width: $max-panel-width + $sidenav-expanded-width + $large-spacing;
|
$max-page-width: $max-panel-width + $sidenav-expanded-width + $large-spacing;
|
||||||
$action-footer-height: 6rem;
|
$action-footer-height: 6rem;
|
||||||
$max-input-width: 46rem;
|
$max-input-width: 46rem;
|
||||||
|
$max-form-width: 62.5rem;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* USWDS Variables
|
* USWDS Variables
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
<form method="post" action="{{ url_for('applications.revoke_invite', application_id=application.id, application_role_id=member.role_id) }}">
|
<form method="post" action="{{ url_for('applications.revoke_invite', application_id=application.id, application_role_id=member.role_id) }}">
|
||||||
{{ member.form.csrf_token }}
|
{{ member.form.csrf_token }}
|
||||||
<h1>{{ "invites.revoke" | translate }}</h1>
|
<h1>{{ "invites.revoke" | translate }}</h1>
|
||||||
<hr>
|
<hr class="full-width">
|
||||||
{{ "invites.revoke_modal_text" | translate({"application": application.name}) }}
|
{{ "invites.revoke_modal_text" | translate({"application": application.name}) }}
|
||||||
<div class="action-group">
|
<div class="action-group">
|
||||||
<button class="action-group__action usa-button usa-button-primary" type="submit">{{ "invites.revoke" | translate }}</button>
|
<button class="action-group__action usa-button usa-button-primary" type="submit">{{ "invites.revoke" | translate }}</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user