UNPKG

ng-zorro-antd-mobile

Version:

An enterprise-class mobile UI components based on Ant Design and Angular

39 lines (33 loc) 754 B
@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; } }