mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
feature: oznaczenie pojazdów dla sponsorów
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user