added Chat-History to matches
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-02-03 14:55:22 +01:00
parent 2b4b0d082c
commit 7114ca2479
8 changed files with 239 additions and 41 deletions

View File

@@ -24,6 +24,39 @@
animation: placeholder-wave-alt 2.5s linear infinite;
}
.team-color-blue,
.team-color-orange,
.team-color-green,
.team-color-purple,
.team-color-yellow,
.team-color-grey {
outline: 3px solid;
}
.team-color-grey {
outline-color: var(--csgo-grey);
}
.team-color-orange {
outline-color: var(--csgo-orange);
}
.team-color-blue {
outline-color: var(--csgo-blue);
}
.team-color-yellow {
outline-color: var(--csgo-yellow);
}
.team-color-purple {
outline-color: var(--csgo-purple);
}
.team-color-green {
outline-color: var(--csgo-green);
}
@keyframes placeholder-wave-alt {
100% {
mask-position: -200% 0%;