{"version":3,"sources":["../../../../src/digitalmarketplace/components/header/_index.scss"],"names":[],"mappings":"AAAA,oDAAoD;AACpD,wDAAwD;AACxD,wCAAwC;;AAExC;EACE;IACE;MACE,wCAAwC;IAC1C;;IAEA;MACE,wCAAwC;IAC1C;EACF;;EAEA;IACE,WAAW;EACb;;EAEA;IACE;MACE,WAAW;MACX,WAAW;MACX,iBAAiB;IACnB;EACF;AACF","file":"_index.scss","sourcesContent":["// This file extends GOV.UK Frontend header component\n// by changing the blue bottom border to red and shifting\n// the navigation items to the far right.\n\n@include digitalmarketplace-exports(\"digitalmarketplace/component/header\") {\n  .dm-admin-header {\n    .govuk-header__container {\n      border-bottom-color: govuk-colour(\"red\");\n    }\n\n    &.govuk-header--full-width-border {\n      border-bottom-color: govuk-colour(\"red\");\n    }\n  }\n\n  .govuk-header__logo {\n    width: auto;\n  }\n\n  .govuk-header__content {\n    @include govuk-media-query(desktop) {\n      width: auto;\n      float: none;\n      text-align: right;\n    }\n  }\n}\n"]}
