Puryzm w nomenklaturze...

This commit is contained in:
2021-11-13 17:52:53 +01:00
parent 7f52f67d72
commit da93a4893e
4 changed files with 30 additions and 14 deletions
+3 -1
View File
@@ -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>
&copy; Spythere 2021 | v{{ VERSION }}
&copy;
<a href="https://td2.info.pl/profile/?u=20777" target="_blank">Spythere</a>
2021 | v{{ VERSION }}
</footer>
</template>
+1 -1
View File
@@ -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">
+13
View File
@@ -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,