Add action footer and some styles
This commit is contained in:
parent
c5013f9028
commit
3c5c2b8b5e
@ -63,7 +63,6 @@
|
||||
|
||||
.panel__heading {
|
||||
margin: $gap * 2;
|
||||
|
||||
@include media($medium-screen) {
|
||||
margin: $gap * 4;
|
||||
}
|
||||
|
@ -27,10 +27,12 @@
|
||||
<div class="block-list project-list-item">
|
||||
<header class="block-list__header">
|
||||
<h2 class="block-list__title">Project Environments</h2>
|
||||
|
||||
{{ Tooltip(
|
||||
"Each environment created within a project is an enclave of cloud resources that is logically separated from each other for increased security.",
|
||||
title="learn more"
|
||||
)}}
|
||||
|
||||
</header>
|
||||
|
||||
<ul>
|
||||
@ -41,14 +43,20 @@
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="block-list__footer">
|
||||
<a v-on:click="addEnvironment">Add another environment</a>
|
||||
</div>
|
||||
</div>
|
||||
<a v-on:click="addEnvironment">Add another environment</a>
|
||||
|
||||
|
||||
<div class="action-group">
|
||||
<input type="submit" value="Create Project" class="usa-button usa-button-primary">
|
||||
<a href="{{ url_for('workspaces.workspace_projects', workspace_id=workspace.id) }}" class="action-group__action">Cancel</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="action-group">
|
||||
<input type="submit" value="Create Project" class="usa-button usa-button-primary">
|
||||
<a href="{{ url_for('workspaces.workspace_projects', workspace_id=workspace.id) }}" class="action-group__action">Cancel</a>
|
||||
</div>
|
||||
</form>
|
||||
</new-project>
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user