mirror of
https://github.com/KevinMidboe/leifsopplevelser.git
synced 2025-10-29 17:50:21 +00:00
Some fonts have moved, popover has navigation and other minor changes
This commit is contained in:
@@ -38,13 +38,6 @@ export default {
|
||||
until: this.endDate || '12.10.19'
|
||||
}
|
||||
}
|
||||
},
|
||||
created() {},
|
||||
beforeMount() {
|
||||
console.log('routes', this.$router, this.id)
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -66,9 +59,9 @@ export default {
|
||||
}
|
||||
|
||||
&--info {
|
||||
font-family: 'proxima-nova-thin';
|
||||
font-family: 'Proxima Nova';
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-style: italic;
|
||||
font-size: 18px;
|
||||
line-height: 1.6rem;
|
||||
letter-spacing: 0rem;
|
||||
@@ -77,6 +70,15 @@ export default {
|
||||
&:first-of-type {
|
||||
margin-top: 0.8rem;
|
||||
}
|
||||
|
||||
a {
|
||||
font-family: 'Ambroise std demi';
|
||||
font-style: normal;
|
||||
|
||||
&:visited {
|
||||
color: #3b70a2;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user