new order

This commit is contained in:
hamid zarghami
2025-10-19 16:23:13 +03:30
parent f3df4ccfc2
commit 7158d427af
8 changed files with 387 additions and 2 deletions
+5
View File
@@ -43,6 +43,7 @@ textarea::placeholder {
@theme {
--color-primary: #ffa800;
--color-border: #f5f7fc;
--color-secondary: #ebedf5;
--color-description: #c3c7dd;
}
@@ -69,3 +70,7 @@ tbody tr:nth-child(odd) {
.rmdp-container {
width: 100%;
}
.rowTwoInput {
@apply flex flex-col items-start sm:flex-row sm:gap-5 gap-5;
}