Skip to content

Commit

Permalink
shadow changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurhalder committed Nov 12, 2023
1 parent 9e8243c commit 9296521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions styles/base/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
--white-shadow-light: rgba(255, 255, 255, 0.1);
--black-shadow: rgba(0, 0, 0, 0.9);
--black-shadow-1: rgba(0, 0, 0, 0.7);
--black-shadow-medium: rgba(0, 0, 0, 0.5);
--black-shadow-light: rgba(0, 0, 0, 0.1);
--black-shadow-light-1: rgba(0, 0, 0, 0.2);
--black-shadow-light-2: rgba(0, 0, 0, 0.3);
Expand Down
3 changes: 2 additions & 1 deletion styles/containers/landing_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
var(--homepage-blue)
);
color: var(--white);
box-shadow: 0px 8px 20px -5px var(--black-shadow-1);
box-shadow: 0px 8px 20px -5px var(--black-shadow-medium);
transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
padding: 0.8rem;
&:hover {
Expand Down Expand Up @@ -305,6 +305,7 @@
// display: flex;
// flex-direction: column;
// justify-content: space-between;
display: none;
height: 24px;
width: 30px;
padding: 5px;
Expand Down

0 comments on commit 9296521

Please sign in to comment.