-
Notifications
You must be signed in to change notification settings - Fork 3
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
Revamp #46
base: revamp
Are you sure you want to change the base?
Revamp #46
Conversation
… register button not working)
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.
Just address these comments. Rest looks good to me.
.event-card-border{ | ||
margin-top: 4.2rem; | ||
padding: 2%; | ||
width: 130%; | ||
border-color: #F6F7F9; | ||
border-width: 0.1rem; | ||
border-radius: 0.1rem; | ||
display: flex ; | ||
flex-direction: column; | ||
gap: 2rem; | ||
} |
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.
I think these can be added using tailwind?
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.
Same for the other style classes added here in this css file.
The calendar component revamped into tailwind component with new design.
@beingnoble03