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
436 B
22 lines
436 B
@import 'variables';
|
|
|
|
.@{stepsPrefixClass}-item-custom {
|
|
.@{stepsPrefixClass}-item-icon {
|
|
background: none;
|
|
border: 0;
|
|
width: auto;
|
|
height: auto;
|
|
> .@{stepsPrefixClass}-icon {
|
|
font-size: 20px;
|
|
top: 1px;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
}
|
|
&.@{stepsPrefixClass}-item-process {
|
|
.@{stepsPrefixClass}-item-icon > .@{stepsPrefixClass}-icon {
|
|
color: @process-icon-color;
|
|
}
|
|
}
|
|
}
|