From f2d2f1ee022a61b5280a8d05c5cdf2124c935e39 Mon Sep 17 00:00:00 2001 From: luis cielak Date: Thu, 23 Aug 2018 14:32:11 -0400 Subject: [PATCH] Fixes to tooltip margins and input text label/bolding issue --- styles/elements/_block_lists.scss | 3 ++- styles/sections/_project_edit.scss | 2 +- templates/workspace_project_new.html | 12 ++++++------ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/styles/elements/_block_lists.scss b/styles/elements/_block_lists.scss index ade36741..f0549853 100644 --- a/styles/elements/_block_lists.scss +++ b/styles/elements/_block_lists.scss @@ -17,7 +17,8 @@ justify-content: space-between; .icon-tooltip { - padding: 0.25rem 0.5rem; + margin: -$gap; + } } diff --git a/styles/sections/_project_edit.scss b/styles/sections/_project_edit.scss index 2222fd26..ef1bc39a 100644 --- a/styles/sections/_project_edit.scss +++ b/styles/sections/_project_edit.scss @@ -13,7 +13,7 @@ @include icon-link-vertical; @include icon-link-color($color-red, $color-red-lightest); - margin-bottom: -$gap; + margin-bottom: 0; margin-right: -$gap; } } diff --git a/templates/workspace_project_new.html b/templates/workspace_project_new.html index fb24b2b1..874f93d3 100644 --- a/templates/workspace_project_new.html +++ b/templates/workspace_project_new.html @@ -41,13 +41,13 @@