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.
60 lines
1.3 KiB
60 lines
1.3 KiB
3 years ago
|
.app-related-navigation {
|
||
|
@include govuk-text-colour;
|
||
|
border-top: 2px solid govuk-colour("blue");
|
||
|
}
|
||
|
|
||
|
.app-related-navigation__main-heading {
|
||
|
@include govuk-font(19, $weight: bold);
|
||
|
margin-top: govuk-spacing(3);
|
||
|
margin-bottom: govuk-spacing(2);
|
||
|
}
|
||
|
|
||
|
.app-related-navigation__sub-heading {
|
||
|
@include govuk-font(16);
|
||
|
border-top: 1px solid govuk-colour("mid-grey", $legacy: "grey-2");
|
||
|
margin: 0;
|
||
|
padding-top: govuk-spacing(3);
|
||
|
}
|
||
|
|
||
|
.app-related-navigation__sub-heading--footer {
|
||
|
@include govuk-font(19, $weight: bold);
|
||
|
border-top: 0;
|
||
|
padding-top: 0;
|
||
|
margin-top: govuk-spacing(3);
|
||
|
margin-bottom: govuk-spacing(2);
|
||
|
}
|
||
|
|
||
|
.app-related-navigation__main-heading + .app-related-navigation__sub-heading {
|
||
|
border-top: 0;
|
||
|
padding-top: 0;
|
||
|
}
|
||
|
|
||
|
.app-related-navigation__nav-section {
|
||
|
margin-bottom: govuk-spacing(6);
|
||
|
}
|
||
|
|
||
|
.app-related-navigation__link-list {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
list-style: none;
|
||
|
margin-bottom: 1.25em;
|
||
|
}
|
||
|
|
||
|
.app-related-navigation__link {
|
||
|
@include govuk-font($size: 16, $weight: regular, $line-height: 1.45);
|
||
|
list-style-type: none;
|
||
|
margin-top: govuk-spacing(3);
|
||
|
|
||
|
@include govuk-media-query($from: tablet) {
|
||
|
line-height: 1.28;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.app-related-navigation__section-link {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.app-related-navigation__section-link--other {
|
||
|
font-weight: normal;
|
||
|
}
|