Built motion from commit bf7fe19.|0.0.148
[motion.git] / public / assets / css / global / custom.css
index 374056d..8aedc04 100644 (file)
@@ -824,3 +824,39 @@ rzslider .rz-ticks .rz-tick{
 .td-disposal-logo{
   max-height: 60px;
 }
+
+.pricing.disabled-update .pricing-head h3 {
+
+    background: #BFBFBF !important;
+    border-bottom: solid 1px #BFBFBF !important;
+}
+
+.pricing.disabled-update:hover {
+    border: 3px solid #BFBFBF !important;
+}
+
+.pricing.disabled-update:hover h4 {
+    color: #BFBFBF !important;
+}
+
+.pricing.disabled-update .pricing-content li i {
+    color: #BFBFBF ! important;
+}
+
+.pricing.current-version .pricing-head h3 {
+
+    background: #8775a7 !important;
+    border-bottom: solid 1px #8775a7 !important;
+}
+
+.pricing.current-version:hover {
+    border: 3px solid #8775a7 !important;
+}
+
+.pricing.current-version:hover h4 {
+    color: #8775a7 !important;
+}
+
+.pricing.current-version .pricing-content li i {
+    color: #8775a7 ! important;
+}