@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
57 lines (47 loc) • 1.16 kB
text/less
/* ================================= */
/* CSS for control sap.m/BusyDialog */
/* Base theme */
/* ================================= */
@_sap_m_BusyDialog_IndicatorMargin: 1em;
@_sap_m_BusyDialog_IndicatorMarginCompact: 0.5rem;
//this selectors need to be more specific from the Dialog's
.sapMBusyDialog.sapMDialog {
min-width: 18.75rem ;
text-align: center;
width: 18.75rem ;
.sapMBusyIndicator {
margin: @_sap_m_BusyDialog_IndicatorMargin;
}
&.sapUiPopupWithPadding .sapMDialogScrollCont {
padding: 0 ;
}
.sapMDialogSection {
overflow: hidden ;
}
&.sapMBusyDialog-Light {
//lightBusyDialog
box-shadow: none;
background: transparent;
border: none;
.sapMDialogSection {
background: transparent;
}
}
}
.sapMLabel.sapMBusyDialogLabel {
display: block;
font-size: 1rem;
line-height: 1.5em;
margin: 1rem 1rem 0;
text-align: center ;
white-space: normal;
}
// compact sizing
.sapUiSizeCompact .sapMBusyDialog {
.sapMBusyDialogLabel {
margin-top: 0.5rem;
}
.sapMBusyIndicator {
margin: @_sap_m_BusyDialog_IndicatorMarginCompact;
}
}