Add CSS to preview an uploaded image
[cascardo/ipsilon.git] / less / admin / widgets.less
index 681d3aa..0bf3a2d 100644 (file)
     animation-name: flashout;
     animation-fill-mode: both
 }
+
+#imagePreview {
+    width: 200px;
+    height: 100px;
+    background-position: center center;
+    background-size: cover;
+    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
+    display: inline-block;
+}