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:
parent
6cbe8cca36
commit
4d172a6645
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue