@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
21 lines (17 loc) • 535 B
text/less
/* ============================================= */
/* CSS for control sap.m/PlanningCalendarLegend */
/* Base theme */
/* ============================================= */
.sapMPlanCalLegend {
&.sapUiUnifiedLegend hr {
border-color: @sapUiListTableGroupHeaderBorderColor;
}
.sapUiUnifiedLegendSquareColor.sapMPlanCalLegendAppCircle {
border-radius: 1rem;
}
}
.sapMPlanCalLegendHeader {
color: @sapUiListTableGroupHeaderTextColor;
font-size: @sapMFontMediumSize;
padding-top: 0.5rem;
}