Skip to content

Commit

Permalink
Merge pull request #106 from octo-web-front-end-tribe/redesign-job-card
Browse files Browse the repository at this point in the history
Refonte UX/UI de la page Jobs
  • Loading branch information
jbuget committed Aug 25, 2017
2 parents 0101e29 + 6fbb8b0 commit 10a7324
Show file tree
Hide file tree
Showing 7 changed files with 221 additions and 116 deletions.
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"sinon-chai": "^2.12.0",
"url-loader": "^0.5.9",
"vue-analytics": "^4.2.2",
"vue-awesome": "^2.3.1",
"vue-google-signin-button": "^1.0.2",
"vue-js-modal": "^1.2.8",
"vue-loader": "^13.0.4",
Expand Down
1 change: 1 addition & 0 deletions client/src/components/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
width: 100%;
position: fixed;
top: 0;
z-index: 1;
}
.page__header--container {
Expand Down
8 changes: 8 additions & 0 deletions client/src/components/GithubCorner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
</script>

<style>
.github-corner {
position: fixed;
top: 0;
z-index: 1;
right: 0;
}
.github-corner__link:hover .octo-arm {
animation: octocat-wave 560ms ease-in-out
}
Expand Down
Loading

0 comments on commit 10a7324

Please sign in to comment.