scratch – Blame information for rev 75

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