diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-06 16:10:42 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-06 16:10:42 +0100 |
commit | 6af6bbcd3d700c35d525dda9313ce4c1fc6f9b0b (patch) | |
tree | 703aa1e7472cf2ac4c3be653267ad7f74f66763b /web/cobrands/sass/_layout.scss | |
parent | 5dcd423da867a2139016e17791c2729cdd649b07 (diff) | |
parent | edf8456ea8a94687b766915237269b1048417cd3 (diff) |
Merge branch '866-alerts-ux-simpler'
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index e251a6208..a0c27863e 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -960,6 +960,15 @@ textarea.form-error { } } +.alerts__columns { + @include clearfix; + @include flex-container(); + > div { + width: 50%; + margin: 0 2em; + } +} + .confirmation-header { width: 25em; margin: 0 auto 1em; |