Skip to content

Commit

Permalink
fx notif
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfuertes committed Sep 22, 2024
1 parent 31e02f4 commit b880d06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,19 @@
/* Close button styling */
.notification-close {
position: absolute;
top: 5px;
right: 10px;
top: 2px;
right: 5px;
background: none;
border: none;
color: #fff;
font-size: 16px;
cursor: pointer;
padding: 0;
line-height: 1;
}

.notification-close:hover {
color: #000;
color: #eee;
}

/* Fade-in animation */
Expand Down
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,19 @@
/* Close button styling */
.notification-close {
position: absolute;
top: 5px;
right: 10px;
top: 2px;
right: 5px;
background: none;
border: none;
color: #fff;
font-size: 16px;
cursor: pointer;
padding: 0;
line-height: 1;
}

.notification-close:hover {
color: #000;
color: #eee;
}

/* Fade-in animation */
Expand Down

0 comments on commit b880d06

Please sign in to comment.