@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
29 lines (26 loc) • 578 B
text/less
.sapMPluginsPasteProviderMessage {
outline: 0;
padding: 2rem;
font-size: @sapFontSize;
font-family: @sapFontFamily;
color: @sapTextColor;
}
.sapMPluginsPasteProviderShortCut {
font-size: @sapFontLargeSize;
font-family: @sapFontBoldFamily;
}
.sapMPluginsPasteProviderHighlight {
position: relative;
}
.sapMPluginsPasteProviderHighlight::after {
content: "";
background: @sapUiDragAndDropActiveBackground;
border: 0.125rem solid @sapUiDragAndDropActiveBorderColor;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
pointer-events: none;
}