Skip to content

Commit

Permalink
Update FriendsPage.css
Browse files Browse the repository at this point in the history
  • Loading branch information
joyc7 committed Dec 7, 2023
1 parent 935869b commit 589807a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion front-end/src/styles/FriendsPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@
}

.add-friends-btn {
@apply w-32 h-10 rounded-lg bg-cyan-100 hover:bg-orange-100 active:bg-orange-200;
@apply h-10 rounded-lg bg-cyan-100 hover:bg-orange-100 active:bg-orange-200;
@apply absolute mt-4 mr-3 top-5 right-5 p-1 px-2.5 border-none rounded-lg cursor-pointer;
width: auto;
}

/* Add styling for the pop-up window for add friends*/
Expand Down

0 comments on commit 589807a

Please sign in to comment.