@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
33 lines (30 loc) • 684 B
text/less
/**
* @file
* @deprecated As of version 1.50, together with sap.m.CustomTile
*/
/* ================================= */
/* CSS for control sap.m/CustomTile */
/* Base theme */
/* ================================= */
/* Style for Tablet/Desktop */
.sapMCustomTile {
display: inline-block;
box-sizing: border-box;
-webkit-transition-property: transform3d;
-webkit-transition-duration: 0.2s;
transition-property: transform3d;
transition-duration: 0.2s;
width: 13em;
height: 15em;
margin: 0em;
}
.sapMCustomTileContent {
overflow: hidden;
width: 100%;
height: 100%;
}
html.sap-phone .sapMCustomTile {
width: 9.5em;
height: 11em;
margin: 0em;
}