base create and list

This commit is contained in:
hamid zarghami
2025-08-31 12:26:26 +03:30
parent 54c3c59a12
commit 6191fb15a4
18 changed files with 1380 additions and 11 deletions
+21
View File
@@ -39,3 +39,24 @@ textarea::placeholder {
--width-sidebar: 300px;
--border-radius-2.5: 10px;
}
.dltr {
direction: ltr;
}
.rowTwoInput {
@apply flex flex-col sm:flex-row sm:gap-5 gap-5;
}
.rowTwoInput {
@apply flex flex-col sm:flex-row sm:gap-5 gap-5;
}
.td {
@apply px-6 py-4 whitespace-nowrap text-xs;
}
.thead {
@apply h-[69px] bg-white text-sm text-[#8C90A3] rounded-3xl overflow-hidden;
}
.tr {
@apply w-full h-[74px] bg-white border-t border-[#EAEDF5] hover:bg-secondary;
}