/*
 * Application stylesheet manifest.
 * Custom styles using Tailwind @apply live in app/assets/tailwind/application.css
 * and are built into app/assets/builds/tailwind.css. This manifest only includes
 * the inline styles below (e.g. infopanel).
 *

 */

/* show/hide information panel */
.infopanel--display {
  display: block;
}

.infopanel--hide {
  display: none;
}
