source: trip-planner-front/node_modules/angular/angular-csp.css@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 343 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.