Variables and colors
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user