Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / components / ui / tile / tile.component.less
1
2
3 //This was done as a fix for the wrong dispaly that was in every ui-tile.
4 //All other styles located in mail.less
5
6 .sdc-tile {
7   display: block;
8
9   .sdc-tile-content {
10     overflow: visible;
11     height: 80%;
12     .sdc-tile-content-icon {
13     }
14   }
15 }