Skip to content

Commit

Permalink
style(module: steps): styles update (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
sWhite01111 authored and Guoyuanqiang committed Apr 12, 2019
1 parent 362245f commit 3fac2f1
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion components/steps/style/addon.less
@@ -1,5 +1,38 @@
@import 'variables';

@stepPrefixCls: step;
@{stepPrefixCls} {
display: block;
}
}
.@{stepsPrefixCls}-small {
.@{stepsPrefixCls}-item-description {
font-size: @font-size-caption-sm;
color: @color-text-placeholder!important;
}
}
.@{stepsPrefixCls}-item {
.@{stepsPrefixCls}-next-error .@{stepsPrefixCls}-item-title:after {
background: @brand-error;
}

.@{errorTailCls} .@{stepsPrefixCls}-item-tail:after {
background-color: @brand-error;
}
}

.@{stepsPrefixCls}-label-vertical {
.@{stepsPrefixCls}-item {
overflow: visible;
&-tail {
padding: 0 24 * @hd!important;
margin-left: 48 * @hd;
}
}
}


.@{stepsPrefixCls}-item-custom {
.@{stepsPrefixCls}-item-icon {
background: none!important;
}
}

0 comments on commit 3fac2f1

Please sign in to comment.