Merge pull request 'remove useless play logo on server card' (#6) from develop into main
All checks were successful
Deploy Gameservers Control / deploy (push) Successful in 5s
All checks were successful
Deploy Gameservers Control / deploy (push) Successful in 5s
Reviewed-on: #6
This commit is contained in:
commit
b604ae64f9
2 changed files with 0 additions and 19 deletions
|
|
@ -155,7 +155,6 @@ function renderServers() {
|
||||||
|
|
||||||
card.innerHTML = `
|
card.innerHTML = `
|
||||||
<div class="server-card__hero"${heroStyle}>
|
<div class="server-card__hero"${heroStyle}>
|
||||||
<div class="server-card__icon" aria-hidden="true"></div>
|
|
||||||
<span class="chip ${server.active ? "chip--online" : "chip--offline"}">
|
<span class="chip ${server.active ? "chip--online" : "chip--offline"}">
|
||||||
${server.active ? "En ligne" : "Hors ligne"}
|
${server.active ? "En ligne" : "Hors ligne"}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
|
|
@ -427,24 +427,6 @@ input:focus {
|
||||||
opacity: 0.28;
|
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 {
|
.server-card__body {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue