Built motion from commit 27e0a5d.|1.0.8
[motion.git] / public / assets / css / global / custom.css
index 8aedc04..0065780 100644 (file)
@@ -631,6 +631,10 @@ body > [uib-modal-window]:not([modal-render]) {
   outline: 2px solid transparent;
   animation: blink .5s step-end infinite alternate;
   outline-offset:-2px;
+  /*Reduce CPU load*/
+  transform: translateZ(0);
+  -webkit-transform: translateZ(0);
+  -ms-transform: translateZ(0);
 }
 
 .otherfields-col{
@@ -860,3 +864,13 @@ rzslider .rz-ticks .rz-tick{
 .pricing.current-version .pricing-content li i {
     color: #8775a7 ! important;
 }
+
+.right-margin-10{
+  margin-right: 10px;
+}
+
+.failed-contacts{
+  word-wrap:break-word;
+  max-height: 200px;
+  overflow-y:scroll;
+}