From 25eb225446adcc9752744273b7f288b4e1b4c6e5 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Tue, 30 Jan 2018 03:07:20 -0500 Subject: [PATCH] templates: Add support for success/fail styling in continue block. --- templates/mark1/assets/css/style.css | 10 ++++++++++ templates/mark1/template.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/templates/mark1/assets/css/style.css b/templates/mark1/assets/css/style.css index 018c35ad..ab9046cf 100644 --- a/templates/mark1/assets/css/style.css +++ b/templates/mark1/assets/css/style.css @@ -446,6 +446,16 @@ article.docs .continue p { margin-right: .9375rem; } +article.docs .continue .success { + margin-left: .9375rem; + border-left: .2rem solid green; +} + +article.docs .continue .fail { + margin-left: .9375rem; + border-left: .2rem solid firebrick; +} + article.docs .footnotes { margin-top: 2em; padding-top: .25rem; diff --git a/templates/mark1/template.yaml b/templates/mark1/template.yaml index 8e31ccaa..cdd97026 100644 --- a/templates/mark1/template.yaml +++ b/templates/mark1/template.yaml @@ -28,7 +28,7 @@ Template: - assets/css/opensans.css?2016100501 - assets/css/ropasans.css?2016100501 - assets/css/vendor/featherlight/featherlight-1.7.12.min.css - - assets/css/style.css?2016121201 + - assets/css/style.css?2018013001 Scripts: - assets/js/vendor/jquery/jquery-3.3.1.min.js - assets/js/vendor/js-cookie/js.cookie-2.2.0.min.js