Init(Core): create and add project

This commit is contained in:
2026-05-02 01:58:10 +03:30
commit 4928901a08
14 changed files with 1022 additions and 0 deletions

22
admin/css/admin.css Normal file
View File

@@ -0,0 +1,22 @@
.wrap {
direction: rtl;
}
.sodino-admin-table th,
.sodino-admin-table td {
text-align: right;
}
.page-title-action {
float: left;
}
.rtl .page-title-action {
float: left;
}
input.regular-text,
select.regular-text,
input.small-text {
direction: rtl;
}