designer request

This commit is contained in:
hamid zarghami
2026-05-11 11:34:52 +03:30
parent 687f243b80
commit 327b74d7c0
8 changed files with 428 additions and 145 deletions
+22 -1
View File
@@ -1,5 +1,27 @@
@import "tailwindcss";
.rmdp-input {
min-height: 40px;
background-color: white;
border-radius: 12px !important;
border: 1px solid #d0d0d0 !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%;
}
@layer base {
:root {
--background: 0 0% 100%;
@@ -123,7 +145,6 @@ html {
border-radius: 0;
}
/* جلوگیری از نمایش محتوای صفحات غیرفعال هنگام هاور */
.flipbook-container .stf__item {
overflow: hidden !important;