mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
Puryzm w nomenklaturze...
This commit is contained in:
+3
-1
@@ -13,7 +13,9 @@
|
||||
Ta strona ma charakter informacyjny. Autor nie ponosi odpowiedzialności za
|
||||
tworzenie składów niezgodnych z regulaminem symulatora Train Driver 2!
|
||||
</div>
|
||||
© Spythere 2021 | v{{ VERSION }}
|
||||
©
|
||||
<a href="https://td2.info.pl/profile/?u=20777" target="_blank">Spythere</a>
|
||||
2021 | v{{ VERSION }}
|
||||
</footer>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
<section class="stock-list">
|
||||
<div class="stock-list_buttons">
|
||||
<button class="btn btn--copy" @click="downloadStock">
|
||||
POBIERZ SKŁAD
|
||||
POBIERZ POCIĄG
|
||||
</button>
|
||||
</div>
|
||||
<div class="stock-list_specs">
|
||||
|
||||
@@ -21,6 +21,19 @@ html {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
|
||||
&:visited {
|
||||
color: white;
|
||||
}
|
||||
|
||||
&:hover, &:focus {
|
||||
color: $accentColor;
|
||||
}
|
||||
}
|
||||
|
||||
select,
|
||||
option,
|
||||
input,
|
||||
|
||||
Reference in New Issue
Block a user