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: added disabled class for button #63

Merged
merged 2 commits into from
Dec 29, 2020

Conversation

anshul-pinto0410
Copy link
Contributor

@anshul-pinto0410 anshul-pinto0410 commented Dec 29, 2020

Checklist

Added disabled class for lil-btn

  • PR is up-to-date with a description of changes and screenshots (if applicable).
  • All files are lint-free.
  • Followed Semantic PR guidelines.
  • Tested locally for regressions.

Sorry, something went wrong.

@anshul-pinto0410 anshul-pinto0410 changed the base branch from master to develop December 29, 2020 10:15
@@ -2,6 +2,11 @@
.lil-btn {
@apply lil-inline-flex lil-py-3 lil-px-6 lil-rounded-lg lil-text-center lil-justify-center lil-items-center lil-font-bold;
}

.lil-btn-disabled {
@apply lil-opacity-50 lil-pointer-events-none;
Copy link
Contributor

Choose a reason for hiding this comment

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

grey-btn...does it look good ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, it looks good

@anshul-pinto0410 anshul-pinto0410 merged commit c8eddb1 into develop Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants