fix : unify font for champion preview
This commit is contained in:
@@ -67,10 +67,13 @@ const active = ref(false);
|
||||
:class="{ active }"
|
||||
></circle>
|
||||
<text
|
||||
text-anchor="middle"
|
||||
font-family="Helvetica"
|
||||
font-weight="bold"
|
||||
class="champion_small_defense"
|
||||
font-size="1.5"
|
||||
:class="{ active }"
|
||||
x="1.6"
|
||||
x="2"
|
||||
y="-.5"
|
||||
:fill="card.guard ? 'white' : 'black'"
|
||||
>
|
||||
@@ -84,6 +87,7 @@ const active = ref(false);
|
||||
.champion_small {
|
||||
z-index: 10;
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.champion_small_svg {
|
||||
|
||||
Reference in New Issue
Block a user