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.
51 lines
1.1 KiB
51 lines
1.1 KiB
@import 'variables';
|
|
|
|
.@{stepsPrefixCls}-small {
|
|
.@{stepsPrefixCls}-item-icon {
|
|
width: @smallIconSize;
|
|
height: @smallIconSize;
|
|
line-height: @smallIconSize;
|
|
text-align: center;
|
|
border-radius: @smallIconSize;
|
|
font-size: @font-size-base;
|
|
margin-right: @h-spacing-md;
|
|
> .@{stepsPrefixCls}-icon {
|
|
font-size: @font-size-caption-sm;
|
|
transform: scale(.75);
|
|
top: -2 * @hd;
|
|
}
|
|
}
|
|
.@{stepsPrefixCls}-item-content {
|
|
margin-top: 0;
|
|
}
|
|
.@{stepsPrefixCls}-item-title {
|
|
font-size: @font-size-caption;
|
|
margin-bottom: @v-spacing-xs;
|
|
color: @color-text-base;
|
|
font-weight: bold;
|
|
}
|
|
.@{stepsPrefixCls}-item-description {
|
|
font-size: @font-size-caption-sm;
|
|
color: @color-text-placeholder;
|
|
}
|
|
.@{stepsPrefixCls}-item-tail {
|
|
top: 8 * @hd;
|
|
padding: 0 8 * @hd;
|
|
&:after {
|
|
height: 1 * @hd;
|
|
border-radius: 1 * @hd;
|
|
width: 100%;
|
|
left: 0;
|
|
}
|
|
}
|
|
|
|
.@{stepsPrefixCls}-item-custom .@{stepsPrefixCls}-item-icon {
|
|
background: none;
|
|
> .@{stepsPrefixCls}-icon {
|
|
font-size: @smallIconSize;
|
|
top: -2 * @hd;
|
|
transform: none;
|
|
}
|
|
}
|
|
}
|