@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes fade1{0%{opacity:1}to{opacity:0}}.enter-icons{animation:fade 1s both}.leave-icons{animation:fade1 .2s both}.menu{height:90px;margin-bottom:0;transition:height .5s linear;border-radius:10px 10px 0 0!important}.leave--menu{height:80px}.enter--menu{height:470px;border-radius:15px 15px 0 0!important}
