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

Review the Bootstrap and Admin LTE CSS and overrides #27

Open
erikbuunk opened this issue Jul 20, 2020 · 2 comments
Open

Review the Bootstrap and Admin LTE CSS and overrides #27

erikbuunk opened this issue Jul 20, 2020 · 2 comments

Comments

@erikbuunk
Copy link
Contributor

The base of the project is Bootstrap with Admin LTE. In several case overrides of the style sheets and layouts were necessary.

  • Bootstrap colors
  • Layout adjustment with added classes for flexbox
  • removal of sidebars of AdminLTE
  • overrides in the main menu.
  • use of !important tags in the style sheets.

A good review of the setup would be good. I think the overall CSS setup can be simplified and reduced a lot.

@erikbuunk
Copy link
Contributor Author

https://getbootstrap.com/docs/4.5/getting-started/theming/

// Your variable overrides
$body-bg: #000;
$body-color: #111;

// Bootstrap and its default variables
@import "../node_modules/bootstrap/scss/bootstrap";

@erikbuunk
Copy link
Contributor Author

Maybe rebuild the site with more basic CSS setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant