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
+5 -1
View File
@@ -127,7 +127,7 @@
{{ i + 1 }}.
</span>
<span class="stock-info__type">
<span class="stock-info__type" :class="{ supporter: stock.supportersOnly }">
{{ stock.isLoco ? stock.type : getCarSpecFromType(stock.type) }}
</span>
@@ -525,6 +525,10 @@ li > .stock-info {
margin: 0.5em 0;
}
.supporter {
color: salmon;
}
.stock-info {
&__no,
&__type {