Skip to content

Commit 260647f

Browse files
mame98g3force
authored andcommitted
minor UI changes
1 parent b47d144 commit 260647f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010

1111
.team-yellow {
12-
color: gold;
12+
color: rgb(220, 180, 0);
1313
}
1414

1515
.team-blue {

src/components/team/TeamBotSubstitution.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<a class="btn-edit" v-on:click="edit()">
3+
<a class="btn-edit substitution-button" v-on:click="edit()">
44
<font-awesome-icon icon="toggle-on" v-if="botSubstitutionIntend"/>
55
<font-awesome-icon icon="toggle-off" v-if="!botSubstitutionIntend"/>
66
</a>
@@ -35,4 +35,8 @@
3535
</script>
3636

3737
<style scoped>
38+
.substitution-button {
39+
font-size: 14pt;
40+
padding:15px;
41+
}
3842
</style>

0 commit comments

Comments
 (0)