@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
27 lines (22 loc) • 522 B
text/less
/* ====================================== */
/* CSS for control sap.m/TimePickerInputs */
/* Base theme */
/* ====================================== */
.sapMTPInputsContainer {
min-width: 12.5rem;
padding: 1rem;
display: flex;
justify-content: center;
align-items: center;
& > span {
min-width: 0.5rem;
padding: 0 0.125rem;
text-align: center;
font-family: @sapUiFontFamily;
font-size: @sapMFontMediumSize;
color: @sapUiBaseText;
}
}
.sapMTPNow {
margin-left: 0.5rem;
}