Achivements abends um 19 uhr

This commit is contained in:
2025-09-07 16:54:09 +02:00
parent 8342d95a13
commit 5bed125cf6
10 changed files with 1136 additions and 347 deletions

View File

@@ -354,6 +354,41 @@ body {
flex-shrink: 0;
}
.btn-discord {
width: 100%;
background: #5865F2;
color: white;
border: 1px solid #4752C4;
padding: 12px 16px;
border-radius: 8px;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
font-size: 0.95rem;
box-shadow: 0 1px 3px rgba(88, 101, 242, 0.3);
margin-top: 10px;
}
.btn-discord:hover {
background: #4752C4;
border-color: #3C45A5;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(88, 101, 242, 0.4);
}
.btn-discord:active {
transform: translateY(0);
box-shadow: 0 1px 3px rgba(88, 101, 242, 0.3);
}
.btn-discord svg {
flex-shrink: 0;
}
/* Divider */
.divider {
position: relative;