blob: f031ba6ce74fd1b2a8f95b6dcbf05bd3a37002b8 [file] [log] [blame]
Matteo Scandolo88e18462016-04-25 14:24:18 -07001@import '../../../styles/animations.scss';
2
3xos-alert {
arpiagariud4f6db12016-06-06 15:25:28 -07004 margin-top: $form-group-margin-bottom;
5 display: block;
Matteo Scandolo88e18462016-04-25 14:24:18 -07006
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}