mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 21:18:14 +08:00
22 lines
436 B
Plaintext
22 lines
436 B
Plaintext
@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;
|
|
}
|
|
}
|
|
}
|