Update importers.css

Adding RTL styles to importers.css
This commit is contained in:
fim100 2024-08-02 18:38:10 +03:30
parent 7c9eedb805
commit 03e90af703

View file

@ -25,6 +25,10 @@
background-size: 100%; background-size: 100%;
vertical-align: -10px; vertical-align: -10px;
} }
html[dir="rtl"] .importer h3:before {
margin-left: 10px;
margin-right: auto;
}
.importers ul [type=button]:before { .importers ul [type=button]:before {
background-image: url(../img/importers/random.svg); background-image: url(../img/importers/random.svg);
background-repeat: no-repeat; background-repeat: no-repeat;