This repository has been archived on 2025-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
moodle-local_treestudyplan/scss/bootstraptweaking.scss
2024-02-02 23:09:16 +01:00

18 lines
464 B
SCSS

.path-local-treestudyplan, .features-treestudyplan {
.b-modal-justify-footer-between .modal-footer {
justify-content: space-between;
}
.collapse.show {
height: auto;
}
}
body.path-local-treestudyplan.bootstrap-polyfill, .features-treestudyplan.bootstrap-polyfill {
/* Contains a number of CSS tweaks only needed if the current theme is nog based on boost with bootstrap */
.collapse.show {
height: auto;
}
}