Skip to content
Snippets Groups Projects
Unverified Commit ec652dd0 authored by syuilo's avatar syuilo
Browse files

wip

parent 8e3dd75c
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -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
......
......@@ -136,7 +136,6 @@
"desktopHeaderBg": ":lighten<5<$secondary",
"desktopHeaderFg": "$text",
"desktopHeaderHoverFg": "#fff",
"desktopHeaderIcon": "url('/assets/desktop/header-icon.dark.svg')",
"desktopHeaderSearchBg": "rgba(0, 0, 0, 0.1)",
"desktopHeaderSearchHoverBg": "rgba(255, 255, 255, 0.04)",
"desktopHeaderSearchFg": "#fff",
......
......@@ -136,7 +136,6 @@
"desktopHeaderBg": ":lighten<5<$secondary",
"desktopHeaderFg": "$text",
"desktopHeaderHoverFg": "#7b8c88",
"desktopHeaderIcon": "url('/assets/desktop/header-icon.light.svg')",
"desktopHeaderSearchBg": "rgba(0, 0, 0, 0.05)",
"desktopHeaderSearchHoverBg": "rgba(0, 0, 0, 0.08)",
"desktopHeaderSearchFg": "#000",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment