/**
 * Override admin toolbar margins
 */
body.toolbar-fixed {
  /* margin-top: 39px !important; Standard admin toolbar height */
}

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open {
  /* margin-top: 79px !important; Height when the toolbar tray is open */
}

/* For mobile */
@media screen and (max-width: 767px) {
  /* body.toolbar-fixed {
    margin-top: 39px !important;
  } */
}
