Move table config for "rtl" into "tailwind.css" and remove "rtl.scss"
This commit is contained in:
parent
ee0ed09468
commit
a339cb8f8b
|
@ -1,7 +1,6 @@
|
|||
@use 'loading';
|
||||
@use 'ui';
|
||||
@use 'emoji-picker';
|
||||
@use 'rtl';
|
||||
@use 'accessibility';
|
||||
|
||||
// COMPONENTS
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
body.rtl {
|
||||
direction: rtl;
|
||||
|
||||
.status {
|
||||
padding-left: 10px;
|
||||
padding-right: 68px;
|
||||
}
|
||||
|
||||
.table th,
|
||||
.table td {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
|
@ -16,6 +16,11 @@
|
|||
padding-left: 10px;
|
||||
padding-right: 68px;
|
||||
}
|
||||
|
||||
.table th,
|
||||
.table td {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
::selection {
|
||||
|
|
Loading…
Reference in New Issue