aboutsummaryrefslogtreecommitdiffstats
path: root/css/angular.css
blob: 2566640ebb2f28e3b86746a5a1e1ca06d4a7b5eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@charset "UTF-8";

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide {
  display: none !important;
}

ng\:form {
  display: block;
}

.ng-animate-block-transitions {
  transition:0s all!important;
  -webkit-transition:0s all!important;
}