File tree Expand file tree Collapse file tree 2 files changed +24
-7
lines changed
DigitalLearningSolutions.Web Expand file tree Collapse file tree 2 files changed +24
-7
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,32 @@ footer {
3232}
3333
3434.nhsuk-header__navigation-item.selected {
35- @include mq ( $from : large - desktop) {
36- box-shadow : inset 0 -4 px 0 #d8dde0 ;
35+ a {
36+ font-weight : bold ;
3737 }
38+ }
3839
40+ .nhsuk-header__logo {
3941 @include mq ($until : large- desktop) {
40- a {
41- font-weight : bold ;
42+ max-width : unset ;
43+
44+ .nhsuk-header__link--service {
45+ align-items : center ;
46+ display : flex ;
47+ -ms-flex-align : center ;
48+ margin-bottom : 0 ;
49+ width : auto ;
4250 }
51+
52+ .nhsuk-header__service-name {
53+ padding-left : nhsuk-spacing (3 );
54+ max-width : unset ;
55+ }
56+ }
57+ }
58+ .nhsuk-navigation-container {
59+ @include mq ($until : tablet) {
60+ margin-top : unset ;
4361 }
4462}
4563
Original file line number Diff line number Diff line change 6565 {
6666 @await Html .PartialAsync (" ~/Views/Shared/_GoogleTagManagerBodyTagJs.cshtml" )
6767 }
68+ <script >document .body .className = ((document .body .className ) ? document .body .className + ' js-enabled' : ' js-enabled' ); </script >
69+ <a class =" nhsuk-skip-link" href =" #maincontent" >Skip to main content</a >
6870 <div id =" pagewrapper" >
6971 <header class =" nhsuk-header nhsuk-header--organisation nhsuk-header--white" role =" banner" >
70- <script >document .body .className = ((document .body .className ) ? document .body .className + ' js-enabled' : ' js-enabled' ); </script >
7172 <partial name =" _CookieConsentPartial" />
72- <a class =" nhsuk-skip-link" href =" #maincontent" >Skip to main content</a >
7373 @if (Configuration [" ShowAlertBanner" ] == " True" )
7474 {
7575 <div class =" dls-alert-banner no-print" >
153153 @{
154154 var visualSeparatorNoNavBar = (bool ?)ViewData [LayoutViewDataKeys .DoNotDisplayNavBar ] == true ? " visual-separator-no-nav-bar" : string .Empty ;
155155 }
156- <div class =" visual-separator @visualSeparatorNoNavBar" ></div >
157156
158157 <feature name =" @(FeatureFlags.UserFeedbackBar)" >
159158 <partial name =" _UserFeedbackBarPartial" model =@(userResearchUrl) />
You can’t perform that action at this time.
0 commit comments