remove useless play logo on server card

This commit is contained in:
Shinuwa 2026-06-12 22:40:51 +02:00
parent 2cd5b2f078
commit e8805e0f2e
2 changed files with 0 additions and 19 deletions

View file

@ -427,24 +427,6 @@ input:focus {
opacity: 0.28;
}
.server-card__icon {
width: 34px;
aspect-ratio: 1;
border-radius: 7px;
background: linear-gradient(135deg, var(--purple), var(--blue));
box-shadow: 0 0 24px rgba(123, 92, 255, 0.62);
position: relative;
z-index: 1;
}
.server-card__icon::before {
content: "";
position: absolute;
inset: 10px 9px 10px 12px;
background: #fff;
clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.server-card__body {
display: grid;
gap: 1rem;