Świąteczna zmiana logo; poprawki kompatybilności ikon
|
After Width: | Height: | Size: 670 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 365 B |
@@ -4,7 +4,12 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||||
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 27 KiB |
@@ -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;
|
||||
}
|
||||
|
||||