We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47d144 commit 260647fCopy full SHA for 260647f
src/assets/css/style.css
@@ -9,7 +9,7 @@
9
}
10
11
.team-yellow {
12
- color: gold;
+ color: rgb(220, 180, 0);
13
14
15
.team-blue {
src/components/team/TeamBotSubstitution.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div>
3
- <a class="btn-edit" v-on:click="edit()">
+ <a class="btn-edit substitution-button" v-on:click="edit()">
4
<font-awesome-icon icon="toggle-on" v-if="botSubstitutionIntend"/>
5
<font-awesome-icon icon="toggle-off" v-if="!botSubstitutionIntend"/>
6
</a>
@@ -35,4 +35,8 @@
35
</script>
36
37
<style scoped>
38
+ .substitution-button {
39
+ font-size: 14pt;
40
+ padding:15px;
41
+ }
42
</style>
0 commit comments