-
Notifications
You must be signed in to change notification settings - Fork 342
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
Looks/migrate home component #781
base: development
Are you sure you want to change the base?
Looks/migrate home component #781
Conversation
Looks like an OK start, but some issues:
|
<span fxFlex="10"></span> | ||
<div id="home" fxFlex> | ||
<div class="flex flex-row"> | ||
<span style="flex-basis: 10%"></span> |
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.
This should use tailwind
@@ -148,5 +172,5 @@ <h1>Administration</h1> | |||
</div> | |||
</div> | |||
</div> | |||
<span fxFlex="10"></span> | |||
<span style="flex-basis: 10%"></span> |
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.
And here, the rest looks good!
Description
Replaced FxLayout components with Tailwind equivalent while maintaining the visual appearance and responsiveness of the application. (welcome component)
Before
After