mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 19:28:25 -04:00
images and overrides
This commit is contained in:
@@ -92,8 +92,8 @@
|
||||
|
||||
<h2 class="govuk-visually-hidden">Support links</h2>
|
||||
<div class="govuk-footer__meta-custom">
|
||||
Built by the <a href="https://www.gov.uk/government/organisations/government-digital-service"
|
||||
class="govuk-footer__link">Government Digital Service</a>
|
||||
Built by the <a href="https://www.gsa.gov/about-us/organization/federal-acquisition-service/technology-transformation-services/tts-solutions"
|
||||
class="govuk-footer__link">Technology Transformation Service</a>
|
||||
</div>
|
||||
|
||||
<svg role="presentation" focusable="false" class="govuk-footer__licence-logo"
|
||||
@@ -108,11 +108,11 @@
|
||||
Government Licence v3.0</a>, except where otherwise stated
|
||||
</span>
|
||||
</div>
|
||||
<div class="govuk-footer__meta-item">
|
||||
<!-- <div class="govuk-footer__meta-item">
|
||||
<a class="govuk-footer__link govuk-footer__copyright-logo"
|
||||
href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/">©
|
||||
Crown copyright</a>
|
||||
</div>
|
||||
US copyright</a>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 58 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 48 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 67 KiB |
BIN
app/assets/images/product/Notify-Mock-Screens-x4.sketch
Normal file
BIN
app/assets/images/product/Notify-Mock-Screens-x4.sketch
Normal file
Binary file not shown.
@@ -40,7 +40,9 @@
|
||||
box-shadow: 0 -3px 0 0 $grey-3;
|
||||
}
|
||||
|
||||
&--live, &--test, &--operator {
|
||||
&--live,
|
||||
&--test,
|
||||
&--operator {
|
||||
// This uses new Design System colours to match .govuk-tag--red
|
||||
background: #F6D7D2;
|
||||
color: #942514;
|
||||
@@ -171,7 +173,8 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
&:focus { // override the :hover style (the focus style has its own underline)
|
||||
&:focus {
|
||||
// override the :hover style (the focus style has its own underline)
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -236,8 +239,9 @@
|
||||
&__item--active {
|
||||
@include bold-16;
|
||||
|
||||
a:link, a:visited {
|
||||
a:link,
|
||||
a:visited {
|
||||
color: $text-colour;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -58,3 +58,11 @@
|
||||
.govuk-\!-display-none {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.govuk-header__logotype {
|
||||
margin-right: 0px !important;
|
||||
}
|
||||
|
||||
.govuk-header__logotype-text {
|
||||
margin-left: 5px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user