Move table config for "rtl" into "tailwind.css" and remove "rtl.scss"

This commit is contained in:
danidfra 2024-11-14 17:32:09 -03:00
parent ee0ed09468
commit a339cb8f8b
3 changed files with 5 additions and 14 deletions

View File

@ -1,7 +1,6 @@
@use 'loading'; @use 'loading';
@use 'ui'; @use 'ui';
@use 'emoji-picker'; @use 'emoji-picker';
@use 'rtl';
@use 'accessibility'; @use 'accessibility';
// COMPONENTS // COMPONENTS

View File

@ -1,13 +0,0 @@
body.rtl {
direction: rtl;
.status {
padding-left: 10px;
padding-right: 68px;
}
.table th,
.table td {
text-align: right;
}
}

View File

@ -16,6 +16,11 @@
padding-left: 10px; padding-left: 10px;
padding-right: 68px; padding-right: 68px;
} }
.table th,
.table td {
text-align: right;
}
} }
::selection { ::selection {