@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
80 lines (69 loc) • 2.02 kB
text/less
.sapMUSTTable .sapMListTblHeader {
background: #F2F2F2 ;
background-color: #F2F2F2 ;
border-width: 1px 0px;
border-style: solid;
border-color: #D9D9D9;
}
.sapMUSTItemIconInactive,
.sapMUSTItemIcon {
text-align: initial;
}
.sapMUSTItemIconInactive,
.sapMUSTItemIcon,
.sapMUSTItemImage {
height: 3rem;
width: 3rem;
margin-top: 0.1rem; /* is needed so that keyboard frame is visible; after the central focus concept is implemented delete the margin */
margin-bottom: 0.1rem; /* is needed so that keyboard frame is visible; after the central focus concept is implemented delete the margin */
margin-left: 0.1rem; /* is needed so that keyboard frame is visible; after the central focus concept is implemented delete the margin */
flex: none;
}
.sapMUSTItemIcon {
color: @sapUiContentIconColor;
}
/* Item Icon Inactive */
.sapMUSTItemIconInactive {
color: @sapUiContentNonInteractiveIconColor;
}
.sapMUSTItemIcon {
font-size: 1.25rem;
display: flex;
align-items: center;
justify-content: center;
background: #647987;
border-radius: 4px;
color: #FFFFFF;
}
.sapMUST .sapMIllustratedMessage .sapMIllustratedMessageMainContent {
justify-content: center;
flex-direction: row;
}
.sapMUST .sapMIllustratedMessage {
padding: 0px;
text-align: left;
}
.sapMUST .sapMIllustratedMessage.sapMIllustratedMessage-Spot .sapMIllustration {
width: 4rem;
height: 5rem;
margin: 0 1rem;
}
.sapMUST .sapMIllustratedMessageAdditionalContent,.sapMUST .sapMIllustratedMessage.sapMIllustratedMessage-Spot .sapMIllustratedMessageAdditionalContent {
margin-top: 0px;
margin-bottom: 0px;
}
// alignment for illustrated figure captions
.sapMUST .sapMIllustratedMessage.sapMIllustratedMessage-Spot figcaption {
margin-top: 1rem;
}
.sapMUST .sapMListTblCell.sapMListTblCellNoData {
padding: 0px;
}
.sapMUSTFileUploaderVisibility {
visibility: hidden;
display: none ;
}
.sapMUSTRemovePopoverContainer {
max-width: 20rem ;
max-height: 11rem ;
}