Transitioning to Vue. Installed environment and restored homepage scene overview.
This commit is contained in:
19
assets/components/header/header.vue
Normal file
19
assets/components/header/header.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<header class="header">
|
||||
<h1 class="logo">Porn Radar</h1>
|
||||
</header>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import 'theme';
|
||||
|
||||
.header {
|
||||
color: $text-contrast;
|
||||
background: $primary;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.logo {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user