Skip to content

Commit

Permalink
Merge pull request #105 from dvm-bitspilani/main
Browse files Browse the repository at this point in the history
style: add glow to events cards
  • Loading branch information
samyak-jain-12 authored Sep 28, 2024
2 parents 57f6abc + fed495d commit 7e466fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions components/Events/Category/category.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ $cross-btn-width: 1.875rem;
position: absolute;
height: 100%;
width: 100%;
background-color: #ECC6FF;
background-color: #ecc6ff;
}
.rightrect {
position: absolute;
height: 100%;
width: 100%;
background-color: #ECC6FF;
background-color: #ecc6ff;
right: 19px;
}
.topicon {
Expand Down Expand Up @@ -76,6 +76,7 @@ $cross-btn-width: 1.875rem;
-webkit-text-fill-color: transparent;
line-height: $heading-line-height;
border-bottom: 2.63px solid #ffcff3;
box-shadow: 0 5px 10px #ffcff3;
}
}

Expand Down
1 change: 1 addition & 0 deletions components/Events/EventCard/eventcard.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
background: rgba(25, 0, 39, 0.25);
overflow: hidden;
cursor: pointer;
box-shadow: 0 0 10px 5px rgba(209, 180, 226, 0.8);

.eventName {
margin: 0.7rem 0 0 0;
Expand Down
2 changes: 1 addition & 1 deletion components/Landing/Landing/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ export default function Landing() {
}, [])
.to(slotMachine.current.position, {
x: 0,
y: 0.1,
y: 0,
z: -1.9,
duration: 3,
ease: "power1.inOut",
Expand Down

0 comments on commit 7e466fc

Please sign in to comment.