feature: oznaczenie pojazdów dla sponsorów

This commit is contained in:
2023-03-03 13:25:52 +01:00
parent 76912ceacb
commit 65701bee74
5 changed files with 16 additions and 6 deletions
@@ -1,7 +1,7 @@
<template>
<section class="train-image-section">
<div class="train-image__wrapper">
<div class="train-image__content">
<div class="train-image__content" :class="{'supporter': store.chosenVehicle?.supportersOnly}">
<transition name="img-message-anim">
<div class="empty-message" v-if="store.imageLoading && store.chosenVehicle?.imageSrc">
ŁADOWANIE OBRAZU...
@@ -44,6 +44,8 @@
: 'Typ konstrukcji: ' + store.chosenVehicle.constructionType
}}
</div>
<b style="color: salmon;" v-if="store.chosenVehicle.supportersOnly">* TYLKO DLA SPONSORÓW</b>
</div>
</div>