@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
35 lines (30 loc) • 791 B
text/less
/* ======================================== */
/* CSS for control sap.m/ValueStateMessage */
/* Base theme */
/* ======================================== */
.sapMValueStateMessage {
box-sizing: border-box;
background: @sapUiFieldBackground;
display: inline-block;
color: @sapUiBaseText;
font-size: @sapMFontSmallSize;
font-family: @sapUiFontFamily;
padding: 0.3rem 0.625rem;
min-width: 6rem;
white-space: pre-line;
word-wrap: break-word;
overflow: hidden;
text-overflow: ellipsis;
.sapMFT {
font-size: @sapMFontSmallSize;
}
}
.sapMValueStateMessageError {
background: @sapErrorBackground;
}
.sapMValueStateMessageWarning {
background: @sapWarningBackground;
}
.sapMValueStateMessageInformation {
background: @sapInformationBackground;
}