From cc4162e55a80b368dab1a7edde3d12195afd94ca Mon Sep 17 00:00:00 2001 From: Bianca Cheng Costanzo Date: Wed, 11 Oct 2017 15:02:40 +0200 Subject: [PATCH 1/2] Changes background gradient to single colour, removes text background --- client/app/styles/_base.scss | 2 +- client/app/styles/_variables.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/app/styles/_base.scss b/client/app/styles/_base.scss index 0834a3b81..6e4c8d58d 100644 --- a/client/app/styles/_base.scss +++ b/client/app/styles/_base.scss @@ -102,7 +102,7 @@ a { .overlay-wrapper { align-items: center; - background-color: fade-out($background-average-color, 0.1); + background-color: transparent; border-radius: 4px; color: $text-tertiary-color; display: flex; diff --git a/client/app/styles/_variables.scss b/client/app/styles/_variables.scss index 07701f135..c4267b29a 100644 --- a/client/app/styles/_variables.scss +++ b/client/app/styles/_variables.scss @@ -58,5 +58,5 @@ $search-border-width: 1px; $timeline-height: 55px; /* specific elements */ -$body-background-color: linear-gradient(30deg, $background-color 0%, $background-lighter-color 100%); +$body-background-color: $background-average-color; $label-background-color: fade-out($background-average-color, .3); From 54d96040cf689a91aa5ca1ed3a034857d725ff46 Mon Sep 17 00:00:00 2001 From: Bianca Cheng Costanzo Date: Thu, 12 Oct 2017 14:31:48 +0200 Subject: [PATCH 2/2] Change back overlays --- client/app/styles/_base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/styles/_base.scss b/client/app/styles/_base.scss index 6e4c8d58d..0834a3b81 100644 --- a/client/app/styles/_base.scss +++ b/client/app/styles/_base.scss @@ -102,7 +102,7 @@ a { .overlay-wrapper { align-items: center; - background-color: transparent; + background-color: fade-out($background-average-color, 0.1); border-radius: 4px; color: $text-tertiary-color; display: flex;