Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
feat: NR3156 - changes in style file
Browse files Browse the repository at this point in the history
  • Loading branch information
dikshab0202 committed May 2, 2022
1 parent ae92a4e commit 2381b29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 3 additions & 1 deletion src/components/LandingPageFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down Expand Up @@ -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);
}
Expand Down
6 changes: 1 addition & 5 deletions src/components/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -94,8 +94,4 @@ input[type='text'] {
float: left;
justify-content: center;
align-items: center;
}

.e132irl20 {
font-weight: 400;
}

0 comments on commit 2381b29

Please sign in to comment.