Ś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 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,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>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 27 KiB |
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||