_base.blockquote.scss

  • Standard styling to force object, video, embed and iframe elements to respond to their container. The only thing set here is a max-width on the items.

  • Styling for standard ordered and unordered lists, as well as their list items. By default, the margins below list items are removed and the list styles are set as disc…

  • Base styling for links. These use the primary call to action colour defined in the colours partial by default and has colours set for the different states; visited, hover, active….

  • Styling for image elements and svg elements. There are also a couple of implementation styles related to images here, such as hiding images that are replaced with SVG images via Javascript (inject-svg).

  • Standard horizontal rule element, with added space above and below to separate content. Example  

  • Standard h1-h6 tags, the sizes for these can be defined at the top of the headings partial. By default, these heading sizes are set to work with the type scale…

  • Base styling for standard form elements. This includes the following elements. fieldset input (all kinds) label select textarea button Also included is a reset for iOS buttons, so they use…

  • Changes the default box-sizing to ‘border-box’ which means padding and borders appear on the ‘inside’ of the element, rather than being added to the outside. The way this is set…

  • Standard blockquote styling, this is very basic. Feature blockquotes can be used for opt-in specific styling. This block inherits most standard text styling, such as colour, typeface and leading, however it…