Variables and colors

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-23 09:29:50 +01:00
parent 60d3f4de85
commit 84aef89bbb
13 changed files with 167 additions and 111 deletions

View File

@@ -15,8 +15,10 @@ export default {};
</script>
<style lang="scss" scoped>
@import "../styles/global.scss";
@import "../styles/media-queries.scss";
div {
font-family: "knowit";
font-family: Arial;
}
.outer {
display: flex;
@@ -30,6 +32,7 @@ h2 {
width: 100vw;
text-align: center;
font-size: 3rem;
font-family: knowit;
}
form {