mobile moment
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user