Files
supersonic/webapp/packages/chat-sdk/src/components/ChatMsg/SemanticInfoPopover/style.less
jerryjzhang dc4fc69b57 first commit
2023-06-12 18:44:01 +08:00

19 lines
368 B
Plaintext

@import '../../../styles/index.less';
@semantic-info-popover-cls: ~'@{supersonic-chat-prefix}-semantic-info-popover';
.semantic-info-popover-cls {
max-width: 300px;
&-spin-box {
text-align: center;
padding-top: 10px;
}
.ant-popover-title{
padding: 5px 8px 4px;
}
.ant-popover-inner-content {
min-height: 60px;
min-width: 185px;
}
}