diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2018-08-02 14:33:02 +0100 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2018-08-07 16:48:59 +0100 |
commit | 97820fbc232aba7447a3e58e3fd9f8f67ac46702 (patch) | |
tree | d09e1e1b5f7ea7f1c253d8a9fc8a0c377ec9c471 /web | |
parent | c1f234d45ec4d9530973e75a8d994dd8c96a129c (diff) |
"Report another problem here" button on confirmation page
Part of #2012.
Should make it much quicker to report multiple problems in the same
location, one after the other.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_base.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 4d7ff2c37..00e2df7d7 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -2160,6 +2160,12 @@ a#geolocate_link.loading, .btn--geolocate.loading { } } +.confirmation-again { + margin-top: 2em; + color: inherit; + font-size: 1em; +} + /* Questionnaire page */ .questionnaire-report-header { |