Sass API reference
Settings
Assets
$govuk-assets-path
Path to the assets directory, with trailing slash.
This is the directory where the images and fonts subdirectories live. You will need to make this directory available via your application – see the README for details.
Default value
$govuk-assets-path: "/assets/";
View source code for _assets.scss on GitHub
$govuk-images-path
Path to the images folder, with trailing slash.
Default value
$govuk-images-path: "#{$govuk-assets-path}images/";
View source code for _assets.scss on GitHub
$govuk-fonts-path
Path to the fonts folder, with trailing slash.
Default value
$govuk-fonts-path: "#{$govuk-assets-path}fonts/";
View source code for _assets.scss on GitHub
$govuk-image-url-function
Custom image URL function
If the built-in image URL helper does not meet your needs, you can specify the name of a custom handler – either built in or by writing your own function.
If you are writing your own handler, ensure that it returns a string wrapped
with url()
Default value
$govuk-image-url-function: false;
Example: Rails asset handling
$govuk-image-url-function: 'image-url';
Example: Custom asset handling
@function my-url-handler($filename) {
// Some custom URL handling
@return url('example.jpg');
}
$govuk-image-url-function: 'my-url-handler';
View source code for _assets.scss on GitHub
$govuk-font-url-function
Custom font URL function
If the built-in font URL helper does not meet your needs, you can specify the name of a custom handler – either built in or by writing your own function.
If you are writing your own handler, ensure that it returns a string wrapped
with url()
Default value
$govuk-font-url-function: false;
Example: Rails asset handling
$govuk-font-url-function: 'font-url';
Example: Custom asset handling
@function my-url-handler($filename) {
// Some custom URL handling
@return url('example.woff');
}
$govuk-font-url-function: 'my-url-handler';
View source code for _assets.scss on GitHub
Colours
$govuk-brand-colour
Brand colour
Default value
$govuk-brand-colour: govuk-colour("blue");
View source code for _colours-applied.scss on GitHub
$govuk-text-colour
Text colour
Default value
$govuk-text-colour: govuk-colour("black");
View source code for _colours-applied.scss on GitHub
$govuk-canvas-background-colour
Canvas background colour
Used by the footer component and template to give the illusion of a long footer.
Default value
$govuk-canvas-background-colour: govuk-colour("light-grey");
View source code for _colours-applied.scss on GitHub
$govuk-body-background-colour
Body background colour
Default value
$govuk-body-background-colour: govuk-colour("white");
View source code for _colours-applied.scss on GitHub
$govuk-print-text-colour
Text colour for print media
Use ‘true black’ to avoid printers using colour ink to print body text
Default value
$govuk-print-text-colour: #000000;
View source code for _colours-applied.scss on GitHub
$govuk-secondary-text-colour
Secondary text colour
Used in for example ‘muted’ text and help text.
Default value
$govuk-secondary-text-colour: govuk-colour("dark-grey");
View source code for _colours-applied.scss on GitHub
$govuk-focus-colour
Focus colour
Used for outline (and background, where appropriate) when interactive elements (links, form controls) have keyboard focus.
Default value
$govuk-focus-colour: govuk-colour("yellow");
View source code for _colours-applied.scss on GitHub
$govuk-focus-text-colour
Focused text colour
Ensure that the contrast between the text and background colour passes WCAG Level AA contrast requirements.
Default value
$govuk-focus-text-colour: govuk-colour("black");
View source code for _colours-applied.scss on GitHub
$govuk-error-colour
Error colour
Used to highlight error messages and form controls in an error state
Default value
$govuk-error-colour: govuk-colour("red");
View source code for _colours-applied.scss on GitHub
$govuk-success-colour
Success colour
Used to highlight success messages and banners
Default value
$govuk-success-colour: govuk-colour("green");
View source code for _colours-applied.scss on GitHub
$govuk-border-colour
Border colour
Used in for example borders, separators, rules and keylines.
Default value
$govuk-border-colour: govuk-colour("mid-grey");
View source code for _colours-applied.scss on GitHub
$govuk-input-border-colour
Input border colour
Used for form inputs and controls
Default value
$govuk-input-border-colour: govuk-colour("black");
View source code for _colours-applied.scss on GitHub
$govuk-hover-colour
Input hover colour
Used for hover states on form controls
Default value
$govuk-hover-colour: govuk-colour("mid-grey");
View source code for _colours-applied.scss on GitHub
$govuk-link-colour
Link colour
Default value
$govuk-link-colour: govuk-colour("blue");
View source code for _colours-applied.scss on GitHub
$govuk-link-visited-colour
Visited link colour
Default value
$govuk-link-visited-colour: govuk-colour("purple");
View source code for _colours-applied.scss on GitHub
$govuk-link-hover-colour
Link hover colour
Default value
$govuk-link-hover-colour: govuk-colour("dark-blue");
View source code for _colours-applied.scss on GitHub
$govuk-link-active-colour
Active link colour
Default value
$govuk-link-active-colour: govuk-colour("black");
View source code for _colours-applied.scss on GitHub
$govuk-colours-organisations
Organisation colours
Default value
$govuk-colours-organisations: (
"attorney-generals-office": (
colour: #9f1888,
colour-websafe: #a03a88
),
"cabinet-office": (
colour: #005abb,
colour-websafe: #347da4
),
"civil-service": (
colour: #af292e
),
"department-for-business-innovation-skills": (
colour: #003479,
colour-websafe: #347da4
),
"department-for-communities-and-local-government": (
colour: #009999,
colour-websafe: #37836e
),
"department-for-culture-media-sport": (
colour: #d40072,
colour-websafe: #a03155
),
"department-for-education": (
colour: #003a69,
colour-websafe: #347ca9
),
"department-for-environment-food-rural-affairs": (
colour: #00a33b,
colour-websafe: #008938
),
"department-for-international-development": (
colour: #002878,
colour-websafe: #405e9a
),
"department-for-international-trade": (
colour: #cf102d,
colour-websafe: #005ea5
),
"department-for-business-and-trade": (
colour: #cf102d,
colour-websafe: #005ea5
),
"department-for-levelling-up-housing-and-communities": (
colour: #012169
),
"department-for-transport": (
colour: #006c56,
colour-websafe: #398373
),
"department-for-work-pensions": (
colour: #00beb7,
colour-websafe: #37807b
),
"department-of-energy-climate-change": (
colour: #009ddb,
colour-websafe: #2b7cac
),
"department-of-health": (
colour: #00ad93,
colour-websafe: #39836e
),
"foreign-commonwealth-development-office": (
colour: #012169
),
"foreign-commonwealth-office": (
colour: #003e74,
colour-websafe: #406e97
),
"government-equalities-office": (
colour: #9325b2
),
"hm-government": (
colour: #0076c0,
colour-websafe: #347da4
),
"hm-revenue-customs": (
colour: #009390,
colour-websafe: #008670
),
"hm-treasury": (
colour: #af292e,
colour-websafe: #832322
),
"home-office": (
colour: #9325b2,
colour-websafe: #9440b2
),
"ministry-of-defence": (
colour: #4d2942,
colour-websafe: #5a5c92
),
"ministry-of-justice": (
colour: #231f20,
colour-websafe: #5a5c92
),
"northern-ireland-office": (
colour: #002663,
colour-websafe: #3e598c
),
"office-of-the-advocate-general-for-scotland": (
colour: #002663,
colour-websafe: #005ea5
),
"office-of-the-leader-of-the-house-of-commons": (
colour: #317023,
colour-websafe: #005f8f
),
"office-of-the-leader-of-the-house-of-lords": (
colour: #9c132e,
colour-websafe: #c2395d
),
"scotland-office": (
colour: #002663,
colour-websafe: #405c8a
),
"uk-export-finance": (
colour: #005747,
colour-websafe: #005ea5
),
"uk-trade-investment": (
colour: #c80651,
colour-websafe: #005ea5
),
"wales-office": (
colour: #a33038,
colour-websafe: #7a242a
)
);
View source code for _colours-organisations.scss on GitHub
$govuk-colours
Colour palette
Default value
$govuk-colours: (
"red": #d4351c,
"yellow": #ffdd00,
"green": #00703c,
"blue": #1d70b8,
"dark-blue": #003078,
"light-blue": #5694ca,
"purple": #4c2c92,
"black": #0b0c0c,
"dark-grey": #505a5f,
"mid-grey": #b1b4b6,
"light-grey": #f3f2f1,
"white": #ffffff,
"light-purple": #6f72af,
"bright-purple": #912b88,
"pink": #d53880,
"light-pink": #f499be,
"orange": #f47738,
"brown": #b58840,
"light-green": #85994b,
"turquoise": #28a197
);
View source code for _colours-palette.scss on GitHub
Global styles
$govuk-global-styles
Include ‘global’ styles
Whether to style paragraphs (<p>
) and links (<a>
) without explicitly
having to apply the govuk-body
and govuk-link
classes.
Default value
$govuk-global-styles: false;
View source code for _global-styles.scss on GitHub
Links
$govuk-link-underline-thickness
Thickness of link underlines
The default will be either:
- 1px
- 0.0625rem, if it’s thicker than 1px because the user has changed the text size in their browser
Set this variable to false
to avoid setting a thickness.
Default value
$govuk-link-underline-thickness: unquote("max(1px, .0625rem)");
View source code for _links.scss on GitHub
$govuk-link-underline-offset
Offset of link underlines from text baseline
The default is 3px expressed as ems, as calculated against the default body font size (on desktop) of 19px. 3 ÷ 19 = 0.1578
Set this variable to false
to avoid setting an offset.
Default value
$govuk-link-underline-offset: 0.1578em;
View source code for _links.scss on GitHub
$govuk-link-hover-underline-thickness
Thickness of link underlines in hover state
The default for each link will be the thickest of the following:
- 3px
- 0.1875rem, if it’s thicker than 3px because the user has changed the text size in their browser
- 0.12em (relative to the link’s text size)
Set this variable to false
to avoid setting a thickness.
Default value
$govuk-link-hover-underline-thickness: unquote("max(3px, .1875rem, .12em)");
View source code for _links.scss on GitHub
Measurements
$govuk-page-width
Width of main container
Default value
$govuk-page-width: 960px;
View source code for _measurements.scss on GitHub
$govuk-grid-widths
Map of grid column widths
Default value
$govuk-grid-widths: (
one-quarter: (
100% / 4
),
one-third: (
100% / 3
),
one-half: (
100% / 2
),
two-thirds: (
200% / 3
),
three-quarters: (
300% / 4
),
full: 100%
);
View source code for _measurements.scss on GitHub
$govuk-gutter
Width of gutter between grid columns
Default value
$govuk-gutter: 30px;
View source code for _measurements.scss on GitHub
$govuk-gutter-half
Width of half the gutter between grid columns
Default value
$govuk-gutter-half: $govuk-gutter / 2;
View source code for _measurements.scss on GitHub
$govuk-border-width
Standard border width
Default value
$govuk-border-width: 5px;
View source code for _measurements.scss on GitHub
$govuk-border-width-wide
Wide border width
Default value
$govuk-border-width-wide: 10px;
View source code for _measurements.scss on GitHub
$govuk-border-width-narrow
Narrow border width
Default value
$govuk-border-width-narrow: 4px;
View source code for _measurements.scss on GitHub
$govuk-border-width-form-element
Form control border width
Default value
$govuk-border-width-form-element: 2px;
View source code for _measurements.scss on GitHub
$govuk-border-width-form-group-error
Form group border width when in error state
Default value
$govuk-border-width-form-group-error: $govuk-border-width;
View source code for _measurements.scss on GitHub
$govuk-focus-width
Border width of focus outline
Default value
$govuk-focus-width: 3px;
View source code for _measurements.scss on GitHub
$govuk-hover-width
Hover width for form controls with a hover state
Default value
$govuk-hover-width: 10px;
View source code for _measurements.scss on GitHub
Media queries
$govuk-breakpoints
Breakpoint definitions
Default value
$govuk-breakpoints: (
mobile: 320px,
tablet: 641px,
desktop: 769px
);
View source code for _media-queries.scss on GitHub
$govuk-show-breakpoints
Show active breakpoint in top-right corner.
Only use this during local development.
Default value
$govuk-show-breakpoints: false;
View source code for _media-queries.scss on GitHub
Typography
$govuk-font-family
Font families to use for all typography on screen media
Default value
$govuk-font-family: "GDS Transport", arial, sans-serif;
View source code for _typography-font.scss on GitHub
$govuk-font-family-print
Font families to use for print media
We recommend that you use system fonts when printing. This will avoid issues with some printer drivers and operating systems.
Default value
$govuk-font-family-print: sans-serif;
View source code for _typography-font.scss on GitHub
$govuk-include-default-font-face
Include the default @font-face declarations
Defaults to true if “GDS Transport” appears in the $govuk-font-family setting.
Default value
$govuk-include-default-font-face: if(index($govuk-font-family, "GDS Transport"), true, false);
View source code for _typography-font.scss on GitHub
$govuk-font-weight-regular
Font weight for regular typography
Default value
$govuk-font-weight-regular: 400;
View source code for _typography-font.scss on GitHub
$govuk-font-weight-bold
Font weight for bold typography
Default value
$govuk-font-weight-bold: 700;
View source code for _typography-font.scss on GitHub
$govuk-root-font-size
Root font size
This is used to calculate rem sizes for the typography, and should match the effective font-size of your root (or html) element.
Ideally you should not be setting the font-size on the html or root element in order to allow it to scale with user-preference, in which case this should be set to 16px.
Default value
$govuk-root-font-size: 16px;
View source code for _typography-responsive.scss on GitHub
$govuk-typography-scale
Responsive typography font map
This is used to generate responsive typography that adapts according to the breakpoints.
Font size and font weight can be defined for each breakpoint. You can define different behaviour on tablet and desktop. The ‘null’ breakpoint is for mobile.
Line-heights will automatically be converted from pixel measurements into relative values. For example, with a font-size of 16px and a line-height of 24px, the line-height will be converted to 1.5 before output.
You can also specify a separate font size and line height for print media.
Default value
$govuk-typography-scale: (
80: (
null: (
font-size: 53px,
line-height: 55px
),
tablet: (
font-size: 80px,
line-height: 80px
),
print: (
font-size: 53pt,
line-height: 1.1
)
),
48: (
null: (
font-size: 32px,
line-height: 35px
),
tablet: (
font-size: 48px,
line-height: 50px
),
print: (
font-size: 32pt,
line-height: 1.15
)
),
36: (
null: (
font-size: 24px,
line-height: 25px
),
tablet: (
font-size: 36px,
line-height: 40px
),
print: (
font-size: 24pt,
line-height: 1.05
)
),
27: (
null: (
font-size: 18px,
line-height: 20px
),
tablet: (
font-size: 27px,
line-height: 30px
),
print: (
font-size: 18pt,
line-height: 1.15
)
),
24: (
null: (
font-size: 18px,
line-height: 20px
),
tablet: (
font-size: 24px,
line-height: 30px
),
print: (
font-size: 18pt,
line-height: 1.15
)
),
19: (
null: (
font-size: 16px,
line-height: 20px
),
tablet: (
font-size: 19px,
line-height: 25px
),
print: (
font-size: 14pt,
line-height: 1.15
)
),
16: (
null: (
font-size: 14px,
line-height: 16px
),
tablet: (
font-size: 16px,
line-height: 20px
),
print: (
font-size: 14pt,
line-height: 1.2
)
),
14: (
null: (
font-size: 12px,
line-height: 15px
),
tablet: (
font-size: 14px,
line-height: 20px
),
print: (
font-size: 12pt,
line-height: 1.2
)
)
);
View source code for _typography-responsive.scss on GitHub
Warnings
$govuk-suppressed-warnings
Suppressed warnings map
This map is used to determine which deprecation warnings to not show to users when compiling sass. This is in place for codebases that do not have the necessary capacity to upgrade and remove the deprecation, particularly if the deprecation is significant. For example, the removal of mixins and functions that were previously available to users of Frontend.
You can add to this map and define which warnings to suppress by appending to it using the warning key, found in the warning message. For example:
Default value
$govuk-suppressed-warnings: ();
Example: :
// warning message:
// $foobar is no longer supported. To silence this warning, update
// $govuk-suppressed-warnings with key: "foobar"
$govuk-suppressed-warnings: (
foobar
);
View source code for _warnings.scss on GitHub
Tools
General tools
govuk-exports
Export module
Ensure that the modules of CSS that we define throughout Frontend are only included in the generated CSS once, no matter how many times they are imported across the individual components.
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$name
|
Name of module - must be unique within the codebase | String |
Usage
@include govuk-exports($name) {
//..
}
View source code for _exports.scss on GitHub
Assets
govuk-font-url
Font URL
If a custom font-url handler is defined ($govuk-font-url-function) then it will be called, otherwise a url will be returned with the filename appended to the font path.
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$filename
|
Font filename | String |
View source code for _font-url.scss on GitHub
govuk-image-url
Image URL
If a custom image-url handler is defined ($govuk-image-url-function) then it will be called, otherwise a url will be returned with the filename appended to the image path.
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$Filename
|
for the image to load | String |
View source code for _image-url.scss on GitHub
Unit conversion
govuk-em
Convert pixels to em
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$value
|
Length in pixels | Number |
| # $context-font-size
| Font size of element | Number
| |
View source code for _px-to-em.scss on GitHub
govuk-px-to-rem
Convert pixels to rem
The $govuk-root-font-size (defined in settings/_typography-responsive.scss) must be configured to match the font-size of your root (html) element
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$value
|
Length in pixels | Number |
View source code for _px-to-rem.scss on GitHub
Helpers
General helpers
govuk-device-pixel-ratio
Media query for retina images (device-pixel-ratio)
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$ratio
|
Device pixel ratio | Number |
2 |
Usage
@include govuk-device-pixel-ratio($ratio: 2) {
//..
}
Example: Providing a @2x image for screens that support it
background-image: govuk-image-url("my-image.png");
@include govuk-device-pixel-ratio {
background-image: govuk-image-url("my-image-2x.png");
}
Example: Using a custom ratio
background-image: govuk-image-url("my-image.png");
@include govuk-device-pixel-ratio {
background-image: govuk-image-url("my-image-2x.png");
}
@include govuk-device-pixel-ratio(3) {
background-image: govuk-image-url("my-image-3x.png");
}
View source code for _device-pixels.scss on GitHub
Accessibility
govuk-focused-text
Focused text
Provides an outline to clearly indicate when the target element is focused. Used for interactive text-based elements.
Usage
@include govuk-focused-text;
View source code for _focused.scss on GitHub
govuk-focused-box
Focused box
Provides an outline to clearly indicate when the target element is focused. Unlike govuk-focused-text, which only draws an underline below the element, govuk-focused-box draws an outline around all sides of the element. Best used for non-text content contained within links.
Usage
@include govuk-focused-box;
View source code for _focused.scss on GitHub
govuk-visually-hidden
Hide an element visually, but have it available for screen readers
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$important
|
Whether to mark as !important
|
Boolean |
true |
Usage
@include govuk-visually-hidden($important: true);
View source code for _visually-hidden.scss on GitHub
govuk-visually-hidden-focusable
Hide an element visually, but have it available for screen readers whilst allowing the element to be focused when navigated to via the keyboard (e.g. for the skip link)
This is slightly less opinionated about borders and padding to make it easier to style the focussed element.
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$important
|
Whether to mark as !important
|
Boolean |
true |
Usage
@include govuk-visually-hidden-focusable($important: true);
View source code for _visually-hidden.scss on GitHub
Colour
govuk-colour
Get colour
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$colour
|
Name of colour from the colour palette ($govuk-colours ) |
String or Colour
|
| # $legacy
| Deprecated. The $legacy
parameter is deprecated and is non-operational, as the legacy colour palette has been removed. The parameter will be removed in the next major version. | String
or Colour
or Boolean
| false
|
View source code for _colour.scss on GitHub
govuk-organisation-colour
Get the colour for a government organisation
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$organisation
|
Organisation name, lowercase, hyphenated | String |
| # $websafe
| By default a ‘websafe’ version of the colour will be returned which meets contrast requirements . If you want to use the non-websafe version you can set this to false
but your should ensure that you still meets contrast requirements for accessibility - for example, do not use the non-websafe version for text. | Boolean
| true
|
View source code for _colour.scss on GitHub
govuk-shade
Make a colour darker by mixing it with black
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$colour
|
colour to shade | Colour |
| # $percentage
| percentage of black to mix with $colour | Number
| |
View source code for _colour.scss on GitHub
govuk-tint
Make a colour lighter by mixing it with white
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$colour
|
colour to tint | Colour |
| # $percentage
| percentage of white to mix with $colour | Number
| |
View source code for _colour.scss on GitHub
Layout
govuk-clearfix
Clear floated content within a container using a pseudo element
Usage
@include govuk-clearfix;
View source code for _clearfix.scss on GitHub
govuk-grid-width
Grid width percentage
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$key
|
Name of grid width (e.g. two-thirds) | String |
View source code for _grid.scss on GitHub
govuk-grid-column
Generate grid column styles
Creates a grid column with standard gutter between the columns.
Grid widths are defined in the $govuk-grid-widths
map.
By default the column width changes from 100% to specified width at the
‘tablet’ breakpoint, but other breakpoints can be specified using the $at
parameter.
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$width
|
name of a grid width from $govuk-grid-widths | String |
full |
| # $float
| left | right | String
| left
|
| # $at
| mobile | tablet | desktop | any custom breakpoint | String
| tablet
|
Usage
@include govuk-grid-column($width: "full", $float: "left", $at: "tablet");
Example: Default
.govuk-grid-column-two-thirds {
@include govuk-grid-column(two-thirds)
}
Example: Customising the breakpoint where width percentage is applied
.govuk-grid-column-one-half-at-desktop {
@include govuk-grid-column(one-half, $at: desktop);
}
Example: Customising the float direction
.govuk-grid-column-one-half-right {
@include govuk-grid-column(two-thirds, $float: right);
}
View source code for _grid.scss on GitHub
govuk-media-query
Media Query
This is a currently a wrapper for sass-mq - abstracted so that we can replace it in the future if we so choose.
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$from
|
One of $govuk-breakpoints |
String or Boolean
|
false |
| # $until
| One of $govuk-breakpoints | String
or Boolean
| false
|
| # $and
| Additional media query parameters | String
or Boolean
| false
|
| # $media-type
| Media type: screen, print… | String
| all
|
Usage
@include govuk-media-query($from: false, $until: false, $and: false, $media-type: "all") {
//..
}
Example
.element {
@include govuk-media-query($from: mobile) {
color: red;
}
@include govuk-media-query($until: tablet) {
color: blue;
}
@include govuk-media-query(mobile, tablet) {
color: green;
}
@include govuk-media-query($from: tablet, $and: '(orientation: landscape)') {
color: teal;
}
@include govuk-media-query(950px) {
color: hotpink;
}
@include govuk-media-query(tablet, $media-type: screen) {
color: hotpink;
}
}
View source code for _media-queries.scss on GitHub
Links
govuk-link-common
Common link styles
Provides the typography and focus state, regardless of link style.
Usage
@include govuk-link-common;
View source code for _links.scss on GitHub
govuk-link-decoration
Link decoration
Provides the text decoration for links, including thickness and underline
offset. Use this mixin only if you cannot use the govuk-link-common
mixin.
Usage
@include govuk-link-decoration;
View source code for _links.scss on GitHub
govuk-link-hover-decoration
Link hover decoration
Provides the text decoration for links in their hover state, for you to use
within a :hover
pseudo-selector. Use this mixin only if you cannot use the
govuk-link-common
mixin.
Usage
@include govuk-link-hover-decoration;
View source code for _links.scss on GitHub
govuk-link-style-default
Default link styles
Makes links use the default unvisited, visited, hover and active colours.
If you use this mixin in a component, you must also include the
govuk-link-common
mixin to get the correct focus and hover states.
Usage
@include govuk-link-style-default;
Example
.govuk-component__link {
@include govuk-link-common;
@include govuk-link-style-default;
}
View source code for _links.scss on GitHub
govuk-link-style-error
Error link styles
Makes links use the error colour. The link will darken if it’s active or a user hovers their cursor over it.
If you use this mixin in a component, you must also include the
govuk-link-common
mixin to get the correct focus and hover states.
Usage
@include govuk-link-style-error;
Example
.govuk-component__link {
@include govuk-link-common;
@include govuk-link-style-error;
}
View source code for _links.scss on GitHub
govuk-link-style-success
Success link styles
Makes links use the success colour. The link will darken if it’s active or a user hovers their cursor over it.
If you use this mixin in a component, you must also include the
govuk-link-common
mixin to get the correct focus and hover states.
Usage
@include govuk-link-style-success;
Example
.govuk-component__link {
@include govuk-link-common;
@include govuk-link-style-success;
}
View source code for _links.scss on GitHub
govuk-link-style-muted
Muted link styles
Makes links use the secondary text colour. The link will darken if it’s active or a user hovers their cursor over it.
If you use this mixin in a component, you must also include the
govuk-link-common
mixin to get the correct focus and hover states.
Usage
@include govuk-link-style-muted;
Example
.govuk-component__link {
@include govuk-link-common;
@include govuk-link-style-muted;
}
View source code for _links.scss on GitHub
govuk-link-style-text
Text link styles
Makes links use the primary text colour, in all states. Use this mixin for navigation components, such as breadcrumbs or the back link.
If you use this mixin in a component, you must also include the
govuk-link-common
mixin to get the correct focus and hover states.
Usage
@include govuk-link-style-text;
Example
.govuk-component__link {
@include govuk-link-common;
@include govuk-link-style-text;
}
View source code for _links.scss on GitHub
govuk-link-style-inverse
Inverse link styles
Makes links white, in all states. Use this mixin if you’re displaying links against a dark background.
If you use this mixin in a component, you must also include the
govuk-link-common
mixin to get the correct focus and hover states.
Usage
@include govuk-link-style-inverse;
Example
.govuk-component__link {
@include govuk-link-common;
@include govuk-link-style-inverse;
}
View source code for _links.scss on GitHub
govuk-link-style-no-visited-state
Default link styles, without a visited state
Makes links use the default unvisited, hover and active colours, with no distinct visited state.
Use this mixin when it’s not helpful to distinguish between visited and non-visited links. For example, when you link to pages with frequently-changing content, such as the dashboard for an admin interface.
If you use this mixin in a component, you must also include the
govuk-link-common
mixin to get the correct focus and hover states.
Usage
@include govuk-link-style-no-visited-state;
Example
.govuk-component__link {
@include govuk-link-common;
@include govuk-link-style-no-visited-state;
}
View source code for _links.scss on GitHub
govuk-link-style-no-underline
Remove underline from links
Remove underlines from links unless the link is active or a user hovers their cursor over it.
Usage
@include govuk-link-style-no-underline;
Example
.govuk-component__link {
@include govuk-link-common;
@include govuk-link-style-default;
@include govuk-link-style-no-underline;
}
View source code for _links.scss on GitHub
govuk-link-print-friendly
Include link destination when printing the page
If the user prints the page, add the destination URL after the link text, if
the URL starts with /
, http://
or https://
.
Usage
@include govuk-link-print-friendly;
View source code for _links.scss on GitHub
govuk-link-image
Image link styles
Prepares and provides the focus state for links that only contain images with no accompanying text.
Usage
@include govuk-link-image;
View source code for _links.scss on GitHub
Shapes
govuk-shape-arrow
Arrow mixin
Generate Arrows (triangles) by using a mix of transparent (1) and coloured borders. The coloured borders inherit the text colour of the element (2).
Ensure the arrow is rendered correctly if browser colours are overridden by providing a clip path (3). Without this the transparent borders are overridden to become visible which results in a square.
We need both because older browsers do not support clip-path.
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$direction
|
Direction for arrow: up, right, down, left. | String |
| # $base
| Length of the triangle ‘base’ side | Number
| |
| # $height
| Height of triangle. Omit for equilateral. | Number
| null
|
| # $display
| CSS display property of the arrow | String
| block
|
Usage
@include govuk-shape-arrow($direction, $base, $height: null, $display: "block");
View source code for _shape-arrow.scss on GitHub
Spacing
govuk-spacing
Single point spacing
Returns measurement corresponding to the spacing point requested.
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$spacing-point
|
Point on the spacing scale (set in settings/_spacing.scss ) |
Number |
Example
.element {
padding: govuk-spacing(5);
}
Example: Using negative spacing
.element {
margin-top: govuk-spacing(-1);
}
Example: Marking spacing declarations as important
.element {
margin-top: govuk-spacing(1) !important;
}
View source code for _spacing.scss on GitHub
govuk-responsive-margin
Responsive margin
Adds responsive margin by fetching a ‘spacing map’ from the responsive
spacing scale, which defines different spacing values at different
breakpoints. Wrapper for the _govuk-responsive-spacing
mixin.
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$responsive-spacing-point
|
Point on the responsive spacingscale, corresponds to a map of breakpoints and spacing values | Number |
| # $direction
| Direction to add spacing to (top
, right
, bottom
, left
, all
) | String
| all
|
| # $important
| Whether to mark as !important
| Boolean
| false
|
| # $adjustment
| Offset to adjust spacing by | Number
| false
|
Usage
@include govuk-responsive-margin($responsive-spacing-point, $direction: "all", $important: false, $adjustment: false);
Example
.element {
@include govuk-responsive-margin(6, "left", $adjustment: 1px);
}
View source code for _spacing.scss on GitHub
govuk-responsive-padding
Responsive padding
Adds responsive padding by fetching a ‘spacing map’ from the responsive
spacing scale, which defines different spacing values at different
breakpoints. Wrapper for the _govuk-responsive-spacing
mixin.
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$responsive-spacing-point
|
Point on the responsive spacing scale, corresponds to a map of breakpoints and spacing values | Number |
| # $direction
| Direction to add spacing to (top
, right
, bottom
, left
, all
) | String
| all
|
| # $important
| Whether to mark as !important
| Boolean
| false
|
| # $adjustment
| Offset to adjust spacing | Number
| false
|
Usage
@include govuk-responsive-padding($responsive-spacing-point, $direction: "all", $important: false, $adjustment: false);
Example
.element {
@include govuk-responsive-padding(6, "left", $adjustment: 1px);
}
View source code for _spacing.scss on GitHub
Typography
govuk-typography-common
‘Common typography’ helper
Sets the font family and associated properties, such as font smoothing. Also overrides the font for print.
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$font-family
|
Font family to use | List |
$govuk-font-family |
Usage
@include govuk-typography-common($font-family: $govuk-font-family);
View source code for _typography.scss on GitHub
govuk-text-colour
Text colour helper
Sets the text colour, including a suitable override for print.
Usage
@include govuk-text-colour;
View source code for _typography.scss on GitHub
govuk-typography-weight-regular
Regular font weight helper
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$important
|
Whether to mark declarations as !important . Generally Used to create override classes. |
Boolean |
false |
Usage
@include govuk-typography-weight-regular($important: false);
View source code for _typography.scss on GitHub
govuk-typography-weight-bold
Bold font weight helper
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$important
|
Whether to mark declarations as !important . Generally Used to create override classes. |
Boolean |
false |
Usage
@include govuk-typography-weight-bold($important: false);
View source code for _typography.scss on GitHub
govuk-typography-responsive
Responsive typography helper
Takes a point from the responsive ‘font map’ as an argument (the size as it would appear on tablet and above), and uses it to create font-size and line-height declarations for different breakpoints, and print.
Example font map:
19: ( null: ( font-size: 16px, line-height: 20px ), tablet: ( font-size: 19px, line-height: 25px ), print: ( font-size: 14pt, line-height: 1.15 ) );
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$size
|
Point from the spacing scale (the size as it would appear on tablet and above) | Number |
| # $override-line-height
| Non responsive custom line height. Omit to use the line height from the font map. | Number
| false
|
| # $important
| Whether to mark declarations as !important
. | Boolean
| false
|
Usage
@include govuk-typography-responsive($size, $override-line-height: false, $important: false);
View source code for _typography.scss on GitHub
govuk-font
Font helper
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$size
|
Point from the spacing scale (the size as it would appear on tablet and above). Use false to avoid setting a size. |
Number or Boolean
|
| # $weight
| Weight: bold
or regular
| String
| regular
|
| # $tabular
| Whether to use tabular numbers or not | Boolean
| false
|
| # $line-height
| Line-height, if overriding the default | Number
| false
|
Usage
@include govuk-font($size, $weight: "regular", $tabular: false, $line-height: false);
View source code for _typography.scss on GitHub
Components
Button
$govuk-button-background-colour
Button component background colour
Default value
$govuk-button-background-colour: govuk-colour("green");
View source code for _index.scss on GitHub
$govuk-button-text-colour
Button component text colour
Default value
$govuk-button-text-colour: govuk-colour("white");
View source code for _index.scss on GitHub
$govuk-inverse-button-background-colour
Inverted button component background colour
Default value
$govuk-inverse-button-background-colour: govuk-colour("white");
View source code for _index.scss on GitHub
$govuk-inverse-button-text-colour
Inverted button component text colour
Default value
$govuk-inverse-button-text-colour: $govuk-brand-colour;
View source code for _index.scss on GitHub
Objects
Layout
govuk-width-container
Width container mixin
Used to create page width and custom width container classes.
Parameters
Name | Description | Type | Default value |
---|---|---|---|
$width
|
Width in pixels | String |
$govuk-page-width |
Usage
@include govuk-width-container($width: "$govuk-page-width");
Example: Creating a 1200px wide container class
.app-width-container--wide {
@include govuk-width-container(1200px);
}