From 11f2ddf021ef86d481f68ee6a1e09b57fd18dcae Mon Sep 17 00:00:00 2001 From: jerasmus Date: Thu, 21 Mar 2019 08:09:15 +0200 Subject: Display error for unmet prerequisites Added the ability to display an error for unmet prerequisites --- app/assets/stylesheets/framework/callout.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/assets/stylesheets/framework/callout.scss') diff --git a/app/assets/stylesheets/framework/callout.scss b/app/assets/stylesheets/framework/callout.scss index 0d8e4afa76f..643b20c56bc 100644 --- a/app/assets/stylesheets/framework/callout.scss +++ b/app/assets/stylesheets/framework/callout.scss @@ -28,6 +28,10 @@ background-color: $red-100; border-color: $red-200; color: $red-700; + + a { + color: $red-700; + } } .bs-callout-warning { -- cgit v1.2.3