-
Notifications
You must be signed in to change notification settings - Fork 244
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
Improve theme #1048
base: main
Are you sure you want to change the base?
Improve theme #1048
Conversation
resources/assets/themes/base.scss
Outdated
@@ -39,18 +46,29 @@ $form-label-font-weight: $font-weight-bold; | |||
@import "~bootstrap/scss/nav"; | |||
@import "~bootstrap/scss/navbar"; | |||
@import "~bootstrap/scss/card"; | |||
// @import "~bootstrap/scss/accordion"; |
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.
Why have you added the commented out imports in the next couple of lines? I'd suggest to either leave another comment to explain them or to remove them again.
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.
added comments
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 would mandate for removing them, if unused.
Hey @ximex, would you like to update and continue this pr? |
No description provided.