From 57b91fccdbbb4ce15098c26f5ce3d913d16aa743 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Wed, 4 Aug 2021 10:56:24 +0200 Subject: [PATCH] cern yellow warning bug fix --- cara/apps/calculator/static/css/report.css | 20 ------------------- .../cern/templates/calculator.report.html.j2 | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/cara/apps/calculator/static/css/report.css b/cara/apps/calculator/static/css/report.css index a2d86159..146a5e7e 100644 --- a/cara/apps/calculator/static/css/report.css +++ b/cara/apps/calculator/static/css/report.css @@ -89,26 +89,6 @@ p.notes { /* CSS for the animation */ -.green-1 { - background-color: green!important; - background-image: linear-gradient(90deg, #0f9403, #85fd55); -} - -.yellow-2 { - background-color: yellow!important; - background-image: linear-gradient(90deg, #fdf255, #fffb00); -} - -.orange-3 { - background-color: orange!important; - background-image: linear-gradient(90deg, #fd5581, #fd8b55); -} - -.red-4 { - background-color: #ed184f!important; - background-image: linear-gradient(90deg, #fd5581, #fd8b55); -} - .intro-banner-vdo-play-btn { height: 60px; width: 60px; diff --git a/cara/apps/calculator/themes/cern/templates/calculator.report.html.j2 b/cara/apps/calculator/themes/cern/templates/calculator.report.html.j2 index 3827c506..83d138c7 100644 --- a/cara/apps/calculator/themes/cern/templates/calculator.report.html.j2 +++ b/cara/apps/calculator/themes/cern/templates/calculator.report.html.j2 @@ -33,7 +33,7 @@