arrow back
This commit is contained in:
parent
865a7aff6b
commit
3772e3b7ab
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<g-link class="logo" to="/">
|
||||
<span class="logo__text">
|
||||
{{ $static.metaData.siteName }}
|
||||
← {{ $static.metaData.siteName }}
|
||||
</span>
|
||||
</g-link>
|
||||
</template>
|
||||
|
|
|
@ -17,12 +17,12 @@ export default {
|
|||
margin: 1em 0 0;
|
||||
|
||||
&__link {
|
||||
margin-right: 1em;
|
||||
margin-right: .7em;
|
||||
font-size: .8em;
|
||||
color: currentColor;
|
||||
text-decoration: none;
|
||||
background-color: var(--bg-color);
|
||||
color: currentColor!important;
|
||||
color: currentColor!important; //Todo: remove important;
|
||||
padding: .5em;
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue