ffffng/app/bower_components/angular/angular-csp.css

22 lines
343 B
CSS
Raw Normal View History

2014-05-12 20:08:19 +02:00
/* Include this file in your html if you are using the CSP mode. */
@charset "UTF-8";
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
2016-05-16 13:33:49 +02:00
.ng-hide:not(.ng-hide-animate) {
2014-05-12 20:08:19 +02:00
display: none !important;
}
ng\:form {
display: block;
}
2016-05-16 13:33:49 +02:00
.ng-animate-shim {
visibility:hidden;
2014-05-12 20:08:19 +02:00
}
2014-08-10 12:02:48 +02:00
2016-05-16 13:33:49 +02:00
.ng-anchor {
position:absolute;
2014-08-10 12:02:48 +02:00
}