@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
76 lines (63 loc) • 1.21 kB
text/less
/* ====================================== */
/* CSS for control sap.m/TimePickerClocks */
/* Base theme */
/* ====================================== */
.sapMTPClocksContainer {
margin: 0 auto;
box-sizing: border-box;
width: 20rem;
height: 23.75rem;
padding: 1rem;
text-align: center;
}
.sapMTPCButtons {
display: flex;
justify-content: center;
align-items: center;
padding-bottom: 1rem;
width: 18rem;
& .sapMBtn {
width: 2.5625rem;
}
& .sapMTPNow {
margin-left: 0.75rem;
}
& .sapMSegB {
min-width: 5.375rem;
}
& > span {
min-width: 0.5rem;
padding: 0 0.125rem;
text-align: center;
font-family: var(--sapFontFamily);
font-size: @sapMFontMediumSize;
color: var(--sapTextColor);
}
}
.sapMTPCClocks {
display: block;
text-align: center;
width: 18rem;
height: 18rem;
touch-action: none;
}
.sapMTPClocksContainer > .sapMTPCButtons > div.sapMBtnBase.sapMBtn {
box-sizing: border-box;
display: inline-block;
}
.sapUiSizeCompact {
.sapMTPClocksContainer {
width: 18.5rem;
height: 21.5rem;
}
.sapMTPCButtons {
width: 17rem;
& .sapMBtn {
width: 2.3125rem;
}
}
.sapMTPCClocks {
width: 17rem;
height: 17rem;
}
}