+ [navbar] Added style and cogs images for [index page]

This commit is contained in:
Alexis
2020-04-09 21:01:05 +02:00
parent 64f5e109dd
commit 412402404b
16 changed files with 159 additions and 44 deletions

View File

@@ -1,7 +1,10 @@
<template>
<div id="srs">
<navigation/>
<header>
<navigation/>
</header>
<router-view/>
</div>
@@ -22,10 +25,4 @@ export default {
<style lang="scss">
#srs {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>