manage variant producy

This commit is contained in:
hamid zarghami
2025-09-23 15:44:14 +03:30
parent f8ff05357d
commit a71d521c7c
16 changed files with 1186 additions and 15 deletions
+17
View File
@@ -179,3 +179,20 @@ textarea::placeholder {
@apply bg-background text-foreground;
}
}
.rmdp-input {
min-height: 40px;
border-radius: 12px !important;
border: 1px solid #d0d0d0 !important;
font-size: 12px !important;
width: 100% !important;
margin: 0px;
padding-right: 16px !important;
}
.readOny .rmdp-input {
background-color: #f5f5f5 !important;
border: none !important;
}
.rmdp-container {
width: 100%;
}