You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
459 B

@import 'variables';
.@{stepsPrefixCls}-item-custom {
.@{stepsPrefixCls}-item-icon {
background: none;
border: 0;
width: auto;
height: auto;
> .@{stepsPrefixCls}-icon {
font-size: @defaultIconSize;
top: 1 * @hd;
width: @defaultIconSize;
height: @defaultIconSize;
}
}
&.@{stepsPrefixCls}-item-process {
.@{stepsPrefixCls}-item-icon > .@{stepsPrefixCls}-icon {
color: @brand-primary;
}
}
}