revert: remove failed corporate design elements, back to clean state

Former-commit-id: a00aa85ab7b4b8f5707329fd5ea21fe322c744d9
This commit is contained in:
2026-05-10 21:26:31 +02:00
parent 22faf4387d
commit 8a9b30f926
6 changed files with 109 additions and 151 deletions

View File

@@ -15,42 +15,6 @@
.hide-scrollbar::-webkit-scrollbar {
display: none; /* Chrome, Safari and Opera */
}
/* Trassen-Hover Effect for Bento Grids */
.trassen-border {
position: relative;
}
.trassen-border::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 200%;
height: 200%;
background: conic-gradient(from 0deg, transparent 70%, #0e7a5c 100%);
transform: translate(-50%, -50%) rotate(0deg);
animation: rotate-trasse 3s linear infinite;
opacity: 0;
transition: opacity 0.4s ease;
z-index: 0;
pointer-events: none;
}
.trassen-border:hover::before {
opacity: 1;
}
.trassen-content {
position: absolute;
inset: 1px;
z-index: 1;
border-radius: inherit;
background-color: #050B14;
background-clip: padding-box;
}
}
@keyframes rotate-trasse {
from { transform: translate(-50%, -50%) rotate(0deg); }
to { transform: translate(-50%, -50%) rotate(360deg); }
}
/* Base Styles */