We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7353a commit 98e2579Copy full SHA for 98e2579
1 file changed
src/components/steps/style/patch.less
@@ -1,7 +1,29 @@
1
+@import "../../style/themes/default";
2
+
3
+@steps-prefix-cls: ~"@{ant-prefix}-steps";
4
5
.ant-steps-horizontal nz-step:not(:first-child) .ant-steps-head{
6
padding-left: 10px;
7
margin-left: -10px;
8
}
9
nz-step{
10
display: block;
11
12
13
+.@{steps-prefix-cls}-dot {
14
+ &.@{steps-prefix-cls}-vertical {
15
+ .@{steps-prefix-cls}-tail {
16
+ margin-left: 0;
17
+ }
18
+ .@{steps-prefix-cls}-step {
19
+ text-align: left;
20
+ width: auto;
21
22
+ .@{steps-prefix-cls}-head-inner {
23
+ margin-right: 16px;
24
25
+ .@{steps-prefix-cls}-main {
26
+ margin-top: 0;
27
28
29
+}
0 commit comments