Skip to content

Commit

Permalink
fix:updating scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Snehasish authored and Snehasish committed Nov 25, 2024
1 parent b05dded commit 2ebade2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/app/shared/components/footer/footer.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@
fill: $pure-white;
height: 28px;
width: 28px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: relative;
top: 1px;
left: 0;
}
}

Expand Down Expand Up @@ -82,7 +81,6 @@
max-width: 77px;
line-height: 1.2;
background: $pink-gradient;
// box-shadow: 0 4px 30px $pure-white;
border: 6px solid $pure-white;
}

Expand Down

0 comments on commit 2ebade2

Please sign in to comment.