UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

18 lines (15 loc) 359 B
@import '../../style/themes/default'; @import '../../style/mixins/index'; @popup-prefix-cls: ~'@{c7n-pro-prefix}-popup'; .@{popup-prefix-cls} { position: absolute; background-color: @popover-bg; box-shadow: @box-shadow-base; &-container { position: absolute; top: 0; left: 0; z-index: @zindex-popup-container; width: 100%; } }