1
0
Fork 0

🚧 Progress on React components

This commit is contained in:
Joost De Cock 2019-04-26 12:59:03 +02:00
parent 3d9192a5ae
commit ea87274eb2
10 changed files with 270 additions and 107 deletions

View file

@ -40,7 +40,7 @@ ul.nav span.custom {
font-weight: bold;
}
.col-exp {
transition: max-height 0.3s ease-in-out, opacity 0.2s ease 0.2s;
transition: max-height 0.2s ease-in-out, opacity 0.1s cubic-bezier(.55,.06,.68,.19) 0.05s;
}
.col-exp.expanded {
@ -64,6 +64,7 @@ svg.icon-col-exp.expanded {
opacity: 1;
}
ul.nav.l2 div.col-exp,
ul.nav.l3 div.col-exp {
margin: 0 27px;
}