@import "../../style/index.less";
@ui-prefix-statetrack: yyui-statetrack;

.@{ui-prefix-statetrack}{
	.yyui-steps{
		background-color: #080a30;
		padding: 30px 3% 30px 3%;
		margin-bottom: -12px;
		.ant-steps-head{
			background-color: #080a30;
			
		}
		.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-head-inner{
			background-color: #080a30;
		}
		.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-head-inner{
			background-color: #080a30;
		}
		.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-head-inner{
			background-color: #080a30;
		}
		.ant-steps-title{
			background-color: #080a30;
		}
		.ant-steps-item.ant-steps-status-finish .ant-steps-title{
			color: #fff;
		}
	}
	.yyui-timeline{
		padding: 30px 3% 30px 3%;
	}
	.yyui-statetrack-icon{
		padding: 0 3% 0 3%;
	}
}
