e6d053de09
BREAKING CHANGE: if your CSS code made use of the `ng-animate-anchor` CSS class for referencing the anchored animation element then your code must now use `ng-anchor` instead.
20 lines
274 B
CSS
20 lines
274 B
CSS
@charset "UTF-8";
|
|
|
|
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
|
|
.ng-cloak, .x-ng-cloak,
|
|
.ng-hide:not(.ng-hide-animate) {
|
|
display: none !important;
|
|
}
|
|
|
|
ng\:form {
|
|
display: block;
|
|
}
|
|
|
|
.ng-animate-shim {
|
|
visibility:hidden;
|
|
}
|
|
|
|
.ng-anchor {
|
|
position:absolute;
|
|
}
|