mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 15:27:18 +00:00
13 lines
247 B
SCSS
13 lines
247 B
SCSS
#{$checkbox-prefix}-wrapper[dir="rtl"] {
|
|
margin-right: 8px;
|
|
margin-left: 0;
|
|
&:first-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
> #{$checkbox-prefix}-label {
|
|
margin-right: $checkbox-margin-left;
|
|
margin-left: 0;
|
|
}
|
|
}
|