From 110b232fb7e92de6ed1a88849744d92dd407a7e8 Mon Sep 17 00:00:00 2001 From: Montana Date: Sun, 7 Apr 2019 08:25:21 -0400 Subject: [PATCH] Styling --- styles/sections/_application_list.scss | 44 +++++++++++++++++++ .../fragments/applications/environments.html | 40 +++++++++-------- templates/portfolios/applications/edit.html | 4 +- 3 files changed, 67 insertions(+), 21 deletions(-) diff --git a/styles/sections/_application_list.scss b/styles/sections/_application_list.scss index 101c249e..ba8fca73 100644 --- a/styles/sections/_application_list.scss +++ b/styles/sections/_application_list.scss @@ -24,7 +24,51 @@ } } + .list-header { + margin: 2 * $gap 5 * $gap; + padding: inherit; + overflow: auto; + } + header.accordian__header { padding: 1.6rem; } + + .icon-link { + float: right; + + .icon--info { + bottom: -1px; + left: 4px; + } + } + + .left { + float: left; + } + + table { + + thead { + td { + font-weight: bold; + font-size: 1.4rem; + border-top: 0; + } + } + + tbody { + th { + font-weight: bold; + font-size: 1.6rem; + } + td { + font-size: 1.6rem; + border-bottom: 1px solid $color-gray-lightest; + border-top: 0; + padding: 3 * $gap 2 * $gap; + } + } + + } } diff --git a/templates/fragments/applications/environments.html b/templates/fragments/applications/environments.html index e9be921e..8e07f618 100644 --- a/templates/fragments/applications/environments.html +++ b/templates/fragments/applications/environments.html @@ -2,17 +2,18 @@
-
-
{{ 'portfolios.applications.environments_heading' | translate }}
+
+
+
{{ 'portfolios.applications.environments_heading' | translate }}
+
+ + {{ Icon('info') }} + {{ "portfolios.admin.settings_info" | translate }} +
- - {{ Icon('info') }} - {{ "portfolios.admin.settings_info" | translate }} -
-
-
diff --git a/templates/portfolios/applications/edit.html b/templates/portfolios/applications/edit.html index 8f0157c3..fac89ea0 100644 --- a/templates/portfolios/applications/edit.html +++ b/templates/portfolios/applications/edit.html @@ -22,10 +22,8 @@ -
-
+
{% include "fragments/applications/environments.html" %} -