frio mobile aside: add overlay transition

This commit is contained in:
fabrixxm 2017-04-26 10:16:39 +02:00
parent bd4ce2daee
commit 0afc732059
1 changed files with 5 additions and 0 deletions

View File

@ -120,6 +120,11 @@ code {
display: block;
top: 0; left: 300px; right: 0; bottom: 0;
background-color: rgba(0,0,0,0.4);
opacity: 0;
transition: opacity 0.5s;
}
aside.canvas-slid::before {
opacity: 1;
}
aside + div {
display:none!important;