aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/ui/tile/tile.component.less
blob: febf46e99c5729667dc588083e3d4e01f1c8509a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 {
    }
  }
}