aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass/_base.scss
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-12-19 17:03:08 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-12-19 17:03:08 +0000
commit59237fe80fe162991a28b5858a891a2c7b8bba57 (patch)
treeb91d8a48a55cbc666942e4b07523137095d30f77 /web/cobrands/sass/_base.scss
parent651b07c68163ec4eae8ace3fa812077d941309eb (diff)
parent584b6297f229f5fa2e1c0b44d9078a7b09e83e63 (diff)
Merge branch '1072-reason-for-reporting'
Diffstat (limited to 'web/cobrands/sass/_base.scss')
-rw-r--r--web/cobrands/sass/_base.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index 15b42cc3e..a2da14280 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -510,6 +510,12 @@ textarea.form-error {
@include border-radius(0 0.25em 0.25em 0.25em);
}
+.form-error__box {
+ border: solid 2px #ff0000;
+ padding: 0.5em;
+ margin-bottom: 0.5em;
+}
+
ul.error {
background:#ff0000;
color:#fff;