basic layout
This commit is contained in:
parent
44ac6d1680
commit
a970bf31d0
17
client/layouts/default.vue
Normal file
17
client/layouts/default.vue
Normal file
@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div class="layout-default">
|
||||
<Nuxt />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body {
|
||||
background-color: #402080;
|
||||
color: #ffff80;
|
||||
font-family: monospace;
|
||||
}
|
||||
</style>
|
@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div class="page-index">
|
||||
<div class="page-index__title">
|
||||
Yay!
|
||||
</div>
|
||||
<h1 class="page-index__title">
|
||||
Know Your Teammates!
|
||||
</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -13,7 +13,7 @@ export default {}
|
||||
<style lang="scss">
|
||||
.page-index {
|
||||
&__title {
|
||||
color: #606060;
|
||||
color: #e0e080;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user