19 lines
464 B
SCSS
19 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;
|
|
}
|
|
|
|
}
|