Standardize styling for hr elements and remove custom hr styling and classes that were no longer needed.

Fix styling on a few hr elements that looked wrong after global style was applied
This commit is contained in:
leigh-mil
2019-10-09 13:07:52 -04:00
parent c7841d4388
commit 572c2e7604
13 changed files with 20 additions and 42 deletions

View File

@@ -20,7 +20,7 @@
<p>
{{ 'portfolios.applications.new.step_2_description' | translate }}
</p>
<hr class="panel__break">
<hr>
<application-environments inline-template v-bind:initial-data='{{ form.data|tojson }}'>
<form method="POST" action="{{ url_for('applications.update_new_application_step_2', portfolio_id=portfolio.id, application_id=application.id) }}" v-on:submit="handleSubmit">
<div class="subheading">{{ 'portfolios.applications.environments_heading' | translate }}</div>