Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / webapp / app / policyApp / CSS / Notification / angular-csp.css
1 /* Include this file in your html if you are using the CSP mode. */
2
3 [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
4 .ng-cloak, .x-ng-cloak,
5 .ng-hide {
6   display: none !important;
7 }
8
9 ng\:form {
10   display: block;
11 }
12
13 .ng-animate-block-transitions {
14   transition:0s all!important;
15   -webkit-transition:0s all!important;
16 }
17
18 /* show the element during a show/hide animation when the
19  * animation is ongoing, but the .ng-hide class is active */
20 .ng-hide-add-active, .ng-hide-remove {
21   display: block!important;
22 }