Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/uilicious/inboxkitten
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Aug 30, 2021
2 parents 8bd6b30 + 23e1327 commit 4c2064f
Show file tree
Hide file tree
Showing 4 changed files with 349 additions and 151 deletions.
9 changes: 2 additions & 7 deletions ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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}}
Expand Down
Loading

0 comments on commit 4c2064f

Please sign in to comment.