Remove paragraph lead class

This commit is contained in:
Luis Cielak 2018-07-30 15:18:29 -04:00
parent ee0d0033ab
commit 268b721c33
7 changed files with 7 additions and 7 deletions

View File

@ -24,7 +24,7 @@
<b class="usa-input-error-message">There were some errors, see below.</b> <b class="usa-input-error-message">There were some errors, see below.</b>
{% end %} {% end %}
<p class="usa-font-lead">In order to get you access to the JEDI Cloud, we will need you to enter the details below that will help us verify and account for your Task Order.</p> <p>In order to get you access to the JEDI Cloud, we will need you to enter the details below that will help us verify and account for your Task Order.</p>
{{ f.task_order_id.label }} {{ f.task_order_id.label }}
{{ f.task_order_id(placeholder="Example: 1234567899C0001") }} {{ f.task_order_id(placeholder="Example: 1234567899C0001") }}

View File

@ -3,7 +3,7 @@
{% block form %} {% block form %}
<h2>New JEDI Request</h2> <h2>New JEDI Request</h2>
<p class="usa-font-lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Natus error omnis a, tenetur similique quo officiis voluptates eum recusandae dolorem minus dignissimos, magni consequatur, maxime debitis reprehenderit sint non iusto?</p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Natus error omnis a, tenetur similique quo officiis voluptates eum recusandae dolorem minus dignissimos, magni consequatur, maxime debitis reprehenderit sint non iusto?</p>
<a class='usa-button usa-button-secondary' href='{{ reverse_url('request_form_new',next_screen) }}'>New Application</a> <a class='usa-button usa-button-secondary' href='{{ reverse_url('request_form_new',next_screen) }}'>New Application</a>
<a class='usa-button usa-button-secondary' href='{{ reverse_url('request_form_new',next_screen) }}'>Existing Application</a> <a class='usa-button usa-button-secondary' href='{{ reverse_url('request_form_new',next_screen) }}'>Existing Application</a>

View File

@ -15,7 +15,7 @@
{% end %} {% end %}
<p class="usa-font-lead">Wed like to know a little about how you plan to use JEDI Cloud services to process your request. Please answer the following questions to the best of your ability. Note that the CCPO does not directly help with migrating systems to JEDI Cloud. These questions are for learning about your cloud readiness and financial usage of the JEDI Cloud; your estimates will not be used for any department level reporting.</p> <p>Wed like to know a little about how you plan to use JEDI Cloud services to process your request. Please answer the following questions to the best of your ability. Note that the CCPO does not directly help with migrating systems to JEDI Cloud. These questions are for learning about your cloud readiness and financial usage of the JEDI Cloud; your estimates will not be used for any department level reporting.</p>
<p><em>All fields are required, unless specified optional.</em></p> <p><em>All fields are required, unless specified optional.</em></p>
<h2>General</h2> <h2>General</h2>

View File

@ -14,7 +14,7 @@
) %} ) %}
{% end %} {% end %}
<p class="usa-font-lead">Please tell us more about you.</p> <p>Please tell us more about you.</p>
{% module TextInput(f.fname_request,placeholder='First Name') %} {% module TextInput(f.fname_request,placeholder='First Name') %}
{% module TextInput(f.lname_request,placeholder='Last Name') %} {% module TextInput(f.lname_request,placeholder='Last Name') %}

View File

@ -14,7 +14,7 @@
) %} ) %}
{% end %} {% end %}
<p class="usa-font-lead">Please designate a Primary Point of Contact that will be responsible for owning the workspace in the JEDI Cloud.</p> <p>Please designate a Primary Point of Contact that will be responsible for owning the workspace in the JEDI Cloud.</p>
<p>The Point of Contact will become the primary owner of the <em>workspace</em> created to use the JEDI Cloud. As a workspace owner, this person will have the ability to: <p>The Point of Contact will become the primary owner of the <em>workspace</em> created to use the JEDI Cloud. As a workspace owner, this person will have the ability to:
<ul> <ul>
<li>Create multiple application stacks and environments in the workspace to access the commercial cloud service provider portal</li> <li>Create multiple application stacks and environments in the workspace to access the commercial cloud service provider portal</li>

View File

@ -18,7 +18,7 @@
) %} ) %}
{% end %} {% end %}
<p class="usa-font-lead">Before you can submit your request, please take a moment to review the information entered in the form. You may make changes by clicking the edit link on each section. When all information looks right, go ahead and submit.</p> <p>Before you can submit your request, please take a moment to review the information entered in the form. You may make changes by clicking the edit link on each section. When all information looks right, go ahead and submit.</p>
<h2>Details of Use <a href="{{ reverse_url('request_form_update', 1, request_id) }}">Edit</a></h2> <h2>Details of Use <a href="{{ reverse_url('request_form_update', 1, request_id) }}">Edit</a></h2>

View File

@ -12,7 +12,7 @@
<h2 id="financial-verification">Financial Verification</h2> <h2 id="financial-verification">Financial Verification</h2>
<p class="usa-font-lead">In order to get you access to the JEDI Cloud, we will need you to enter the details below that will help us verify and account for your Task Order.</p> <p>In order to get you access to the JEDI Cloud, we will need you to enter the details below that will help us verify and account for your Task Order.</p>
{{ f.task_order_id.label }} {{ f.task_order_id.label }}
{{ f.task_order_id(placeholder="Example: 1234567899C0001") }} {{ f.task_order_id(placeholder="Example: 1234567899C0001") }}