This commit is contained in:
syuilo
2018-09-28 20:03:14 +09:00
parent 8e3dd75c85
commit ec652dd0ac
5 changed files with 10 additions and 161 deletions

View File

@ -10,7 +10,9 @@
<x-nav/>
</div>
<div class="center">
<div class="icon" @click="goToTop"></div>
<div class="icon" @click="goToTop">
<img svg-inline src="../../assets/header-icon.svg"/>
</div>
</div>
<div class="right">
<x-search/>
@ -129,13 +131,12 @@ export default Vue.extend({
display block
width 48px
height 48px
background-image var(--desktopHeaderIcon)
background-size 24px
background-position center
background-repeat no-repeat
opacity 0.3
cursor pointer
> svg
fill currentColor
> .left,
> .center
left 0