Zmiana wyglądu widoków i rozłożenia elementów na stronie (1.6.0a)

This commit is contained in:
2022-04-23 15:22:34 +02:00
parent 4b3971fd8a
commit aefa6627b4
20 changed files with 297 additions and 173 deletions
-25
View File
@@ -11,16 +11,6 @@
@resetFilters="resetFilters"
ref="filterCardRef"
/>
<div class="paypal-link">
<a target="_blank" href="https://paypal.me/spythere">
<img
src="https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white"
alt="PayPal image"
style="width: 7em"
/>
</a>
</div>
</div>
<StationTable
@@ -199,21 +189,6 @@ export default defineComponent({
margin-bottom: 0.5em;
}
.paypal-link {
flex-grow: 2;
text-align: right;
img {
vertical-align: middle;
border-radius: 0.5em;
transition: box-shadow 150ms;
}
a:hover img,
a:focus img {
box-shadow: 0 0 10px 4px #04477e;
}
}
@include smallScreen {
.options-bar {