mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
household members: fold/unfold accordion
This commit is contained in:
@@ -263,25 +263,23 @@ div.wrap-header {
|
||||
*/
|
||||
|
||||
div.floatbutton {
|
||||
|
||||
width: 100%;
|
||||
|
||||
div.box {
|
||||
width: 100%;
|
||||
|
||||
div.action {
|
||||
float: right; /*
|
||||
width: 50%; */
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
&.top {
|
||||
div.action {
|
||||
//margin: 0 0 1em 1em;
|
||||
padding: 0 0 1em 1em;
|
||||
}
|
||||
}
|
||||
&.bottom {
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
//margin-bottom: 100px;
|
||||
div.action {
|
||||
height: calc(100% - 0em);
|
||||
shape-outside: inset(calc(100% - 2em) 0 0);
|
||||
@@ -301,4 +299,9 @@ div.floatbutton {
|
||||
background-color: #00ffffa3;
|
||||
}
|
||||
}
|
||||
|
||||
// avoid a position relative that make links unclickable
|
||||
.fa-ul > li {
|
||||
position: initial;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user