mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 19:48:11 +00:00
feature: oznaczenie pojazdów dla sponsorów
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
@dragover="allowDrop"
|
||||
>
|
||||
<span @click="onListItemClick(stockIndex)" :key="stock.id">
|
||||
<b>
|
||||
<b :class="{ supporter: stock.supportersOnly }">
|
||||
{{ stock.type }}
|
||||
</b>
|
||||
|
||||
@@ -120,5 +120,9 @@ const allowDrop = (e: DragEvent) => {
|
||||
max-height: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
.supporter {
|
||||
color: salmon;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user