@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
34 lines (30 loc) • 775 B
text/less
/* ==================================== */
/* CSS for control sap.m/PasteProvider */
/* Base theme */
/* ==================================== */
.sapMPluginsPasteProviderMessage {
outline: 0;
padding: 2rem;
font-size: @sapFontSize;
font-family: var(--sapFontFamily);
color: var(--sapTextColor);
}
.sapMPluginsPasteProviderShortCut {
font-size: var(--sapFontLargeSize);
font-family: var(--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;
}