| Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 Path : /home/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/ |
| Current File : /home/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/editor-style-rtl.scss |
/* FILE: editor-style-rtl.scss */
//
// Visual Editor RTL stylesheet
//
// @package Auberge
// @copyright WebMan Design, Oliver Juhas
//
// Setup language direction
$left: right;
$right: left;
// RTL style overrides
body {
direction: rtl;
unicode-bidi: embed;
}
.mce-content-body {
&::after {
left: 0;
right: auto;
}
}