Matteo Scandolo | a5d03d5 | 2016-07-21 11:35:46 -0700 | [diff] [blame] | 1 | @import '../../../styles/animations.scss'; |
2 | |||||
3 | xos-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 | } |