Side Menu functionality and styling

This commit is contained in:
Moris Zen
2018-07-05 17:52:02 +02:00
parent 2c77028d61
commit 7eff0679b0
4 changed files with 32 additions and 5 deletions

View File

@@ -39,7 +39,6 @@
.panel:before {
content: '';
display: block;
background-color: rgba(0, 0, 0, 0);
transition: background-color 0.5s ease-in-out;
}