comment + favorive

This commit is contained in:
hamid zarghami
2025-09-17 12:29:58 +03:30
parent bc22bbd6d9
commit f849ebdb42
15 changed files with 562 additions and 85 deletions
+17
View File
@@ -265,3 +265,20 @@ textarea.place-black::placeholder {
backdrop-filter: blur(44px);
}
.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%;
}