Unstyled Save Button

This commit is contained in:
Montana 2019-03-20 11:38:56 -04:00
parent 72aac68a37
commit a6c60fc588
2 changed files with 10 additions and 10 deletions

View File

@ -268,18 +268,14 @@
}
}
.usa-button-disabled {
color: $color-gray;
}
.usa-button-secondary {
color: $color-red;
background-color: $color-red-light;
}
.add-member-link {
text-align: right;
}
.usa-button-primary .usa-button {
padding: 2 * $gap;
float: right;
}
}
}

View File

@ -2,6 +2,8 @@
<section class="member-list">
<div class='responsive-table-wrapper panel'>
<form method='POST' autocomplete="off" enctype="multipart/form-data">
<div class='member-list-header'>
<div class='left'>
<div class='h3'>{{ "portfolios.admin.portfolio_members_title" | translate }}</div>
@ -61,8 +63,10 @@
</tr>
{% endfor %}
</tbody>
</table>
<input type='submit' class='usa-button usa-button-primary' value='{{ "Save" }}' />
</form>
</div>
{% endif %}