modal new fast access
This commit is contained in:
@@ -68,3 +68,16 @@ textarea::placeholder {
|
||||
border-radius: 24px; /* تطابق با rx و ry */
|
||||
overflow: hidden; /* برای رفع مشکلات برش */
|
||||
}
|
||||
|
||||
.modalGlass {
|
||||
background: rgba(0, 0, 0, 0.436);
|
||||
background-blend-mode: multiply;
|
||||
|
||||
backdrop-filter: blur(7px);
|
||||
}
|
||||
.modalGlass2 {
|
||||
background: rgba(255, 255, 255, 0.502);
|
||||
background-blend-mode: multiply;
|
||||
|
||||
/* backdrop-filter: blur(5px); */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user