mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-01 22:10:27 +00:00
13 lines
242 B
SCSS
13 lines
242 B
SCSS
#{$progress-prefix}-circle[dir=rtl] {
|
|
#{$progress-prefix}-circle-container {
|
|
transform: scaleX(-1);
|
|
}
|
|
}
|
|
|
|
#{$progress-prefix}-line[dir=rtl] {
|
|
#{$progress-prefix}-line-overlay {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
}
|