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

@@ -13,17 +13,12 @@
<script>
export default {};
</script>
<style lang="scss">
body {
margin: 0;
color: #333333;
font-family: "knowit";
padding-bottom: 30px;
}
</style>
<style lang="scss" scoped>
@import "../styles/global.scss";
@import "../styles/media-queries.scss";
div {
font-family: "knowit";
font-family: Arial;
}
.outer {
display: flex;
@@ -37,6 +32,7 @@ h2 {
width: 100vw;
text-align: center;
font-size: 3rem;
font-family: knowit;
}
form {