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 ba8d20d commit 62650c0Copy full SHA for 62650c0
lib/components/promotions/VoPromotionsCardHighlight.vue
@@ -1,7 +1,7 @@
1
<template>
2
<VoPromotionsCard
3
v-if="promotion || !promotions.hasLoaded"
4
- class="mb-4"
+ class="vo-promotions-card-highlight"
5
:color="promotion?.metadata.color ?? 'surface'"
6
height="60"
7
:href="promotion?.metadata.url"
lib/components/promotions/VoPromotionsCardVuetify.vue
@@ -3,7 +3,7 @@
border
caption="ads via vuetify"
- class="pa-2 mb-4"
+ class="vo-promotions-card-vuetify pa-2"
:href="promotion?.metadata?.url"
8
width="360"
9
>
0 commit comments