Skip to content

Commit

Permalink
Added cursor pointer on hover for buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
OlesiaBarannik committed Jul 29, 2024
1 parent cf997f2 commit 4e2d388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FrontEnd/src/components/cookieacception/CookieMod.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
margin-right: 50px;
padding: 4px;
margin-left: 64px;
cursor: pointer;
}

.red-btn {
Expand All @@ -45,6 +46,7 @@
margin: 10px;
margin-left: 20px;
padding: 4px;
cursor: pointer;
}

.cookie-image {
Expand Down

0 comments on commit 4e2d388

Please sign in to comment.