Unstyled Save Button
This commit is contained in:
parent
72aac68a37
commit
a6c60fc588
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user