feat: add class modal with descriptions, photos and remove email from contacts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 22:41:58 +03:00
parent 86a04bb8c0
commit 1f6e314af6
17 changed files with 229 additions and 12 deletions

View File

@@ -47,6 +47,26 @@
@apply dark:text-neutral-400 dark:hover:text-white;
}
/* ===== Scrollbar ===== */
.modal-content {
scrollbar-color: rgb(163 163 163) transparent;
}
.modal-content * {
scrollbar-color: rgb(163 163 163) transparent;
}
@variant dark {
.modal-content {
scrollbar-color: rgb(64 64 64) transparent;
}
.modal-content * {
scrollbar-color: rgb(64 64 64) transparent;
}
}
/* ===== Contact ===== */
.contact-item {