mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
parent
50c807cb9a
commit
c7fe2967b8
1 changed files with 6 additions and 4 deletions
|
@ -871,10 +871,12 @@ nav {
|
|||
@include icon($i-success);
|
||||
background: $green;
|
||||
|
||||
@include animation(fade-out 1s linear);
|
||||
@include animation-delay(3s);
|
||||
@include animation-iteration-count(1);
|
||||
@include animation-fill-mode(forwards);
|
||||
&.notification-passive {
|
||||
@include animation(fade-out 1s linear);
|
||||
@include animation-delay(3s);
|
||||
@include animation-iteration-count(1);
|
||||
@include animation-fill-mode(forwards);
|
||||
}
|
||||
}
|
||||
|
||||
.notification-error {
|
||||
|
|
Loading…
Add table
Reference in a new issue