From 265c040b0226cf9a465e54374c5f3f7883d3311e Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 18 Jul 2019 23:16:03 +0530 Subject: [PATCH 1/5] changes for #2797 --- .../challenge-detail/Specification/SideBar/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/challenge-detail/Specification/SideBar/styles.scss b/src/shared/components/challenge-detail/Specification/SideBar/styles.scss index 438ad98832..a806a9fee4 100644 --- a/src/shared/components/challenge-detail/Specification/SideBar/styles.scss +++ b/src/shared/components/challenge-detail/Specification/SideBar/styles.scss @@ -31,7 +31,7 @@ } .tctooltip { - background: $tc-green; + background: #3F850A; font-style: roboto; font-weight: 700; font-size: 13px; From ce7487ae8c0551035967709bbacc2405ffee14ca Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 18 Jul 2019 23:16:51 +0530 Subject: [PATCH 2/5] changes for #2797 --- .../challenge-detail/Specification/SideBar/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/challenge-detail/Specification/SideBar/styles.scss b/src/shared/components/challenge-detail/Specification/SideBar/styles.scss index a806a9fee4..5846a1c1c7 100644 --- a/src/shared/components/challenge-detail/Specification/SideBar/styles.scss +++ b/src/shared/components/challenge-detail/Specification/SideBar/styles.scss @@ -31,7 +31,7 @@ } .tctooltip { - background: #3F850A; + background: #3f850a; font-style: roboto; font-weight: 700; font-size: 13px; From c3b69373d8276634a3be4d52ad9fed7b4f2fb6ed Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Sun, 21 Jul 2019 17:03:41 +0530 Subject: [PATCH 3/5] update color --- .../challenge-detail/Specification/SideBar/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/challenge-detail/Specification/SideBar/styles.scss b/src/shared/components/challenge-detail/Specification/SideBar/styles.scss index 5846a1c1c7..68c3d9e748 100644 --- a/src/shared/components/challenge-detail/Specification/SideBar/styles.scss +++ b/src/shared/components/challenge-detail/Specification/SideBar/styles.scss @@ -31,7 +31,7 @@ } .tctooltip { - background: #3f850a; + background: #328732; font-style: roboto; font-weight: 700; font-size: 13px; From 3d19e271cca68dab30ae674707e32806cea03fbc Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Tue, 23 Jul 2019 23:37:52 +0530 Subject: [PATCH 4/5] update color --- .../challenge-detail/Specification/SideBar/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/challenge-detail/Specification/SideBar/styles.scss b/src/shared/components/challenge-detail/Specification/SideBar/styles.scss index 68c3d9e748..2a0b249c8a 100644 --- a/src/shared/components/challenge-detail/Specification/SideBar/styles.scss +++ b/src/shared/components/challenge-detail/Specification/SideBar/styles.scss @@ -31,7 +31,7 @@ } .tctooltip { - background: #328732; + background: $tc-green-120; font-style: roboto; font-weight: 700; font-size: 13px; From 542c80d361db426322942721a2a7425575c10232 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 25 Jul 2019 22:34:24 +0530 Subject: [PATCH 5/5] update colors --- .../challenge-detail/Specification/SideBar/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/challenge-detail/Specification/SideBar/styles.scss b/src/shared/components/challenge-detail/Specification/SideBar/styles.scss index 2a0b249c8a..f12799eb63 100644 --- a/src/shared/components/challenge-detail/Specification/SideBar/styles.scss +++ b/src/shared/components/challenge-detail/Specification/SideBar/styles.scss @@ -31,7 +31,7 @@ } .tctooltip { - background: $tc-green-120; + background: $tc-green-110; font-style: roboto; font-weight: 700; font-size: 13px;