Decrease font size and weight in selection overlay

This commit is contained in:
Dennis Reimann 2021-10-06 18:45:06 +02:00 committed by Andrew Camilleri
parent 721c06e157
commit 1407d5be8d

View File

@ -315,7 +315,7 @@
v-bind:class="{ 'btn-primary': index==0, 'btn-light': index!=0}">#{{index+1}}</span> v-bind:class="{ 'btn-primary': index==0, 'btn-light': index!=0}">#{{index+1}}</span>
<div class="perk-zoom" v-if="canExpand"> <div class="perk-zoom" v-if="canExpand">
<div class="perk-zoom-bg"></div> <div class="perk-zoom-bg"></div>
<div class="perk-zoom-text w-100 py-2 px-4 text-center text-primary fw-bold fs-3 lh-sm"> <div class="perk-zoom-text w-100 py-2 px-4 text-center text-primary fw-semibold fs-5 lh-sm">
Select this contribution perk Select this contribution perk
</div> </div>
</div> </div>