You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
601 B
32 lines
601 B
.app-header { |
|
border-bottom: govuk-spacing(2) solid $govuk-brand-colour; |
|
|
|
.govuk-header__logo { |
|
@include govuk-media-query($from: desktop) { |
|
width: 60%; |
|
} |
|
|
|
@include govuk-media-query($from: 860px) { |
|
width: 75%; |
|
} |
|
} |
|
|
|
.govuk-header__content { |
|
@include govuk-media-query($from: desktop) { |
|
width: 40%; |
|
} |
|
|
|
@include govuk-media-query($from: 860px) { |
|
width: 25%; |
|
} |
|
} |
|
} |
|
|
|
.app-header--orange, |
|
.app-header--orange .govuk-header__container { |
|
border-bottom-color: govuk-colour("orange"); |
|
} |
|
|
|
.app-header__no-border-bottom { |
|
border-bottom: 0; |
|
}
|
|
|