mobile moment

This commit is contained in:
Tessier
2020-11-29 17:43:51 +01:00
parent 47f0f245d0
commit 43b44f0cb9
6 changed files with 62 additions and 6 deletions
@@ -21,5 +21,20 @@
}
}
}
.__content{
max-height: calc(1.5rem * 12 );
// 1.5rem = line-height
overflow: hidden;
&.is_active{
max-height: 100%!important;
}
@media screen and (min-width: 576px) {
max-height: 100%;
}
}
.more_link.is_active{
display: none!important;
}
}
}
@@ -7,3 +7,11 @@
}
}
}
#block-popsu-colloque-submenu{
.is-active{
color:white;
background:#1d378eff;
}
}