@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
20 lines (17 loc) • 452 B
text/less
/* ==================================== */
/* CSS for control sap.m/ToolbarSpacer */
/* Base theme */
/* ==================================== */
.sapMTBSpacer {
/* should never have padding/margin/border */
margin: 0 ;
padding: 0 ;
border: 0 ;
/* without height chrome ignores the element */
height: 1px;
}
.sapMTBSpacerFlex {
-webkit-flex-grow: 1;
-webkit-box-flex: 1;
flex: auto;
}