0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Fixed one line notification style

This commit is contained in:
Peter Zimon 2020-10-14 15:08:11 +02:00
parent 6cbe8cca36
commit 4d172a6645

View file

@ -10,6 +10,8 @@ const NotificationStyles = `
.gh-portal-notification { .gh-portal-notification {
position: absolute; position: absolute;
display: flex;
align-items: center;
top: 12px; top: 12px;
right: 12px; right: 12px;
width: 100%; width: 100%;
@ -27,7 +29,7 @@ const NotificationStyles = `
} }
.gh-portal-notification.slideout { .gh-portal-notification.slideout {
animation: notification-slideout 0.4s cubic-bezier(0.550, 0.055, 0.675, 0.190); gr-animation: notification-slideout 0.4s cubic-bezier(0.550, 0.055, 0.675, 0.190);
} }
.gh-portal-notification.hide { .gh-portal-notification.hide {