mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
remove obsolete file + start new event details
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
<!--
|
|
||||||
* libreevent - PaymentPrepareView.vue
|
|
||||||
*
|
|
||||||
* Created by Janis Hutz 05/14/2023, Licensed under the GPL V3 License
|
|
||||||
* https://janishutz.com, development@janishutz.com
|
|
||||||
*
|
|
||||||
*
|
|
||||||
-->
|
|
||||||
@@ -9,16 +9,25 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="details">
|
<div class="details">
|
||||||
<h1>{{ event.name }}</h1>
|
<div class="top-container">
|
||||||
<router-link to="/tickets"><span class="material-symbols-outlined" style="font-size: 100%;">arrow_back</span>Back</router-link>
|
<h1>{{ event.name }}</h1>
|
||||||
<p>{{ event.description }}</p>
|
<router-link to="/tickets"><span class="material-symbols-outlined" style="font-size: 100%;">arrow_back</span>Back</router-link>
|
||||||
<router-link to="/tickets/order">Order tickets</router-link>
|
<p>{{ event.description }}</p>
|
||||||
|
<router-link to="/tickets/order">Order tickets</router-link>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.details {
|
.details {
|
||||||
flex-grow: 1;
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-container {
|
||||||
|
background: linear-gradient( to top, rgba( 0, 0, 0, 0.9 ) 50%, rgba( 0, 0, 0, 0 ) ), url( '@/assets/logo.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: cover;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user