Files
notifications-admin/app/assets/stylesheets/govuk_elements/elements/_components.scss
Rebecca Law 11d79951f3 Moved the templates into the app directory.
Added Manager to the app.py
2015-11-23 16:07:19 +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;
}