remove useless play logo on server card
This commit is contained in:
parent
2cd5b2f078
commit
e8805e0f2e
2 changed files with 0 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue