blob: f1330fe85f75b2823ae4c1b1fe586c587f7b1b20 [file] [log] [blame]
@import '../../../styles/animations.scss';
xos-alert {
/* when hiding */
.ng-hide-add { animation:0.5s fadeOutDown ease-in-out; }
/* when showing */
.ng-hide-remove { animation:0.5s fadeInUp ease-in-out; }
}