@import "../data/hid-data";

.hid-header{
  background-color: $background-06 !important;
  height: $hid-header-height;
  z-index: $hid-header-footer-zIndex !important;
  .menu-button{
    margin-right: 1rem;
    opacity: 0.6;
  }
  .grow{
    flex-grow: 1;
  }
}