Add some sass

This commit is contained in:
Jonathan Cremin 2018-04-28 20:56:20 +01:00
parent 7720653aeb
commit 8012bef79a
11 changed files with 530 additions and 79 deletions

View file

@ -48,22 +48,7 @@ export default {
}
</script>
<style>
.button.is-primary {
background-color: #FE4365;
}
.button.is-primary:hover {
background-color: #E52A4C;
}
.button.is-primary:focus {
background-color: #E52A4C;
}
.input:active {
border-color: #FE4365;
}
.input:focus {
border-color: #FE4365;
}
<style lang="scss">
.search {
margin-bottom: 25vh;
}

View file

@ -48,7 +48,7 @@ export default {
}
</script>
<style>
<style lang="scss">
.social {
text-align: center;
font-weight: 300;