-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/uilicious/inboxkitten
- Loading branch information
Showing
4 changed files
with
349 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,9 +35,11 @@ export default { | |
</script> | ||
|
||
<style lang="scss" rel="stylesheet/scss"> | ||
@import url("https://unpkg.com/[email protected]/build/pure-min.css"); | ||
@import "scss/_producthunt.scss"; | ||
@import "scss/_common.scss"; | ||
#app { | ||
font-family: 'Avenir', Helvetica, Arial, sans-serif; | ||
-webkit-font-smoothing: antialiased; | ||
|
@@ -53,13 +55,6 @@ export default { | |
flex:1; | ||
} | ||
// Some forceful scroll bar fixing | ||
html, body { | ||
margin: 0; | ||
padding: 0; | ||
overflow-x: hidden; | ||
} | ||
// Github corner styling | ||
.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}} | ||
|
Oops, something went wrong.