@antv/s2-react-components
Version:
React components for S2
16 lines (13 loc) • 345 B
text/less
@import '@antv/s2/esm/shared/styles/variables.less';
.@{switcher-cls-prefix}-switcher-overlay {
.ant-popover-inner,
.ant-popover-arrow-content::before {
background: var(~'@{css-var-prefix}-container-background', #fff);
}
}
.@{switcher-cls-prefix}-entry-button {
&.ant-btn {
display: inline-flex;
align-items: center;
}
}