#11965 new view audit and hardening in menu

This commit is contained in:
Daniel Cebrian 2023-08-31 10:47:18 +02:00
parent 1fa0bc0ab1
commit d90f2b8cad

View File

@ -75,7 +75,7 @@
margin-right: 10px; margin-right: 10px;
} }
.issues-audit { .resume-audit {
margin: 11px 12px 0px 18px; margin: 11px 12px 0px 18px;
} }
@ -118,7 +118,14 @@
#date-result { #date-result {
padding-left: 4px !important; padding-left: 4px !important;
} }
.total-agents {
font-weight: 800;
}
.avg-scoring {
font-size: 14px;
margin-left: 10px;
font-weight: 700;
}
@media (max-width: 1500px) { @media (max-width: 1500px) {
.col-md-3 { .col-md-3 {
width: 40%; width: 40%;
@ -126,7 +133,7 @@
.col-md-6 { .col-md-6 {
width: 88%; width: 88%;
} }
.issues-audit { .resume-audit {
justify-content: center; justify-content: center;
} }
.time-line { .time-line {