App icon tile styling

This commit is contained in:
Richard Lewis 2017-06-06 23:46:27 +01:00
parent 0ef800073b
commit 76880e0de7

View file

@ -94,3 +94,20 @@ limitations under the License.
.mx_AppTileMenuBarWidgetPadding {
margin-right: 5px;
}
.mx_AppIconTile {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
}
.mx_AppIconTile:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.mx_AppIconTile_content {
padding: 2px 16px;
}
.mx_AppIconTile_image {
width: 100%;
}