mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
b445baa001
* chore(deps-dev): bump stylelint-config-prettier from 8.0.2 to 9.0.2 Bumps [stylelint-config-prettier](https://github.com/prettier/stylelint-config-prettier) from 8.0.2 to 9.0.2. - [Release notes](https://github.com/prettier/stylelint-config-prettier/releases) - [Commits](https://github.com/prettier/stylelint-config-prettier/compare/v8.0.2...v9.0.2) --- updated-dependencies: - dependency-name: stylelint-config-prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: autofix stylelint errors * chore: autofix stylelint errors Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: afc163 <afc163@gmail.com>
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
.@{steps-prefix-cls}-small {
|
|
&.@{steps-prefix-cls}-horizontal:not(.@{steps-prefix-cls}-label-vertical)
|
|
.@{steps-prefix-cls}-item {
|
|
padding-left: 12px;
|
|
|
|
&:first-child {
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
.@{steps-prefix-cls}-item-icon {
|
|
width: @steps-small-icon-size;
|
|
height: @steps-small-icon-size;
|
|
margin: @steps-small-icon-margin;
|
|
font-size: @font-size-sm;
|
|
line-height: @steps-small-icon-size;
|
|
text-align: center;
|
|
border-radius: @steps-small-icon-size;
|
|
}
|
|
.@{steps-prefix-cls}-item-title {
|
|
padding-right: 12px;
|
|
font-size: @font-size-base;
|
|
line-height: @steps-small-icon-size;
|
|
|
|
&::after {
|
|
top: (@steps-small-icon-size / 2);
|
|
}
|
|
}
|
|
.@{steps-prefix-cls}-item-description {
|
|
color: @text-color-secondary;
|
|
font-size: @font-size-base;
|
|
}
|
|
.@{steps-prefix-cls}-item-tail {
|
|
top: 8px;
|
|
}
|
|
.@{steps-prefix-cls}-item-custom .@{steps-prefix-cls}-item-icon {
|
|
width: inherit;
|
|
height: inherit;
|
|
line-height: inherit;
|
|
background: none;
|
|
border: 0;
|
|
border-radius: 0;
|
|
> .@{steps-prefix-cls}-icon {
|
|
font-size: @steps-small-icon-size;
|
|
line-height: @steps-small-icon-size;
|
|
transform: none;
|
|
}
|
|
}
|
|
}
|