Skip to content

Commit

Permalink
changed Notification style
Browse files Browse the repository at this point in the history
  • Loading branch information
kholmogorov27 committed Mar 10, 2023
1 parent 7c9a315 commit 5e559df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Notification/Notification.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
left: 50vw;
transform: translateX(-50%);
position: absolute;
background: var(--secondary);
border: 5px solid var(--primary);
border-radius: 1em;
padding: .75em 1em;
z-index: 10000;
}

.title {
Expand Down

0 comments on commit 5e559df

Please sign in to comment.