From 3c5c2b8b5e1925ffcd15a2a93f43be4d29444636 Mon Sep 17 00:00:00 2001 From: luis cielak Date: Tue, 21 Aug 2018 16:28:30 -0400 Subject: [PATCH] Add action footer and some styles --- styles/elements/_panels.scss | 1 - templates/workspace_project_new.html | 18 +++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/styles/elements/_panels.scss b/styles/elements/_panels.scss index 27fdc144..303351fe 100644 --- a/styles/elements/_panels.scss +++ b/styles/elements/_panels.scss @@ -63,7 +63,6 @@ .panel__heading { margin: $gap * 2; - @include media($medium-screen) { margin: $gap * 4; } diff --git a/templates/workspace_project_new.html b/templates/workspace_project_new.html index e42a2e6f..98242bed 100644 --- a/templates/workspace_project_new.html +++ b/templates/workspace_project_new.html @@ -27,10 +27,12 @@

Project Environments

+ {{ 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" )}} +
+ +
- Add another environment + + +
+ + Cancel +
+ -
- - Cancel -
{% endblock %}