Some fonts have moved, popover has navigation and other minor changes

This commit is contained in:
2019-02-13 01:08:19 +01:00
parent 513fcc7e47
commit 15a5d6b488
8 changed files with 100 additions and 39 deletions

View File

@@ -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>