added Chat-History to matches
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user