@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
27 lines (22 loc) • 687 B
text/less
//Change background color for the container control
.sapUiMAbstractContainerContent .sapMITB {
padding-top: 1.75rem;
}
//Remove padding to align the ITB with the rest of the p13n related controls (left aligned)
.sapUiMAbstractContainerContent .sapMITH {
padding: 0
}
.sapUiMAbstractContainerContent .wrapperDefaultList .sapMLIB{
padding: 1.5rem;
}
.sapMAbstractContainer .sapMPage {
display: flex;
flex-direction: column;
&>section {
position: relative;
top: 0 ; // we need to overwrite the top argument for a section when using the AbstractContainer, otherwise top is overriden by other styles
}
>footer:not(.sapUiHidden) {
position: relative;
}
}