// This file extends GOV.UK Frontend header component
// by changing the blue bottom border to red and shifting
// the navigation items to the far right.

@include digitalmarketplace-exports("digitalmarketplace/component/header") {
  .dm-admin-header {
    .govuk-header__container {
      border-bottom-color: govuk-colour("red");
    }

    &.govuk-header--full-width-border {
      border-bottom-color: govuk-colour("red");
    }
  }

  .govuk-header__logo {
    width: auto;
  }

  .govuk-header__content {
    @include govuk-media-query(desktop) {
      width: auto;
      float: none;
      text-align: right;
    }
  }
}

/*# sourceMappingURL=_index.scss.map */
