feat: still enhancing the visuals
Some checks failed
Format / formatting (push) Successful in 5s
Build / build (push) Successful in 38s
CI / build (push) Has been cancelled
Format / formatting (pull_request) Successful in 5s

This commit is contained in:
2025-04-09 00:19:56 +02:00
parent 647812576e
commit 8c4b9ceb9d
2 changed files with 7 additions and 8 deletions

View File

@@ -135,6 +135,7 @@ onMounted(() => fetchEntrepreneurs(props.projectId, IS_MOCK_MODE));
border-radius: 5px;
text-decoration: none;
transition: background-color 0.2s ease;
font-family: Arial, sans-serif;
}
.return-button:hover,
@@ -142,6 +143,7 @@ onMounted(() => fetchEntrepreneurs(props.projectId, IS_MOCK_MODE));
background-color: #007bad;
}
.contact-dropdown {
position: absolute;
top: 100%;
@@ -177,5 +179,4 @@ onMounted(() => fetchEntrepreneurs(props.projectId, IS_MOCK_MODE));
}
</style>