changed css variable names
This commit is contained in:
@@ -161,29 +161,29 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.team-color-Blue,
|
||||
.team-color-Orange,
|
||||
.team-color-Green,
|
||||
.team-color-Purple,
|
||||
.team-color-Yellow {
|
||||
.team-color-blue,
|
||||
.team-color-orange,
|
||||
.team-color-green,
|
||||
.team-color-purple,
|
||||
.team-color-yellow {
|
||||
outline: 3px solid;
|
||||
}
|
||||
.team-color-Orange {
|
||||
.team-color-orange {
|
||||
outline-color: var(--csgo-orange);
|
||||
}
|
||||
.team-color-Blue {
|
||||
.team-color-blue {
|
||||
outline-color: var(--csgo-blue);
|
||||
}
|
||||
.team-color-Yellow {
|
||||
.team-color-yellow {
|
||||
outline-color: var(--csgo-yellow);
|
||||
}
|
||||
.team-color-Purple {
|
||||
.team-color-purple {
|
||||
outline-color: var(--csgo-purple);
|
||||
}
|
||||
.team-color-Green {
|
||||
.team-color-green {
|
||||
outline-color: var(--csgo-green);
|
||||
}
|
||||
.team-color-Grey {
|
||||
.team-color-grey {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user