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-06-03 23:24:16 +02:00

12 lines
205 B
SCSS

.path-local-treestudyplan,
.features-treestudyplan {
.b-modal-justify-footer-between .modal-footer {
justify-content: space-between;
}
.collapse.show {
height: auto;
}
}