Configure Moodle Boost Union theme settings and customizations. Use when theming Moodle, configuring layouts, or customizing Boost Union features.
This skill is limited to using the following tools:
Configure Boost Union theme settings and grandchild theme development.
/opt/cloodle/apps/moodle/public/theme/cloodle//opt/cloodle/apps/moodle/public/theme/boost_union/docker exec cloodle-devModify /theme/cloodle/scss/pre.scss for Bootstrap variable overrides:
$primary: #6e66cc;
$body-color: #423653;
$font-family-sans-serif: "Outfit", sans-serif;
Modify /theme/cloodle/scss/post.scss for component refinements:
.btn-primary {
border-radius: 500px;
}
docker exec cloodle-dev php /workspace/apps/moodle/admin/cli/purge_caches.php
| File | Purpose |
|---|---|
version.php | Theme identification |
config.php | SCSS callbacks |
lib.php | SCSS content functions |
scss/pre.scss | Bootstrap overrides |
scss/post.scss | Component styles |