UNPKG

343 BCSSView Raw
1/* Include this file in your html if you are using the CSP mode. */
2
3@charset "UTF-8";
4
5[ng\:cloak],
6[ng-cloak],
7[data-ng-cloak],
8[x-ng-cloak],
9.ng-cloak,
10.x-ng-cloak,
11.ng-hide:not(.ng-hide-animate) {
12 display: none !important;
13}
14
15ng\:form {
16 display: block;
17}
18
19.ng-animate-shim {
20 visibility:hidden;
21}
22
23.ng-anchor {
24 position:absolute;
25}