-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
refactor: unify styling #296
refactor: unify styling #296
Conversation
@fmvilas I moved the styles to components files :) Could you check again? I also moved those that are repeated, such as for buttons, because you are right that it is better to think about theming in the next cycles. |
Kudos, SonarCloud Quality Gate passed! |
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.
Looking great 👍 Thanks for taking my opinion into consideration! 🙏
🎉 This PR is included in version 0.21.0-next.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Changes proposed in this pull request:
Unify styling in component with HTML-Templates styling:
Info
,Server
,Operation
,Message
,Schema
componentspostcss
,tailwind
etc. The rest of the code is converting inline styles/classes into mixed classes.Examples:
Info:
![image](https://user-images.githubusercontent.com/20404945/114172103-85151580-9935-11eb-885c-c15d4d1d4d61.png)
Server
![image](https://user-images.githubusercontent.com/20404945/114172130-8f371400-9935-11eb-89bb-49a72aa85adb.png)
Operation
![image](https://user-images.githubusercontent.com/20404945/114172180-9eb65d00-9935-11eb-85bd-8fdf2f8fd72f.png)
Message
![image](https://user-images.githubusercontent.com/20404945/114172229-ad047900-9935-11eb-9af4-26ff3c684bc9.png)
Related issue(s)
Part of asyncapi/shape-up-process#86