Skip to content

Commit

Permalink
fix: correct style of login-footer
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwa committed Oct 1, 2018
1 parent ac7cf5c commit 4bebd1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default {

<style lang="sass" scoped>
@import '~STYLE/color/background.sass'
@import '~STYLE/color/hover.sass'
.footer
&__layout
Expand All @@ -55,4 +56,5 @@ export default {
font-weight: bold
&:hover
color: $blue-400
color: $hover-link
</style>
1 change: 1 addition & 0 deletions src/style/color/hover.sass
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
$hover-light: #e6f7ff
$hover-link: #3273dc

0 comments on commit 4bebd1a

Please # to comment.