mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-27 06:04:12 +01:00
12 lines
160 B
SCSS
12 lines
160 B
SCSS
.plugin-checkbox_options:not(.rtl) {
|
|
.option input {
|
|
margin-right: 0.5rem;
|
|
}
|
|
}
|
|
|
|
.plugin-checkbox_options.rtl {
|
|
.option input {
|
|
margin-left: 0.5rem;
|
|
}
|
|
}
|