This commit is contained in:
hamid zarghami
2024-12-24 09:00:36 +03:30
parent 6cb43e42b2
commit 7bded16958
9 changed files with 253 additions and 6 deletions
+12
View File
@@ -35,3 +35,15 @@ textarea::placeholder {
@apply flex flex-col sm:flex-row sm:gap-5 gap-5;
}
}
.rmdp-input {
min-height: 48px;
border-radius: 12px !important;
border: 1px solid #d0d0d0 !important;
font-size: 14px !important;
width: 100% !important;
margin: 0px;
padding-right: 16px !important;
}
.rmdp-container {
width: 100%;
}