From 2381b295dde56214961da52bcbe52adcb71458ed Mon Sep 17 00:00:00 2001 From: dikshab0202 Date: Mon, 2 May 2022 12:15:14 +0530 Subject: [PATCH] feat: NR3156 - changes in style file --- src/components/LandingPageFooter.js | 4 +++- src/components/styles.scss | 6 +----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/LandingPageFooter.js b/src/components/LandingPageFooter.js index e13abbc9..b3877f39 100644 --- a/src/components/LandingPageFooter.js +++ b/src/components/LandingPageFooter.js @@ -79,6 +79,7 @@ const LandingPageFooter = ({ border-radius: 4px; padding: 13.5px 20px 13.5px 22px; column-gap: 14.45px; + font-weight: 400; &:hover{ color: var(--white-hover-color); } @@ -116,7 +117,8 @@ const LandingPageFooter = ({ color: var(--btn-text-color); border-radius: 4px; padding: 13.5px 20px 13.5px 22px; - column-gap: 14.45px; + column-gap: 14.45px; + font-weight: 400; &:hover{ color: var(--white-hover-color); } diff --git a/src/components/styles.scss b/src/components/styles.scss index bfe5066c..45833328 100644 --- a/src/components/styles.scss +++ b/src/components/styles.scss @@ -5,7 +5,7 @@ --hover-color: #1D252C; --white-hover-color: #F9FAFA; --background-color: #1D252C; - --btn-text-color: #F9FAFA;; + --btn-text-color: #F9FAFA; --black-text-color : #1D252C; --background-grey-color : #D6D6D6; } @@ -94,8 +94,4 @@ input[type='text'] { float: left; justify-content: center; align-items: center; -} - -.e132irl20 { - font-weight: 400; } \ No newline at end of file