Built motion from commit 2239aeb.|0.0.113
[motion.git] / public / assets / css / global / custom.css
index 40ed335..10b2cd5 100644 (file)
@@ -223,7 +223,7 @@ margin-left: -370px;
 }
 
 .float-left{
-  float: left;
+  float: left !important;
 }
 
 .checker {
@@ -739,3 +739,14 @@ rzslider .rz-pointer{
 rzslider .rz-ticks .rz-tick{
   border-radius: 50% !important;
 }
+
+.span-link{
+  color: #337ab7;
+  text-decoration: none;
+  text-shadow: none;
+}
+
+.span-link:hover{
+  text-decoration: underline;
+  cursor:pointer;
+}