Skip to content
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

feat: add column limits on the main pages and change the color scheme #444

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fbtw
Copy link

@fbtw fbtw commented Mar 15, 2024

What

Added column limits for lg, md and sm screens on the principal sites home, sign in, search, user dashboard, user list, prices, products and locations
Changed the card buttons into actual v-btn buttons
Changed some colors using the vue's style tags on the header, app.js and footer

Screenshots

Large screen
Captura desde 2024-03-14 23-50-35
Medium screen
Captura desde 2024-03-14 23-50-57
Small screen
Captura desde 2024-03-14 23-51-12

Notes

Colors used:
header #ff8e00
footer #1E1E24
links #309191
background #FFFCF2

Some of the changes look big but are just automatic indention, like in search and sign in

… priceslist, productlist, search, signin, userdashboard and userlist, and add v-btn to the home buttons
@fbtw fbtw changed the title feat: add column limits on the main pages and change the colors cheme feat: add column limits on the main pages and change the color scheme Mar 15, 2024
@@ -12,6 +12,15 @@
</v-app>
</template>

<style>
.v-main{
Copy link
Member

@raphodn raphodn Mar 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you remove all the "style" changes of your PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

None yet

2 participants