blob: f031ba6ce74fd1b2a8f95b6dcbf05bd3a37002b8 [file] [log] [blame]
Matteo Scandoloa5d03d52016-07-21 11:35:46 -07001@import '../../../styles/animations.scss';
2
3xos-alert {
4 margin-top: $form-group-margin-bottom;
5 display: block;
6
7 /* when hiding */
8 .ng-hide-add { animation:0.5s fadeOutDown ease-in-out; }
9
10 /* when showing */
11 .ng-hide-remove { animation:0.5s fadeInUp ease-in-out; }
12}