blob: f031ba6ce74fd1b2a8f95b6dcbf05bd3a37002b8 [file] [log] [blame]
@import '../../../styles/animations.scss';
xos-alert {
margin-top: $form-group-margin-bottom;
display: block;
/* when hiding */
.ng-hide-add { animation:0.5s fadeOutDown ease-in-out; }
/* when showing */
.ng-hide-remove { animation:0.5s fadeInUp ease-in-out; }
}