1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

Use SVG icons for toast notifications

This commit is contained in:
Frédéric Guillot 2021-03-07 11:55:43 -08:00 committed by fguillot
parent f6ed2feab4
commit 548c4d4efe
5 changed files with 62 additions and 43 deletions

View file

@ -184,7 +184,7 @@ a:hover {
}
/* Notification - "Toast" */
.toast-wrap {
#toast-wrapper {
visibility: hidden;
opacity: 0;
position: fixed;
@ -195,13 +195,15 @@ a:hover {
text-align: center;
}
.toast-msg {
#toast-msg {
background-color: rgba(0,0,0,0.7);
padding: 2px 5px;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 5px;
border-radius: 5px;
}
.toastAnimate {
.toast-animate {
animation: toastKeyFrames 2s;
}