Update add new button styling
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<a class='icon-link icon-link__add' v-on:click="toggle">
|
||||
{{ Icon('plus') }}
|
||||
<a class="usa-button usa-button-secondary add-new-button" v-on:click="openModal('{{ new_member_modal_name }}')">
|
||||
{{ "portfolios.applications.add_environment" | translate }}
|
||||
</a>
|
||||
</div>
|
||||
|
@@ -141,9 +141,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{% if user_can(permissions.CREATE_ENVIRONMENT) %}
|
||||
<div class='subheading'>
|
||||
{% include "applications/fragments/add_new_environment.html" %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</section>
|
||||
|
||||
|
@@ -165,7 +165,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
{% if user_can_create_app_member %}
|
||||
<a class="usa-button usa-button-secondary create-member" v-on:click="openModal('{{ new_member_modal_name }}')">
|
||||
<a class="usa-button usa-button-secondary add-new-button" v-on:click="openModal('{{ new_member_modal_name }}')">
|
||||
{{ "portfolios.applications.add_member" | translate }}
|
||||
</a>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user