aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass/_layout.scss
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2015-01-15 18:10:03 +0000
committerMatthew Somerville <matthew@mysociety.org>2015-02-19 18:25:50 +0000
commit6f997f16abba3b649d939f35abd7607076424fa9 (patch)
treefbd3df4509eea61f7becf382c09e333e96b44327 /web/cobrands/sass/_layout.scss
parent61b0ea8be19a1db68d19508112afbe7a15814f36 (diff)
Simplifed "confirmation-header" for success pages.
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r--web/cobrands/sass/_layout.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss
index d1cfb6be7..162bf30e1 100644
--- a/web/cobrands/sass/_layout.scss
+++ b/web/cobrands/sass/_layout.scss
@@ -1080,6 +1080,14 @@ body.frontpage {
}
}
+.confirmation-header {
+ width: 25em;
+ margin: 0 auto 1em;
+ text-align: left;
+ padding: 3em 0 3em 132px; // for tick icon
+ background-position: 0 2em;
+}
+
/* Admin interface */
.fms-admin-floated {