Skip to content

Commit

Permalink
update no notifications screen
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelDau committed Mar 25, 2024
1 parent b96d0c1 commit 674b75b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,16 @@
.notification-none {
color: $color-notification;
text-align: center;
display: flex;
justify-content: center;
align-items: center;

p {
margin-top: 0.1em;
margin-bottom: 0.1em;
border-style: solid;
border-radius: 0.5em;
border-width: 0.5em;
padding: 0.5em;
width: 50%;
border-color: $color-notification;
font-size: 5em;
font-size: 3em;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,10 @@
}

.popup.active {
display: block;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}

.overlay {
Expand Down

0 comments on commit 674b75b

Please sign in to comment.