mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
move extension of accordion bootstrap to dedicated file
This commit is contained in:
parent
72012a70d9
commit
81c8d0ec77
@ -16,6 +16,9 @@
|
|||||||
// Chill forms
|
// Chill forms
|
||||||
@import './scss/forms';
|
@import './scss/forms';
|
||||||
|
|
||||||
|
// Extend bootstrap accordion
|
||||||
|
@import './scss/accordion';
|
||||||
|
|
||||||
// Chill record_actions
|
// Chill record_actions
|
||||||
@import './scss/record_actions';
|
@import './scss/record_actions';
|
||||||
|
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
.accordion {
|
||||||
|
// show a folded / label on accordion
|
||||||
|
button[aria-expanded="true"] > span.folded,
|
||||||
|
button[aria-expanded="false"] > span.unfolded { display: none; }
|
||||||
|
button[aria-expanded="false"] > span.folded,
|
||||||
|
button[aria-expanded="true"] > span.unfolded { display: inline; }
|
||||||
|
|
||||||
|
.accordion-item {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
}
|
@ -288,15 +288,3 @@ div#dashboards {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// accordeon person search result - closed parcours
|
|
||||||
|
|
||||||
.accordion-item {
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
button[aria-expanded="true"] > span.folded,
|
|
||||||
button[aria-expanded="false"] > span.unfolded { display: none; }
|
|
||||||
button[aria-expanded="false"] > span.folded,
|
|
||||||
button[aria-expanded="true"] > span.unfolded { display: inline; }
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user