UNPKG

@openui5/sap.m

Version:

OpenUI5 UI Library sap.m

70 lines (60 loc) 1.27 kB
/* ============================================= */ /* CSS for control sap.m/DynamicDateRange */ /* Base theme */ /* ============================================= */ .sapMDynamicDateRangePopover { section { & > * { box-sizing: border-box; padding: 0 1rem; } & > .sapMLabel { display: block; margin: 0.75rem 0 0.25rem 0; &.sapMDDRAdditionalLabel { display: inline-block; padding-left: 1.25rem; padding-bottom: 0.25rem } } & > .sapMLabel:first-child { margin-top: 1rem; } } .sapUiCal { padding: 0; } .sapUiCalMonthPicker { min-width: 19.5rem; width: 100%; margin: 0; padding: 1rem 0.25rem } &.sapMPage { background-color: @sapGroup_ContentBackground; } .sapMTB-Info-CTX.sapMIBar-CTX .sapMLabel { color: @sapUiPageFooterTextColor; white-space: break-spaces; } } .sapUiSizeCompact .sapMDynamicDateRangePopover { .sapUiCalMonthPicker, .sapUiCalYearPicker { width: 100%; min-width: 16.5rem; } .sapMPageFooter .sapMIBar { height: 2rem; } section > .sapMLabel.sapMDDRAdditionalLabel { padding-left: 0; } } .sapUiIcon.sapMDDRDateOption { font-size: 1rem; color: @sapUiContentIconColor; } .sapMDDRHiddenInput > .sapMInputBase { display: none; }