@import '../common/component.dark.theme.less';
@import '../common/component.common.less';

:host-context(.theme-dark) ::ng-deep{
    .ant-timeline-item-head-blue{
        .cm-dark-timeline-circle-blue
    }
    .ng-star-inserted{
        .cm-dark-timeline-text
    }
    .ant-timeline-item-head-blue.ant-timeline-item-head-green{
        .cm-dark-timeline-circle-green
    }
    .ant-timeline-item-head-blue.ant-timeline-item-head-red{
        .cm-dark-timeline-circle-red
    }
    .anticon-clock-circle-o.ng-star-inserted{
        .cm-dark-timeline-icon
    }
}