added function for find area

This commit is contained in:
2025-05-08 16:58:52 +05:30
parent 2e19637173
commit 19e5b9f311
3 changed files with 81 additions and 4 deletions

View File

@@ -19,6 +19,9 @@
border-radius: #{$border-radius-medium};
box-shadow: var(--box-shadow-light);
}
.area{
background: #008cff;
}
}
.pointer-none {