/*---------------------------------------
    left panel
---------------------------------------- */

@keyframes blink {
  from {
    background-color: rgb(255, 97, 79);
  }
  to {
    background-color: rgb(189, 63, 49);
  }
}

.left-panel .icon {
  font-size: 1.6em;
}

.left-panel:hover {
  animation-play-state: paused;
}
