@chatui/core
Version:
The React library for Chatbot UI
23 lines (20 loc) • 385 B
text/less
.Popover {
position: absolute;
top: 0;
left: 0;
z-index: @zindex-popover;
font-size: @font-size-sm;
transform: translate(0, -10px);
}
.Popover-body {
border-radius: @popover-border-radius;
background: @popover-bg;
box-shadow: @popover-box-shadow;
}
.Popover-arrow {
display: block;
width: 9px;
height: 5px;
margin-left: 10px;
fill: var(--color-fill-1);
}