-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Changes made for button #125
Conversation
👷 Deploy request for lichterio pending review.Visit the deploys page to approve it
|
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.
Thanks for the initial changes! Could we:
- Stick to TailwindCSS?
- Still use the AppButton for the buttons? 🤔
I am unable to find the right class for this ,Should I make custom class in tailwind? |
@kisharnath The idea that this button should work with less elements. If tailwind doesn't have the utilities for it, you can use it's arbitrary syntax. |
Can you check now? |
assets/css/tailwind.css
Outdated
@import 'tailwindcss/components'; | ||
@import 'tailwindcss/utilities'; | ||
|
||
.newButton{ |
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.
As mentioned, please use Tailwinds Arbitrary syntax
If that is not possible at all, Vue's scoped styles are also fine, but then use @apply
where possible
Can you check out now ? |
Hey @kisharnath! Thanks for your work so far. Unfortunately, the styles don't match the original. The border on the side is thinner than on the top and bottom. Also, when hovering there is no gradient anymore. |
Please check now |
@kisharnath can you check my comments @ https://youtu.be/K-2r2rXHEdo?t=6528? |
No description provided.