home page
This commit is contained in:
@@ -62,3 +62,9 @@ textarea::placeholder {
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.borderDashed {
|
||||
background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%238C90A3' stroke-width='2' stroke-dasharray='6%2C 14' stroke-dashoffset='25' stroke-linecap='square'/%3E%3C/svg%3E");
|
||||
border-radius: 24px; /* تطابق با rx و ry */
|
||||
overflow: hidden; /* برای رفع مشکلات برش */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user