Świąteczna zmiana logo; poprawki kompatybilności ikon

This commit is contained in:
2021-12-16 16:11:49 +01:00
parent ee5b61cb19
commit 7bba7cae96
9 changed files with 44 additions and 17 deletions
-1
View File
@@ -1,7 +1,6 @@
<template>
<header>
<img :src="logoSVG" alt="logo pojazdownik" />
<p class="header-bottom"><span>EDYTOR POCIĄGÓW ONLINE</span></p>
</header>
<main>
+37 -12
View File
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 27 KiB

+2 -4
View File
@@ -42,7 +42,7 @@
</button> -->
</div>
<div>
<div class="input_ready-stock">
<button class="btn" @click="setReadyStockList(true)"><b>REALNE ZESTAWIENIA</b></button>
</div>
@@ -489,9 +489,7 @@ export default defineComponent({
text-align: center;
}
&_radio,
&_list,
&_checkbox {
&_container > * {
display: flex;
justify-content: center;
}