💄 fix some ui
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<button class="button is-white go-back" @click="back">
|
||||
<img src="@/assets/icons/left-arrow.svg" alt="back" />
|
||||
<img src="@/assets/icons/dark-left-arrow.svg" alt="back" />
|
||||
</button>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
>
|
||||
</div>
|
||||
<div class="column">
|
||||
<section v-if="savedFavoriteRepos.length">
|
||||
<p>
|
||||
<router-link :to="{ name: 'RepoList' }" v-if="isLogged"
|
||||
>Manage your repos</router-link
|
||||
>
|
||||
</p>
|
||||
<section v-if="savedFavoriteRepos.length">
|
||||
<ul>
|
||||
<li
|
||||
v-for="favoriteRepo in savedFavoriteRepos"
|
||||
|
||||
@@ -57,7 +57,12 @@ body {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
a.external-link {
|
||||
a {
|
||||
&:hover {
|
||||
color: darken($link, 20);
|
||||
}
|
||||
|
||||
&.external-link {
|
||||
text-decoration: underline;
|
||||
|
||||
&::after {
|
||||
@@ -66,3 +71,4 @@ a.external-link {
|
||||
content: url('assets/icons/external-link.svg');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user