-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Feature/swipe component #36
base: main
Are you sure you want to change the base?
Conversation
Also fixed the lint-staged warning
src/components/Swipe.vue
Outdated
}); | ||
</script> | ||
|
||
<style lang='scss'> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move all the design part into the src/assets/scss/base/main.scss
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So we only use a one scss file?
src/components/Swipe.vue
Outdated
border-radius: 3rem; | ||
color: $textColor; | ||
padding: 2rem; | ||
width:300px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change to rem (1rem = 10px). Here it would be width: 30rem
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check comments :)
* fix: Fixed styling for Input, Radio, Checkbox, Texarea. Added Global Styling into vue.config.js + inputs.scss * fix: scss setup correction * style: remove shared styles from components * style: reformat code * style: px to rem * refactor: rem instead of px, font-size fixed * refactor: Refactored design and made it BEM-coding-styled. * refactor: Refactored design and made shortened BEM via SCSS. Co-authored-by: Robin Kemna <[email protected]>
#16