Add some sass
This commit is contained in:
parent
7720653aeb
commit
8012bef79a
11 changed files with 530 additions and 79 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -48,7 +48,7 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style lang="scss">
|
||||
.social {
|
||||
text-align: center;
|
||||
font-weight: 300;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue