@import '../../../style/variables.less';

.@{prefix}-filter-setting-modal {
    .ant-modal {
        width: 600px !important;

        .title-desc-popover {
            max-width: 400px;
        }

        .ant-modal-body {
            max-height: 380px;
            overflow: auto;
            padding-top: 0;
        }

        .ant-modal-title {
            .ant-breadcrumb {
                color: @maycur-color;
                cursor: pointer;

                .fm {
                    color: #bcbcbc;
                    margin-left: 5px;
                    cursor: pointer;

                    &:hover {
                        color: @maycur-color;
                    }
                }

                &>span:last-child {
                    color: #555;
                    cursor: auto;
                }
            }
        }
    }
}