Skip to content

Commit

Permalink
Merge pull request #234 from agiledev-students-fall2023/styling-fix
Browse files Browse the repository at this point in the history
Update FriendsPage.css
  • Loading branch information
joyc7 authored Dec 7, 2023
2 parents f3f2af6 + 9e6b5d6 commit 3275eb4
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 3275eb4

Please sign in to comment.