Moved link styling to global.scss.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<div v-if="wines.length > 0">
|
<div v-if="wines.length > 0">
|
||||||
<h3>
|
<h3>
|
||||||
<router-link to="viner"
|
<router-link to="viner"
|
||||||
>Topp 10 viner <span class="link">Se alle ></span></router-link
|
>Topp 10 viner <span class="vin-link">Se alle ></span></router-link
|
||||||
>
|
>
|
||||||
</h3>
|
</h3>
|
||||||
<ol>
|
<ol>
|
||||||
@@ -185,13 +185,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.link {
|
|
||||||
font-weight: bold;
|
|
||||||
border-bottom: 1px solid #ff5fff;
|
|
||||||
font-size: 1rem;
|
|
||||||
margin-left: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.close-modal {
|
.close-modal {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user