Built motion from commit 1038d87.|0.0.141
[motion.git] / public / assets / css / global / custom.css
index 27b80c6..e37db48 100644 (file)
@@ -783,3 +783,32 @@ rzslider .rz-ticks .rz-tick{
     overflow: hidden !important;
     text-overflow: ellipsis;
 }
+
+.yellow-notes{
+  background-color:#FFFFCC;
+}
+
+.notes-textarea,.notes-textarea:focus, .notes-textarea:hover, .notes-textarea:active{
+  background-color:#FFFFCC;
+  width: calc(100%);
+  height: 200px;
+  resize: none;
+  border: none;
+  overflow: auto;
+  outline: none;
+  -webkit-box-shadow: none;
+  -moz-box-shadow: none;
+  box-shadow: none;
+}
+
+.center-text{
+  text-align:center;
+}
+
+.no-border{
+  border:none !important;
+}
+
+.about-logo{
+  max-width: 250px;
+}