BANNER AT THE TOP
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
<template>
|
||||
<div class="container">
|
||||
<banner />
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import banner from "@/ui/Banner";
|
||||
export default {
|
||||
name: "vinlottis",
|
||||
components: {},
|
||||
components: { banner },
|
||||
props: {},
|
||||
data() {
|
||||
return {};
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<template>
|
||||
<div class="container">
|
||||
<banner />
|
||||
|
||||
<h1 class="title">Loddgenerator</h1>
|
||||
<p>Velg hvilke farger du vil ha, fyll inn antall lodd og klikk 'generer'</p>
|
||||
<div class="input-line">
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div class="outer">
|
||||
<banner />
|
||||
<div class="container">
|
||||
<h1>Vinlotteri</h1>
|
||||
<router-link to="generate" class="generate-link">
|
||||
@@ -74,7 +73,6 @@ h1 {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
|
||||
.generate-link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user