logo
This commit is contained in:
parent
fa5dd0c26f
commit
49155f5c38
@ -3,9 +3,26 @@ import { RouterView } from 'vue-router'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div id="header">
|
||||
<div id="logo">
|
||||
<img src="./assets/logo.png" alt="logo"/>
|
||||
</div>
|
||||
</div>
|
||||
<RouterView />
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
<style scoped lang="scss">
|
||||
#header {
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
justify-content: center;
|
||||
|
||||
margin: 5px 0 10px 0;
|
||||
|
||||
#logo {
|
||||
img {
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
BIN
frontend/wizard-vue/src/assets/logo.png
Normal file
BIN
frontend/wizard-vue/src/assets/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Loading…
x
Reference in New Issue
Block a user