Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / components / ui / tile / tile.component.less
index e69de29..febf46e 100644 (file)
@@ -0,0 +1,15 @@
+
+
+//This was done as a fix for the wrong dispaly that was in every ui-tile.
+//All other styles located in mail.less
+
+.sdc-tile {
+  display: block;
+
+  .sdc-tile-content {
+    overflow: visible;
+    height: 80%;
+    .sdc-tile-content-icon {
+    }
+  }
+}