2010-01-12 13:59:54 -08:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
|
2011-11-22 21:28:39 -08:00
|
|
|
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
|
2013-07-29 20:32:55 -04:00
|
|
|
.ng-cloak, .x-ng-cloak,
|
|
|
|
|
.ng-hide {
|
2013-06-25 23:37:56 -04:00
|
|
|
display: none !important;
|
2011-08-20 00:24:24 -07:00
|
|
|
}
|
|
|
|
|
|
2011-10-28 22:01:21 -07:00
|
|
|
ng\:form {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2014-02-14 04:02:46 -05:00
|
|
|
|
|
|
|
|
.ng-animate-block-transitions {
|
|
|
|
|
transition:0s all!important;
|
|
|
|
|
-webkit-transition:0s all!important;
|
|
|
|
|
}
|
2014-05-30 01:16:26 -04:00
|
|
|
|
|
|
|
|
/* show the element during a show/hide animation when the
|
|
|
|
|
* animation is ongoing, but the .ng-hide class is active */
|
|
|
|
|
.ng-hide-add-active, .ng-hide-remove {
|
|
|
|
|
display: block!important;
|
|
|
|
|
}
|