mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-06 02:21:07 -04:00
Set font-family on buttons to NTA temporarily
Until we change all the buttons to use GOVUK
Frontend we need this CSS to give them the New
Transport (NTA) font-family.
Was previously in GOVUK Template CSS but missed
out from being moved across when this was removed:
f164b2825b/source/assets/stylesheets/_basic.scss (L6)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import 'settings/typography-font-families';
|
||||
|
||||
// needed for IE10 desktop snap mode: http://menacingcloud.com/?c=cssViewportOrMetaTag
|
||||
@-ms-viewport {
|
||||
width: device-width;
|
||||
@@ -88,3 +90,10 @@ button:focus {
|
||||
outline: 3px solid $focus-colour;
|
||||
outline-offset: 0;
|
||||
}
|
||||
|
||||
// To be removed when all buttons follow the GOV.UK Frontend conventions
|
||||
// - https://design-system.service.gov.uk/components/button/
|
||||
|
||||
button {
|
||||
font-family: $govuk-font-family-nta;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user