mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-22 00:49:23 -04:00
10 lines
238 B
SCSS
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;
|
|
}
|