2 * Bootstrap overrides for RTL
4 * This file is only for overriding sass from upstream bootstrap, all general rtl fixes for
5 * moodle scss should be placed immediately after the definition of the ltr rule.
9 + .breadcrumb-item::before {
10 content: "#{$breadcrumb-divider-rtl}";
12 content: "#{$breadcrumb-divider}"; /* stylelint-disable-line declaration-block-no-duplicate-properties */
16 .dir-rtl .custom-select {
17 background-position: 0.75rem center;
28 .dir-rtl .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
29 transform: translateX(-($custom-switch-width - $custom-control-indicator-size));