create tabs component + create filter component + my orders page

This commit is contained in:
hamid zarghami
2025-10-18 14:42:41 +03:30
parent b4da39fe5f
commit 8ce42653cf
17 changed files with 739 additions and 11 deletions
+20
View File
@@ -49,3 +49,23 @@ textarea::placeholder {
tbody tr:nth-child(odd) {
background-color: #f5f7fc;
}
.rmdp-input {
min-height: 40px;
background-color: white;
border-radius: 12px !important;
border: 1px solid oklch(0.922 0 0) !important;
font-size: 12px !important;
width: 100% !important;
margin: 0px;
padding-right: 16px !important;
transition: background-color 0.3s ease, border-color 0.3s ease;
}
.readOny .rmdp-input {
background-color: #f5f5f5 !important;
border: none !important;
}
.rmdp-container {
width: 100%;
}