-
Notifications
You must be signed in to change notification settings - Fork 8
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 i18n and start new design #55
Conversation
Tommytrg
commented
Mar 11, 2021
•
edited
Loading
edited
- Add nuxt-i18n
- Start applying new design
- Allow auto-import components
components/Button.vue
Outdated
color: $black; | ||
border-color: $black; | ||
&.gradient { | ||
// color: black; |
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.
Remove comment
components/Button.vue
Outdated
// color: black; | ||
background: #5fbfae; | ||
color: white; | ||
// border-color: black; |
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.
Remove comment
components/NavBar.vue
Outdated
class="social" | ||
src="/" | ||
:alt="$t('nav_bar.social_image_alt')" | ||
/> | ||
</a> | ||
</li> | ||
<!-- TODO: ADD LANGUAGE COMPONENT --> |
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.
Remove comment
plugins/vueSelect.js
Outdated
import vSelect from 'vue-select' | ||
|
||
import 'vue-select/dist/vue-select.css' | ||
// import 'vue-select/src/scss/vue-select.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.
Remove comment