Files
notifications-admin/assets/stylesheets/govuk_elements/elements/_components.scss
2015-11-23 13:50:37 +00:00

10 lines
238 B
SCSS

// Box with turquoise background and white text
// Used for transaction end pages, and Bank Holidays
.govuk-box-highlight {
margin: 1em 0 1em 0;
padding: 2em 0 1em 0;
color: $white;
background: $turquoise;
text-align: center;
}