Improvements #9350
Improvements #9207: Follow up on Bootstrap 5 theme
Allow for customization of Bootstrap 5 theme
Start date:
11/18/2021
Due date:
% Done:
100%
Estimated time:
Description
Current state¶
We're currently implementing Bootstrap 5 using the compiled CSS and JavaScript, using wt.css
for Wt-specific CSS as just a raw CSS file.
Issue¶
Bootstrap is a very customizable theme, and it's not unusual to do so, though possible to do this with WBootstrap5Theme
, it could be nicer (and more maintainable).
Proposed solution¶
We should probably write wt.css
as SCSS and use variables defined by Bootstrap. We should then document how the theme can be customized and a custom theme can be built.
More info¶
Updated by Roel Standaert 10 months ago
- Status changed from New to InProgress
- Assignee set to Roel Standaert
Updated by Roel Standaert 6 months ago
- Status changed from InProgress to Review
- Assignee changed from Roel Standaert to Korneel Dumon
Updated by Roel Standaert 6 months ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Korneel Dumon to Roel Standaert
- % Done changed from 0 to 100