UNPKG

@openui5/sap.m

Version:

OpenUI5 UI Library sap.m

24 lines (20 loc) 550 B
/* ============================ */ /* CSS for control sap.m/Panel */ /* High Contrast Black theme */ /* ============================ */ .sapMPanel { border: 1px solid @sapUiGroupContentBorderColor; } .sapMPanelBGSolid, .sapMPanelBGTranslucent, .sapMPanelBGTransparent { background-color: @sapUiGroupContentBackground; } .sapMPanelHdr { font-size: @sapMFontHeader4Size; } .sapMPanelWrappingDivTb { // border is 2px in this case because // there is 1px border around the whole Panel border-bottom: 1px solid @sapUiGroupTitleBorderColor; }