UNPKG

@openui5/sap.m

Version:

OpenUI5 UI Library sap.m

31 lines (27 loc) 720 B
/* ============================ */ /* CSS for control sap.m/Shell */ /* High Contrast Black theme */ /* ============================ */ /* background color class for Shell header */ .sapMShellBackgroundColorOnlyIfDefault { background-color: @sapUiGlobalBackgroundColor; } html.sap-desktop { .sapMShellCentralBox { box-shadow: 0 0 2.5rem 0.125rem @sapUiContentShadowColor; border-right: 1px solid @sapUiHcReducedAltForeground; border-left: 1px solid @sapUiHcReducedAltForeground; } } .sapMShellBrandingBar { background: none; } @media (min-width: @_sap_m_Shell_AppWidthLimit) { html.sap-desktop { .sapMShellAppWidthLimited { .sapMShellCentralBox { background-color: @sapUiBaseBG; } } } }