Update icon size as per mockups

This commit is contained in:
Denys Vuika 2016-07-13 18:37:07 +01:00
parent 00c28ecd52
commit 6826f796fe

View File

@ -1,13 +1,13 @@
:host .full-width { width: 100%; }
:host .icon-cell {
font-size: 48px;
font-size: 24px;
cursor: default;
}
:host .image-cell {
width: 48px;
height: 48px;
width: 24px;
height: 24px;
cursor: default;
}