| [ Index ] |
PHP Cross Reference of Moodle 310 |
[Summary view] [Print] [Text view]
1 /** 2 * Bootstrap overrides for RTL 3 * 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. 6 */ 7 8 .breadcrumb-item { 9 + .breadcrumb-item::before { 10 content: "#{$breadcrumb-divider-rtl}"; 11 /*rtl:remove*/ 12 content: "#{$breadcrumb-divider}"; /* stylelint-disable-line declaration-block-no-duplicate-properties */ 13 } 14 } 15 16 .dir-rtl .custom-select { 17 background-position: 0.75rem center; 18 } 19 20 /*rtl:raw: 21 .dropdown-menu { 22 right: auto; 23 left: 0; 24 text-align: right; 25 } 26 */ 27 28 .dir-rtl .custom-switch .custom-control-input:checked ~ .custom-control-label::after { 29 transform: translateX(-($custom-switch-width - $custom-control-indicator-size)); 30 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jan 22 11:59:49 2025 | Cross-referenced by PHPXref 0.7.1 |