Persistent notifications should not fade out

issue #333
- css fix
This commit is contained in:
ErisDS 2013-08-05 11:05:41 +01:00
parent 6c48505701
commit 8d7336a1fb

View File

@ -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 {