UNPKG

@openui5/sap.m

Version:

OpenUI5 UI Library sap.m

50 lines (42 loc) 905 B
/* =================================== */ /* CSS for control sap.m/ImageContent */ /* Base theme */ /* =================================== */ .sapMImageContent { position: relative; height: 3.875rem; width: 9rem; outline: none; } .sapMImageContentImageIcon { display: block; position: absolute; right: 0; bottom: 0; max-height: 3.5rem; } html.sap-desktop .sapMImageContent:focus { outline-color: @sapUiContentFocusColor; outline-style: dotted; outline-width: 1px; } html.sap-desktop .sapMImageContent:focus:not([tabindex]) { outline: none; } .sapMImageContentImageIcon.sapUiIcon { font-size: 1.75rem; color: @sapUiTileIconColor; padding-bottom: 0.35rem; } .sapMTileSmallPhone { .sapMImageContent { height: 3.438rem; width: 8rem; } .sapMImageContentImageIcon { max-height: 3rem; } .sapMImageContentImageIcon.sapUiIcon { font-size: 1.5rem; } }