From a8b107bb92258d5b26c51afdfe74a9fb6b726e15 Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Thu, 7 Sep 2023 17:08:27 +0200 Subject: [PATCH] #11965 new structure for hardening --- .../include/styles/security_hardening.css | 30 +++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/styles/security_hardening.css b/pandora_console/include/styles/security_hardening.css index fdcb836d61..4985f21001 100644 --- a/pandora_console/include/styles/security_hardening.css +++ b/pandora_console/include/styles/security_hardening.css @@ -31,6 +31,21 @@ margin: 10px; } +.col-md-1 { + width: 15%; + margin: 10px; +} + +.col-md-2 { + width: 25%; + margin: 10px; +} + +.col-md-7 { + width: 50%; + margin: 10px; +} + .col-md-9 { width: 63%; margin: 10px; @@ -130,11 +145,22 @@ } .total-agents { font-weight: 800; + font-size: 40px; + text-align: center; } .avg-scoring { - font-size: 14px; - margin-left: 10px; + font-size: 25px; font-weight: 700; + line-height: normal; +} + +.separator-bar { + font-size: 50px; +} + +#list_total_failed_wrapper, +#list_agents_worse_scoring_wrapper { + width: 31%; } @media (max-width: 1500px) { .col-md-3 {