Ś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
Binary file not shown.

After

Width:  |  Height:  |  Size: 670 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 365 B

+5
View File
@@ -4,7 +4,12 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="favicon.ico" /> <link rel="icon" href="favicon.ico" />
<link rel="icon" href="favicon-16.png" sizes="16x16" type="image/png" />
<link rel="icon" href="favicon-32.png" sizes="32x32" type="image/png" />
<link rel="icon" href="favicon-48.png" sizes="48x48" type="image/png" />
<link rel="icon" href="favicon-62.png" sizes="62x62" type="image/png" />
<title>Pojazdownik</title> <title>Pojazdownik</title>
</head> </head>
<body> <body>
-1
View File
@@ -1,7 +1,6 @@
<template> <template>
<header> <header>
<img :src="logoSVG" alt="logo pojazdownik" /> <img :src="logoSVG" alt="logo pojazdownik" />
<p class="header-bottom"><span>EDYTOR POCIĄGÓW ONLINE</span></p>
</header> </header>
<main> <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> --> </button> -->
</div> </div>
<div> <div class="input_ready-stock">
<button class="btn" @click="setReadyStockList(true)"><b>REALNE ZESTAWIENIA</b></button> <button class="btn" @click="setReadyStockList(true)"><b>REALNE ZESTAWIENIA</b></button>
</div> </div>
@@ -489,9 +489,7 @@ export default defineComponent({
text-align: center; text-align: center;
} }
&_radio, &_container > * {
&_list,
&_checkbox {
display: flex; display: flex;
justify-content: center; justify-content: center;
} }