123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769 |
- /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
- /* stylelint-disable no-duplicate-selectors */
- .ant-steps {
- box-sizing: border-box;
- margin: 0;
- padding: 0;
- color: rgba(0, 0, 0, 0.85);
- font-size: 14px;
- font-variant: tabular-nums;
- line-height: 1.5715;
- list-style: none;
- font-feature-settings: 'tnum';
- display: flex;
- width: 100%;
- font-size: 0;
- text-align: initial;
- }
- .ant-steps-item {
- position: relative;
- display: inline-block;
- flex: 1;
- overflow: hidden;
- vertical-align: top;
- }
- .ant-steps-item-container {
- outline: none;
- }
- .ant-steps-item:last-child {
- flex: none;
- }
- .ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
- .ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
- display: none;
- }
- .ant-steps-item-icon,
- .ant-steps-item-content {
- display: inline-block;
- vertical-align: top;
- }
- .ant-steps-item-icon {
- width: 32px;
- height: 32px;
- margin: 0 8px 0 0;
- font-size: 16px;
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
- line-height: 32px;
- text-align: center;
- border: 1px solid rgba(0, 0, 0, 0.25);
- border-radius: 32px;
- transition: background-color 0.3s, border-color 0.3s;
- }
- .ant-steps-item-icon .ant-steps-icon {
- position: relative;
- top: -0.5px;
- color: #1890ff;
- line-height: 1;
- }
- .ant-steps-item-tail {
- position: absolute;
- top: 12px;
- left: 0;
- width: 100%;
- padding: 0 10px;
- }
- .ant-steps-item-tail::after {
- display: inline-block;
- width: 100%;
- height: 1px;
- background: #f0f0f0;
- border-radius: 1px;
- transition: background 0.3s;
- content: '';
- }
- .ant-steps-item-title {
- position: relative;
- display: inline-block;
- padding-right: 16px;
- color: rgba(0, 0, 0, 0.85);
- font-size: 16px;
- line-height: 32px;
- }
- .ant-steps-item-title::after {
- position: absolute;
- top: 16px;
- left: 100%;
- display: block;
- width: 9999px;
- height: 1px;
- background: #f0f0f0;
- content: '';
- }
- .ant-steps-item-subtitle {
- display: inline;
- margin-left: 8px;
- color: rgba(0, 0, 0, 0.45);
- font-weight: normal;
- font-size: 14px;
- }
- .ant-steps-item-description {
- color: rgba(0, 0, 0, 0.45);
- font-size: 14px;
- }
- .ant-steps-item-wait .ant-steps-item-icon {
- background-color: #fff;
- border-color: rgba(0, 0, 0, 0.25);
- }
- .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
- color: rgba(0, 0, 0, 0.25);
- }
- .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
- background: rgba(0, 0, 0, 0.25);
- }
- .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
- color: rgba(0, 0, 0, 0.45);
- }
- .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
- background-color: #f0f0f0;
- }
- .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
- color: rgba(0, 0, 0, 0.45);
- }
- .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
- background-color: #f0f0f0;
- }
- .ant-steps-item-process .ant-steps-item-icon {
- background-color: #fff;
- border-color: #1890ff;
- }
- .ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
- color: #1890ff;
- }
- .ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
- background: #1890ff;
- }
- .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
- color: rgba(0, 0, 0, 0.85);
- }
- .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
- background-color: #f0f0f0;
- }
- .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
- color: rgba(0, 0, 0, 0.85);
- }
- .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
- background-color: #f0f0f0;
- }
- .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
- background: #1890ff;
- }
- .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon .ant-steps-icon {
- color: #fff;
- }
- .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-title {
- font-weight: 500;
- }
- .ant-steps-item-finish .ant-steps-item-icon {
- background-color: #fff;
- border-color: #1890ff;
- }
- .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
- color: #1890ff;
- }
- .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
- background: #1890ff;
- }
- .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
- color: rgba(0, 0, 0, 0.85);
- }
- .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
- background-color: #1890ff;
- }
- .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
- color: rgba(0, 0, 0, 0.45);
- }
- .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
- background-color: #1890ff;
- }
- .ant-steps-item-error .ant-steps-item-icon {
- background-color: #fff;
- border-color: #ff4d4f;
- }
- .ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
- color: #ff4d4f;
- }
- .ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
- background: #ff4d4f;
- }
- .ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
- color: #ff4d4f;
- }
- .ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
- background-color: #f0f0f0;
- }
- .ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
- color: #ff4d4f;
- }
- .ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
- background-color: #f0f0f0;
- }
- .ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
- background: #ff4d4f;
- }
- .ant-steps-item-disabled {
- cursor: not-allowed;
- }
- .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
- cursor: pointer;
- }
- .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
- .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-subtitle,
- .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
- .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
- transition: color 0.3s;
- }
- .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
- .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
- .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
- color: #1890ff;
- }
- .ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
- border-color: #1890ff;
- }
- .ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
- color: #1890ff;
- }
- .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
- padding-left: 16px;
- white-space: nowrap;
- }
- .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
- padding-left: 0;
- }
- .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
- padding-right: 0;
- }
- .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
- display: none;
- }
- .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
- max-width: 140px;
- white-space: normal;
- }
- .ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon {
- height: auto;
- background: none;
- border: 0;
- }
- .ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon > .ant-steps-icon {
- top: 0px;
- left: 0.5px;
- width: 32px;
- height: 32px;
- font-size: 24px;
- line-height: 32px;
- }
- .ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
- color: #1890ff;
- }
- .ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
- width: auto;
- background: none;
- }
- .ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
- padding-left: 12px;
- }
- .ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
- padding-left: 0;
- }
- .ant-steps-small .ant-steps-item-icon {
- width: 24px;
- height: 24px;
- margin: 0 8px 0 0;
- font-size: 12px;
- line-height: 24px;
- text-align: center;
- border-radius: 24px;
- }
- .ant-steps-small .ant-steps-item-title {
- padding-right: 12px;
- font-size: 14px;
- line-height: 24px;
- }
- .ant-steps-small .ant-steps-item-title::after {
- top: 12px;
- }
- .ant-steps-small .ant-steps-item-description {
- color: rgba(0, 0, 0, 0.45);
- font-size: 14px;
- }
- .ant-steps-small .ant-steps-item-tail {
- top: 8px;
- }
- .ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
- width: inherit;
- height: inherit;
- line-height: inherit;
- background: none;
- border: 0;
- border-radius: 0;
- }
- .ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
- font-size: 24px;
- line-height: 24px;
- transform: none;
- }
- .ant-steps-vertical {
- display: flex;
- flex-direction: column;
- }
- .ant-steps-vertical > .ant-steps-item {
- display: block;
- flex: 1 0 auto;
- padding-left: 0;
- overflow: visible;
- }
- .ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
- float: left;
- margin-right: 16px;
- }
- .ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
- display: block;
- min-height: 48px;
- overflow: hidden;
- }
- .ant-steps-vertical > .ant-steps-item .ant-steps-item-title {
- line-height: 32px;
- }
- .ant-steps-vertical > .ant-steps-item .ant-steps-item-description {
- padding-bottom: 12px;
- }
- .ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
- position: absolute;
- top: 0;
- left: 15px;
- width: 1px;
- height: 100%;
- padding: 38px 0 6px;
- }
- .ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
- width: 1px;
- height: 100%;
- }
- .ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
- display: block;
- }
- .ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
- display: none;
- }
- .ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
- position: absolute;
- top: 0;
- left: 11px;
- padding: 30px 0 6px;
- }
- .ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
- line-height: 24px;
- }
- .ant-steps-label-vertical .ant-steps-item {
- overflow: visible;
- }
- .ant-steps-label-vertical .ant-steps-item-tail {
- margin-left: 58px;
- padding: 3.5px 24px;
- }
- .ant-steps-label-vertical .ant-steps-item-content {
- display: block;
- width: 116px;
- margin-top: 8px;
- text-align: center;
- }
- .ant-steps-label-vertical .ant-steps-item-icon {
- display: inline-block;
- margin-left: 42px;
- }
- .ant-steps-label-vertical .ant-steps-item-title {
- padding-right: 0;
- padding-left: 0;
- }
- .ant-steps-label-vertical .ant-steps-item-title::after {
- display: none;
- }
- .ant-steps-label-vertical .ant-steps-item-subtitle {
- display: block;
- margin-bottom: 4px;
- margin-left: 0;
- line-height: 1.5715;
- }
- .ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
- margin-left: 46px;
- }
- .ant-steps-dot .ant-steps-item-title,
- .ant-steps-dot.ant-steps-small .ant-steps-item-title {
- line-height: 1.5715;
- }
- .ant-steps-dot .ant-steps-item-tail,
- .ant-steps-dot.ant-steps-small .ant-steps-item-tail {
- top: 2px;
- width: 100%;
- margin: 0 0 0 70px;
- padding: 0;
- }
- .ant-steps-dot .ant-steps-item-tail::after,
- .ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
- width: calc(100% - 20px);
- height: 3px;
- margin-left: 12px;
- }
- .ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
- .ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
- left: 2px;
- }
- .ant-steps-dot .ant-steps-item-icon,
- .ant-steps-dot.ant-steps-small .ant-steps-item-icon {
- width: 8px;
- height: 8px;
- margin-left: 67px;
- padding-right: 0;
- line-height: 8px;
- background: transparent;
- border: 0;
- }
- .ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
- .ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
- position: relative;
- float: left;
- width: 100%;
- height: 100%;
- border-radius: 100px;
- transition: all 0.3s;
- /* expand hover area */
- }
- .ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
- .ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
- position: absolute;
- top: -12px;
- left: -26px;
- width: 60px;
- height: 32px;
- background: rgba(0, 0, 0, 0.001);
- content: '';
- }
- .ant-steps-dot .ant-steps-item-content,
- .ant-steps-dot.ant-steps-small .ant-steps-item-content {
- width: 140px;
- }
- .ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
- .ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
- position: relative;
- top: -1px;
- width: 10px;
- height: 10px;
- line-height: 10px;
- background: none;
- }
- .ant-steps-dot .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot,
- .ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot {
- left: 0;
- }
- .ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
- margin-top: 13px;
- margin-left: 0;
- background: none;
- }
- .ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
- top: 6.5px;
- left: -9px;
- margin: 0;
- padding: 22px 0 4px;
- }
- .ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
- margin-top: 10px;
- }
- .ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
- top: 3.5px;
- }
- .ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
- left: 0;
- }
- .ant-steps-vertical.ant-steps-dot .ant-steps-item-content {
- width: inherit;
- }
- .ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon-dot {
- top: -1px;
- left: -1px;
- }
- .ant-steps-navigation {
- padding-top: 12px;
- }
- .ant-steps-navigation.ant-steps-small .ant-steps-item-container {
- margin-left: -12px;
- }
- .ant-steps-navigation .ant-steps-item {
- overflow: visible;
- text-align: center;
- }
- .ant-steps-navigation .ant-steps-item-container {
- display: inline-block;
- height: 100%;
- margin-left: -16px;
- padding-bottom: 12px;
- text-align: left;
- transition: opacity 0.3s;
- }
- .ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
- max-width: auto;
- }
- .ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
- max-width: 100%;
- padding-right: 0;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
- display: none;
- }
- .ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
- cursor: pointer;
- }
- .ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
- opacity: 0.85;
- }
- .ant-steps-navigation .ant-steps-item:last-child {
- flex: 1;
- }
- .ant-steps-navigation .ant-steps-item:last-child::after {
- display: none;
- }
- .ant-steps-navigation .ant-steps-item::after {
- position: absolute;
- top: 50%;
- left: 100%;
- display: inline-block;
- width: 12px;
- height: 12px;
- margin-top: -14px;
- margin-left: -2px;
- border: 1px solid rgba(0, 0, 0, 0.25);
- border-bottom: none;
- border-left: none;
- transform: rotate(45deg);
- content: '';
- }
- .ant-steps-navigation .ant-steps-item::before {
- position: absolute;
- bottom: 0;
- left: 50%;
- display: inline-block;
- width: 0;
- height: 2px;
- background-color: #1890ff;
- transition: width 0.3s, left 0.3s;
- transition-timing-function: ease-out;
- content: '';
- }
- .ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
- left: 0;
- width: 100%;
- }
- .ant-steps-navigation.ant-steps-vertical > .ant-steps-item {
- margin-right: 0 !important;
- }
- .ant-steps-navigation.ant-steps-vertical > .ant-steps-item::before {
- display: none;
- }
- .ant-steps-navigation.ant-steps-vertical > .ant-steps-item.ant-steps-item-active::before {
- top: 0;
- right: 0;
- left: unset;
- display: block;
- width: 3px;
- height: calc(100% - 24px);
- }
- .ant-steps-navigation.ant-steps-vertical > .ant-steps-item::after {
- position: relative;
- top: -2px;
- left: 50%;
- display: block;
- width: 8px;
- height: 8px;
- margin-bottom: 8px;
- text-align: center;
- transform: rotate(135deg);
- }
- .ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
- visibility: hidden;
- }
- .ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
- visibility: hidden;
- }
- .ant-steps-rtl {
- direction: rtl;
- }
- .ant-steps.ant-steps-rtl .ant-steps-item-icon {
- margin-right: 0;
- margin-left: 8px;
- }
- .ant-steps-rtl .ant-steps-item-tail {
- right: 0;
- left: auto;
- }
- .ant-steps-rtl .ant-steps-item-title {
- padding-right: 0;
- padding-left: 16px;
- }
- .ant-steps-rtl .ant-steps-item-title .ant-steps-item-subtitle {
- float: left;
- margin-right: 8px;
- margin-left: 0;
- }
- .ant-steps-rtl .ant-steps-item-title::after {
- right: 100%;
- left: auto;
- }
- .ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
- padding-right: 16px;
- padding-left: 0;
- }
- .ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
- padding-right: 0;
- }
- .ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
- padding-left: 0;
- }
- .ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
- right: 0.5px;
- left: auto;
- }
- .ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
- margin-right: -12px;
- margin-left: 0;
- }
- .ant-steps-rtl.ant-steps-navigation .ant-steps-item-container {
- margin-right: -16px;
- margin-left: 0;
- text-align: right;
- }
- .ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
- padding-left: 0;
- }
- .ant-steps-rtl.ant-steps-navigation .ant-steps-item::after {
- right: 100%;
- left: auto;
- margin-right: -2px;
- margin-left: 0;
- transform: rotate(225deg);
- }
- .ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
- padding-right: 12px;
- padding-left: 0;
- }
- .ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
- padding-right: 0;
- }
- .ant-steps-rtl.ant-steps-small .ant-steps-item-title {
- padding-right: 0;
- padding-left: 12px;
- }
- .ant-steps-rtl.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
- float: right;
- margin-right: 0;
- margin-left: 16px;
- }
- .ant-steps-rtl.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
- right: 16px;
- left: auto;
- }
- .ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
- right: 12px;
- left: auto;
- }
- .ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title {
- padding-left: 0;
- }
- .ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,
- .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
- margin: 0 70px 0 0;
- }
- .ant-steps-rtl.ant-steps-dot .ant-steps-item-tail::after,
- .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
- margin-right: 12px;
- margin-left: 0;
- }
- .ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
- .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
- right: 2px;
- left: auto;
- }
- .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,
- .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
- margin-right: 67px;
- margin-left: 0;
- }
- .ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
- .ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
- /* expand hover area */
- }
- .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
- .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
- float: right;
- }
- .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
- .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
- right: -26px;
- left: auto;
- }
- .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
- margin-right: 0;
- margin-left: 16px;
- }
- .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
- right: -9px;
- left: auto;
- }
- .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
- right: 0;
- left: auto;
- }
- .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
- right: -2px;
- left: auto;
- }
- .ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical > .ant-steps-item {
- padding-right: 4px;
- }
- .ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
- right: 19px;
- }
- .ant-steps-rtl.ant-steps-with-progress.ant-steps-small.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
- right: 15px;
- }
- .ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child {
- padding-right: 4px;
- padding-left: 0;
- }
- .ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
- padding-right: 4px;
- }
- .ant-steps-with-progress .ant-steps-item {
- padding-top: 4px;
- }
- .ant-steps-with-progress .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
- top: 4px;
- left: 19px;
- }
- .ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child,
- .ant-steps-with-progress.ant-steps-small.ant-steps-horizontal .ant-steps-item:first-child {
- padding-bottom: 4px;
- padding-left: 4px;
- }
- .ant-steps-with-progress.ant-steps-small > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
- left: 15px;
- }
- .ant-steps-with-progress.ant-steps-vertical .ant-steps-item {
- padding-left: 4px;
- }
- .ant-steps-with-progress.ant-steps-label-vertical .ant-steps-item .ant-steps-item-tail {
- top: 14px !important;
- }
- .ant-steps-with-progress .ant-steps-item-icon {
- position: relative;
- }
- .ant-steps-with-progress .ant-steps-item-icon .ant-progress {
- position: absolute;
- top: -5px;
- right: -5px;
- bottom: -5px;
- left: -5px;
- }
|