Skip to content

Commit

Permalink
Merge pull request #5 from munlite-team/ui-roll-call-modal
Browse files Browse the repository at this point in the history
UI Roll Call Modal & Cards
  • Loading branch information
jamespurnama1 authored Jan 5, 2021
2 parents d134d34 + 8910bbd commit 36f5275
Show file tree
Hide file tree
Showing 26 changed files with 698 additions and 452 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,12 @@ module.exports = {
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'import/extensions': [
'error',
'ignorePackages',
{
'js': 'never',
}
]
},
};
213 changes: 108 additions & 105 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"@sentry/tracing": "^5.24.2",
"axios": "^0.21.0",
"core-js": "^3.6.5",
"debounce": "^1.2.0",
"gsap": "^3.5.1",
"hooper": "^0.3.4",
"js-cookie": "^2.2.1",
"nprogress": "^0.2.0",
"register-service-worker": "^1.7.1",
"scrollmagic": "^2.0.7",
"scrollscene": "0.0.24",
"vue": "^2.6.12",
"vue-nprogress": "^0.2.0",
"vue-router": "^3.4.3",
"vue-shortkey": "^3.1.7",
"vue2-touch-events": "^2.3.2",
"vuex": "^3.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
z-index: 5;
z-index: 3;

span {
display: block;
Expand Down
Loading

0 comments on commit 36f5275

Please sign in to comment.