From 9103e4abb56856aca756253b76ec841e3b50f79b Mon Sep 17 00:00:00 2001 From: Ram Reddy <69733662+ramnreddy15@users.noreply.github.com> Date: Sat, 17 Jul 2021 14:50:05 -0400 Subject: [PATCH] React.js problems --- src/components/assets/Navbar.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/assets/Navbar.scss b/src/components/assets/Navbar.scss index 519ca4b..5b03fc9 100644 --- a/src/components/assets/Navbar.scss +++ b/src/components/assets/Navbar.scss @@ -128,7 +128,7 @@ body { right: 0; height: 65%; padding-bottom: 2%; - opacity: 90%; + opacity: 0.9; top: 8vh; display: flex; flex-direction: column; @@ -139,7 +139,7 @@ body { transition: transform 0.5s ease-in; li { - opacity: 100%; + opacity: 1; } } @@ -171,7 +171,7 @@ body { } to { - opacity: 90%; + opacity: 1; transform: translateX(0px); } }